* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* overflow-x: hidden; */
}

body {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  color: #333;
  line-height: 1.6;
  /* overflow-y: hidden !important; */
}
.logo {
  width: 100%;
}
.section {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  position: relative;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  overflow: hidden;
  img {
    width: 95%;
    margin-top: -30px;
    margin-bottom: 10px;
    box-shadow: 10px 10px 0px #a59149;
  }
}
.container-atention {
  background: url(./src/imgs/author-3.jpeg);
}
/* Hero Section */
#hero {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d1810 100%);
  color: white;
  text-align: center;
}
h2 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.hero-content h1 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: lowercase;
  font-weight: 6300;
  letter-spacing: 2px;
}

.hero-video {
  max-width: 800px;
  margin: 10px auto 40px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.hero-video video {
  width: 100%;
  display: block;
}

.cta-button {
  background: linear-gradient(135deg, #d4af37 0%, #f2d675 100%);
  color: #1a1a1a;
  padding: 18px 50px;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: lowercase;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  margin-top: 30px;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.4);
}

/* Main Promise */
#main-promise {
  background: linear-gradient(135deg, #f5f5f0 0%, #e8e4d9 100%);
  text-align: center;
}

#main-promise h2 {
  font-size: 3rem;
  margin-bottom: 30px;
  color: #2d1810;
  font-weight: 400;
}

#main-promise p {
  font-size: 1.3rem;
  max-width: 800px;
  margin: 20px auto;
  color: #555;
}

.subtext {
  font-size: 1.5rem;
  margin-top: 40px;
  font-style: italic;
  color: #d4af37;
  font-weight: 600;
}

/* Identification */
#identification {
  position: relative;
  background: url(./src/imgs/author-3.png) center/cover no-repeat;
  overflow: hidden;
}
.slide-top {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-12-8 12:29:14
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
/* Overlay branco com vidro */
#identification::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(250, 250, 250, 0.849); /* branco translúcido */
  z-index: 1;
}

/* Garante que o conteúdo fique por cima */
#identification .container {
  position: relative;
  z-index: 2;
  margin-top: 230px;
}

.intro-text {
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 40px;
  color: #3f3f3f;
}

#identification h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 50px;
  color: #2d1810;
}

.identification-list {
  max-width: 900px;
  margin: 0 auto;
  list-style: none;
}

.identification-list li {
  font-size: 1rem;
  padding: 20px;
  margin: 15px 0;
  background: #f9f9f9;
  border-left: 4px solid #d4af37;
  transition: all 0.3s ease;
}

.identification-list li:hover {
  transform: translateX(10px);
  background: #fff8e7;
}

.conclusion {
  text-align: center;
  margin-top: 50px;
  font-size: 1.3rem;
  color: #2d1810;
}

.highlight {
  font-size: 1.5rem;
  color: #d4af37;
  font-weight: 600;
  margin-top: 20px;
  display: block;
}

/* Invisible Villain */
#invisible-villain {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d1810 100%);
  color: white;
}

#invisible-villain h2 {
  font-size: 1.8rem;
  text-align: center;
  margin: 20px;
  line-height: 2rem;
}

.stats {
  background: rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 10px;
  margin: 40px 0;
  text-align: center;
}
.pricing-card {
  width: 100%;
  max-width: 360px;
  padding: 30px;
  border-radius: 20px;
  background: rgba(5, 5, 5, 0.6); /* leve efeito "glass" sem cor */
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);

  display: flex;
  flex-direction: column;
  gap: 20px;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  margin-bottom: -70px;
  margin-top: 50px;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

/* Lista de features */
.pricing-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.pricing-feature {
  font-size: 1rem;
  opacity: 0.9;
  padding-left: 4px;
}

/* Preço */
.price {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
  opacity: 0.9;
}

.price-detail {
  text-align: center;
  font-size: 0.95rem;
  opacity: 0.8;
}

