/* ═══════════════════════════════════════════════════════════════
   VOXIAL — Folha de estilos principal
   ═══════════════════════════════════════════════════════════════ */
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/space-grotesk-latin-ext.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/space-grotesk-latin.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit-latin-ext.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit-latin.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:root {
  --dark: #0e1a20;
  --dark2: #142128;
  --cyan: #00bef2;
  --yellow: #f2aa00;
  --gray: #757575;
  --light: #e5e5e5;
  --white: #fff
}

body {
  font-family: 'Outfit', sans-serif;
  background: var(--dark);
  color: var(--light);
  line-height: 1.6;
  overflow-x: hidden
}

a {
  color: var(--cyan);
  text-decoration: none
}

/* ── NAV ─────────────────────────────────────────────────────── */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(14, 26, 32, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0, 190, 242, 0.15);
  padding: 0 5%
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px
}

.nav-logo {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px
}

.nav-logo-img{
  max-width: 10rem;
  vertical-align: middle;
  margin-right: 0;
}

.nav-logo span {
  color: var(--cyan)
}

.nav-cta {
  background: var(--cyan);
  color: #0e1a20;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: opacity .2s
}

.nav-cta:hover {
  opacity: .85
}

/* ── HERO ────────────────────────────────────────────────────── */
.hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 100px 5% 60px;
  background: radial-gradient(ellipse 70% 55% at 65% 0%, rgba(0, 190, 242, 0.09) 0%, transparent 68%)
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%
}

.hero-content {
  /* text left-aligned — no centering overrides needed */
}

.hero-badge {
  display: inline-block;
  background: rgba(0, 190, 242, 0.1);
  border: 1px solid rgba(0, 190, 242, 0.3);
  color: var(--cyan);
  font-size: 0.9rem;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 28px;
  letter-spacing: .5px
}

.hero h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.875rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.12;
  margin: 0 0 24px
}

.hero h1 .hl {
  color: var(--cyan)
}

.hero h1 .hly {
  color: var(--yellow)
}

.hero-sub {
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
  color: rgba(229, 229, 229, .75);
  max-width: 540px;
  margin: 0 0 20px;
  line-height: 1.65
}

.hero-features {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.hero-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(0.88rem, 1.05vw, 0.97rem);
  color: rgba(229, 229, 229, .80)
}

.hero-features li.hero-feature-gap {
  margin-top: 8px
}

.hero-features svg {
  flex-shrink: 0
}

.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap
}

.btn-primary {
  background: var(--cyan);
  color: #0e1a20;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 16px 36px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: transform .2s, opacity .2s
}

.btn-primary:hover {
  transform: translateY(-2px);
  opacity: .9
}

.btn-secondary {
  background: transparent;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 15px 36px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .25);
  cursor: pointer;
  transition: border-color .2s
}

.btn-secondary:hover {
  border-color: rgba(255, 255, 255, .6)
}

.hero-trust {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  color: rgba(229, 229, 229, .55)
}

.hero-trust-item svg {
  flex-shrink: 0
}

/* Hero image — right column */
.hero-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end
}

/* Radial glow beneath the figures */
.hero-image::before {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 260px;
  background: radial-gradient(ellipse 100% 60% at 50% 100%, rgba(0, 190, 242, 0.22) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0
}

.hero-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 60px rgba(0, 190, 242, 0.18))
}

/* Responsive: stack on smaller screens */
@media (max-width: 900px) {
  .hero {
    padding: 100px 5% 48px
  }
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center
  }
  .hero-sub {
    max-width: 100%;
    margin: 0 auto 20px
  }
  .hero-features {
    align-items: center
  }
  .hero-ctas {
    justify-content: center
  }
  .hero-trust {
    justify-content: center
  }
  .hero-image {
    order: -1;
    max-height: 340px;
    overflow: hidden
  }
  .hero-image img {
    max-width: 320px
  }
}

/* ── STATS CARDS ─────────────────────────────────────────────── */
.stats-bar {
  padding: 56px 5%
}

.stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

@media (max-width: 860px) { .stats-inner { grid-template-columns: repeat(2, 1fr) } }
@media (max-width: 480px) { .stats-inner { grid-template-columns: 1fr 1fr; gap: 12px } }

.stat-card {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(0, 190, 242, .12);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  transition: border-color .25s, transform .25s, box-shadow .25s
}

.stat-card:hover {
  border-color: rgba(0, 190, 242, .32);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 190, 242, .1)
}

