body, html{ 
  background: linear-gradient(rgb(22, 22, 22),rgb(10, 10, 10),rgb(2, 2, 2), rgb(31, 31, 31));
  font-family: "Raleway", sans-serif;
  line-height: 1; 
  font-size: 16px; 
  box-sizing: border-box;margin: 0;padding: 0;
}
body, html{
  overflow-x: hidden; /* Previene lo scroll orizzontale */
}

h1,h2,h3,h4,h5,h6, p, ol, ul{
  margin: 0 0 1rem 0;padding: 0;
}
ol,ul{
  padding-left: 20px;line-height: 1.5;
}
h1{font-size: 4rem;} 
h2{font-size: 2.5rem;} 
h3{font-size: 2rem;} 
h4{font-size: 1rem;} 
h5{font-size: 0.8rem;} 
h6{font-size: 0.6rem;}
a{text-decoration:none}

/* ! Fonts */
.InterFont{
  font-family: "Inter", serif;
}
.DMSerifText{
  font-family: "DM Serif Text", serif;
}
.Pacifico{font-family: "Pacifico", cursive;}
.Poppins{font-family: "Poppins", sans-serif;}

/* ! Selection/Scrollbar */
::selection {
  background:  #f5f6f69f; /* Codice colore per il giallo oro */
  color: rgb(255, 255, 255); /* Colore del testo quando selezionato */
}

/* ! CallToAction */
.cta{
  border-radius: 20px;
  font-weight: 400;
  padding: 12px 20px;
  background-color: #0097b2;
  color:#ffffff;
  cursor: pointer;
  border: 1px solid  #0097b2;
  user-select: none;
  width: fit-content;
  margin-top: 5px;
}

.cta:hover{
  background-color: #0097b2d9;
  border: 1px solid  #0097b2d9;
}

/* ! CallToAction */
.cta2 {
  margin-top: 5px;
  border-radius: 20px;
  font-weight: 400;
  padding: 12px 20px;
  color: var(--semi-black);
  cursor: pointer;
  border: 1px solid var(--semi-black); /* grigio-blu trasparente */
  background: rgba(255, 255, 255, 0.716); /* leggermente trasparente */
  backdrop-filter: blur(8px); /* effetto blur dietro */
  -webkit-backdrop-filter: blur(8px); /* Safari support */
  user-select: none;
  transition: all 0.32s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* leggero glow */
}
.cta2:hover {
  color: #fff;
  background: var(--semi-black);
  border-color: var(--semi-black);
}
.cta2 svg{
  fill: #000;
  stroke: #000;
}
.cta2:hover svg{
  fill: #fff;
  stroke: #fff;
}

