/* ============================


/* 2) Layout/base */
html,
body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.cv-main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cv-footer {
  flex-shrink: 0;
}
body {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
    Cantarell, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

/* 3) Navbar */
.cv-navbar {
  --grad-1: #f59e0b;
  --grad-2: #8b5cf6;
  --grad-3: #22d3ee;
  background: linear-gradient(
        140deg,
        rgba(12, 16, 28, 0.75),
        rgba(12, 16, 28, 0.75)
      )
      padding-box,
    linear-gradient(120deg, var(--grad-1), var(--grad-2), var(--grad-3))
      border-box;
  border-bottom: 2px solid transparent;
  backdrop-filter: blur(10px);
}
.cv-navbar.scrolled {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
  background: linear-gradient(
        140deg,
        rgba(10, 14, 24, 0.85),
        rgba(10, 14, 24, 0.85)
      )
      padding-box,
    linear-gradient(120deg, var(--grad-1), var(--grad-2), var(--grad-3))
      border-box;
}
.brand-logo {
  max-height: 100px;
  width: auto;
  filter: drop-shadow(0 6px 16px rgba(124, 97, 255, 0.35));
  transition: transform 0.35s ease, filter 0.35s ease;
}
.brand-text {
  font-weight: 800;
  font-size: clamp(1.4rem, 2vw + 0.6rem, 2.1rem);
  letter-spacing: 0.5px;
  background: linear-gradient(
    90deg,
    var(--grad-1),
    var(--grad-2) 50%,
    var(--grad-3)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 20px rgba(76, 243, 255, 0.25));
  transition: filter 0.35s ease, letter-spacing 0.35s ease;
}
.navbar-brand:hover .brand-logo {
  transform: translateY(-1px) scale(1.02);
  filter: drop-shadow(0 8px 20px rgba(255, 111, 60, 0.35));
}
.navbar-brand:hover .brand-text {
  letter-spacing: 0.8px;
  filter: drop-shadow(0 0 28px rgba(123, 97, 255, 0.35));
}
.nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 0.5rem 0.6rem !important;
  transition: color 0.25s ease, transform 0.25s ease;
}
.nav-link:hover {
  color: #fff !important;
  transform: translateY(-1px);
}
.nav-fx::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.35rem;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--grad-1),
    var(--grad-2),
    var(--grad-3)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  border-radius: 2px;
}
.nav-fx:hover::after,
.nav-link.active.nav-fx::after {
  transform: scaleX(1);
}
.btn-contact {
  --c1: #42e4ff;
  --c2: #7b61ff;
  --c3: #ff7a4d;
  border: 0;
  color: #0b0f1a;
  background: linear-gradient(90deg, var(--c1), var(--c2), var(--c3));
  background-size: 200% 100%;
  transition: transform 0.25s ease, filter 0.25s ease,
    background-position 0.6s ease;
  padding: 0.6rem 1rem;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(123, 97, 255, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}
.btn-contact:hover {
  transform: translateY(-1px);
  background-position: 100% 0;
  filter: brightness(1.05);
}
@media (max-width: 991.98px) {
  .nav-link {
    padding: 0.6rem 0.4rem !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand-logo,
  .brand-text,
  .nav-link,
  .btn-contact,
  .btn-contact i,
  .dropdown-menu.dropdown-fx {
    transition: none !important;
    animation: none !important;
  }
}

/* 4) Hero & ornaments */
.hero-cv {
  --c-bg1: #0b0a12;
  --c-bg2: #15122a;
  --c-grad1: #f59e0b;
  --c-grad2: #8b5cf6;
  --c-grad3: #22d3ee;
  background: radial-gradient(
      1200px 600px at 80% -10%,
      rgba(124, 97, 255, 0.22),
      transparent 60%
    ),
    radial-gradient(
      900px 500px at -10% 110%,
      rgba(69, 242, 255, 0.18),
      transparent 60%
    ),
    linear-gradient(180deg, var(--c-bg1), var(--c-bg2));
  position: relative;
}
.orb {
  position: absolute;
  filter: blur(40px);
  opacity: 0.45;
  pointer-events: none;
  border-radius: 999px;
  mix-blend-mode: screen;
}
.orb-a {
  width: 380px;
  height: 380px;
  left: -120px;
  top: -80px;
  background: radial-gradient(circle at 30% 30%, #7c61ff, transparent 60%);
  animation: drift 14s ease-in-out infinite;
}
.orb-b {
  width: 300px;
  height: 300px;
  right: -80px;
  bottom: -60px;
  background: radial-gradient(circle at 60% 60%, #45f2ff, transparent 60%);
  animation: drift 18s ease-in-out infinite reverse;
}
.orb-c {
  width: 220px;
  height: 220px;
  left: 35%;
  bottom: -40px;
  background: radial-gradient(circle at 50% 50%, #ff7a4d, transparent 60%);
  animation: drift 16s ease-in-out infinite;
}
@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(10px, -8px, 0) scale(1.04);
  }
}

/* 5) Typographic helpers */
.fw-extrabold {
  font-weight: 900;
}
.lh-tight {
  line-height: 1.15;
}
.grad-accent {
  background: linear-gradient(
    90deg,
    var(--c-grad1),
    var(--c-grad2) 50%,
    var(--c-grad3)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 24px rgba(69, 242, 255, 0.18);
}
.year-chip {
  display: inline-block;
  padding: 0.1rem 0.5rem;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    rgba(124, 97, 255, 0.25),
    rgba(69, 242, 255, 0.25)
  );
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 700;
}
.title-fx {
  animation: rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) both 0.1s;
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* 6) Buttons */
.btn-cta {
  --glow: 0 10px 28px rgba(124, 97, 255, 0.35);
  color: #0b0f1a;
  background: linear-gradient(
    90deg,
    var(--c-grad1),
    var(--c-grad2),
    var(--c-grad3)
  );
  background-size: 200% 100%;
  border: 0;
  border-radius: 0.9rem;
  box-shadow: var(--glow), inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  transform: translateY(0);
  transition: transform 0.22s ease, background-position 0.6s ease,
    filter 0.22s ease;
}
.btn-cta:hover {
  background-position: 100% 0;
  transform: translateY(-1px);
  filter: brightness(1.06);
}
.btn-outline-cta {
  color: #e8f7ff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.9rem;
  transition: background 0.22s ease, transform 0.22s ease,
    border-color 0.22s ease;
}
.btn-outline-cta:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.4);
}