.stat-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 700;
  color: var(--yellow);
  line-height: 1
}

.stat-label {
  font-size: 1.3rem;
  color: rgba(229, 229, 229, .55);
  margin-top: 10px;
  line-height: 1.45
}

/* ── SECTION COMUM ───────────────────────────────────────────── */
section {
  padding: 88px 5%
}

.section-inner {
  max-width: 1100px;
  margin: 0 auto
}

.section-label {
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 12px;
  font-weight: 500
}

.section-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 16px
}

.section-sub {
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  color: rgba(229, 229, 229, .65);
  /*max-width: 560px;*/
  line-height: 1.7
}

/* ── PROBLEMA ────────────────────────────────────────────────── */
.problem {
  background: var(--dark2)
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px
}

@media (max-width: 860px) { .problem-grid { grid-template-columns: repeat(2, 1fr) } }
@media (max-width: 540px) { .problem-grid { grid-template-columns: 1fr } }

.problem-card {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 12px;
  padding: 28px
}

.problem-card .p-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  color: rgba(242, 170, 0, .35);
  line-height: 1
}

.problem-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin: 12px 0 8px
}

.problem-card p {
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  color: rgba(229, 229, 229, .55);
  line-height: 1.6
}

/* ── COMO FUNCIONA ───────────────────────────────────────────── */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
  margin-top: 52px;
  position: relative
}

.step {
  padding: 32px 28px;
  position: relative
}

.step:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 60%;
  transform: translateY(-50%);
  background: linear-gradient(to bottom, transparent, rgba(0, 190, 242, 0.25), transparent)
}

.step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 190, 242, 0.1);
  border: 1px solid rgba(0, 190, 242, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  color: var(--cyan);
  font-size: 1rem;
  margin-bottom: 20px
}

.step h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px
}

.step p {
  font-size: 1.3rem;
  color: rgba(229, 229, 229, .55);
  line-height: 1.6
}

/* ── FUNCIONALIDADES ─────────────────────────────────────────── */
.features-bg {
  background: var(--dark2)
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2px;
  margin-top: 52px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 16px;
  overflow: hidden
}

.feat {
  padding: 32px 28px;
  background: rgba(20, 33, 40, .6);
  transition: background .2s
}

.feat:hover {
  background: rgba(0, 190, 242, 0.04)
}

.feat-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(0, 190, 242, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 1.25rem
}

.feat h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px
}

.feat p {
  font-size: 1.3rem;
  color: rgba(229, 229, 229, .55);
  line-height: 1.6
}

.feat-tag {
  display: inline-block;
  margin-top: 12px;
  font-size: 1rem;
  padding: 3px 10px;
  border-radius: 20px;
  background: rgba(242, 170, 0, .1);
  color: var(--yellow);
  border: 1px solid rgba(242, 170, 0, .2)
}

/* ── PROVA SOCIAL ────────────────────────────────────────────── */
.proof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 52px
}

.proof-card {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  padding: 28px
}

.proof-metric {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 20px
}

.proof-metric .big {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  color: var(--yellow);
  line-height: 1
}

.proof-metric .small {
  font-size: 1rem;
  color: rgba(242, 170, 0, .6);
  font-weight: 500
}

.proof-card p {
  font-size: 1.05rem;
  color: rgba(229, 229, 229, .7);
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 20px
}

.proof-source {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  padding-top: 16px
}

.proof-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 190, 242, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--cyan)
}

.proof-name {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 500
}

.proof-role {
  font-size: 0.8rem;
  color: rgba(229, 229, 229, .6)
}

/* ── PREÇOS ──────────────────────────────────────────────────── */
.pricing-bg {
  background: var(--dark2)
}

.pricing-toggle {
  justify-self: center;
}
.billing-lbl {
  font-size: 1.5rem;
  transition: color .2s;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 52px
}

.plan {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  padding: 28px 24px;
  transition: border-color .2s, transform .2s;
  position: relative
}

.plan:hover {
  border-color: rgba(0, 190, 242, .3);
  transform: translateY(-4px)
}

.plan.featured {
  border-color: var(--cyan);
  background: rgba(0, 190, 242, .05)
}

.plan-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--cyan);
  color: #0e1a20;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: .5px
}

.plan-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(229, 229, 229, .7);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.plan-price {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  color: #fff;
  line-height: 1
}

.plan-price sup {
  font-size: 1.125rem;
  vertical-align: super
}