/* Animação suave ao abrir página */
.pricing-card {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.stat-item {
  font-size: 1.5rem;
  margin: 20px 0;
  color: #d4af37;
}

.villain-reveal {
  font-size: 1.4rem;
  text-align: center;
  margin: 40px 0;
  line-height: 2;
}

.villain-reveal strong {
  color: #d4af37;
  font-size: 1.6rem;
}

.effects-list {
  max-width: 600px;
  margin: 40px auto;
  list-style: none;
  text-align: center;
}

.effects-list li {
  font-size: 1.3rem;
  margin: 15px 0;
  padding: 15px;
  background: rgba(212, 175, 55, 0.1);
  border-radius: 5px;
}

/* My Story */
#my-story {
  background: linear-gradient(135deg, #f5f5f0 0%, #e8e4d9 100%);
}

#my-story h2 {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 50px;
  color: #2d1810;
  line-height: 1;
}

.story-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 2;
}

.story-content p {
  margin: 30px 0;
}

.story-content strong {
  color: #d4af37;
  font-size: 1.5rem;
}

.story-list {
  list-style: none;
  margin: 30px 0;
  padding-left: 40px;
}

.story-list li {
  margin: 10px 0;
  font-size: 1.4rem;
  color: #2d1810;
}

/* Two Rooms */
#two-rooms {
  background: white;
}

#two-rooms h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 20px;
  color: #2d1810;
  letter-spacing: 3px;
}

.subtitle {
  text-align: center;
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 60px;
  font-style: italic;
}

.rooms-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
.room * {
  position: relative;
  z-index: 2; /* texto sempre NA FRENTE da sombra */
}

.room {
  position: relative;
  padding: 180px 10px 5px;
  border-radius: 10px;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* TEXTO EMBAIXO */
  overflow: hidden; /* evita vazamento */

  h5 {
    font-size: 1.4rem;
  }
}

.room:hover {
  transform: translateY(-10px);
}

.room-admiration {
  background: linear-gradient(135deg, #fff8e7 0%, #f2d675 100%);
  border: 3px solid #d4af37;
  background-image: url("./src/imgs/sala-bonita.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #161616;
}

/* SOMBRA NA PARTE DE BAIXO */
.room::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  z-index: 1; /* sombra atrás */
  pointer-events: none;
}
.room-admiration::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to top, rgb(255 255 255), rgb(255 255 255 / 35%));
  z-index: 1; /* sombra atrás */
  pointer-events: none;
  p {
    color: #161616;
  }
}

.room-depreciation {
  background: linear-gradient(135deg, #f0f0f0 0%, #d0d0d0 100%);
  border: 3px solid #666;
  background-image: url("./src/imgs/sala-feia.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ebebeb;
}
.highlight {
  color: #161616;
  background: linear-gradient(120deg, #ffeb3b 0%, #ffd54f 100%);
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 0.6rem;
}

.room h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #2d1810;
}

.room p {
  font-size: 1rem;
  margin: 15px 0;
  line-height: 1.2;
}

.key-question {
  text-align: center;
  font-size: 2rem;
  margin: 60px 0 40px 0;
  color: #d4af37;
  font-weight: 600;
}

.revelation {
  text-align: center;
  max-width: 700px;
  margin: 40px auto;
  font-size: 1.5rem;
  line-height: 2;
  color: #2d1810;
}

/* Method RAR */
#method-rar {
  background: linear-gradient(135deg, #2d1810 0%, #1a1a1a 100%);
  color: white;
}

#method-rar h2 {
  font-size: 1.8rem;
  text-align: center;
  margin: 20px;
  line-height: 2rem;
}

.method-description {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.3rem;
  text-align: center;
}

.method-features {
  list-style: none;
  margin: 40px 0;
  text-align: center;
}

.method-features li {
  font-size: 1.3rem;
  margin: 15px 0;
  color: #d4af37;
}
.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* empurra o conteúdo para baixo */

  background: linear-gradient(
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    url("./src/imgs/author-2.png");
  background-size: cover;
  background-position: center;

  height: 440px; /* necessário para ter "onde" descer */

  padding: 10px;
  border-radius: 10px;
  margin: 50px auto;
  max-width: 700px;
  font-size: 0.8rem;
  font-style: italic;
  text-align: center;
}

/* 40 Days */
#forty-days {
  background: linear-gradient(135deg, #f5f5f0 0%, #e8e4d9 100%);
}

#forty-days h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 50px;
  color: #2d1810;
}

.workshop-description {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.3rem;
  text-align: center;
  line-height: 2;
}

.access-items {
  display: flex;
  justify-content: space-around;
  margin: 60px 0;
  flex-wrap: wrap;
}