/* 7) Offer card */
.offer-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(6, 10, 20, 0.55);
  color: #eaf6ff;
}
.offer-card .brand-wrap {
  border-style: dashed;
  border-width: 1px;
  padding: 18px 22px;
}
.offer-card .brand-logo {
  height: 140px;
  filter: none;
}
.rating-badge {
  background-color: #837a3d;
  color: #4b006e;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 8px 15px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  letter-spacing: 1px;
}

.rating-badge:hover {
  transform: scale(1.1);
  background-color: #ffbb00;
}

.rating-badge:before {
  content: "★";
  margin-right: 5px;
  font-size: 1.4rem;
  color: #ffd700;
}

@media (max-width: 767px) {
  .rating-badge {
    font-size: 1rem;
    padding: 6px 12px;
  }
}
.offer-card .btn-offer {
  color: #0b0f1a;
  background: linear-gradient(90deg, #ff8a00, #ff6a00);
  background-size: 200% 100%;
  border: 0;
  border-radius: 999px;
  padding: 1.2rem 3.5rem;
  font-size: 1.6rem;
  box-shadow: 0 12px 26px rgba(255, 138, 0, 0.55),
    inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  transition: transform 0.2s ease, background-position 0.6s ease,
    filter 0.2s ease;
}
.offer-card .btn-offer:hover {
  transform: translateY(-2px);
  background-position: 100% 0;
  filter: brightness(1.05);
}
.offer-card .promo {
  background: rgba(255, 255, 255, 0.05);
  border-style: dashed;
  padding: 16px 18px;
  font-size: 1.12rem;
}
.offer-card .gap-3 {
  gap: 1.75rem !important;
}

/* 8) Sections */
/* Autoexclusao */
/* --- General Section Styling --- */
#autoexclusao {
  /* Base palette for Autoexclusao */
  --ax-base: #1d0d53;
  --ax-dark: #14093b;
  --ax-mid: #2a1677;
  --ax-light: #3a1f9a;
  --ax-tint: rgba(29, 13, 83, 0.14);
  background-color: var(--ax-dark);
  padding-top: 50px;
  padding-bottom: 50px;
}

