@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  height: 100%;
}
body {
  font-family: "Roboto", system-ui, -apple-system, sans-serif;
  background: url("/public/Background.svg") center/cover no-repeat,
    url("/public/myBack2.png") center/cover no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

.hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 0.1),
    #1a2a3e
  );
}

.hero-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.logo-container {
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  width: 100%;
  overflow: hidden;
}

.logo {
  width: 30rem;
  height: auto;
  margin-bottom: 3rem;
}

.inscription-btn {
  background-color: #ffb800;
  color: black;
  padding: 0.75rem 3rem;
  border-radius: 9999px;
  font-size: 1.5rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 0 0 20px rgba(255, 184, 0, 0.5);
}

.inscription-btn:hover {
  background-color: #ffd710;
  transform: scale(1.05);
  box-shadow: 0 0 40px rgba(255, 184, 0, 0.9);
}

.title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
  margin-bottom: 0;
  width: 100%;
  position: relative;
}

.icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.title {
  color: white;
  font-size: 2.25rem;
  font-weight: bold;
  white-space: nowrap;
}

.subtitle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}

.line {
  height: 2px;
  background-color: #ffb800;
  width: 40%;
}

.subtitle {
  color: white;
  font-size: 1.125rem;
  white-space: nowrap;
}

/* Media Queries */
@media (max-width: 768px) {
  .logo {
    width: 12rem;
    margin-bottom: 2rem;
  }

  .title {
    font-size: 1.75rem;
  }

  .subtitle {
    font-size: 1rem;
  }

  .line {
    width: 30%;
  }

  .info-content {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    padding: 2rem 1rem;
  }

  .dollar-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .big-dollar {
    width: 150px;
    height: 150px;
  }

  .info-text {
    width: 100%;
    padding: 0;
  }

  .info-text h2 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }

  .info-text p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .accessibility-content {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    padding: 1rem;
  }

  .icon-container {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50px);
  }

  .badges-icon {
    margin-top: 1rem;
    width: 250px;
    height: 250px;
    padding: 15px;
    transform: translateY(-50px);
  }

  .token-icon {
    margin-top: 1rem;
    width: 150px;
    height: 150px;
    transform: translateY(-50px);
  }

  .icon-container img,
  .badges-icon img,
  .token-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .icon-container.animate,
  .badges-icon.animate,
  .token-icon.animate {
    animation: slideFromTop 1s ease-in forwards;
  }

  .accessibility-section::before,
  .badges-section::before,
  .token-section::before {
    display: none;
  }

  .accessibility-text,
  .badges-text,
  .token-text {
    text-align: center;
  }

  .accessibility-text h2,
  .badges-text h2,
  .token-text h2 {
    text-align: center;
  }

  .accessibility-text p,
  .badges-text p,
  .token-text p {
    text-align: center;
  }

  .main-header {
    padding: 0.75rem;
  }

  .header-logo {
    height: 40px;
  }

  .header-inscription-btn {
    padding: 0.65rem 1.75rem;
    font-size: 1rem;
  }

  .icon {
    width: 35px;
    height: 35px;
  }

  .title-container {
    gap: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 0;
  }

  .inscription-btn {
    padding: 1rem 2.5rem;
    font-size: 1.25rem;
  }

  .accessibility-section {
    padding: 2rem 0.5rem;
    background: transparent !important;
  }
  .accessibility-content {
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    padding: 2rem 1rem !important;
  }

  .accessibility-section .token-icon {
    margin: 0 auto !important;
  }

  .badges-section {
    padding: 2rem 0.5rem;
    background: transparent !important;
  }
  .badges-content {
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    padding: 2rem 1rem !important;
  }
  .badges-icon {
    margin: 0 auto !important;
  }

  .token-section {
    padding: 2rem 0.5rem;
    background: transparent !important;
  }
  .token-content {
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    padding: 2rem 1rem !important;
  }
  .token-icon {
    margin: 0 auto !important;
  }
}

@media (min-width: 769px) {
  .accessibility-section .token-icon {
    margin: 0;
  }
  .badges-icon {
    margin: 0;
  }
  .token-icon {
    margin: 0;
  }
}

