:root {
  --yellow: #ffd400;
  --yellow-2: #ffea6a;
  --yellow-dark: #d7a900;
  --black: #080808;
  --graphite: #1b1b1f;
  --gray: #6f7177;
  --light: #ffffff;
  --soft: #f7f7f2;
  --red: #f5222d;
  --shadow: 0 24px 80px rgba(8, 8, 8, 0.15);
  --radius-lg: 34px;
  --radius-md: 22px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--black);
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 212, 0, 0.18), transparent 32rem),
    radial-gradient(circle at 85% 5%, rgba(245, 34, 45, 0.08), transparent 24rem),
    var(--light);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: radial-gradient(rgba(8, 8, 8, 0.08) 0.7px, transparent 0.7px);
  background-size: 14px 14px;
  z-index: -1;
}

.section-shell {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 20;
  width: min(var(--max), calc(100% - 40px));
  margin: 16px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(8, 8, 8, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand,
.main-nav,
.hero-actions,
.hero-badges,
.quick-info,
.price-tag {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--yellow);
  background: var(--black);
  border-radius: 50%;
  box-shadow: inset -8px -10px 0 rgba(255, 255, 255, 0.08);
}

.brand-text {
  font-size: 1.05rem;
}

.brand-text em {
  color: var(--red);
  font-style: normal;
}

.main-nav {
  gap: 8px;
}

.main-nav a {
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 800;
  color: var(--graphite);
  transition: 0.2s ease;
}

.main-nav a:hover {
  background: var(--yellow);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  border: 0;
  border-radius: 999px;
  padding: 11px 16px;
  background: var(--black);
  color: var(--yellow);
  font-weight: 900;
}

.hero {
  min-height: calc(100vh - 98px);
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 48px;
  padding: 56px 0 28px;
}

.eyebrow {
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 950;
  color: var(--gray);
}

.eyebrow span {
  display: inline-flex;
  padding: 7px 12px;
  margin-right: 8px;
  color: var(--yellow);
  background: var(--black);
  border-radius: 999px;
  letter-spacing: 0.08em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(3.1rem, 8vw, 6.8rem);
  line-height: 0.88;
  letter-spacing: -0.08em;
  margin-bottom: 26px;
}

h2 {
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.hero-lead,
.section-heading p,
.feature-card p,
.route-card p,
.purpose-card p,
.kit-card li,
.faq p,
.site-footer p,
.form-note {
  color: var(--gray);
  line-height: 1.7;
}

.hero-lead {
  max-width: 560px;
  font-size: 1.18rem;
}

.hero-actions {
  gap: 14px;
  flex-wrap: wrap;
  margin: 34px 0 24px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 950;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-primary {
  background: var(--yellow);
  color: var(--black);
  box-shadow: 0 14px 26px rgba(215, 169, 0, 0.28);
}

.btn-ghost {
  background: transparent;
  border: 1px solid rgba(8, 8, 8, 0.14);
}

.btn-dark {
  background: var(--black);
  color: var(--yellow);
}

.hero-badges {
  flex-wrap: wrap;
  gap: 8px;
}

.hero-badges span {
  padding: 10px 14px;
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  font-weight: 850;
}

.hero-visual {
  min-height: 660px;
  display: grid;
  place-items: center;
  perspective: 1600px;
}

.scene-3d {
  width: min(100%, 660px);
  height: 690px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.18s ease-out;
}

.scene-3d::before {
  content: "";
  position: absolute;
  inset: 72px 30px 80px;
  border-radius: 46px;
  background: linear-gradient(145deg, var(--yellow), #fff4a6 42%, #ffffff 70%);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  transform: rotateX(8deg) rotateY(-13deg) translateZ(-70px);
}

.scene-3d::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 34px;
  width: 165px;
  height: 165px;
  border: 22px solid var(--black);
  border-left-color: var(--yellow);
  border-bottom-color: var(--red);
  border-radius: 50%;
  opacity: 0.08;
  transform: translateZ(-20px);
}

.shirt-card {
  position: absolute;
  border-radius: var(--radius-lg);
  transform-style: preserve-3d;
  filter: drop-shadow(0 34px 34px rgba(8, 8, 8, 0.18));
}

.shirt-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shirt-card-front {
  width: 390px;
  height: 620px;
  left: 40px;
  top: 34px;
  transform: rotateY(-11deg) rotateX(5deg) translateZ(90px);
}

.shirt-card-back {
  width: 284px;
  height: 508px;
  right: 18px;
  top: 128px;
  opacity: 0.94;
  transform: rotateY(17deg) rotateX(4deg) translateZ(35px);
}

.ground-shadow {
  position: absolute;
  left: 105px;
  right: 70px;
  bottom: 42px;
  height: 66px;
  background: radial-gradient(ellipse, rgba(8, 8, 8, 0.22), transparent 68%);
  filter: blur(7px);
  transform: rotateX(72deg) translateZ(-30px);
}

.floating-pill {
  position: absolute;
  z-index: 6;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 950;
  background: var(--black);
  color: var(--yellow);
  box-shadow: 0 16px 34px rgba(8, 8, 8, 0.16);
}

.pill-one {
  right: 18px;
  bottom: 130px;
  transform: rotate(-5deg) translateZ(130px);
}

.pill-two {
  left: 24px;
  top: 96px;
  color: var(--black);
  background: var(--yellow);
  transform: rotate(5deg) translateZ(140px);
}

.quick-info {
  margin-top: 10px;
  margin-bottom: 84px;
  padding: 14px;
  gap: 12px;
  border-radius: 30px;
  background: var(--black);
  box-shadow: var(--shadow);
}

.quick-info article {
  flex: 1;
  min-height: 108px;
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.03));
  color: var(--light);
}

.quick-info span {
  display: block;
  margin-bottom: 9px;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 950;
}

.quick-info strong {
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.25;
}

.about,
.shirt,
.route,
.schedule,
.registration,
.faq {
  padding: 78px 0;
}

.section-heading {
  max-width: 830px;
  margin-bottom: 38px;
}

.section-heading.compact {
  max-width: 720px;
}

.feature-grid,
.route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card,
.route-card,
.kit-card,
.faq details {
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 40px rgba(8, 8, 8, 0.06);
}

.feature-card,
.route-card {
  min-height: 255px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.feature-card::after,
.route-card::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -42px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--yellow);
  opacity: 0.22;
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 44px;
  border-radius: 16px;
  background: var(--black);
  color: var(--yellow);
  font-weight: 950;
}