.excl-wrap {
  background-color: var(--ax-base);
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(29, 13, 83, 0.45);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.excl-head {
  position: relative;
  padding-bottom: 30px;
}

.kicker {
  background: linear-gradient(90deg, var(--ax-light), var(--ax-mid));
  color: #fff;
  padding: 5px 20px;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 20px;
  display: inline-block;
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #eaf1ff;
  letter-spacing: -0.5px;
}

p.text-200 {
  color: rgba(232, 247, 255, 0.86);
  font-size: 1rem;
  line-height: 1.6;
}

.excl-card,
.step-card {
  background-color: rgba(29, 13, 83, 0.12);
  border-radius: 15px;
  box-shadow: 0 8px 22px rgba(29, 13, 83, 0.35);
}

.excl-card {
  border: 2px solid rgba(29, 13, 83, 0.35);
}

.step-card {
  border: 2px solid var(--ax-light);
}

h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #eaf6ff;
}

/* --- Autoexclusão List Styling --- */
.excl-list {
  padding-left: 20px;
}

.excl-list li {
  background-color: rgba(29, 13, 83, 0.16);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: background-color 0.3s ease-in-out;
}

.excl-list li:hover {
  background-color: rgba(29, 13, 83, 0.28);
}

.excl-badge {
  background-color: var(--ax-light);
  color: #fff;
  padding: 5px 12px;
  font-size: 1.1rem;
  border-radius: 50%;
  font-weight: bold;
  display: inline-block;
  min-width: 30px;
  text-align: center;
}

/* --- Step Numbering --- */
.excl-steps {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 15px;
}

.excl-steps li {
  position: relative;
  padding-left: 25px;
  font-size: 1.05rem;
  color: #eaf6ff;
  line-height: 1.5;
}

.excl-steps li::before {
  content: attr(data-step);
  background-color: var(--ax-mid);
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  text-align: center;
}

.excl-steps li span {
  font-weight: bold;
}

.excl-steps li:nth-child(1)::before {
  background-color: #f44336;
}

.excl-steps li:nth-child(2)::before {
  background-color: #ffeb3b;
}

.excl-steps li:nth-child(3)::before {
  background-color: #4caf50;
}