/* Ajustements pour les très petits écrans */
@media (max-width: 480px) {
  .logo {
    width: 10rem;
    margin-bottom: 1.5rem;
  }

  .title {
    font-size: 1.5rem;
  }

  .subtitle {
    font-size: 0.9rem;
  }

  .info-content {
    padding: 1.5rem 1rem;
  }

  .big-dollar {
    width: 120px;
    height: 120px;
  }

  .info-text h2 {
    font-size: 1.5rem;
  }

  .info-text p {
    font-size: 0.95rem;
  }

  .icon-container {
    width: 120px;
    height: 120px;
  }

  .badges-icon {
    margin-top: 1rem;
    width: 100px;
    height: 100px;
    padding: 10px;
  }

  .token-icon {
    margin-top: 1rem;
    width: 120px;
    height: 120px;
  }

  .more-icon img {
    width: 120px;
    height: 120px;
  }

  .info-text p,
  .accessibility-text p,
  .badges-text p,
  .token-text p,
  .more-text p {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .header-logo {
    height: 35px;
  }

  .header-inscription-btn {
    padding: 0.55rem 1.5rem;
    font-size: 0.9rem;
  }

  .icon {
    width: 30px;
    height: 30px;
  }

  .title-container {
    gap: 1rem;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .inscription-btn {
    padding: 0.75rem 2rem;
    font-size: 1.125rem;
  }

  .main-header {
    padding: 0.5rem;
  }
}

/* Info Section */
.info-section {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  overflow: hidden;
}

.info-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  padding: 2rem;
  overflow: hidden;
}

.dollar-logo {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s ease-out;
}

.dollar-logo.animate-in-left {
  opacity: 1;
  transform: translateX(0);
}

.info-text {
  color: white;
  max-width: 500px;
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.8s ease-out;
}

.info-text.animate-in-right {
  opacity: 1;
  transform: translateX(0);
}

.info-text h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #ffb800;
  text-align: left;
}

.info-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: left;
}

.highlight {
  color: #ffb800;
  font-weight: 600;
}

/* Media Query pour la section info */
@media (max-width: 768px) {
  .info-content {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    padding: 2rem 1rem;
  }

  .dollar-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .big-dollar {
    width: 150px;
    height: 150px;
  }

  .info-text {
    width: 100%;
    padding: 0;
  }

  .info-text h2 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }

  .info-text p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .info-content {
    padding: 1.5rem 1rem;
  }

  .big-dollar {
    width: 120px;
    height: 120px;
  }

  .info-text h2 {
    font-size: 1.5rem;
  }

  .info-text p {
    font-size: 0.95rem;
  }
}

/* Section Accessibilité */
.accessibility-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.accessibility-section::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: var(--before-width, 0%);
  height: 40vh;
  background: rgba(0, 0, 0);
  z-index: 0;
}

.accessibility-section.animate::before {
  width: 65%;
}

.accessibility-content {
  height: 40vh;
  background: rgba(0, 0, 0);
  border-top-left-radius: calc(40vh * 0.7);
  border-bottom-left-radius: calc(40vh * 0.7);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 2rem;
  gap: 6rem;
}

.accessibility-content.animate {
  opacity: 1;
  transform: translateX(0);
}

.accessibility-section .token-icon {
  flex-shrink: 0;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.accessibility-section .token-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.accessibility-text {
  color: white;
  max-width: 500px;
}

.accessibility-text h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #ffb800;
  text-align: left;
}

.accessibility-text h2.animate {
  opacity: 1;
  transform: translateX(0);
}

.accessibility-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: left;
}

.accessibility-text p.animate {
  opacity: 1;
  transform: translateX(0);
}

.accessibility-text p:nth-child(2).animate {
  transition: transform 0.8s ease-out 1.6s, opacity 0.8s ease-out 1.6s;
}

.accessibility-text p:nth-child(3).animate {
  transition: transform 0.8s ease-out 2s, opacity 0.8s ease-out 2s;
}