.plan-period {
  font-size: 0.9rem;
  color: rgba(229, 229, 229, .4);
  margin: 4px 0 20px
}

.plan-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, .08);
  margin: 20px 0
}

.plan-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px
}

.plan-features li {
  font-size: 0.9rem;
  color: rgba(229, 229, 229, .65);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.4
}

.plan-features li::before {
  content: '';
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: rgba(0, 190, 242, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='%2300bef2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center
}

.plan-btn {
  width: 100%;
  padding: 13px;
  border-radius: 8px;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: opacity .2s, transform .2s;
  border: none
}

.plan-btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2)
}

.plan-btn-outline:hover {
  border-color: rgba(255, 255, 255, .5)
}

.plan-btn-fill {
  background: var(--cyan);
  color: #0e1a20
}

.plan-btn-fill:hover {
  opacity: .85
}

.pricing-note {
  text-align: center;
  margin-top: 24px;
  font-size: 0.9rem;
  color: rgba(229, 229, 229, .4)
}

/* Enterprise slider dots */
.ent-dot {
  font-size: 0.75rem;
  color: rgba(229, 229, 229, .35);
  font-weight: 500;
  transition: color .2s;
  cursor: pointer;
}

.ent-dot.active {
  color: var(--cyan)
}

/* ── OBJEÇÕES / FAQ ──────────────────────────────────────────── */
.obj-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 48px
}

.obj-card {
  padding: 24px;
  border-left: 3px solid rgba(0, 190, 242, 0.3);
  background: rgba(0, 190, 242, .03);
  border-radius: 0 10px 10px 0
}

.obj-q {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: hsl(193, 100%, 47%);
  margin-bottom: 10px
}

.obj-a {
  font-size: 1.3rem;
  color: rgba(229, 229, 229, .75);
  line-height: 1.65
}

/* ── CTA FINAL ───────────────────────────────────────────────── */
.final-cta {
  background: linear-gradient(135deg, rgba(0, 190, 242, 0.08) 0%, rgba(242, 170, 0, 0.05) 100%);
  border-top: 1px solid rgba(0, 190, 242, 0.15);
  border-bottom: 1px solid rgba(0, 190, 242, 0.15);
  text-align: center;
  padding: 100px 5%
}

.final-cta h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.2
}

.final-cta p {
  font-size: 1.125rem;
  color: rgba(229, 229, 229, .65);
  max-width: 500px;
  margin: 0 auto 40px
}

/* ── FORMULÁRIO CONTACTO ─────────────────────────────────────── */
.form-section {
  background: var(--dark2);
  padding: 80px 5%
}

.form-wrap {
  max-width: 520px;
  margin: 0 auto;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 16px;
  padding: 44px
}

.form-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px
}

.form-sub {
  font-size: 1rem;
  color: rgba(229, 229, 229, .5);
  margin-bottom: 32px
}

.form-group {
  margin-bottom: 20px
}

.form-group label {
  display: block;
  font-size: 0.9rem;
  color: rgba(229, 229, 229, .6);
  margin-bottom: 7px;
  font-weight: 500
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  padding: 13px 16px;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  outline: none;
  transition: border-color .2s
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--cyan)
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(229, 229, 229, .3)
}

.form-group select option {
  background: #142128
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.submit-btn {
  width: 100%;
  background: var(--cyan);
  color: #0e1a20;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  margin-top: 8px;
  transition: opacity .2s, transform .2s
}

.submit-btn:hover {
  opacity: .85;
  transform: translateY(-2px)
}

.submit-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
  transform: none
}

.form-guarantee {
  text-align: center;
  margin-top: 16px;
  font-size: 0.8rem;
  color: rgba(229, 229, 229, .35);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px
}

/* Mensagens de feedback */
.alert {
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 1rem;
  margin-bottom: 20px
}

.alert-success {
  background: rgba(0, 190, 242, .1);
  border: 1px solid rgba(0, 190, 242, .3);
  color: var(--cyan)
}

.alert-error {
  background: rgba(220, 50, 50, .1);
  border: 1px solid rgba(220, 50, 50, .3);
  color: #f87171
}

/* ── COMPARAÇÃO DE PLANOS ────────────────────────────────────── */

.cmp-section {
  background: var(--dark);
}

.cmp-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  margin-top: 40px;
}

.cmp-header-row,
.cmp-footer-row,
.cmp-group-head,
.cmp-row {
  min-width: 680px;
}