.access-item {
  text-align: center;
  padding: 30px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: 10px;
  flex: 1;
  min-width: 250px;
}

.access-item h3 {
  font-size: 3rem;
  color: #d4af37;
  margin-bottom: 10px;
}
.seasons {
  margin: 60px 0;
  overflow: hidden; /* Oculta completamente qualquer barra */
  position: relative;
}

.seasons-track {
  display: flex;
  gap: 30px;
  width: max-content;
  padding: 2rem;

  /* Animação infinita */
  animation: scrollInfinite 40s linear infinite;

  /* Ocultar scrollbar */
  scrollbar-width: none; /* Firefox */
}

.seasons-track::-webkit-scrollbar {
  display: none; /* Chrome e derivados */
}

@keyframes scrollInfinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pausar ao passar o mouse */
.seasons-track:hover {
  animation-play-state: paused;
}

.seasons-track::-webkit-scrollbar {
  display: none;
}

.seasons-track:hover {
  animation-play-state: paused;
}

.season {
  position: relative;
  min-width: 350px;
  height: 500px;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d1810 100%);
}
/* OVERLAY PRETO PARA TODAS AS SEASONS */

/* Estilo base do efeito de luz */
.season::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at center,
    rgba(212, 175, 55, 0.3) 0%,
    transparent 70%
  );
  opacity: 0.6;
  z-index: 1;
}

/* ----------------------------- */
/*  SEASON 1 COM IMAGEM PRÓPRIA  */
/* ----------------------------- */

.season.one::before {
  background-image: radial-gradient(
      circle at center,
      rgba(212, 175, 55, 0.3) 0%,
      transparent 70%
    ),
    url(./src/imgs/temp-1.png);
  background-size: cover;
  background-position: center;
}

/* ----------------------------- */
/*  SEASON 2                     */
/* ----------------------------- */

.season.two::before {
  background-image: radial-gradient(
      circle at center,
      rgba(212, 175, 55, 0.3) 0%,
      transparent 70%
    ),
    url(./src/imgs/temp-2.png);
  background-size: cover;
  background-position: center;
}

/* ----------------------------- */
/*  SEASON 3                     */
/* ----------------------------- */

.season.three::before {
  background-image: radial-gradient(
      circle at center,
      rgba(212, 175, 55, 0.3) 0%,
      transparent 70%
    ),
    url(./src/imgs/temp-3.png);
  background-size: cover;
  background-position: center;
}

.season.four::before {
  background-image: radial-gradient(
      circle at center,
      rgba(212, 175, 55, 0.3) 0%,
      transparent 70%
    ),
    url(./src/imgs/temp-4.png);
  background-size: cover;
  background-position: center;
}
.season:hover {
  transform: scale(1.05) translateY(-10px);
  box-shadow: 0 25px 60px rgba(212, 175, 55, 0.4);
}

.season-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 30px;
  color: white;
}

.season-header {
  text-align: center;
}

.season-module {
  font-size: 0.85rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d4af37;
  margin-bottom: 10px;
  font-weight: 300;
}

.season-number {
  display: inline-block;
  background: linear-gradient(135deg, #d4af37 0%, #f2d675 100%);
  color: #1a1a1a;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

.season h4 {
  font-size: 2rem;
  color: #d4af37;
  margin-bottom: 15px;
  line-height: 1.3;
  text-align: center;
  font-weight: 400;
}

.season-middle {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.season-icon {
  font-size: 120px;
  opacity: 0.15;
  position: absolute;
}

.season-footer {
  text-align: center;
}

.season-brand {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.season-brand-sub {
  color: #d4af37;
}

.season p {
  font-size: 1.1rem;
  color: #f0f0f0;
  font-style: italic;
  line-height: 1.6;
  margin-top: 15px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .season {
    min-width: 200px;
    width: 300px;
    min-width: 280px;
    height: 450px;
  }

  .season h4 {
    font-size: 1.5rem;
  }

  .season-content {
    padding: 30px 20px;
  }
}

/* Error Solution */
#error-solution {
  background: white;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  max-width: 1000px;
  margin: 0 auto;
}

.error {
  background: #2b2b2b;
  color: #d0d0d0;
}

.solution {
  background: #f0f0f0;
  margin-bottom: 60px;
}

.comparison-item {
  font-size: 2rem;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 30px;
}
.comparison-item .error h3 {
  color: #d0d0d0;
}
.comparison-item h4 {
  font-size: 1.5rem;
  margin: 20px 0 10px 0;
  color: #666;
}

.comparison-item ul {
  list-style: none;
  margin: 15px 0;
}

.comparison-item li {
  font-size: 1rem;
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
}

.comparison-item li:before {
  content: "→";
  position: absolute;
  left: 0;
}
.buy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto; /* garante centralização horizontal */
  z-index: 5;
  position: relative;
}

/* Investment Comparison */
#investment-comparison {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d1810 100%);
  color: white;
  text-align: center;
}

#investment-comparison h2 {
  margin-top: 50px;
  font-size: 2rem;
  margin-bottom: 50px;
}