.purpose {
  padding: 40px 0;
}

.purpose-card {
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 32px;
  align-items: center;
  min-height: 390px;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 44px;
  color: var(--light);
  background:
    linear-gradient(135deg, rgba(255, 212, 0, 0.14), transparent 45%),
    linear-gradient(135deg, #080808, #1b1b1f);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
}

.purpose-card .eyebrow,
.purpose-card p {
  color: rgba(255, 255, 255, 0.68);
}

.ribbon-3d {
  position: relative;
  height: 320px;
  perspective: 900px;
}

.ribbon-3d span,
.ribbon-3d::before,
.ribbon-3d::after {
  position: absolute;
  content: "";
  border-radius: 40px;
  background: var(--yellow);
  box-shadow: 0 22px 60px rgba(255, 212, 0, 0.22);
}

.ribbon-3d span {
  width: 90px;
  height: 300px;
  left: 84px;
  top: 8px;
  transform: rotate(28deg) rotateY(-22deg);
}

.ribbon-3d::before {
  width: 90px;
  height: 300px;
  left: 126px;
  top: 8px;
  transform: rotate(-28deg) rotateY(22deg);
}

.ribbon-3d::after {
  width: 128px;
  height: 128px;
  left: 72px;
  top: 54px;
  background: transparent;
  border: 34px solid var(--yellow);
  transform: rotateX(10deg) translateZ(30px);
}

.shirt-showcase {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: stretch;
}

.mockup-frame {
  padding: clamp(16px, 3vw, 30px);
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255, 212, 0, 0.34), rgba(255, 255, 255, 0.95) 42%),
    var(--soft);
  box-shadow: var(--shadow);
  transform: perspective(1200px) rotateY(3deg) rotateX(1deg);
}

.mockup-frame img {
  border-radius: 30px;
  box-shadow: 0 22px 64px rgba(8, 8, 8, 0.12);
}

.kit-card {
  padding: clamp(28px, 4vw, 42px);
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: perspective(1200px) rotateY(-5deg);
}

.kit-card h3 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.95;
}

.kit-card ul {
  padding: 0;
  margin: 14px 0 28px;
  list-style: none;
}

.kit-card li {
  padding: 13px 0 13px 34px;
  border-bottom: 1px solid rgba(8, 8, 8, 0.08);
  position: relative;
}