.accessibility-text p:nth-child(4).animate {
  transition: transform 0.8s ease-out 2.4s, opacity 0.8s ease-out 2.4s;
}

/* Media Query pour la section accessibilité */
@media (max-width: 768px) {
  .accessibility-section {
    padding: 2rem 1rem;
  }

  .accessibility-section::before {
    display: none;
  }

  .accessibility-content {
    height: auto;
    background: transparent;
    border-radius: 0;
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    padding: 1rem;
  }

  .accessibility-section .token-icon {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }

  .accessibility-text {
    max-width: 100%;
  }

  .accessibility-text h2 {
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .accessibility-text p {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .accessibility-section {
    padding: 1.5rem 1rem;
  }

  .accessibility-content {
    gap: 1.5rem;
  }

  .accessibility-section .token-icon {
    width: 120px;
    height: 120px;
  }

  .accessibility-text h2 {
    font-size: 1.5rem;
  }

  .accessibility-text p {
    font-size: 0.95rem;
  }
}

/* Section Badges */
.badges-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.badges-section::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: var(--before-width, 0%);
  height: 40vh;
  background: rgba(0, 0, 0);
  z-index: 0;
}

.badges-content {
  height: 40vh;
  background: rgba(0, 0, 0);
  border-top-left-radius: calc(40vh * 0.7);
  border-bottom-left-radius: calc(40vh * 0.7);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 2rem;
  gap: 6rem;
}

.badges-icon {
  flex-shrink: 0;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.badges-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.badges-text {
  color: white;
  max-width: 500px;
}

.badges-text h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #ffb800;
  text-align: left;
}

.badges-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: left;
}

/* Media Query pour la section badges */
@media (max-width: 768px) {
  .badges-content {
    flex-direction: column;
    text-align: center;
    gap: 3rem;
    padding: 1rem;
  }

  .badges-icon {
    width: 150px;
    height: 150px;
  }

  .badges-text h2,
  .badges-text p {
    text-align: center;
  }
}

/* Section Token */
.token-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.token-section::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: var(--before-width, 0%);
  height: 40vh;
  background: rgba(0, 0, 0);
  z-index: 0;
}

.token-content {
  height: 40vh;
  background: rgba(0, 0, 0);
  border-top-left-radius: calc(40vh * 0.7);
  border-bottom-left-radius: calc(40vh * 0.7);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 2rem;
  gap: 6rem;
}

.token-icon {
  flex-shrink: 0;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.token-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.token-text {
  color: white;
  max-width: 500px;
}

.token-text h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #ffb800;
  text-align: left;
}

.token-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: left;
}

.token-subtitle {
  font-weight: 600;
  text-decoration: underline;
}

.token-list {
  list-style: none;
  padding-left: 1rem;
}

.token-list li {
  margin-bottom: 0.5rem;
  position: relative;
}

.token-list li::before {
  content: "•";
  color: #ffb800;
  position: absolute;
  left: -1rem;
}

/* Media Query pour la section token */
@media (max-width: 768px) {
  .token-content {
    flex-direction: column;
    text-align: center;
    gap: 3rem;
    padding: 1rem;
  }

  .token-icon {
    width: 150px;
    height: 150px;
  }

  .token-text h2,
  .token-text p,
  .token-list {
    text-align: center;
  }

  .token-list {
    display: inline-block;
    text-align: left;
  }
}

/* Section More */
.more-section {
  min-height: 70vh;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  margin-top: 2rem;
}

.more-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  padding: 2rem;
}

.more-icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.more-icon img {
  width: 250px;
  height: 250px;
}

.more-text {
  color: white;
  max-width: 500px;
}

.more-text h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #ffb800;
  text-align: left;
}

.more-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: left;
  color: white;
}

/* Media Query pour la section more */
@media (max-width: 768px) {
  .more-content {
    flex-direction: column;
    text-align: center;
    gap: 3rem;
    padding: 1rem;
  }

  .more-icon img {
    width: 150px;
    height: 150px;
  }

  .more-text h2,
  .more-text p {
    text-align: center;
  }
}

/* Animations de sortie */
.accessibility-section.animate-out {
  animation: slideToRight 0.3s ease-in forwards;
}