/* ! CallToAction inverso */
.cta2-inverso {
  margin-top: 0px;
  border-radius: 20px;
  font-weight: 400;
  padding: 12px 20px;
  color: #fff;
  cursor: pointer;
  border: 1px solid var(--semi-white);
  background: rgb(var(--semi-black), 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  user-select: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cta2-inverso:hover {
  color: var(--semi-black);
  background: var(--white);
  border-color: var(--semi-black);
}
.cta2-inverso svg{
  fill: #fff;
  stroke: #fff;
}
.cta2-inverso:hover svg{
  fill: var(--semi-black);
  stroke: var(--semi-black);
}

/* ! Colors */
.tw{color: #ffffff;} 
.tg{color: gray;}
.tgs{color: #121212;}
.tlg{color: rgb(197, 197, 197);}
.tb{color: #000;} 
.tr{color: red;} 
.to{color: rgb(247, 108, 16);}
.ty{color: rgb(255, 187, 0);}
.tlb{color: #2c78d4;}
.tgr{color: #15be18;}
  
.fw100{font-weight: 100;}
.fw200{font-weight: 200;}
.fw300{font-weight: 300;}
.fw400{font-weight: 400;}
.fw500{font-weight: 500;}
.fw600{font-weight: 600;}
.fw700{font-weight: 700;}
.fw800{font-weight: 800;}
.fw900{font-weight: 900;}

/* Menu */
:root { 
  --menu-bg: #121212; 
  --menu-color: #ffffff; 
    --menu-bg: 255, 255, 255;

  /* ! palette di colori in rgba( , , , 1) */
  --columbia-blue-rgb: 205, 230, 245;
  --cadet-gray-rgb: 141, 167, 190;
  --umber-rgb: 85, 70, 64;
  --cadet-grays-rgb: 135, 145, 158;
  --dim-gray-rgb: 112, 112, 120;
  --semi-black-rgb: 18, 18, 18;
  --semi-white-rgb: 243, 243, 243;

  --principal-color: #0097b2;
  --principal-color-rgb: 0, 151, 178;

  /* ! palette di colori */
  --cadet-gray:#8DA7BE;
  --dark-gray: #3a3a3c;
  --columbia-blue: #CDE6F5;
  --cadet-grays: #87919E;
  --dim-gray: #707078;
  --semi-black: #121212;
  --semi-white: #f3f3f3;
  --white: #ffffff;
  --black: #000000;

  --premium-black: #100E09;
  --premium-white: #F5F5F5;
}

.header{
  transition: background-color 0.5s ease;
  background-color: #121212d3;
  backdrop-filter: blur(27px);-webkit-backdrop-filter: blur(27px); 
  position: fixed; top:0;  left:0;height: 80px; z-index: 69;right: 0; padding: 0;
  border-bottom: 1px solid rgb(var(--dim-gray-rgb), 0.5);
}
.header:hover{background-color: #121212;}

.header__content{max-width: 1900px;width: 100%;height: 100%; margin: 0 auto; display: flex;justify-content: space-between;}

.nome_Header{color: rgba(255, 255, 255, 0.836);font-size: 30px;transition: color 0.3s ease-in-out;}
.nome_Header:hover{color: rgb(255, 255, 255);}

.header__logo{width: 20%;display: flex; align-items: center;justify-content: right;padding-left: 10px;}
.header__logo a{width: fit-content;height: fit-content;}

.header__quick{display: flex; align-items: center;justify-content: left;width: 30%;}


.header__menu{padding: 0;margin: 0;display: flex;align-items: center;justify-content: left;width: 50%;padding-left: 20px;}
.header__menu li{display: inline-block;}
.header__menu li a{font-size: 17px;padding: 10px;color: rgba(255, 255, 255, 0.697);transition: color 0.15s ease-in-out;}
.header__menu li a:hover{color: rgb(255, 255, 255);}
.headerMobileHomeBtn{
  display: none;
}
@media (max-width: 768px) {.headerMobileHomeBtn{display: block;}}

@media (max-width: 768px) {
  .header{padding: 5px;height: 70px;padding:20px 22px;}
  .header__quick{display: block;position: relative;z-index: 2;}
  .header__menu{display: block; opacity: 0;background-color:  #121212;
    position: absolute; top:0px; left:0;right: 0;height: 100vh;width: 100%;
    height: 0vh; overflow: hidden;transition: all 1s cubic-bezier(.215, .61, .355, 1);
  }
  
  .nome_Header{margin-left: 0px;font-size: 24px;margin-bottom: 0px;}
  .mobilespacer{width: 50%;height: 5vh;}
  .header__menu li{padding: 10px;width: 100%;left: 0;right: 0;display: flex;justify-content: left;}
  .menu-open .header__menu{height: 130vh;padding: 3%;opacity: 1;transition: all 1s cubic-bezier(.215, .61, .355, 1);}

  .icon-hamburger{height: 50px;width: 30px;margin-left: 20px;padding-top: 5px;}
  .icon-hamburger span{height: 2px; width: 22.5px;background-color: #ffffff;position: relative;display: block;margin-top: 11px;transition: all 0.2s cubic-bezier(.215, .61, .355, 1);}

  .menu-open .icon-hamburger span:nth-child(1){transform: rotate(45deg) translateY(9px);}
  .menu-open .icon-hamburger span:nth-child(2){transform: rotate(-45deg) translateY(-9px);}

  .header__quick{display: flex; justify-content: flex-end; width: 50%;}

  .header__logo{width: 25%;}
  .header__logo,
  .header__quick{display: flex; align-items: center;height: 30px;width: fit-content;}
}

/* ! Intro */
.intro {
  padding-top: 200px;padding-bottom: 100px;
  top: 0; left: 0;
  width: 100%;height: fit-content;
  display: flex; justify-content: center; align-items: center;flex-direction: column;
}
.intro h1{
  color: var(--semi-white);
  margin-bottom: 10px;
}
.intro p{
  font-weight: 550;font-size: 18px;
  color: var(--dim-gray);
  text-align: center;
  width: 60%;
  min-width: 350px;
  margin-bottom: 30px;
}

/* ! slider */
.slider{
  margin-bottom: 20px;
  width: 77%;
  height: var(--height);
  overflow: hidden;
  mask-image: linear-gradient(
      to right,
      transparent,
      #000 10% 90%,
      transparent
  );
}
.slider {
  --width: 120px;
  --height: 120px;
  --quantity: 7;
}
.slider .list{
  display: flex;
  width: 100%;
  min-width: calc(var(--width) * var(--quantity));
  position: relative;
}
.slider .list .item{
  width: var(--width);
  height: var(--height);
  position: absolute;
  left: 100%;
  animation: autoRun 10s linear infinite;
  transition: filter 0.5s;
  animation-delay: calc( (10s / var(--quantity)) * (var(--position) - 1) - 10s)!important;
}
.slider .list .item img{user-select: none;
  width: 100%;
  border-radius: 25px;
}
@keyframes autoRun{
  from{
      left: 100%;
  }to{
      left: calc(var(--width) * -1);
  }
}

@keyframes reversePlay{
  from{
      left: calc(var(--width) * -1);
  }to{
      left: 100%;
  }
}

@media (max-width: 768px) {
  .slider {
    --width: 90px;
    --height: 90px;
  }
}

/* ! Preview siti */
.img-scorrevole {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; /* per contenere header-imgScorrevole */
  border-radius: 30px;
}

.img-scorrevole-html {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 1;
  display: block;
}

.scroll-container {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}

.header-imgScorrevole{
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  position: absolute;
  top: -2px;left: 0;right: 0;
  z-index: 2;
}

/* ! Flickity */
.flickity-button:focus {
  outline: none;
}

.flickity-button {
  outline: none;
}

.flickity-viewport{
  border: none;
  width: 100%;
}

.carousel-container{
  width: 100%;min-height: fit-content;
  padding: 100px 0px 200px 0px;
  display: flex;align-items: center;
  flex-direction: column;
}
.carousel-container h2{
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  color: var(--semi-white);
}

.carousel {
  border: 1px solid rgba(255, 0, 0, 0);
  background: #f0f0f000;
  height: 400px;
  width: 80%;
  margin: 20px auto;
  position: relative;
}
.carousel-button{
  font-size: 13px;margin-top: 20px;
  padding: 10px 15px;
  width: fit-content;
}

.carousel-cell {
  margin: 0 30px;
  width: 450px;
  height: 500px;
  background: var(--semi-white);
  font-size: 2rem;
  font-weight: bold;
  display: flex;align-items: center;justify-content: center;flex-direction: column;gap: 10px;
  color: rgb(0, 0, 0);
  border-radius: 20px;
  text-align: center;
}

/* ! Carousel Phonetastico */
.carousel-cell-phonetastico {
  margin: 0 30px;
  width: 480px;
  height: 500px;
  background: white;
  display: flex;flex-direction: column;
  align-items: center;justify-content: space-around;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 20px;
  padding: 30px 20px 0px 20px;
}
.carousel-title{
  width: 90%;text-align: center;
  font-size: 25px;
}
.carousel-cell-phonetastico img{
  width: 50%;
}
.gradient-title-phonetastico {
  background: linear-gradient(90deg, #ff3f3f, #f3be8d); 
  background-clip: text;
  color: transparent; /* Rende il testo trasparente per mostrare il gradiente */
  letter-spacing: 1px; /* Un po' di spazio tra le lettere per eleganza */
  font-size: 40px;
}

/* ! Carousel Recupero dati */
.carousel-cell-recuperodati {
  position: relative;
  margin: 0 30px;
  width: 480px;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 20px;
  padding: 30px 20px 0px 20px;
  overflow: hidden;

  /* Sfondo nero con cerchi glow rossi statici */
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 100, 100, 0.674) 0%, transparent 40%) no-repeat,
    radial-gradient(circle at 80% 70%, rgba(255, 70, 70, 0.493) 0%, transparent 45%) no-repeat,
    radial-gradient(circle at 60% 20%, rgba(255,150,150,0.5) 0%, transparent 35%) no-repeat,
    #000000;
  background-size: cover;
  background-blend-mode: screen;
}

/* Titolo */
.carousel-title-recuperodati {
  width: 90%;
  text-align: center;
  font-size: 25px;
  color: var(--semi-white);
  z-index: 2;
  position: relative;
}

/* Immagini */
.carousel-cell-recuperodati img {
  width: 50%;
  background-color: #fff;
  padding: 3px 9px 1px 1px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}

/* Testo gradient */
.gradient-recuperodati {
  background: linear-gradient(90deg, #ff3f3f, #f3be8d);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 1px;
  font-size: 40px;
  z-index: 2;
  position: relative;
}


/* ! ForgeStorm Studio  */
.carousel-cell-forgestormstudio{
  margin: 0 30px;
  width: 480px;
  height: 500px;
  background: rgb(0, 0, 0);
  display: flex;flex-direction: column;
  align-items: center;justify-content: space-around;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 20px;
  padding: 30px 20px 0px 20px;
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.02);
}
.carousel-titleF{
  color: var(--semi-white);
  width: 90%;text-align: center;
  font-size: 25px;
}
.gradient-forgestormstudio{
  font-size: 35px;color: #2c78d4;
}
.carousel-cell-forgestormstudio img{
  width: 50%;
}

/* ! Andriani Carousel */
.carousel-cell-andriani{
  margin: 0 30px;
  width: 480px;
  height: 500px;
  background: #404042;
  display: flex;flex-direction: column;
  align-items: center;justify-content: space-around;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 20px;
  padding: 30px 20px 0px 20px;
}
.carousel-cell-andriani img{
  width: 45%;
}
.gradient-andrianiServizi{
  color: #fecf30;
  font-size: 35px;
}

/* Frecce in basso a destra (solo desktop) */
.flickity-prev-next-button {
  width: 40px;
  height: 40px;
  bottom: 10px; /* Aggancio in basso */
  top: 140%;
  position: absolute;
  border-radius: 50%;
  color: var(--semi-black);
  cursor: pointer;
  border: 1px solid  rgba(184, 184, 184, 0.98); /* grigio-blu trasparente */
  background-color: rgba(184, 184, 184, 0.98); /* semi-trasparente */
  user-select: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* leggero glow */
  padding: 10px;
  right: 20px;
}
.flickity-prev-next-button:hover{
  background-color: rgba(169, 169, 169, 0.98);
}

.flickity-prev-next-button.is-disabled,
.flickity-prev-next-button[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.flickity-prev-next-button.previous {
  right: 60px; /* distanza da next */
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-enabled:focus {
    outline: none;
}

@media (max-width: 768px) {
  .intro {
  padding-top: 200px;padding-bottom: 0px;
  top: 0; left: 0;
  width: 100%;height: fit-content;
  display: flex; justify-content: center; align-items: center;flex-direction: column;
  }
  
  .flickity-prev-next-button {
    top: 105%;margin-right: 23px;
  }

  .carousel-container{
  width: 100%;min-height: fit-content;
  padding: 100px 0px 100px 0px;
  display: flex;align-items: center;
  justify-content: center;
  flex-direction: column;
  }
  .carousel-contaier h2{
    margin-bottom: 0px;
  }

  .carousel {
    border: 1px solid rgba(255, 0, 0, 0);
    background: #f0f0f000;
    height: 100%;
    width: 100%;
    margin: 20px auto;
    position: relative;
  }

  .carousel-cellContainer{
    width: 100vw;height: 400px;
    display: flex;justify-content: center;align-items: center;
    padding: 0px;
  }

  .carousel-cell {
    margin: 0% 5% 0% 5%;
    width: 95%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 20px;
  }

  /* ! Carousel Phonetastico */
  .carousel-cell-phonetastico {
    margin: 0 5% 0 5%;
    width: 90%;
    height: 400px;
    background: white;
    display: flex;flex-direction: column;
    align-items: center;justify-content: space-around;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 20px;
    padding: 30px 20px 0px 20px;
  }
  .carousel-cell-phonetastico img{
    width: 180px;
  }
  .gradient-title-phonetastico{
    font-size: 35px;
  }

  .carousel-cell-recuperodati{
    height: 400px;
  }

  .carousel-cell-forgestormstudio{
    margin: 0 5% 0 5%;
    width: 100%;
    height: 400px;
    background: rgb(0, 0, 0);
    display: flex;flex-direction: column;
    align-items: center;justify-content: space-around;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 20px;
    padding: 30px 20px 10px 20px;
  }
  .carousel-cell-forgestormstudio img{
    width: 190px;
  } 

  /* ! Andriani Carousel */
  .carousel-cell-andriani{
    margin: 0 5% 0 5%;
    width: 100%;
    max-width: 100%;
    height: 400px;
    background: #404042;
    display: flex;flex-direction: column;
    align-items: center;justify-content: space-around;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 20px;
    padding: 30px 20px 0px 20px;
  }
}

/* Assicurati che la sezione sia abbastanza lunga per scrollare */
.ottimizzazione-title{
  border-radius: 45px 45px 0px 0px;
  height: fit-content;width: 100%;
  display: flex;align-items: center;justify-content: center;
}
.ottimizzazione-title h2 {
  font-size: 3.3rem;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;

  /* Gradienti dal grigio siderale al nero */
  background: linear-gradient(
    to bottom,
    #a4a4a4,  /* grigio siderale */
    #676767
  );

  /* Fa vedere solo il gradiente dentro il testo */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .ottimizzazione-title h2 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.mobileService {
  padding-bottom: 130px;
  height: fit-content;width: 100%;
  display: flex;justify-content: center;align-items: center;
  flex-direction: column;
  position: relative;
}

.mobileService-img{
  width: 60%;
  min-width: 680px;
  user-select: none;
}
.mobileService p{
  font-weight: 550;font-size: 21px;
  color: rgba(var(--semi-white-rgb), 0.8);
  text-align: center;
  width: 60%;
  min-width: 350px;
}
@media (max-width: 768px) {
.mobileService {
  width: 100%;
  display: flex;justify-content: center;align-items: center;
  flex-direction: column;
  padding-bottom: 40px;
}

.mobileService-img{
  min-width: 0;
  width: 95%;
  height: auto;
  user-select: none;
}
.mobileService p{
  font-weight: 550;font-size: 14px;
  color: var(--dim-gray);
  text-align: center;
  width: 93%;
  min-width: 0;
  margin-bottom: 0px;
} 
}

.pp-title{
  display: flex;justify-content: center;align-items: center;
  font-size: 20px;
  color: var(--semi-white);
  font-weight: 600;
}
.pp-title span{
  margin: 0;
}
.pp-title p{
  margin: 0;
}

/* ! Switch Section */
.switch-section {
  text-align: center;
  margin: 2rem auto;
  width: 100%;
  display: flex;justify-content: center;align-items: center;
  flex-direction: column;
  height: fit-content;
}
.switch-section_content p{
  margin: 0;
}
.switch-section_content{
  width: 100%;height: 100%;
  display: flex;justify-content: center;align-items: center;flex-direction: column-reverse;
}

.switch-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.switch-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.switch-buttons button {
  height: 70px;
  width: 70px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  /* Apple look: soft shadows */
  box-shadow:
    0 2px 6px rgba(0,0,0,0.4),
    inset 0 0 0 0.5px rgba(255,255,255,0.2);

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  transition: all 0.35s ease;
}

.switch-buttons button:hover {
  transform: scale(1.08);
  background: linear-gradient(180deg, rgba(58, 58, 58, 0.18), rgba(255,255,255,0.05));
  box-shadow:
    0 4px 12px rgba(0,0,0,0.6),
    inset 0 0 0 0.5px rgba(255,255,255,0.25);
}

.switch-buttons button svg {
  fill: #fff;
  transition: transform 0.35s ease, opacity 0.35s ease;
  opacity: 0.85;
}

.switch-buttons button:hover svg {
  transform: scale(1.15);
  opacity: 1;
}

/* Stato selezionato in stile Apple */
.switch-buttons button.switch-btn--selected {
  background: linear-gradient(180deg, rgba(255,255,255,0.25), rgba(255,255,255,0.08));
  box-shadow:
    0 6px 16px rgba(0,0,0,0.6),
    inset 0 0 0 0.8px rgb(84, 84, 84);

  transform: scale(1.05);
}

.switch-buttons button.switch-btn--selected svg {
  opacity: 1;
}

.switch-content {
  height: 400px;
  width: 100%;
  position: relative;
  display: flex;justify-content: center;align-items: center;
}

.content {
  display: flex;justify-content: center;align-items: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 0.7s ease; /* cross-fade */
}

.content.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.macbook-mockup{
  width: 33.33%;
  min-width: 620px;
}
.iPhone-mockup{
  object-fit: contain;
  height: 100%;
  width: fit-content;
}
@media (max-width: 655px) {
  .macbook-mockup{
    width: 90%;min-width: 0;
    margin: auto 0;
    margin-top: 10px;
  }
  .iPhone-mockup{
    object-fit: contain;
    height: 97%;
    width: fit-content;
    margin-top: 10px;
  }
  .switch-content {
    height: 230px;
    width: 100%;
    position: relative;
    display: flex;justify-content: center;align-items: center;
 }
}


/* ! Footer Bottomsite */
.footer {
  background-color: var(--semi-black);
  color: var(--semi-white);
  font-family: 'Inter', sans-serif;
  padding: 1.5rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  user-select: none;
}

.footer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.footer-nav {
  display: flex;
  gap: 2rem;
  width: 33%;
}

.footer-nav a {
  color: var(--semi-white);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: var(--cadet-grays);
}

.footer-socials {
  display: flex;
  gap: 1.3rem;
  align-items: center;
  justify-content: right;
  width: 33%;
}

.footer-socials a svg {
  fill: var(--semi-white);
  transition: fill 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}

.footer-socials a:hover svg {
  fill: var(--cadet-grays);
  transform: scale(1.05);
}

.footer-bottom {
  border-top: 1px solid var(--dim-gray);
  text-align: center;
  font-size: 0.85rem;
  color: var(--cadet-grays);
  padding-top: 0.8rem;
  user-select: none;
}

.namefooter {
  font-size: 1.2rem;
  color: var(--semi-white);
  font-weight: 600;
  text-align: center;
  margin-bottom: 0rem;
  width: 33%;
}

@media (max-width: 600px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
  }

  .footer-nav {
    gap: 1rem;
    justify-content: center;
    flex-direction: row;
  }
  
  .footer-socials {
    margin-top: 0.5rem;
    justify-content: center;
  }

  .namefooter {
    display: none;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}