.kit-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 13px;
  color: var(--red);
  font-weight: 950;
}

.route-grid {
  grid-template-columns: repeat(2, 1fr);
}

.route-card {
  min-height: 280px;
  background: var(--light);
}

.route-card.featured {
  color: var(--light);
  background: var(--black);
}

.route-card span {
  display: inline-block;
  margin-bottom: 40px;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--black);
  font-weight: 950;
}

.route-card h3 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.95;
}

.route-card.featured p {
  color: rgba(255, 255, 255, 0.68);
}

.timeline {
  border-left: 4px solid var(--yellow);
  margin-left: 18px;
  padding-left: 30px;
}

.timeline-item {
  position: relative;
  margin-bottom: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 38px rgba(8, 8, 8, 0.05);
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -43px;
  top: 28px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--black);
  border: 5px solid var(--yellow);
}

.timeline-item strong {
  display: block;
  margin-bottom: 7px;
  font-size: 1.2rem;
}

.registration-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 26px;
  padding: clamp(24px, 5vw, 56px);
  border-radius: 44px;
  background:
    linear-gradient(135deg, var(--yellow), #fff2a4 44%, #fff 44%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.registration-copy h2 {
  max-width: 560px;
}

.price-tag {
  width: fit-content;
  gap: 14px;
  margin-top: 28px;
  padding: 14px 18px;
  border-radius: 18px;
  background: var(--black);
  color: var(--light);
}

.price-tag span {
  color: var(--yellow);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}

.price-tag strong {
  font-size: 1.2rem;
}

.lead-form {
  padding: clamp(20px, 4vw, 34px);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(8, 8, 8, 0.08);
  box-shadow: 0 22px 60px rgba(8, 8, 8, 0.08);
}

.lead-form label {
  display: block;
  margin-bottom: 14px;
  font-weight: 900;
}

.lead-form input,
.lead-form select {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 16px 16px;
  border: 1px solid rgba(8, 8, 8, 0.12);
  border-radius: 16px;
  background: #fff;
  outline: none;
  transition: 0.2s ease;
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: var(--yellow-dark);
  box-shadow: 0 0 0 4px rgba(255, 212, 0, 0.25);
}

.lead-form .btn {
  width: 100%;
  margin-top: 10px;
}

.form-note {
  margin: 16px 0 0;
  font-size: 0.92rem;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq details {
  padding: 18px 22px;
}

.faq summary {
  cursor: pointer;
  font-weight: 950;
  font-size: 1.05rem;
}

.faq p {
  margin: 12px 0 0;
}

.site-footer {
  width: min(var(--max), calc(100% - 40px));
  margin: 40px auto 28px;
  padding: 24px;
  border-radius: 28px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--light);
  background: var(--black);
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer a {
  color: var(--yellow);
  font-weight: 950;
}

[data-animate] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

[data-animate].in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .hero,
  .purpose-card,
  .shirt-showcase,
  .registration-card {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 52px;
  }

  .hero-visual {
    min-height: 610px;
  }

  .scene-3d {
    transform: scale(0.92);
    transform-origin: top center;
  }

  .quick-info,
  .feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-info article {
    width: 100%;
  }

  .mockup-frame,
  .kit-card {
    transform: none;
  }
}

@media (max-width: 720px) {
  .section-shell,
  .site-header,
  .site-footer {
    width: min(100% - 28px, var(--max));
  }

  .site-header {
    border-radius: 24px;
    align-items: flex-start;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: fixed;
    inset: 84px 14px auto;
    display: none;
    flex-direction: column;
    padding: 12px;
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    width: 100%;
  }

  .hero {
    min-height: auto;
    gap: 18px;
    padding-top: 42px;
  }

  h1 {
    font-size: clamp(3.15rem, 17vw, 5.2rem);
  }

  .hero-visual {
    min-height: 540px;
    overflow: hidden;
  }

  .scene-3d {
    width: 600px;
    height: 610px;
    transform: scale(0.82);
  }

  .shirt-card-front {
    left: 32px;
    width: 350px;
    height: 570px;
  }

  .shirt-card-back {
    right: 40px;
    width: 235px;
    height: 430px;
  }

  .pill-one {
    right: 76px;
  }

  .quick-info,
  .feature-grid,
  .route-grid {
    grid-template-columns: 1fr;
  }

  .quick-info {
    margin-bottom: 48px;
  }

  .about,
  .shirt,
  .route,
  .schedule,
  .registration,
  .faq {
    padding: 50px 0;
  }

  .purpose-card {
    min-height: auto;
  }

  .overcoming-icon {
    min-height: 250px;
  }

  .registration-card {
    background: linear-gradient(180deg, var(--yellow), #fff 48%);
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .brand-text {
    display: none;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .scene-3d {
    margin-left: -54px;
  }
}

/* Atualização Ferrini Run: logo oficial + checkout */
.brand-logo {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--black);
  box-shadow: 0 10px 26px rgba(8, 8, 8, 0.18), 0 0 0 3px rgba(255, 212, 0, 0.42);
}

.hero-logo-card {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 8px 14px 8px 8px;
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 44px rgba(8, 8, 8, 0.08);
  font-weight: 950;
  color: var(--graphite);
}

.hero-logo-card img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--black);
}