/* --- Buttons Styling --- */
.btn-cta {
  background-color: #ff9800;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

.btn-cta:hover {
  background-color: #f44336;
}

.btn-outline-cta {
  background-color: transparent;
  border: 2px solid #ff9800;
  color: #ff9800;
  border-radius: 30px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.btn-outline-cta:hover {
  background-color: #ff9800;
  color: #fff;
}

/* --- Pill Tiles Styling --- */
.pill-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.tile {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: background-color 0.3s ease;
}

.tile:hover {
  background-color: #f44336;
  color: #fff;
}

.tile strong {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.tile span {
  font-size: 1rem;
  color: #555;
}

/* --- Media Queries --- */
@media (max-width: 767.98px) {
  .excl-wrap {
    padding: 30px;
  }

  h2 {
    font-size: 2rem;
  }

  .excl-steps li {
    font-size: 1rem;
  }

  .pill-tiles {
    grid-template-columns: 1fr;
  }
}


/* Contactos */
.contact-shell {
  --c1: #22d3ee;
  --c2: #8b5cf6;
  --c3: #ff7a4d;
  background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.08),
        rgba(255, 255, 255, 0.03)
      )
      padding-box,
    linear-gradient(120deg, var(--c1), var(--c2), var(--c3)) border-box;
  border: 2px solid transparent;
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(6, 10, 20, 0.65);
  color: #eaf6ff;
}
.c-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(42px);
  opacity: 0.45;
  mix-blend-mode: screen;
}
.c-orb-a {
  width: 320px;
  height: 320px;
  left: -90px;
  top: -70px;
  background: radial-gradient(circle at 40% 40%, #7b61ff, transparent 60%);
  animation: drift 18s ease-in-out infinite;
}
.c-orb-b {
  width: 240px;
  height: 240px;
  right: -70px;
  bottom: -70px;
  background: radial-gradient(circle at 60% 60%, #42e4ff, transparent 60%);
  animation: drift 16s ease-in-out infinite reverse;
}
.contact-shell .p-3.h-100.rounded-3 {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.contact-shell .p-3.h-100.rounded-3:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(9, 14, 28, 0.55);
  border-color: rgba(139, 92, 246, 0.5) !important;
}
.contact-shell .icon-circle {
  background: linear-gradient(135deg, #22d3ee, #8b5cf6);
  color: #07121e;
}
.text-200 {
  color: rgba(232, 247, 255, 0.86);
}
.chip {
  color: #0b101b;
  background: linear-gradient(
    90deg,
    rgba(66, 228, 255, 0.9),
    rgba(123, 97, 255, 0.9)
  );
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-weight: 700;
  font-size: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

/* Timeline / Cards */
.timeline {
  position: relative;
}
.timeline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 768px) {
  .timeline-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.timeline-item {
  position: relative;
}
.t-badge {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  font-weight: 800;
  font-size: 14px;
  display: inline-grid;
  place-items: center;
  color: #0b101b;
  margin-bottom: 0.5rem;
  background: linear-gradient(90deg, #42e4ff, #7b61ff);
  box-shadow: 0 8px 22px rgba(123, 97, 255, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}
.t-card {
  background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.02)
      )
      padding-box,
    linear-gradient(120deg, rgba(66, 228, 255, 0.35), rgba(123, 97, 255, 0.35))
      border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 0.9rem;
  box-shadow: 0 10px 26px rgba(9, 14, 28, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.t-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(9, 14, 28, 0.45);
}
.faq-card {
  background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.02)
      )
      padding-box,
    linear-gradient(120deg, rgba(66, 228, 255, 0.35), rgba(123, 97, 255, 0.35))
      border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(9, 14, 28, 0.35);
}
.faq-q {
  color: #eaf6ff;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.faq-q:not(.collapsed) {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35) !important;
}
.faq-a {
  background: transparent;
}
.risk-card {
  background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.02)
      )
      padding-box,
    linear-gradient(120deg, rgba(255, 122, 77, 0.35), rgba(123, 97, 255, 0.35))
      border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(9, 14, 28, 0.35);
}
.icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  font-weight: 900;
  color: #0b101b;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(90deg, #ff7a4d, #7b61ff);
}
.cv-chip {
  color: #0b101b;
  background: linear-gradient(
    90deg,
    rgba(66, 228, 255, 0.9),
    rgba(123, 97, 255, 0.9)
  );
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-weight: 700;
  font-size: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
}
.cv-chip.warn {
  background: linear-gradient(
    90deg,
    rgba(255, 122, 77, 0.9),
    rgba(123, 97, 255, 0.9)
  );
}

/* 9) CTA boxes */
.cta-box {
  background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.06),
        rgba(255, 255, 255, 0.03)
      )
      padding-box,
    linear-gradient(
        120deg,
        rgba(66, 228, 255, 0.35),
        rgba(123, 97, 255, 0.35),
        rgba(255, 122, 77, 0.35)
      )
      border-box;
  border: 1px solid transparent;
  box-shadow: 0 12px 30px rgba(9, 14, 28, 0.45);
}
.cta-dot {
  min-width: 42px;
  height: 42px;
  border-radius: 13px;
  font-weight: 800;
  color: #0b101b;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(90deg, #ff7a4d, #7b61ff);
}

/* 10) Footer v2 */
:root {
  --footer-bg: #111;
  --footer-bg-alt: #1a1a1a;
  --footer-text: #e0e0e0;
  --footer-muted: #999;
  --footer-accent: #f44336;
  --footer-border: rgba(255, 255, 255, 0.1);
  --footer-link-hover: #ff5e57;
}