.cmp-header-row,
.cmp-footer-row,
.cmp-row {
  display: grid;
  grid-template-columns: 28% repeat(4, minmax(0, 1fr));
}

.cmp-header-row {
  background: rgba(255,255,255,.03);
  border-bottom: 2px solid rgba(255,255,255,.1);
}

.cmp-row {
  border-bottom: 1px solid rgba(255,255,255,.05);
  transition: background .15s;
  cursor: default;
}

.cmp-row:last-child {
  border-bottom: none;
}

.cmp-row:hover {
  background: rgba(0,190,242,.045);
}

.cmp-col-feature,
.cmp-col-plan {
  padding: 13px 16px;
  display: flex;
  align-items: center;
}

.cmp-col-feature {
  font-size: 1.05rem;
  color: rgba(229,229,229,.75);
  border-right: 1px solid rgba(255,255,255,.06);
}

.cmp-col-plan {
  justify-content: center;
  font-size: 1rem;
  color: rgba(229,229,229,.7);
  border-right: 1px solid rgba(255,255,255,.04);
  text-align: center;
}

.cmp-col-plan:last-child {
  border-right: none;
}

.cmp-col-plan.cmp-featured {
  background: rgba(0,190,242,.04);
  border-left: 1px solid rgba(0,190,242,.12);
  border-right: 1px solid rgba(0,190,242,.12);
}

/* Header + footer column content */
.cmp-header-row .cmp-col-plan,
.cmp-footer-row .cmp-col-plan {
  flex-direction: column;
  text-align: center;
  padding: 22px 12px;
  gap: 2px;
}

.cmp-header-row .cmp-col-feature,
.cmp-footer-row .cmp-col-feature {
  border-right: 1px solid rgba(255,255,255,.06);
}

.cmp-footer-row {
  background: rgba(255,255,255,.03);
  border-top: 2px solid rgba(255,255,255,.1);
}

.cmp-plan-name-label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(229,229,229,.55);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cmp-plan-price-display {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin: 6px 0 2px;
}

.cmp-plan-price-display sup {
  font-size: 0.95rem;
  vertical-align: super;
  font-weight: 500;
}

.cmp-plan-period-label {
  font-size: 0.78rem;
  color: rgba(229,229,229,.38);
  margin-bottom: 12px;
}

.cmp-plan-badge-label {
  display: inline-block;
  background: var(--cyan);
  color: #0e1a20;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 20px;
  letter-spacing: .5px;
  margin-bottom: 4px;
}

.cmp-btn {
  font-size: 0.82rem !important;
  padding: 8px 12px !important;
  width: 100%;
  white-space: nowrap;
}

/* Group heading row */
.cmp-group-head {
  background: rgba(0,190,242,.05);
  border-top: 1px solid rgba(0,190,242,.12);
  border-bottom: 1px solid rgba(0,190,242,.1);
  padding: 9px 16px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--cyan);
  letter-spacing: .5px;
  display: block;
}

/* Check icon */
.cmp-check {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

/* Not-available dash */
.cmp-dash {
  color: rgba(229,229,229,.22);
  font-size: 0.9rem;
  letter-spacing: 2px;
  font-weight: 400;
}

/* Highlighted value text — disabled in favour of uniform grey/white table text */
.cmp-hl {
  color: inherit;
  font-weight: inherit;
}

/* Mode wrappers — header columns */
.cmp-mode-std,
.cmp-mode-ent {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 2px;
}

.cmp-mode-ent {
  display: none;
}

/* Mode values — data row cells */
.cmp-val-s,
.cmp-val-e {
  display: inline-flex;
  align-items: center;
}

.cmp-val-e {
  display: none;
}

/* "Ver outros planos" link inside Enterprise col */
.cmp-ent-toggle {
  background: none;
  border: none;
  color: var(--cyan);
  font-family: 'Outfit', sans-serif;
  font-size: .78rem;
  cursor: pointer;
  padding: 0;
  margin-top: 6px;
  text-decoration: underline;
  text-underline-offset: 3px;
  opacity: .8;
  transition: opacity .2s;
}

.cmp-ent-toggle:hover {
  opacity: 1;
}

/* "← Voltar" button in feature col header — hidden by default */
.cmp-back-btn {
  display: none;
  background: none;
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(229,229,229,.65);
  font-family: 'Outfit', sans-serif;
  font-size: .8rem;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: border-color .2s, color .2s;
}

.cmp-back-btn:hover {
  border-color: rgba(255,255,255,.4);
  color: #fff;
}

/* ── Enterprise mode ── */
.cmp-table-wrap.ent-mode .cmp-mode-std { display: none; }
.cmp-table-wrap.ent-mode .cmp-mode-ent { display: flex; }
.cmp-table-wrap.ent-mode .cmp-val-s    { display: none; }
.cmp-table-wrap.ent-mode .cmp-val-e    { display: inline-flex; }
.cmp-table-wrap.ent-mode .cmp-back-btn { display: inline-block; }
.cmp-table-wrap.ent-mode .cmp-ent-toggle { display: none; }

/* Remove Pro featured highlight in enterprise mode */
.cmp-table-wrap.ent-mode .cmp-col-plan.cmp-featured {
  background: none;
  border-left: 1px solid rgba(255,255,255,.04);
  border-right: none;
}

@media (max-width: 600px) {
  .cmp-header-row .cmp-col-plan {
    padding: 14px 6px;
  }
  .cmp-plan-price-display {
    font-size: 1.3rem;
  }
  .cmp-plan-name-label {
    font-size: 0.72rem;
  }
}

/* ── FOOTER ──────────────────────────────────────────────────── */
footer {
  background: #0a1318;
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: 48px 5% 32px
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 40px
}

.footer-brand p {
  font-size: 0.9rem;
  color: rgba(229, 229, 229, .6);
  max-width: 240px;
  margin-top: 10px;
  line-height: 1.6
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}
.footer-badges span {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(229,229,229,.6);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  padding: 3px 10px;
  letter-spacing: .4px;
}



.footer-links h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(229, 229, 229, .6);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px
}