.logo-orb {
  position: absolute;
  z-index: 7;
  right: 28px;
  top: 44px;
  width: 118px;
  height: 118px;
  padding: 7px;
  border-radius: 50%;
  background: var(--black);
  box-shadow: 0 24px 60px rgba(8, 8, 8, 0.18), 0 0 0 10px rgba(255, 212, 0, 0.26);
  transform: rotate(4deg) translateZ(155px);
}

.logo-orb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.checkout-card {
  padding: clamp(22px, 4vw, 38px);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(8, 8, 8, 0.08);
  box-shadow: 0 22px 60px rgba(8, 8, 8, 0.08);
  position: relative;
  overflow: hidden;
}

.checkout-card::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -72px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 212, 0, 0.46), transparent 68%);
  pointer-events: none;
}

.checkout-logo {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 22px;
  background: var(--black);
  box-shadow: 0 16px 34px rgba(8, 8, 8, 0.16), 0 0 0 6px rgba(255, 212, 0, 0.34);
}

.checkout-card h3 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 0.94;
  margin-bottom: 14px;
}

.checkout-card p,
.checkout-list li {
  color: var(--gray);
  line-height: 1.7;
}

.checkout-list {
  padding: 0;
  margin: 20px 0 26px;
  list-style: none;
}

.checkout-list li {
  position: relative;
  padding: 10px 0 10px 32px;
  border-bottom: 1px solid rgba(8, 8, 8, 0.08);
  font-weight: 850;
}

.checkout-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 10px;
  color: var(--red);
  font-weight: 950;
}

.checkout-card .btn {
  width: 100%;
  position: relative;
  z-index: 1;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--black);
  box-shadow: 0 0 0 3px rgba(255, 212, 0, 0.36);
}

@media (max-width: 720px) {
  .hero-logo-card {
    align-items: flex-start;
    border-radius: 24px;
    padding-right: 12px;
    line-height: 1.25;
  }

  .logo-orb {
    right: 92px;
    top: 46px;
    width: 92px;
    height: 92px;
  }

  .footer-brand {
    align-items: flex-start;
  }
}

