/* ============================================================
   Design system compartilhado das páginas de marca do Grupo New Sales
   (mentoria.html + negocios-internacionais.html)
   Mesma identidade da landing principal: Sora + Inter, navy + dourado.
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body {
  font-family: 'Inter', 'Segoe UI', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-weight: 400; color: #1A2331; background: #F4F5F7; line-height: 1.6;
}
:root {
  --navy: #141B28; --navy-dark: #0F151F; --navy-2: #1A2231; --navy-3: #212B3D;
  --gold: #F5A800; --gold-dark: #B9790A; --gold-light: #FFC233;
  --white: #ffffff; --gray-light: #F4F5F7; --gray-mid: #E3E6EB; --text-muted: #66707F;
  --radius: 16px; --radius-sm: 10px; --sora: 'Sora', 'Inter', sans-serif;
}
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; }

/* EYEBROW */
.tag { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 18px; }
.tag::before { content: ''; width: 26px; height: 1px; background: var(--gold-dark); }
.tag--on-dark { color: var(--gold); }
.tag--on-dark::before { background: var(--gold); }
.tag--center { justify-content: center; }

/* PILL BADGE */
.badge { display: inline-flex; align-items: center; gap: 10px; padding: 5px 14px 5px 5px; border-radius: 999px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); font-size: 13px; color: rgba(255,255,255,0.82); font-weight: 500; margin-bottom: 22px; }
.badge b { background: var(--gold); color: var(--navy-dark); border-radius: 999px; padding: 4px 12px; font-weight: 700; font-size: 12px; }

.section-title { font-family: var(--sora); font-size: clamp(28px, 3.6vw, 40px); font-weight: 800; line-height: 1.18; letter-spacing: -0.015em; color: var(--navy); }
.section-title em { color: var(--gold-dark); font-style: normal; }
.section-title--white { color: var(--white); }
.section-title--white em { color: var(--gold); }
.section-subtitle { font-size: 17px; color: var(--text-muted); margin-top: 16px; line-height: 1.6; }
.section-subtitle--white { color: rgba(255,255,255,0.65); }
.section-head { text-align: center; margin-bottom: 48px; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 30px; border-radius: 999px; font-family: var(--sora); font-size: 15px; font-weight: 600; text-decoration: none; cursor: pointer; border: 1.5px solid transparent; transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s; }
.btn:hover { transform: translateY(-2px); }
.btn--gold { background: var(--gold); color: var(--navy-dark); }
.btn--gold:hover { background: var(--gold-light); }
.btn--navy { background: var(--navy); color: var(--white); }
.btn--navy:hover { background: var(--navy-3); }
.btn--full { width: 100%; }
.btn--lg { padding: 17px 38px; font-size: 16px; }