.footer-links ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.footer-links ul li a {
  font-size: 0.9rem;
  color: #9da1a2;
  transition: color .2s
}

.footer-links ul li a:hover {
  color: var(--cyan)
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px
}

.footer-bottom p {
  font-size: 0.8rem;
  color: rgba(229, 229, 229, .5)
}

.footer-bottom .powered {
  font-size: 0.75rem;
  color: rgba(229, 229, 229, .2)
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
}
.footer-bottom-links a {
  font-size: 0.78rem;
  color: #9da1a2;
  transition: color .2s;
}
.footer-bottom-links a:hover {
  color: rgba(229,229,229,.9);
}

/* ── PÁGINAS DE RETORNO STRIPE ───────────────────────────────── */
.page-center {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 5%;
  text-align: center
}

.result-box {
  max-width: 520px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 16px;
  padding: 52px 44px
}

.result-box h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  margin: 20px 0 12px
}

.result-box p {
  font-size: 1rem;
  color: rgba(229, 229, 229, .65);
  line-height: 1.6;
  margin-bottom: 12px
}

.icon-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  font-size: 2rem
}

.icon-circle-success { background: rgba(0, 190, 242, .12); border: 1px solid rgba(0, 190, 242, .3) }
.icon-circle-cancel  { background: rgba(242, 170, 0, .10); border: 1px solid rgba(242, 170, 0, .25) }

/* ═══════════════════════════════════════════════════════════════
   VOICE DEMO CARDS
   ═══════════════════════════════════════════════════════════════ */

.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px
}

@media (max-width: 860px) { .voice-grid { grid-template-columns: repeat(2, 1fr) } }
@media (max-width: 520px) { .voice-grid { grid-template-columns: 1fr 1fr; gap: 12px } }

.voice-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  cursor: pointer;
  border: 1px solid rgba(0, 190, 242, .12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, .35);
  transition: transform .25s, box-shadow .25s, border-color .25s
}

.voice-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 190, 242, .14);
  border-color: rgba(0, 190, 242, .32)
}

.voice-card.playing {
  border-color: rgba(0, 190, 242, .55);
  box-shadow: 0 0 0 2px rgba(0, 190, 242, .18), 0 20px 50px rgba(0, 190, 242, .2)
}

.voice-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform .35s
}

.voice-card:hover .voice-avatar {
  transform: scale(1.04)
}

/* Gradient overlay so glass sits cleanly on any avatar */
.voice-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    rgba(14,26,32,0) 40%,
    rgba(14,26,32,.55) 72%,
    rgba(14,26,32,.88) 100%);
  z-index: 1;
  pointer-events: none
}

/* Glass footer */
.voice-glass {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: rgba(14, 26, 32, .55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(0, 190, 242, .14)
}

.voice-info {
  display: flex;
  flex-direction: column;
  gap: 2px
}

.voice-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2
}

.voice-lang {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--cyan);
  text-transform: uppercase
}