.investment-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.5;
}

.price-highlight {
  font-size: 2rem;
  color: #d4af37;
  font-weight: bold;
  margin: 20px 0;
}

/* Objections FAQ */
#objections-faq {
  background: linear-gradient(135deg, #f5f5f0 0%, #e8e4d9 100%);
}

#objections-faq h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 60px;
  color: #2d1810;
  letter-spacing: 3px;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: white;
  padding: 30px;
  margin: 20px 0;
  border-radius: 10px;
  border-left: 5px solid #d4af37;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateX(10px);
}

.faq-question {
  font-size: 1.5rem;
  color: #2d1810;
  font-weight: 600;
  margin-bottom: 15px;
}

.faq-answer {
  font-size: 1rem;
  color: #666;
  padding-left: 20px;
  border-left: 3px solid #d4af37;
}

/* Final CTA */
.final-cta {
  background: linear-gradient(135deg, #2d1810 0%, #1a1a1a 100%);
  padding: 100px 20px;
  text-align: center;
  color: white;
}

.final-cta h2 {
  font-size: 3.5rem;
  margin-bottom: 30px;
  line-height: 0.8;
}

.final-cta p {
  font-size: 1.5rem;
  margin-bottom: 50px;
}
.go {
  position: relative;
}

/* Botão base */
.go-button {
  display: inline-block;
  padding: 18px 70px;
  background: #dacb47;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 5;
  box-shadow: 0 0 20px rgba(255, 202, 40, 0.5);
  animation: pulse 1.6s infinite ease-in-out;
}

/* Ondas */
.go-button::before,
.go-button::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 202, 40, 0.35);
  z-index: -1;
  animation: ripple 2.4s infinite ease-out;
}

.go-button::after {
  animation-delay: 1.2s;
}

/* Pulsar interno */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 15px rgba(255, 202, 40, 0.5);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(255, 202, 40, 0.8);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 15px rgba(255, 202, 40, 0.5);
  }
}

/* Ondas */
@keyframes ripple {
  0% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(0.2);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.8);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .logo {
    width: 240px;
  }
  .hero-content h1 {
    font-size: 2.3rem;
    line-height: 2rem;
  }

  #main-promise h2,
  #two-rooms h2,
  #forty-days h2 {
    font-size: 2rem;
  }

  .rooms-container {
    grid-template-columns: 1fr;
    height: 800px;
  }
  .comparison-grid {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 320px;
  }
  .access-items {
    flex-direction: column;
  }

  .season h4 {
    font-size: 1.5rem;
  }
}

.site-footer {
  background: #111;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}
/* Ordem de entrada */
.step-1 {
  animation-delay: 0.5s; /* h1 */
}

.step-2 {
  animation-delay: 2s; /* h2 */
}

.step-3 {
  animation-delay: 2.5s; /* video */
}
.fade-step {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 2.5s ease-in-out forwards;
}

/* animação */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer-content {
  max-width: 900px;
  margin: 0 auto;
}

.footer-security {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 25px;
}

.footer-links {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  font-size: 0.95rem;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-social {
  margin-top: 25px;
  display: flex;
  gap: 15px;
  justify-content: center;
}

.footer-social img {
  width: 180px;
  height: 70px;
  opacity: 0.8;
  transition: 0.3s ease;
  background-color: #eeeeee;
  border-radius: 10px;
}

.footer-social img:hover {
  opacity: 1;
  transform: scale(1.1);
}

.footer-copy {
  margin-top: 30px;
  font-size: 0.9rem;
  opacity: 0.7;
}