/* Atualização: acesso mobile + layout responsivo mais seguro para celular */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 760px) {
  body {
    background:
      radial-gradient(circle at 18% 0%, rgba(255, 212, 0, 0.24), transparent 18rem),
      radial-gradient(circle at 100% 4%, rgba(245, 34, 45, 0.08), transparent 16rem),
      #ffffff;
  }

  .page-noise {
    opacity: 0.10;
  }

  .section-shell,
  .site-header,
  .site-footer {
    width: min(100% - 24px, var(--max));
  }

  .site-header {
    top: 10px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 22px;
    align-items: center;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .brand-text {
    font-size: 0.98rem;
  }

  .menu-toggle {
    min-height: 42px;
    padding: 9px 14px;
  }

  .main-nav {
    inset: 74px 12px auto;
    z-index: 40;
  }

  .main-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
  }

  .hero {
    gap: 8px;
    padding-top: 34px;
    padding-bottom: 10px;
  }

  .hero-logo-card {
    max-width: 100%;
    gap: 10px;
  }

  .hero-logo-card img {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
  }

  .hero-logo-card span {
    font-size: 0.84rem;
  }

  .eyebrow {
    font-size: 0.72rem;
    line-height: 1.45;
    letter-spacing: 0.12em;
  }

  .eyebrow span {
    margin-bottom: 8px;
  }

  h1 {
    font-size: clamp(2.7rem, 15vw, 4.7rem);
    line-height: 0.93;
    letter-spacing: -0.07em;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.35rem);
    line-height: 0.98;
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.62;
  }

  .hero-actions {
    margin: 24px 0 18px;
  }

  .hero-actions .btn,
  .kit-card .btn,
  .checkout-card .btn {
    width: 100%;
  }

  .hero-badges span {
    font-size: 0.84rem;
    padding: 9px 12px;
  }

  .hero-visual {
    width: 100%;
    min-height: 0;
    height: 520px;
    overflow: visible;
    perspective: 1050px;
    margin-top: 4px;
  }

  .scene-3d {
    width: min(calc(100vw - 24px), 392px);
    height: 515px;
    margin: 0 auto;
    transform: none !important;
  }

  .scene-3d::before {
    inset: 50px 4px 58px;
    border-radius: 30px;
    transform: rotateX(7deg) rotateY(-8deg) translateZ(-54px);
  }

  .scene-3d::after {
    right: 8px;
    top: 22px;
    width: 105px;
    height: 105px;
    border-width: 15px;
  }

  .shirt-card-front {
    width: min(72vw, 282px);
    height: 438px;
    left: 2px;
    top: 60px;
    transform: rotateY(-8deg) rotateX(4deg) translateZ(76px);
  }

  .shirt-card-back {
    width: min(49vw, 184px);
    height: 338px;
    right: 0;
    top: 118px;
    transform: rotateY(12deg) rotateX(4deg) translateZ(34px);
  }

  .logo-orb {
    width: 72px;
    height: 72px;
    right: 12px;
    top: 24px;
    padding: 5px;
    box-shadow: 0 18px 42px rgba(8, 8, 8, 0.16), 0 0 0 7px rgba(255, 212, 0, 0.25);
    transform: rotate(4deg) translateZ(120px);
  }

  .floating-pill {
    max-width: 170px;
    padding: 8px 10px;
    font-size: 0.72rem;
    line-height: 1.15;
    white-space: normal;
  }

  .pill-two {
    left: 4px;
    top: 26px;
  }

  .pill-one {
    right: 10px;
    bottom: 54px;
  }

  .ground-shadow {
    left: 34px;
    right: 24px;
    bottom: 38px;
    height: 48px;
  }

  .quick-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px;
    border-radius: 24px;
  }

  .quick-info article {
    min-height: auto;
    padding: 18px;
  }

  .feature-card,
  .route-card {
    min-height: auto;
    padding: 24px;
  }

  .feature-icon,
  .route-card span {
    margin-bottom: 24px;
  }

  .purpose-card,
  .registration-card {
    border-radius: 30px;
  }

  .overcoming-icon {
    min-height: 220px;
  }

  .mockup-frame {
    border-radius: 28px;
    padding: 12px;
  }

  .mockup-frame img {
    border-radius: 20px;
  }

  .kit-card,
  .checkout-card,
  .lead-form {
    border-radius: 24px;
  }

  .price-tag {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }

  .checkout-logo {
    width: 86px;
    height: 86px;
  }

  .timeline {
    margin-left: 10px;
    padding-left: 22px;
  }

  .timeline-item {
    padding: 18px;
  }

  .timeline-item::before {
    left: -34px;
  }

  .site-footer {
    margin-bottom: 18px;
    border-radius: 24px;
  }
}

@media (max-width: 390px) {
  .hero-visual {
    height: 485px;
  }

  .scene-3d {
    height: 485px;
  }

  .shirt-card-front {
    width: 260px;
    height: 405px;
    left: -4px;
  }

  .shirt-card-back {
    width: 166px;
    height: 306px;
    right: -2px;
    top: 126px;
  }

  .pill-one {
    bottom: 44px;
  }
}

/* Atualização final: informações oficiais do regulamento, banner, lotes, mapa e mobile */
.nav-cta {
  background: var(--yellow);
  color: var(--black) !important;
}

.event-banner {
  margin-top: -26px;
  margin-bottom: 58px;
  border-radius: 34px;
  overflow: hidden;
  background: var(--yellow);
  box-shadow: 0 28px 80px rgba(8, 8, 8, 0.12);
  transform: perspective(1200px) rotateX(1deg) rotateY(-1deg);
}

.event-banner img {
  width: 100%;
  height: auto;
}

.registration-lots,
.kit-withdraw,
.regulation {
  padding: 78px 0;
}

.lots-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lot-card {
  min-height: 238px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(8, 8, 8, 0.08);
  position: relative;
  overflow: hidden;
}