/* Play / Pause button */
.voice-play-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cyan);
  color: #0e1a20;
  flex-shrink: 0;
  transition: transform .15s, background .2s, box-shadow .2s
}

.voice-play-btn:hover {
  transform: scale(1.12);
  box-shadow: 0 0 16px rgba(0, 190, 242, .55)
}

.voice-card.playing .voice-play-btn {
  background: var(--yellow);
  box-shadow: 0 0 16px rgba(242, 170, 0, .45)
}

/* Animated waveform — visible only while playing */
.voice-wave {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 20px;
  opacity: 0;
  transition: opacity .3s
}

.voice-card.playing .voice-wave {
  opacity: 1
}

.voice-wave span {
  display: block;
  width: 3px;
  border-radius: 2px;
  background: var(--cyan);
  animation: waveBar 1s ease-in-out infinite alternate
}

.voice-wave span:nth-child(1) { height: 6px;  animation-delay: 0s   }
.voice-wave span:nth-child(2) { height: 14px; animation-delay: .15s }
.voice-wave span:nth-child(3) { height: 20px; animation-delay: .3s  }
.voice-wave span:nth-child(4) { height: 12px; animation-delay: .45s }
.voice-wave span:nth-child(5) { height: 7px;  animation-delay: .6s  }

@keyframes waveBar {
  from { transform: scaleY(.4) }
  to   { transform: scaleY(1)  }
}

/* ── COOKIE CONSENT ────────────────────────────────────────────────────────
   All cookie banner, settings overlay and table styles.
   Relies on --dark, --dark2, --cyan, --light, --gray, --white from :root.
   Button sizes use .btn-sm modifier on top of existing .btn-primary/.btn-secondary.
   ────────────────────────────────────────────────────────────────────────── */

/* Button size modifier — overrides hero-sized defaults */
.btn-sm {
  padding    : 9px 16px;
  font-size  : 0.85rem;
  font-weight: 500
}

/* ── Banner ─────────────────────────────────────────────────────────────── */
#cookie-banner {
  position        : fixed;
  bottom          : 24px;
  right           : 24px;
  max-width       : 420px;
  width           : calc(100% - 48px);
  z-index         : 9999;
  background      : rgba(20, 33, 40, 0.97);
  backdrop-filter : blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border          : 1px solid rgba(0, 190, 242, 0.25);
  border-radius   : 12px;
  box-shadow      : 0 0 32px rgba(0, 190, 242, 0.08), 0 8px 32px rgba(0, 0, 0, .4);
  padding         : 20px;
  color           : var(--light);
  font-size       : 0.9rem;
  line-height     : 1.5;
  opacity         : 0;
  transform       : translateY(20px);
  pointer-events  : none;
  transition      : opacity .35s ease, transform .35s ease
}

#cookie-banner.is-visible {
  opacity       : 1;
  transform     : translateY(0);
  pointer-events: all
}

/* Title line (icon + text) */
.cookie-banner-title {
  font-family  : 'Space Grotesk', sans-serif;
  font-size    : 1rem;
  font-weight  : 700;
  color        : #fff;
  display      : flex;
  align-items  : center;
  gap          : 8px;
  margin-bottom: 10px
}

.cookie-banner-title svg {
  color      : var(--cyan);
  flex-shrink: 0
}

/* Short description */
.cookie-banner-text {
  font-size    : 0.82rem;
  color        : rgba(229, 229, 229, .55);
  line-height  : 1.55;
  margin-bottom: 10px
}

/* Privacy + Terms links */
.cookie-banner-links {
  display      : flex;
  gap          : 14px;
  margin-bottom: 14px
}

.cookie-banner-links a {
  font-size  : 0.78rem;
  color      : rgba(229, 229, 229, .65);
  transition : color .2s
}

.cookie-banner-links a:hover {
  color: var(--cyan)
}

/* Three-button row */
.cookie-buttons {
  display: flex;
  gap    : 8px
}

.cookie-buttons .btn-sm {
  flex: 1
}

/* Details toggle — cyan tint on btn-secondary base */
.btn-details {
  color       : var(--cyan);
  border-color: rgba(0, 190, 242, .25);
  display     : flex;
  align-items : center;
  justify-content: center;
  gap         : 4px
}

.btn-details:hover {
  background  : rgba(0, 190, 242, .06);
  border-color: rgba(0, 190, 242, .45)
}