/* NAVBAR FLUTUANTE */
.navbar { position: fixed; top: 14px; left: 0; right: 0; z-index: 100; padding: 0 20px; }
.navbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 1200px; margin: 0 auto; padding: 10px 12px 10px 26px; min-height: 70px; background: var(--navy-2); border: 1px solid rgba(245,168,0,0.22); border-radius: 999px; box-shadow: 0 14px 38px rgba(0,0,0,0.4); }
.navbar__logo { display: flex; align-items: center; flex-shrink: 0; text-decoration: none; }
.navbar__links { display: flex; align-items: center; gap: 32px; flex: 1; justify-content: center; }
.navbar__link { position: relative; background: none; border: none; cursor: pointer; font-family: inherit; color: rgba(255,255,255,0.85); font-size: 14px; font-weight: 600; text-decoration: none; padding: 8px 0; transition: color 0.15s; display: flex; align-items: center; gap: 5px; white-space: nowrap; }
.navbar__link:hover { color: var(--gold); }
.navbar__link .caret { font-size: 10px; margin-left: 2px; }
.navbar__cta { display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; background: var(--gold); color: var(--navy-dark); font-family: var(--sora); font-weight: 700; font-size: 14px; padding: 13px 24px; border-radius: 999px; text-decoration: none; transition: background 0.2s, transform 0.2s; }
.navbar__cta:hover { background: var(--gold-light); transform: translateY(-1px); }
.navbar__cta-icon { display: none; }
.navbar__cta-icon svg { width: 18px; height: 18px; }
@media (max-width: 900px) {
  .navbar__link--text { display: none; }
  .navbar__logo img { height: 44px !important; }
  .navbar__cta { padding: 11px 18px; font-size: 13px; }
  #navMenuBtn { position: static; }
  .nav-dropdown { left: 0; right: auto; }
}
@media (max-width: 600px) {
  .navbar { top: 10px; padding: 0 12px; }
  .navbar__inner { gap: 8px; min-height: 60px; padding: 8px 10px 8px 18px; }
  .navbar__logo img { height: 40px !important; }
  .navbar__links { gap: 10px; }
  .navbar__cta-text { display: none; }
  .navbar__cta-icon { display: inline-flex; align-items: center; justify-content: center; }
  .navbar__cta { padding: 0; width: 42px; height: 42px; border-radius: 50%; }
}
/* DROPDOWN */
.nav-dropdown { position: absolute; top: calc(100% + 14px); left: 50%; transform: translate(-50%, -8px); background: #fff; border: 1px solid var(--gray-mid); border-radius: 16px; min-width: 320px; padding: 10px; box-shadow: 0 20px 50px rgba(15,21,31,0.18); opacity: 0; pointer-events: none; transition: opacity 0.2s, transform 0.2s; z-index: 200; }
.nav-dropdown.open { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.nav-sol { display: block; padding: 12px 16px; border-radius: 12px; text-decoration: none; transition: background 0.15s; }
.nav-sol:hover { background: var(--gray-light); }
.nav-sol__name { display: block; font-family: var(--sora); font-weight: 700; font-size: 14px; color: var(--navy); transition: color 0.15s; }
.nav-sol:hover .nav-sol__name { color: var(--gold-dark); }
.nav-sol__desc { display: block; font-size: 12px; color: var(--text-muted); margin-top: 3px; font-weight: 400; }
.nav-sol--active { background: rgba(245,168,0,0.12); }
.nav-sol--active .nav-sol__name { color: var(--gold-dark); }
.nav-dropdown__foot { border-top: 1px solid var(--gray-mid); margin-top: 8px; padding-top: 8px; display: flex; flex-direction: column; gap: 2px; }
.nav-dropdown__foot a { display: block; padding: 10px 16px; border-radius: 10px; text-decoration: none; font-family: var(--sora); font-size: 13px; font-weight: 600; color: var(--navy); transition: background 0.15s, color 0.15s; }
.nav-dropdown__foot a:hover { background: var(--gray-light); color: var(--gold-dark); }
.nav-dropdown__wa { color: #128C3E !important; }
.nav-dropdown__wa:hover { background: rgba(18,140,62,0.08); color: #128C3E !important; }

/* BRAND HERO (sem foto — símbolo como marca d'água) */
.hero-b { background: var(--navy-dark); position: relative; overflow: hidden; border-bottom: 1px solid rgba(245,168,0,0.15); }
.hero-b__mark { position: absolute; right: -140px; top: 50%; transform: translateY(-50%); width: 640px; height: auto; opacity: 0.07; pointer-events: none; z-index: 0; }
.hero-b .container { position: relative; z-index: 2; min-height: clamp(580px, 50vw, 740px); display: flex; align-items: center; }
.hero-b__content { max-width: 520px; padding: 140px 0 92px; }
.hero-b__figure { position: absolute; right: 0; bottom: 0; z-index: 1; width: min(58vw, 960px); display: flex; justify-content: flex-end; align-items: flex-end; pointer-events: none; }
.hero-b__figure::before { content: ''; position: absolute; left: 52%; bottom: 4%; transform: translateX(-50%); width: 80%; height: 88%; background: radial-gradient(ellipse at 55% 58%, rgba(245,168,0,0.20), rgba(245,168,0,0) 64%); z-index: 0; pointer-events: none; }
.hero-b__trio { position: relative; z-index: 1; display: block; width: 100%; height: auto; max-height: clamp(500px, 60vw, 740px); object-fit: contain; object-position: bottom right; filter: drop-shadow(0 28px 48px rgba(0,0,0,0.55)); }
.hero-b__eyebrow { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; color: var(--gold); letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 22px; }
.hero-b__eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--gold); }
.hero-b__headline { font-family: var(--sora); font-size: clamp(30px, 3.4vw, 50px); font-weight: 800; line-height: 1.14; letter-spacing: -0.02em; color: var(--white); margin-bottom: 22px; }
.hero-b__headline em { color: var(--gold); font-style: normal; }
.hero-b__sub { font-size: 17px; color: rgba(255,255,255,0.7); line-height: 1.6; max-width: 560px; margin-bottom: 30px; }
.hero-b__bullets { list-style: none; margin-bottom: 34px; display: flex; flex-direction: column; gap: 12px; }
.hero-b__bullets li { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,0.85); font-size: 15px; }
.hero-b__bullets li::before { content: '✓'; flex-shrink: 0; width: 22px; height: 22px; background: var(--gold); color: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 900; margin-top: 2px; }
.hero-b__bullets strong { color: var(--white); font-weight: 700; }
.hero-b__cta-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
@media (max-width: 1120px) {
  .hero-b .container { display: block; min-height: 0; }
  .hero-b__content { max-width: 660px; padding: 120px 0 32px; }
  .hero-b__figure { position: static; width: 100%; justify-content: center; align-items: flex-end; margin-top: 8px; }
  .hero-b__figure::before { left: 50%; width: 66%; height: 82%; }
  .hero-b__trio { width: auto; max-width: 560px; max-height: 460px; object-position: bottom center; }
}
@media (max-width: 700px) {
  .hero-b__content { padding: 112px 0 20px; }
  .hero-b__mark { width: 380px; right: -130px; opacity: 0.06; }
  .hero-b__cta-row { flex-direction: column; align-items: stretch; }
  .hero-b__cta-row .btn { width: 100%; }
  .hero-b__trio { max-width: 420px; max-height: 380px; }
}

/* STAT STRIP */
.stats-bar { background: var(--navy); padding: 46px 0; border-bottom: 1px solid rgba(245,168,0,0.15); }
.stats-bar__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.stat-item { text-align: center; padding: 4px 20px; }
.stat-item + .stat-item { border-left: 1px solid rgba(255,255,255,0.1); }
.stat-item__number { font-family: var(--sora); font-size: clamp(28px, 4vw, 42px); font-weight: 800; color: var(--gold); line-height: 1; }
.stat-item__label { font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 10px; font-weight: 500; line-height: 1.5; }
@media (max-width: 600px) { .stats-bar__grid { grid-template-columns: 1fr; } .stat-item + .stat-item { border-left: none; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; margin-top: 24px; } }

/* CARDS GENÉRICOS */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.cards-4 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.info-card { background: var(--white); border: 1px solid var(--gray-mid); border-radius: var(--radius); padding: 30px 28px; box-shadow: 0 6px 24px rgba(0,0,0,0.04); }
.info-card__k { font-family: var(--sora); font-size: 13px; font-weight: 800; color: var(--gold-dark); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 12px; }
.info-card__t { font-family: var(--sora); font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 8px; line-height: 1.3; }
.info-card__d { font-size: 14.5px; color: var(--text-muted); line-height: 1.65; }
.info-card__ic { width: 44px; height: 44px; border-radius: var(--radius-sm); background: rgba(245,168,0,0.1); border: 1px solid rgba(245,168,0,0.25); display: flex; align-items: center; justify-content: center; color: var(--gold-dark); margin-bottom: 16px; }
.info-card__ic svg { width: 22px; height: 22px; }
@media (max-width: 900px) { .cards-3, .cards-2, .cards-4 { grid-template-columns: 1fr; } }

/* CARDS ESCUROS (para quem é) */
.dark-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.dark-card { background: var(--navy-2); border: 1px solid rgba(245,168,0,0.15); border-radius: var(--radius); padding: 26px 24px; display: flex; gap: 14px; align-items: flex-start; }
.dark-card__n { font-family: var(--sora); font-weight: 800; font-size: 18px; color: var(--gold); flex-shrink: 0; }
.dark-card p { font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.55; }
@media (max-width: 800px) { .dark-cards { grid-template-columns: 1fr; } }

/* PRICING */
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 820px; margin: 0 auto; }
.price-card { background: var(--white); border: 1px solid var(--gray-mid); border-radius: var(--radius); padding: 34px 30px; box-shadow: 0 6px 24px rgba(0,0,0,0.04); display: flex; flex-direction: column; }
.price-card--feat { border-color: var(--gold); box-shadow: 0 14px 44px rgba(245,168,0,0.16); }
.price-card__tag { align-self: flex-start; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold-dark); background: rgba(245,168,0,0.12); padding: 4px 10px; border-radius: 999px; margin-bottom: 14px; }
.price-card__name { font-family: var(--sora); font-weight: 700; font-size: 19px; color: var(--navy); }
.price-card__price { font-family: var(--sora); font-weight: 800; font-size: 36px; color: var(--navy); margin: 10px 0 4px; }
.price-card__price span { font-size: 15px; font-weight: 500; color: var(--text-muted); }
.price-card__desc { font-size: 14.5px; color: var(--text-muted); margin: 8px 0 22px; line-height: 1.6; }
.price-card .btn { margin-top: auto; }
.price-note { text-align: center; margin-top: 24px; font-size: 14px; color: var(--text-muted); }
.price-note strong { color: var(--gold-dark); }
@media (max-width: 700px) { .price-grid { grid-template-columns: 1fr; } }