.badges-section.animate-out {
  animation: slideToRight 0.3s ease-in forwards;
}

.token-section.animate-out {
  animation: slideToRight 0.3s ease-in forwards;
}

.more-section.animate-out {
  animation: fadeOut 0.5s ease-in forwards;
}

.more-icon.animate-out {
  animation: rocketToCorner 0.5s ease-in forwards;
}

.more-text.animate-out {
  animation: slideToLeft 0.5s ease-in forwards;
}

@keyframes slideToRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100px);
  }
}

@keyframes slideToLeft {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-100px);
  }
}

@keyframes rocketToCorner {
  from {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
  to {
    opacity: 0;
    transform: translate(-200px, 200px) rotate(-45deg);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Animations de sortie pour le hero */
.logo.animate-out {
  animation: slideDown 0.5s ease-out forwards;
}

.inscription-btn.animate-out {
  animation: slideDown 0.5s ease-out forwards;
}

.title.animate-out {
  animation: fadeOut 0.5s ease-out forwards;
}

.icon.animate-out {
  animation: popInReverse 0.5s ease-out forwards;
}

.subtitle.animate-out {
  animation: fadeOut 0.5s ease-out forwards;
}

.line.animate-out {
  animation: extendReverse 0.5s ease-out forwards;
}

@keyframes slideDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}

@keyframes popInReverse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}

@keyframes extendReverse {
  from {
    width: 40%;
  }
  to {
    width: 0;
  }
}

/* Header */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1rem 2rem;
  transition: all 0.5s ease-in-out;
  will-change: transform, opacity;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}

.main-header.animate-out {
  transform: translateY(-100%);
  opacity: 0;
}

.main-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.2) 80%,
    transparent 100%
  );
}

.header-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
}

.header-logo {
  height: 45px;
  flex-shrink: 1;
  min-width: 0;
}

.header-inscription-btn {
  background-color: #ffb800;
  color: black;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  font-size: 1.125rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: transform 0.3s, background-color 0.3s;
  white-space: nowrap;
  flex-shrink: 0;
  text-transform: uppercase;
}

.header-inscription-btn:hover {
  background-color: #ffd710;
  transform: scale(1.05);
}

/* Media Queries pour le header */
@media (max-width: 768px) {
  .main-header {
    padding: 0.75rem;
  }

  .header-content {
    gap: 3rem;
  }

  .header-logo {
    height: 40px;
  }

  .header-inscription-btn {
    padding: 0.65rem 1.75rem;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .main-header {
    padding: 0.5rem;
  }

  .header-content {
    gap: 2rem;
  }

  .header-logo {
    height: 35px;
  }

  .header-inscription-btn {
    padding: 0.55rem 1.5rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 360px) {
  .main-header {
    padding: 0.3rem;
  }

  .header-content {
    gap: 0.3rem;
  }

  .header-logo {
    height: 20px;
  }

  .header-inscription-btn {
    padding: 0.3rem 0.75rem;
    font-size: 0.75rem;
  }
}

/* Sections */
.info-section,
.accessibility-section,
.badges-section,
.token-section,
.more-section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 2rem;
}

.info-content,
.more-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  padding: 2rem;
  position: relative;
  z-index: 1;
}

.accessibility-content,
.token-content,
.badges-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6rem;
  padding: 2rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .info-content,
  .accessibility-content,
  .badges-content,
  .token-content,
  .more-content {
    flex-direction: column;
    text-align: center;
    gap: 3rem;
    padding: 1rem;
  }
}

/* Footer Social */
.social-footer {
  background: rgba(0, 0, 0, 0.3);
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.social-links {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.social-link {
  transition: transform 0.3s ease;
}

.social-link:hover {
  transform: scale(1.1);
}

.social-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.social-link:hover .social-icon {
  opacity: 1;
}

@media (max-width: 768px) {
  .social-links {
    gap: 1.5rem;
  }

  .social-icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .social-links {
    gap: 1rem;
  }

  .social-icon {
    width: 18px;
    height: 18px;
  }
}