.lot-card::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -70px;
  bottom: -80px;
  border-radius: 50%;
  background: var(--yellow);
  opacity: 0.18;
}

.lot-card.highlight {
  color: var(--light);
  background: linear-gradient(135deg, var(--black), #24242a);
  transform: translateY(-12px);
}

.lot-card.highlight::after {
  opacity: 0.26;
}

.lot-card span {
  display: inline-flex;
  padding: 8px 12px;
  margin-bottom: 30px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--black);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.lot-card h3 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.95;
  margin-bottom: 16px;
}

.lot-card p,
.lot-card small {
  color: var(--gray);
  line-height: 1.55;
  font-weight: 800;
}

.lot-card.highlight p,
.lot-card.highlight small {
  color: rgba(255, 255, 255, 0.72);
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.split-card,
.regulation-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  padding: clamp(24px, 5vw, 56px);
  border-radius: 44px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(8, 8, 8, 0.08);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.split-card {
  background:
    linear-gradient(135deg, rgba(255, 212, 0, 0.26), transparent 48%),
    rgba(255, 255, 255, 0.9);
}

.split-card p,
.regulation-card p,
.route-list-card li {
  color: var(--gray);
  line-height: 1.7;
}

.info-stack {
  display: grid;
  gap: 12px;
}

.info-stack article,
.regulation-points article {
  padding: 18px;
  border-radius: 20px;
  background: var(--black);
  color: var(--light);
}

.info-stack span,
.regulation-points span {
  display: block;
  margin-bottom: 8px;
  color: var(--yellow);
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.info-stack strong,
.regulation-points strong {
  display: block;
  line-height: 1.35;
}

.route-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
}

.route-map-card,
.route-list-card {
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(8, 8, 8, 0.08);
  box-shadow: 0 18px 58px rgba(8, 8, 8, 0.08);
  overflow: hidden;
}

.route-map-card {
  padding: clamp(10px, 2vw, 18px);
  transform: perspective(1200px) rotateY(2deg);
}

.route-map-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 24px;
}

.route-list-card {
  padding: clamp(24px, 3vw, 36px);
  transform: perspective(1200px) rotateY(-3deg);
}

.route-list-card h3 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
}

.route-list-card ol {
  margin: 20px 0 0;
  padding-left: 22px;
}

.route-list-card li {
  padding: 7px 0;
  font-weight: 850;
}