/* CHECK LIST dentro de card */
.check-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }
.check-list li { display: flex; gap: 10px; font-size: 14px; color: var(--text-muted); line-height: 1.5; }
.check-list li::before { content: '✓'; color: var(--gold-dark); font-weight: 800; flex-shrink: 0; }

/* SOCIOS */
.socios-section { background: var(--navy-dark); position: relative; overflow: hidden; }
.socios-section__mark { position: absolute; left: -80px; top: 60px; width: 340px; height: auto; opacity: 0.04; pointer-events: none; z-index: 0; }
.socios-section .container { position: relative; z-index: 1; }
.socios-section__header { text-align: center; margin-bottom: 56px; }
.socios-list { display: flex; flex-direction: column; gap: 56px; max-width: 980px; margin: 0 auto; }
.socio-row { display: grid; grid-template-columns: 300px 1fr; gap: 48px; align-items: center; }
.socio-row__photo { order: 1; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center top; border-radius: var(--radius); filter: grayscale(55%); transition: filter 0.3s; display: block; }
.socio-row:hover .socio-row__photo { filter: grayscale(0%); }
.socio-row__body { order: 2; }
.socio-row:nth-child(even) { grid-template-columns: 1fr 300px; }
.socio-row:nth-child(even) .socio-row__photo { order: 2; }
.socio-row:nth-child(even) .socio-row__body { order: 1; }
.socio-name { font-family: var(--sora); font-size: 25px; font-weight: 800; color: var(--white); line-height: 1.2; }
.socio-role { font-size: 12px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 6px; margin-bottom: 18px; }
.socio-bullets { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 0; padding: 0; }
.socio-bullets li { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.6; padding-left: 18px; position: relative; }
.socio-bullets li::before { content: '—'; position: absolute; left: 0; color: var(--gold); font-size: 13px; }
@media (max-width: 800px) {
  .socio-row, .socio-row:nth-child(even) { grid-template-columns: 1fr; gap: 20px; }
  .socio-row__photo, .socio-row:nth-child(even) .socio-row__photo { order: 1; max-width: 260px; margin: 0 auto; }
  .socio-row__body, .socio-row:nth-child(even) .socio-row__body { order: 2; text-align: center; }
  .socio-bullets { text-align: left; }
}