/* Arrow inside Details button */
.cookie-details-arrow {
  display   : inline-block;
  transition: transform .25s;
  font-size : 0.8rem;
  line-height: 1
}

.btn-details.open .cookie-details-arrow {
  transform: rotate(180deg)
}

/* Expandable details section */
.cookie-banner-details {
  margin-top : 14px;
  padding-top: 14px;
  border-top : 1px solid rgba(0, 190, 242, .15)
}

.cookie-banner-details[hidden] { display: none }

/* ── Category checkboxes ────────────────────────────────────────────────── */
.cookie-categories {
  display       : flex;
  flex-direction: column;
  gap           : 10px;
  margin        : 0 0 12px
}

.cookie-category {
  display       : flex;
  flex-direction: column;
  gap           : 2px
}

.cookie-category-label {
  display    : flex;
  align-items: center;
  gap        : 10px;
  cursor     : pointer;
  font-size  : 0.88rem;
  color      : var(--light)
}

input[type=checkbox].cookie-check {
  accent-color: var(--cyan);
  width       : 16px;
  height      : 16px;
  flex-shrink : 0;
  cursor      : pointer;
  margin-top  : 0
}

input[type=checkbox].cookie-check:disabled {
  opacity: .45;
  cursor : not-allowed
}

.cookie-category-name {
  flex: 1
}

/* "Always active" badge — overrides hero-badge sizing */
.cookie-always-active {
  font-size    : 0.72rem;
  padding      : 2px 8px;
  margin-bottom: 0;
  margin-left  : auto;
  white-space  : nowrap;
  flex-shrink  : 0
}

/* Subtext under each category */
.cookie-category-sub {
  font-size  : 0.75rem;
  color      : rgba(229, 229, 229, .6);
  display    : block;
  padding-left: 26px;
  line-height : 1.4
}

/* ── Technical info toggle ──────────────────────────────────────────────── */
.cookie-tech-toggle {
  background : none;
  border     : none;
  color      : rgba(229, 229, 229, .6);
  font-family: inherit;
  font-size  : 0.78rem;
  cursor     : pointer;
  padding    : 4px 0;
  display    : flex;
  align-items: center;
  gap        : 4px;
  margin-top : 4px;
  transition : color .2s
}

.cookie-tech-toggle:hover { color: var(--cyan) }

.cookie-tech-toggle[aria-expanded=true] .cookie-details-arrow {
  transform: rotate(180deg)
}

/* ── Cookie table ───────────────────────────────────────────────────────── */
.cookie-table-wrap {
  margin-top   : 8px;
  border       : 1px solid rgba(0, 190, 242, .15);
  border-radius: 8px;
  overflow     : hidden
}

.cookie-table-wrap[hidden] { display: none }

.cookie-table {
  width          : 100%;
  border-collapse: collapse;
  font-size      : 0.8rem
}

.cookie-table th {
  text-align    : left;
  padding       : 8px 10px;
  color         : var(--cyan);
  opacity       : .8;
  font-size     : 0.73rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  border-bottom : 1px solid rgba(0, 190, 242, .15);
  background    : rgba(0, 190, 242, .03)
}

.cookie-table td {
  padding       : 8px 10px;
  vertical-align: top;
  color         : rgba(229, 229, 229, .65);
  border-bottom : 1px solid rgba(255, 255, 255, .04)
}

.accordion-toggle {
  cursor    : pointer;
  transition: background .2s
}

.accordion-toggle:nth-child(4n+1) {
  background: rgba(255, 255, 255, .015)
}

.accordion-toggle:hover { background: rgba(0, 190, 242, .05) }

.accordion-toggle:focus-visible {
  outline       : 2px solid var(--cyan);
  outline-offset: -2px
}

.toggle-icon {
  float      : right;
  color      : var(--cyan);
  opacity    : .65;
  transition : transform .2s, opacity .2s
}

.accordion-toggle.is-open .toggle-icon {
  transform: rotate(45deg);
  opacity  : 1
}

.accordion-content         { display: none }
.accordion-content.is-open { display: table-row }

.accordion-content td {
  padding   : 0;
  background: rgba(0, 0, 0, .22)
}

.accordion-body { padding: 12px 14px }

.cookie-detail-list {
  display              : grid;
  grid-template-columns: auto 1fr;
  gap                  : 4px 14px;
  margin               : 0;
  font-size            : 0.78rem
}

.cookie-detail-list dt {
  color      : rgba(229, 229, 229, .65);
  font-weight: 500;
  white-space: nowrap
}