.regulation-card {
  color: var(--light);
  background:
    linear-gradient(135deg, rgba(255, 212, 0, 0.16), transparent 46%),
    linear-gradient(135deg, #080808, #1b1b1f);
}

.regulation-card .eyebrow,
.regulation-card p {
  color: rgba(255, 255, 255, 0.72);
}

.regulation-points {
  display: grid;
  gap: 14px;
}

.regulation-points article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.regulation-points p {
  margin: 8px 0 0;
}

.compact-actions {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .lots-grid,
  .split-card,
  .route-layout,
  .regulation-card {
    grid-template-columns: 1fr;
  }

  .lot-card.highlight {
    transform: none;
  }

  .event-banner,
  .route-map-card,
  .route-list-card {
    transform: none;
  }

  .route-map-card img {
    min-height: 320px;
  }
}

@media (max-width: 760px) {
  .registration-lots,
  .kit-withdraw,
  .regulation {
    padding: 50px 0;
  }

  .event-banner {
    margin-top: 6px;
    margin-bottom: 34px;
    border-radius: 22px;
  }

  .lots-grid {
    gap: 12px;
  }

  .lot-card,
  .split-card,
  .regulation-card,
  .route-map-card,
  .route-list-card {
    border-radius: 24px;
  }

  .lot-card {
    min-height: auto;
  }

  .center-action .btn,
  .compact-actions .btn {
    width: 100%;
  }

  .route-map-card {
    padding: 10px;
  }

  .route-map-card img {
    min-height: 260px;
    border-radius: 18px;
  }

  .route-list-card ol {
    padding-left: 19px;
  }
}

@media (max-width: 460px) {
  .hero-badges {
    display: grid;
    grid-template-columns: 1fr;
  }

  .quick-info strong {
    font-size: 1rem;
  }

  .lot-card h3 {
    font-size: 2.65rem;
  }

  .route-map-card img {
    min-height: 220px;
  }
}


/* Ajuste solicitado: vagas limitadas, lotes sem valor e novo ícone de superação */
.overcoming-icon {
  min-height: 320px;
  display: grid;
  place-items: center;
  perspective: 900px;
}

.overcoming-icon svg {
  width: min(100%, 278px);
  aspect-ratio: 1;
  overflow: visible;
  transform: rotateY(-12deg) rotateX(7deg);
  filter: drop-shadow(0 30px 48px rgba(255, 212, 0, 0.22));
}

.icon-orbit {
  fill: rgba(255, 212, 0, 0.10);
  stroke: rgba(255, 212, 0, 0.85);
  stroke-width: 8;
  stroke-dasharray: 18 14;
}

.icon-heart {
  fill: url(#superacaoGlow);
  filter: drop-shadow(0 12px 24px rgba(255, 212, 0, 0.24));
}

.icon-mountain {
  fill: rgba(255, 255, 255, 0.10);
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 8;
  stroke-linejoin: round;
}

.icon-path,
.icon-arrow {
  fill: none;
  stroke: #ffd400;
  stroke-width: 12;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-dot {
  fill: #f5222d;
  stroke: #ffd400;
  stroke-width: 5;
}

.lot-card-no-price h3 {
  font-size: clamp(2rem, 4.2vw, 3.35rem);
}

.lot-card-no-price small {
  color: var(--red);
}

@media (max-width: 760px) {
  .overcoming-icon svg {
    width: min(82vw, 242px);
    transform: rotateY(-8deg) rotateX(5deg);
  }
}

/* Rodapé institucional + LGPD */
.site-footer-lgpd {
  margin-top: 70px;
  padding: 52px clamp(20px, 5vw, 72px) 26px;
  background:
    radial-gradient(circle at top left, rgba(255, 212, 0, 0.22), transparent 34%),
    linear-gradient(145deg, #101219, #171a21);
  color: #fff;
  border-radius: 42px 42px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.15fr;
  gap: 28px;
  align-items: start;
}

.footer-brand-block {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer-brand-block img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  padding: 8px;
}

.footer-brand-block strong {
  display: block;
  font-size: 1.08rem;
  margin-bottom: 8px;
}

.footer-brand-block p,
.footer-info p,
.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

.footer-info h3 {
  margin: 0 0 14px;
  color: #ffd400;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.footer-info a {
  display: table;
  margin: 0 0 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.footer-info a:hover {
  color: #ffd400;
}

.instagram-link {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  margin-top: 12px !important;
  padding: 11px 15px;
  border-radius: 999px;
  background: #ffd400;
  color: #101219 !important;
  box-shadow: 0 16px 36px rgba(255, 212, 0, 0.24);
}

.instagram-link svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.privacy-open-btn {
  margin-top: 14px;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  background: #ffd400;
  color: #101219;
  font-weight: 900;
  cursor: pointer;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom a {
  color: #ffd400;
  text-decoration: none;
  font-weight: 800;
}

/* Banner LGPD */
.lgpd-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(16, 18, 25, 0.96);
  color: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 212, 0, 0.34);
  backdrop-filter: blur(14px);
}

.lgpd-banner.is-visible {
  display: flex;
}

.lgpd-banner strong {
  display: block;
  margin-bottom: 4px;
  color: #ffd400;
}

.lgpd-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.5;
}

.lgpd-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.btn-small {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 0.9rem;
}

/* Modal privacidade */
.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.privacy-modal.is-visible {
  display: flex;
}

.privacy-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 6, 12, 0.72);
  backdrop-filter: blur(8px);
}

.privacy-dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(82vh, 760px);
  overflow: auto;
  border-radius: 32px;
  padding: 34px;
  background: #fff;
  color: #101219;
  box-shadow: 0 30px 110px rgba(0, 0, 0, 0.35);
}

.privacy-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #101219;
  color: #ffd400;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.privacy-dialog h2 {
  margin: 0 0 20px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.05em;
}

.privacy-content {
  display: grid;
  gap: 16px;
}

.privacy-content h3 {
  margin: 10px 0 -8px;
  font-size: 1.05rem;
}

.privacy-content p {
  margin: 0;
  color: #4f5968;
  line-height: 1.65;
}