/* CTA BAND */
.cta-band-wrap { background: var(--white); padding: 40px 0 88px; }
.cta-band { background: var(--navy-dark); border-radius: 28px; padding: 72px 40px; text-align: center; position: relative; overflow: hidden; border: 1px solid rgba(245,168,0,0.18); }
.cta-band::before { content: ''; position: absolute; top: -120px; right: -80px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(245,168,0,0.12) 0%, transparent 70%); pointer-events: none; }
.cta-band > *:not(.cta-band__mark) { position: relative; z-index: 1; }
.cta-band p { color: rgba(255,255,255,0.68); font-size: 17px; max-width: 640px; margin: 16px auto 30px; line-height: 1.6; }
.cta-band__mark { position: absolute; right: -60px; bottom: -60px; width: 320px; height: auto; opacity: 0.07; pointer-events: none; z-index: 0; }
.cta-band__sign { display: flex; justify-content: center; margin-top: 36px; }
.cta-band__sign img { height: 34px; width: auto; opacity: 0.85; }
@media (max-width: 600px) { .cta-band { padding: 48px 24px; } }

/* FORM */
.form-section { background: var(--navy); }
.form-section__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.form-section__title { color: var(--white); }
.form-section__sub { color: rgba(255,255,255,0.65); font-size: 16px; margin-top: 16px; line-height: 1.6; }
.form-section__trust { display: flex; flex-direction: column; gap: 12px; margin-top: 30px; }
.form-section__trust-item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.72); font-size: 14px; }
.form-section__trust-item span.check { color: var(--gold); font-size: 16px; }
.form-card { background: var(--white); border-radius: var(--radius); padding: 36px 32px; box-shadow: 0 20px 50px rgba(0,0,0,0.25); }
.form-card__title { font-family: var(--sora); font-size: 21px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.form-card__sub { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-size: 13px; font-weight: 600; color: var(--navy); }
.form-group input, .form-group select { padding: 13px 16px; border: 1.5px solid var(--gray-mid); border-radius: var(--radius-sm); font-size: 15px; font-family: inherit; color: var(--navy); transition: border-color 0.2s; background: var(--gray-light); }
.form-group input:focus, .form-group select:focus { outline: none; border-color: var(--gold); background: var(--white); }
.form-group--row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-submit-btn { margin-top: 8px; }
@media (max-width: 900px) { .form-section__grid { grid-template-columns: 1fr; gap: 40px; } }
@media (max-width: 600px) { .form-group--row { grid-template-columns: 1fr; } }

/* FAQ 2 colunas */
.faq-section { background: var(--gray-light); }
.faq2 { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: start; }
.faq2__intro-title { font-family: var(--sora); font-size: 20px; font-weight: 700; color: var(--navy); margin: 18px 0 14px; line-height: 1.35; }
.faq2__intro-text { font-size: 15px; color: var(--text-muted); line-height: 1.7; margin-bottom: 26px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--white); border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--gray-mid); }
.faq-question { width: 100%; text-align: left; padding: 20px 22px; background: none; border: none; font-family: var(--sora); font-size: 15px; font-weight: 600; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-question .plus { flex-shrink: 0; font-size: 22px; color: var(--gold-dark); transition: transform 0.3s; line-height: 1; }
.faq-item.open .plus { transform: rotate(45deg); }
.faq-answer { font-size: 14.5px; color: var(--text-muted); line-height: 1.7; padding: 0 22px; max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; }
.faq-item.open .faq-answer { max-height: 400px; padding: 0 22px 20px; }
@media (max-width: 800px) { .faq2 { grid-template-columns: 1fr; gap: 32px; } }

/* FOOTER */
.footer { background: var(--navy-dark); padding: 60px 0 0; border-top: 1px solid rgba(255,255,255,0.07); }
.footer a { color: var(--gold); text-decoration: none; }
.footer-brand { text-align: center; margin-bottom: 28px; }
.footer-brand img { height: 58px; width: auto; }
.footer-label { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; color: var(--gold); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; }
.footer-label svg { width: 14px; height: 14px; flex-shrink: 0; }
.footer-nav { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-nav a { color: rgba(255,255,255,0.8); font-family: var(--sora); font-weight: 600; font-size: 14px; }
.footer-nav a:hover { color: var(--gold); }
@media (max-width: 700px) { .footer-grid { grid-template-columns: 1fr !important; gap: 28px !important; text-align: center; } .footer-label { justify-content: center; } }

/* WHATSAPP FLOAT */
@keyframes wa-pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.7), 0 4px 20px rgba(37,211,102,0.4); } 50% { box-shadow: 0 0 0 14px rgba(37,211,102,0), 0 4px 28px rgba(37,211,102,0.5); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0), 0 4px 20px rgba(37,211,102,0.4); } }
@keyframes wa-shimmer { 0%, 100% { filter: brightness(1); } 50% { filter: brightness(1.25); } }
.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 999; width: 60px; height: 60px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.4); text-decoration: none; animation: wa-pulse 2s ease-in-out infinite, wa-shimmer 2s ease-in-out infinite; transition: transform 0.2s; }
.wa-float:hover { transform: scale(1.12); animation: none; filter: brightness(1.15); }
.wa-float svg { width: 32px; height: 32px; fill: white; }

/* ANIMATIONS */
.animate { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.animate.visible { opacity: 1; transform: none; }
.animate--delay1 { transition-delay: 0.15s; }
.animate--delay2 { transition-delay: 0.3s; }