.cookie-detail-list dd {
  margin     : 0;
  color      : var(--light);
  line-height: 1.5
}

.cookie-detail-list a { color: var(--cyan); opacity: .8; transition: opacity .15s }
.cookie-detail-list a:hover { opacity: 1 }

/* ── Settings overlay ───────────────────────────────────────────────────── */
#cookie-settings-overlay {
  position       : fixed;
  inset          : 0;
  background     : rgba(0, 0, 0, .72);
  z-index        : 10000;
  display        : flex;
  align-items    : center;
  justify-content: center;
  padding        : 16px;
  opacity        : 0;
  visibility     : hidden;
  pointer-events : none;
  transition     : opacity .3s, visibility 0s .3s
}

#cookie-settings-overlay.is-visible {
  opacity       : 1;
  visibility    : visible;
  pointer-events: all;
  transition    : opacity .3s, visibility 0s
}

.cookie-settings-panel {
  background          : rgba(20, 33, 40, 0.97);
  backdrop-filter     : blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border              : 1px solid rgba(0, 190, 242, 0.25);
  border-radius       : 12px;
  box-shadow          : 0 0 48px rgba(0, 190, 242, 0.08), 0 16px 48px rgba(0, 0, 0, .55);
  padding             : 24px;
  max-width           : 560px;
  width               : 100%;
  max-height          : 80vh;
  overflow-y          : auto;
  color               : var(--light);
  font-size           : 0.9rem;
  transform           : scale(.97) translateY(10px);
  transition          : transform .3s
}

#cookie-settings-overlay.is-visible .cookie-settings-panel {
  transform: scale(1) translateY(0)
}

.cookie-settings-panel::-webkit-scrollbar       { width: 4px }
.cookie-settings-panel::-webkit-scrollbar-track  { background: transparent }
.cookie-settings-panel::-webkit-scrollbar-thumb  {
  background   : rgba(0, 190, 242, .2);
  border-radius: 99px
}

.cookie-settings-header {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  margin-bottom  : 12px
}

.cookie-settings-close {
  background   : none;
  border       : 1px solid rgba(255, 255, 255, .18);
  border-radius: 6px;
  width        : 30px;
  height       : 30px;
  display      : flex;
  align-items  : center;
  justify-content: center;
  cursor       : pointer;
  color        : rgba(229, 229, 229, .6);
  transition   : border-color .2s, color .2s;
  flex-shrink  : 0
}

.cookie-settings-close:hover {
  border-color: rgba(255, 255, 255, .4);
  color       : #fff
}

.cookie-settings-footer {
  display   : flex;
  gap       : 10px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 190, 242, .15)
}

.cookie-settings-footer .btn-secondary { flex: 1 }
.cookie-settings-footer .btn-primary   { flex: 2 }

/* ── Footer trigger icon ────────────────────────────────────────────────── */
.cookie-settings-trigger {
  background : none;
  border     : none;
  padding    : 0;
  cursor     : pointer;
  color      : var(--cyan);
  opacity    : .5;
  display    : inline-flex;
  align-items: center;
  gap        : 6px;
  font-family: inherit;
  font-size  : 0.78rem;
  transition : opacity .2s, filter .2s
}

.cookie-settings-trigger:hover {
  opacity: .9;
  filter : drop-shadow(0 0 5px var(--cyan))
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 480px) {
  #cookie-banner {
    bottom       : 0;
    right        : 0;
    left         : 0;
    max-width    : 100%;
    width        : 100%;
    border-radius: 12px 12px 0 0;
    border-bottom: none;
    padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px))
  }

  .cookie-buttons {
    flex-direction: column
  }

  .cookie-buttons .btn-sm {
    width: 100%
  }

  #cookie-settings-overlay {
    align-items: flex-end;
    padding    : 0
  }

  .cookie-settings-panel {
    max-height   : 88vh;
    border-radius: 12px 12px 0 0
  }
}

/* ── LANGUAGE SWITCHER ─────────────────────────────────────────────────────── */
.footer-lang-switch {
  display    : flex;
  align-items: center;
  gap        : 5px;
  font-size  : 0.78rem
}

.footer-lang-switch a {
  color     : rgba(229, 229, 229, .5);
  transition: color .2s
}

.footer-lang-switch a:hover  { color: var(--light) }
.footer-lang-switch a.active { color: var(--cyan); font-weight: 600 }

.footer-lang-switch span { color: rgba(229, 229, 229, .18) }