.privacy-ok {
  margin-top: 28px;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .site-footer-lgpd {
    margin-top: 52px;
    padding: 38px 20px 22px;
    border-radius: 30px 30px 0 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand-block {
    align-items: flex-start;
  }

  .footer-bottom {
    display: grid;
    gap: 10px;
  }

  .lgpd-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border-radius: 22px;
  }

  .lgpd-banner.is-visible {
    display: flex;
  }

  .lgpd-actions {
    width: 100%;
  }

  .lgpd-actions .btn {
    width: 100%;
  }

  .privacy-dialog {
    padding: 28px 20px;
    border-radius: 26px;
  }
}

/* Rodapé institucional + LGPD ajustado */
.site-footer.site-footer-lgpd {
  display: block;
  width: min(1180px, calc(100% - 40px));
  margin: 80px auto 0;
  padding: 38px 42px 28px;
  border-radius: 34px 34px 0 0;
  background:
    radial-gradient(circle at top left, rgba(255, 212, 0, 0.16), transparent 30%),
    linear-gradient(145deg, #101219, #171a21);
  color: #fff;
  box-shadow: 0 -18px 70px rgba(10, 12, 18, 0.10);
}

.site-footer-lgpd .footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.95fr 1.25fr;
  gap: 34px;
  align-items: flex-start;
}

.site-footer-lgpd .footer-brand-block {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: flex-start;
}

.site-footer-lgpd .footer-brand-block img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  padding: 8px;
}

.site-footer-lgpd .footer-brand-block strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.site-footer-lgpd .footer-brand-block p,
.site-footer-lgpd .footer-info p,
.site-footer-lgpd .footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.86rem;
  line-height: 1.55;
  font-weight: 600;
}

.site-footer-lgpd .footer-info h3 {
  margin: 0 0 13px;
  color: #ffd400;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.site-footer-lgpd .footer-info p + p {
  margin-top: 5px;
}

.site-footer-lgpd .footer-info strong {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
}

.site-footer-lgpd .footer-info a {
  display: table;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.35;
}

.site-footer-lgpd .footer-info a:hover {
  color: #ffd400;
}

.site-footer-lgpd .instagram-link {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 12px !important;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffd400;
  color: #101219 !important;
  font-size: 0.86rem;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(255, 212, 0, 0.22);
}

.site-footer-lgpd .instagram-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.site-footer-lgpd .footer-privacy p {
  max-width: 270px;
}

.site-footer-lgpd .privacy-open-btn {
  margin-top: 16px;
  border: 0;
  border-radius: 999px;
  padding: 11px 18px;
  background: #ffd400;
  color: #101219;
  font-size: 0.82rem;
  line-height: 1.15;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(255, 212, 0, 0.20);
}

.site-footer-lgpd .privacy-open-btn:hover {
  transform: translateY(-1px);
}

.site-footer-lgpd .footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 22px;
  align-items: center;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.site-footer-lgpd .footer-bottom a {
  color: #ffd400;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 900;
  white-space: nowrap;
}

.site-footer-lgpd .footer-bottom a:hover {
  color: #fff;
}

/* Responsivo do rodapé */
@media (max-width: 1050px) {
  .site-footer.site-footer-lgpd {
    width: min(100% - 28px, 900px);
    padding: 34px 28px 24px;
  }

  .site-footer-lgpd .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 26px;
  }

  .site-footer-lgpd .footer-bottom {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 640px) {
  .site-footer.site-footer-lgpd {
    width: calc(100% - 20px);
    margin-top: 56px;
    padding: 30px 20px 22px;
    border-radius: 28px 28px 0 0;
  }

  .site-footer-lgpd .footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .site-footer-lgpd .footer-brand-block {
    grid-template-columns: 52px 1fr;
  }

  .site-footer-lgpd .footer-brand-block img {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .site-footer-lgpd .footer-brand-block strong {
    font-size: 0.92rem;
  }

  .site-footer-lgpd .footer-brand-block p,
  .site-footer-lgpd .footer-info p,
  .site-footer-lgpd .footer-bottom p,
  .site-footer-lgpd .footer-info a,
  .site-footer-lgpd .footer-bottom a {
    font-size: 0.84rem;
  }

  .site-footer-lgpd .footer-info h3 {
    margin-bottom: 10px;
    font-size: 0.74rem;
  }

  .site-footer-lgpd .footer-privacy p {
    max-width: 100%;
  }

  .site-footer-lgpd .privacy-open-btn,
  .site-footer-lgpd .instagram-link {
    width: fit-content;
  }

  .site-footer-lgpd .footer-bottom {
    margin-top: 26px;
    padding-top: 20px;
  }
}