/* --- Footer Wrapper --- */
.cv-footer-v2 {
  background-color: var(--footer-bg);
  color: var(--footer-text);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* --- Call-to-Action Bar --- */
.ft-cta {
  background-color: var(--footer-bg-alt);
  border-bottom: 1px solid var(--footer-border);
}

.ft-pill {
  background-color: var(--footer-accent);
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 8px;
  font-weight: 600;
}

.ft-cta-text {
  font-weight: 500;
  font-size: 1rem;
}

.ft-btn,
.ft-btn-outline {
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.ft-btn {
  background-color: var(--footer-accent);
  color: #fff;
  border: none;
}

.ft-btn:hover {
  background-color: #e53935;
  color: #fff;
}

.ft-btn-outline {
  background-color: transparent;
  color: var(--footer-text);
  border: 1px solid var(--footer-border);
}

.ft-btn-outline:hover {
  background-color: var(--footer-border);
  color: #fff;
}

/* --- Brand --- */
.cv-brand-link {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--footer-text);
  text-decoration: none;
}

.cv-18 {
  background-color: var(--footer-accent);
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 6px;
  border-radius: 4px;
}

/* --- Text --- */
.text-200 {
  color: var(--footer-muted);
}

/* --- Footer Social Icons --- */
.ft-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--footer-border);
  color: var(--footer-text);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 1rem;
  transition: background 0.3s, color 0.3s;
}

.ft-social:hover {
  background-color: var(--footer-accent);
  color: #fff;
}

/* --- Section Titles --- */
.ft-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #fff;
}

/* --- Links --- */
.ft-links li {
  margin-bottom: 0.4rem;
}

.ft-links a {
  color: var(--footer-muted);
  text-decoration: none;
  transition: color 0.3s;
  font-size: 0.9rem;
}

.ft-links a:hover {
  color: var(--footer-link-hover);
  text-decoration: underline;
}

/* --- Logos --- */
.cv-logo img {
  height: 28px;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.cv-logo img:hover {
  opacity: 1;
}

/* --- Legal Disclaimer --- */
.cv-legal {
  background-color: var(--footer-bg-alt);
  border: 1px solid var(--footer-border);
  color: var(--footer-muted);
  font-size: 0.85rem;
  line-height: 1.6;
}

/* --- Footer Bottom Bar --- */
.ft-bar {
  background-color: var(--footer-bg-alt);
  border-top: 1px solid var(--footer-border);
  font-size: 0.85rem;
}

.cv-dot {
  width: 6px;
  height: 6px;
  background-color: var(--footer-accent);
  border-radius: 50%;
  display: inline-block;
}

/* --- Utilities --- */
.opacity-85 {
  opacity: 0.85;
}

.opacity-75 {
  opacity: 0.75;
}

/* --- Responsive --- */
@media (max-width: 767.98px) {
  .ft-cta .container,
  .ft-bar .container {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .ft-links {
    padding-left: 0;
  }

  .ft-btn,
  .ft-btn-outline {
    width: 100%;
  }

  .cv-logo img {
    height: 24px;
  }
}

/* 11) Cookie banner */
.cookie-banner {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 1080;
  background: rgba(26, 26, 46, 0.95);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(139, 92, 246, 0.3);
  box-shadow: 0 -8px 32px rgba(6, 10, 20, 0.6);
  transform: translateY(0);
  transition: transform 0.35s ease;
}
.cookie-banner.hide {
  transform: translateY(110%);
}
.cookie-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #8b5cf6, #22d3ee);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cookie-icon i {
  font-size: 18px;
  color: white;
}
.cookie-text {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}
.cookie-link {
  color: #22d3ee;
  text-decoration: underline;
  text-decoration-color: rgba(34, 211, 238, 0.5);
}
.cookie-link:hover {
  color: #8b5cf6;
  text-decoration-color: rgba(139, 92, 246, 0.7);
}
.btn-cookie-accept {
  background: linear-gradient(135deg, #8b5cf6, #22d3ee);
  border: 0;
  color: white;
  border-radius: 8px;
  font-weight: 600;
}
.btn-cookie-accept:hover {
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  transform: translateY(-1px);
}
.btn-cookie-reject {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
}
.btn-cookie-reject:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}
@media (prefers-reduced-motion: reduce) {
  .cookie-banner {
    transition: none !important;
  }
}
