@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root{--orange:#ff5a00;--orange2:#ff7a1a;--black:#080808;--dark:#111;--white:#f7f7f7;--muted:#aaa}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;background:var(--black);color:var(--white);line-height:1.6}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,92%);margin:auto}
.site-header{position:fixed;top:0;left:0;width:100%;z-index:20;background:rgba(8,8,8,.86);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:12px;font-family:'Barlow Condensed';font-size:24px;font-weight:800;letter-spacing:1px}
.brand-mark{display:grid;place-items:center;width:42px;height:42px;border:2px solid var(--orange);color:var(--orange);font-size:18px}
nav{display:flex;align-items:center;gap:25px;font-size:13px;font-weight:600;text-transform:uppercase}
nav a{opacity:.85}nav a:hover{color:var(--orange)}
.nav-cta{padding:11px 17px;background:var(--orange);color:#fff!important;opacity:1!important}
.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:28px}
.hero{min-height:720px;display:flex;align-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 75% 45%,rgba(255,90,0,.28),transparent 28%),linear-gradient(115deg,#080808 35%,#181818 100%)}
.hero:after{content:"";position:absolute;width:520px;height:520px;border:70px solid rgba(255,90,0,.06);border-radius:50%;right:-150px;bottom:-220px}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#080808 0%,rgba(8,8,8,.8) 45%,rgba(8,8,8,.2) 100%)}
.hero-content{position:relative;z-index:2;padding-top:70px}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:3px;color:#bbb;margin-bottom:14px}
.orange{color:var(--orange)}
h1,h2,h3,.brand{font-family:'Barlow Condensed',sans-serif}
h1{font-size:clamp(70px,12vw,150px);line-height:.82;letter-spacing:-2px}
h1 span,h2 span{color:var(--orange)}
.tagline{font-family:'Barlow Condensed';font-size:28px;letter-spacing:2px;margin-top:22px}
.hero-actions{display:flex;gap:14px;margin-top:34px;flex-wrap:wrap}
.btn{display:inline-block;padding:14px 22px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:1px;transition:.2s}
.btn-primary{background:var(--orange);color:white}.btn-primary:hover{background:var(--orange2);transform:translateY(-2px)}
.btn-ghost{border:1px solid rgba(255,255,255,.3)}.btn-ghost:hover{border-color:var(--orange);color:var(--orange)}
.match-strip{background:var(--orange);color:#fff}
.match-grid{display:grid;grid-template-columns:1fr 1fr 1fr}
.match-grid>div{padding:25px 22px;border-right:1px solid rgba(255,255,255,.25)}
.match-grid>div:last-child{border:0}
.match-grid small{display:block;font-size:10px;font-weight:800;letter-spacing:2px;opacity:.8}
.match-grid strong{display:block;font-family:'Barlow Condensed';font-size:25px;margin:5px 0}
.match-grid strong span{font-size:14px;margin:0 7px}
.match-grid p{font-size:12px;opacity:.85}
.section{padding:105px 0}
.dark-section{background:#101010}
.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
@media (max-width: 700px) {
  .split {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
h2{font-size:clamp(48px,6vw,76px);line-height:.92;margin-bottom:25px}
.section p{color:#bdbdbd;max-width:620px}
.text-link{display:inline-block;margin-top:22px;color:var(--orange);font-weight:800;font-size:13px;text-transform:uppercase}
.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px}
.player-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.player-card{min-height:270px;padding:22px;background:linear-gradient(145deg,#191919,#0c0c0c);border:1px solid #252525;position:relative;overflow:hidden}
.player-card:after{content:"";position:absolute;width:170px;height:170px;border:35px solid rgba(255,90,0,.08);border-radius:50%;right:-70px;top:-50px}
.player-number{font-family:'Barlow Condensed';font-size:76px;font-weight:800;color:var(--orange);opacity:.85}
.player-card h3{font-size:28px;margin-top:50px}
.player-card p{font-size:12px;text-transform:uppercase;letter-spacing:2px;color:#777!important}
.results-table{margin-top:35px;border-top:1px solid #333}
.table-row{display:grid;grid-template-columns:120px 1fr 120px;gap:20px;padding:20px 10px;border-bottom:1px solid #252525}
@media (max-width: 520px) {
  .results-table {
    margin-top: 25px;
  }
  .table-row {
    grid-template-columns: 70px 1fr 65px;
    gap: 10px;
    padding: 16px 5px;
    font-size: 12px;
  }
}
.table-head{font-size:10px;font-weight:800;letter-spacing:2px;color:#777}
.table-row strong{text-align:right;color:var(--orange)}
/* =========================
   NEWS
========================= */

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

.news-card {
  background: #0b0b0b;
  border: 1px solid #252525;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease;
}

.news-card:hover {
  transform: translateY(-5px);
  border-color: var(--orange);
}

.news-image {
  height: 190px;
  background: #050505;
  position: relative;
  overflow: hidden;
}

.news-image::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border: 30px solid rgba(255,255,255,.08);
  border-radius: 50%;
  right: -70px;
  top: -70px;
}

.news-body {
  padding: 24px;
}

.news-body small {
  color: var(--orange);
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 10px;
}

.news-body h3 {
  font-size: 27px;
  line-height: 1;
  margin: 10px 0 12px;
}

.news-body p {
  color: #999;
  font-size: 13px;
  line-height: 1.6;
}

/* =========================
   NEWS MOBILE
========================= */

@media (max-width: 850px) {

  .news-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .news-image {
    height: 180px;
  }

  .news-body h3 {
    font-size: 25px;
  }

}
.sponsor-section{background:linear-gradient(110deg,var(--orange),#a83200)}
.sponsor-box{display:flex;align-items:center;justify-content:space-between;gap:40px}.sponsor-box .orange{color:#111}.sponsor-box h2 span{color:#111}.sponsor-box p{color:#fff}.sponsor-box .btn{background:#111}
.contact-section{background:#f5f5f5;color:#111}.contact-section p{color:#555}.contact-section h2 span{color:var(--orange)}.contact-list p{margin-bottom:20px}.contact-list strong{color:#111}
footer{background:#050505;border-top:1px solid #222;padding:35px 0}.footer-inner{display:flex;justify-content:space-between;gap:30px}.footer-inner strong{font-family:'Barlow Condensed';font-size:25px}.footer-inner p{font-size:12px;color:#777}
@media(max-width:850px){nav{display:none;position:absolute;top:76px;left:0;width:100%;background:#0b0b0b;flex-direction:column;align-items:stretch;padding:20px 5%;gap:0}nav.open{display:flex}nav a{padding:14px 0;border-bottom:1px solid #222}.menu-toggle{display:block}.match-grid,.split{grid-template-columns:1fr}.match-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.25)}.player-grid{grid-template-columns:1fr 1fr}.news-grid{grid-template-columns:1fr}.section-heading{display:block}.section-heading .text-link{margin-top:0}.sponsor-box{display:block}.sponsor-box .btn{margin-top:25px}.footer-inner{display:block}.footer-inner>p{margin-top:15px}}
@media(max-width:520px){.hero{min-height:650px}.hero-content{padding-top:80px}.player-grid{grid-template-columns:1fr}.table-row{grid-template-columns:70px 1fr 65px;font-size:12px}.table-head{font-size:8px}}

.brand-logo{width:46px;height:46px;object-fit:contain;display:block}
.hero-logo{width:min(180px,35vw);height:auto;object-fit:contain;margin-bottom:18px}
.hero-logo {
  width: min(180px, 35vw);
  height: auto;
  object-fit: contain;
  margin-bottom: 18px;
  background: transparent !important;
  mix-blend-mode: screen;
}
@media (max-width: 520px) {
  .hero-logo {
    width: 120px;
    background: transparent !important;
    mix-blend-mode: screen;
  }
}

@media (max-width: 520px) {
  .hero-logo {
    display: none !important;
  }
}
.footer-logo{width:72px;height:72px;object-fit:contain;display:block;margin-bottom:8px}

.hero-team-photo{
  background-image:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.68) 38%,rgba(0,0,0,.30) 100%),url('squadra-home.jpeg');
  background-size:cover;
  background-position:center;
}
.hero-team-photo .hero-overlay{
  background:linear-gradient(90deg,rgba(0,0,0,.35),rgba(0,0,0,.05));
}
/* =========================
   ROSA SARD FUTSAL
========================= */

/* =========================
   ROSA SARD FUTSAL
========================= */

.roster-group {
  margin-top: 40px;
}

.roster-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.roster-title > span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  color: var(--orange);
  border: 1px solid var(--orange);
  padding: 4px 9px;
}

.roster-title h3 {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

/* =========================
   GRIGLIA
========================= */

.player-grid-real {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

/* =========================
   CARD GIOCATORE
========================= */

.player-card.real-player {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: linear-gradient(145deg, #1b1b1b, #0b0b0b);
  border: 1px solid #292929;
  transition: transform .25s ease, border-color .25s ease;
}

/* Decorazione arancione */

.player-card.real-player::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border: 30px solid rgba(255, 90, 0, .08);
  border-radius: 50%;
  right: -70px;
  top: -70px;
  pointer-events: none;
}

/* =========================
   FOTO
========================= */
.player-card.real-player img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #111;
}

/* =========================
   NUMERO
========================= */

.player-card.real-player .player-number {
  position: relative;
  z-index: 2;
  margin: 18px 20px 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
  color: var(--orange);
}

/* =========================
   NOME E RUOLO
========================= */

.player-card.real-player > div:last-child {
  position: relative;
  z-index: 2;
  padding: 0 20px 20px;
}

.player-card.real-player h3 {
  margin: 7px 0 4px;
  font-size: 25px;
  line-height: 1;
}

.player-card.real-player p {
  margin: 0;
  color: #999 !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* =========================
   HOVER
========================= */

.player-card.real-player:hover {
  transform: translateY(-5px);
  border-color: var(--orange);
}

.player-card.real-player:hover img {
  transform: scale(1.03);
}

/* =========================
   GIOCATORI DI MOVIMENTO
========================= */

.movement-group {
  margin-top: 60px;
}

.roster-subtitle {
  grid-column: 1 / -1;
  margin: 35px 0 5px;
  color: var(--orange);
  font-size: 24px;
  text-transform: uppercase;
}

/* =========================
   TABLET
========================= */

@media (max-width: 900px) {

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

  .player-card.real-player img {
    height: 320px;
  }
}

/* =========================
   SMARTPHONE
========================= */

@media (max-width: 520px) {

  .player-grid-real {
    grid-template-columns: 1fr;
  }

  .player-card.real-player img {
    height: 360px;
  }
}
/* =========================
   LA SOCIETÀ
========================= */

.society-section {
  background: #0b0b0b;
}

.society-intro {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: center;
  margin-top: 50px;
}

.society-year {
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.society-text h3 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: .95;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.society-text h3 span {
  color: var(--orange);
}

.society-text > p:not(.society-year) {
  max-width: 650px;
  color: #999;
  line-height: 1.8;
  margin-bottom: 15px;
}


.society-block {
  margin-top: 50px;
}
.staff-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-top: 25px;
  width: 100%;
}

.staff-card {
  width: 100%;
  min-height: 150px;
  padding: 25px;
  box-sizing: border-box;
  background: linear-gradient(145deg, #181818, #0e0e0e);
  border: 1px solid #292929;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform .25s ease, border-color .25s ease;
}

.staff-card:hover {
  transform: translateY(-4px);
  border-color: var(--orange);
}
.staff-card {
  min-height: 150px;
  padding: 25px;
  background: linear-gradient(145deg, #181818, #0e0e0e);
  border: 1px solid #292929;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: .25s ease;
}

.staff-card:hover {
  transform: translateY(-4px);
  border-color: var(--orange);
}

.staff-role {
  color: var(--orange);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.staff-card h3 {
  font-size: 26px;
  margin: 0;
}

.staff-coach {
  border-left: 3px solid var(--orange);
}

/* Tablet */

@media (max-width: 850px) {

  .society-intro {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .society-visual {
    min-height: 250px;
  }

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

}

/* Smartphone */

@media (max-width: 550px) {

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

  .society-badge {
    width: 230px;
    height: 230px;
  }

  .society-badge::before {
    width: 190px;
    height: 190px;
  }

}
/* =========================
   PRESIDENTE - DIRIGENZA
========================= */

.president-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 40px;
  background: linear-gradient(145deg, #1c1c1c, #0b0b0b);
  border: 1px solid var(--orange);
}

.president-card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border: 35px solid rgba(255, 90, 0, .08);
  border-radius: 50%;
  right: -90px;
  top: -90px;
}

.president-card .staff-role {
  position: relative;
  z-index: 2;
  color: var(--orange);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.president-card h3 {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
}

.president-card p {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  color: #999;
  font-size: 15px;
}

/* Dirigenza */

.staff-card {
  transition: transform .25s ease, border-color .25s ease;
}

.staff-card:hover {
  transform: translateY(-4px);
  border-color: var(--orange);
}

/* Mobile */

@media (max-width: 520px) {

  .president-card {
    padding: 30px;
  }

  .president-card h3 {
    font-size: 38px;
  }

}
/* =========================
   VALORI SARD FUTSAL
========================= */

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

.value-card {
  position: relative;
  padding: 30px 26px;
  background: linear-gradient(145deg, #191919, #0b0b0b);
  border: 1px solid #292929;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease;
}

.value-card::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  border: 25px solid rgba(255, 90, 0, .08);
  border-radius: 50%;
  right: -65px;
  top: -65px;
}

.value-card:hover {
  transform: translateY(-5px);
  border-color: var(--orange);
}

.value-card span {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  color: var(--orange);
  margin-bottom: 35px;
}

.value-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  font-size: 27px;
  color: #fff;
}

.value-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #999;
  font-size: 15px;
  line-height: 1.6;
}

/* Frase finale */

.identity-quote {
  margin-top: 70px;
  padding: 45px 30px;
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
  text-align: center;
}

.identity-quote span {
  display: block;
  color: #aaa;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 8px;
}

.identity-quote strong {
  display: block;
  color: var(--orange);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 42px;
  letter-spacing: 2px;
}

/* Smartphone */

@media (max-width: 700px) {

  .values-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 45px;
  }

  .value-card {
    padding: 26px 24px;
  }

  .value-card span {
    margin-bottom: 22px;
  }

  .value-card h3 {
    font-size: 25px;
  }

  .value-card p {
    font-size: 16px;
  }

  .identity-quote {
    margin-top: 50px;
    padding: 35px 20px;
  }

  .identity-quote strong {
    font-size: 34px;
  }
  

}
/* Logo hero nascosto su smartphone */
@media (max-width: 520px) {
  .hero-logo {
    display: none;
  }
}
/* =========================
   RISULTATI & CALENDARIO
========================= */

.next-match {
  margin-top: 25px;
  padding: 35px 30px;
  background: linear-gradient(145deg, #191919, #0b0b0b);
  border: 1px solid #292929;
  position: relative;
  overflow: hidden;
}

.next-match::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border: 35px solid rgba(255, 90, 0, .08);
  border-radius: 50%;
  right: -100px;
  top: -100px;
}

.next-match-label {
  position: relative;
  z-index: 2;
  margin-bottom: 35px;
}

.next-match-label span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
}

.match-teams {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 25px;
  text-align: center;
}

.match-team strong {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 38px;
  line-height: .95;
  color: #fff;
}

.match-vs span {
  color: var(--orange);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.match-info {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid #292929;
}

.match-info span {
  color: #999;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Smartphone */

@media (max-width: 520px) {

  .next-match {
    padding: 28px 20px;
  }

  .match-teams {
    gap: 12px;
  }

  .match-team strong {
    font-size: 28px;
  }

  .match-vs span {
    font-size: 22px;
  }

  .match-info {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
@media (max-width: 520px) {
  #risultati {
    padding-bottom: 45px;
  }
}
/* =========================================
   CORREZIONE SOCIETÀ - SOLO DESKTOP
========================================= */

@media (min-width: 901px) {

  /* Mantiene tutta la sezione allineata al container */
  .society-section .container {
    max-width: 1180px;
    margin: 0 auto;
  }

  /* Spaziatura corretta tra Dirigenza e Staff */
  .society-section .society-block {
    margin-top: 55px;
  }

  /* STAFF TECNICO */
  .society-section .staff-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    width: 100%;
    margin-top: 25px;
  }
.society-section .staff-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  width: 80%;
  margin: 25px auto 0;
}

  /* Evita che le card vengano spinte fuori dal container */
  .society-section .staff-card:first-child,
  .society-section .staff-card:nth-child(2) {
    margin: 0;
  }

  /* Spazio più equilibrato prima della sezione risultati */
  #risultati {
    padding-top: 70px;
  }

}
/* =========================================
   SOCIETÀ - DESKTOP
========================================= */

@media (min-width: 901px) {

  .society-section .container {
    width: min(1180px, 92%);
    margin: 0 auto;
  }

  .society-section .society-block {
    margin-top: 55px;
  }

  .society-section .staff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .society-section .staff-card {
    width: 100%;
    margin: 0;
  }

  #risultati {
    padding-top: 70px;
  }

}
/* =========================================
   STAFF TECNICO - ALLINEAMENTO DESKTOP
========================================= */

@media (min-width: 901px) {

  .society-section .society-block:last-child {
    width: 1180px;
    max-width: 92%;
    margin: 55px auto 0;
  }

  .society-section .society-block:last-child .staff-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 25px;
  }

  .society-section .society-block:last-child .staff-card {
    width: 100%;
    min-height: 150px;
    box-sizing: border-box;
  }
  /* =========================================
   SOCIETÀ - LOGO DESKTOP
========================================= */
/* =========================================
   LOGO SOCIETÀ - DESKTOP
========================================= */

@media (min-width: 901px) {

  .society-section .society-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }

  .society-section .society-visual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    position: relative;
  }

  .society-section .society-logo {
    width: 270px;
    height: 270px;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 2;
  }

  .society-section .society-year-circle {
    position: static !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin-top: 12px;
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline;
    justify-content: center;
    gap: 7px;
  }

  .society-section .society-year-circle::before {
    display: none !important;
  }

  .society-section .society-year-circle span {
    color: #777;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
  }

  .society-section .society-year-circle strong {
    color: var(--orange);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    line-height: 1;
    margin: 0;
}
  }
/* =========================================
   RISULTATI & CALENDARIO
========================================= */

.results-section {
  background: var(--black);
}

.season-status {
  margin-top: 35px;
  padding: 35px;
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(145deg, #191919, #0b0b0b);
  border: 1px solid #292929;
  position: relative;
  overflow: hidden;
}

.season-status::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border: 35px solid rgba(255, 90, 0, .07);
  border-radius: 50%;
  right: -100px;
  top: -100px;
}

.season-status-icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border: 1px solid var(--orange);
  color: var(--orange);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 25px;
  font-weight: 800;
  position: relative;
  z-index: 2;
}

.season-status-content {
  position: relative;
  z-index: 2;
}

.status-label {
  color: var(--orange) !important;
  font-size: 10px !important;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.season-status-content h3 {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 10px;
}

.season-status-content p:last-child {
  color: #999;
  max-width: 650px;
  font-size: 14px;
}

/* Tabella */

.results-table {
  margin-top: 30px;
}

.table-row {
  min-height: 65px;
  align-items: center;
}

.table-row:not(.table-head):hover {
  background: #111;
}

@media (max-width: 850px) {

  .season-status {
    padding: 25px;
    gap: 20px;
  }

  .season-status-icon {
    width: 55px;
    height: 55px;
    font-size: 20px;
  }

  .season-status-content h3 {
    font-size: 28px;
  }

}

@media (max-width: 520px) {

  .season-status {
    padding: 22px;
    align-items: flex-start;
  }

  .season-status-icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .season-status-content h3 {
    font-size: 24px;
  }

  .season-status-content p:last-child {
    font-size: 13px;
  }

}
}
/* LOGO SOCIETÀ - SMARTPHONE */
@media (max-width: 550px) {

  .society-visual img {
    width: 190px !important;
    max-width: 190px !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
  }

  .society-visual {
    min-height: auto;
    justify-content: center;
    padding: 20px 0;
  }

}
/* =========================================
   NEWS SARD FUTSAL
========================================= */

.news-status {
  color: var(--orange);
  border: 1px solid var(--orange);
  padding: 5px 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.news-image {
  height: 210px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  background: #111;
}

.news-image::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  border: 35px solid rgba(255, 90, 0, .12);
  border-radius: 50%;
  right: -100px;
  top: -100px;
}

.news-image span {
  position: relative;
  z-index: 2;
  color: var(--orange);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.news-image strong {
  position: relative;
  z-index: 2;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 42px;
  line-height: .85;
  letter-spacing: 1px;
}

.news-image-1 {
  background:
    linear-gradient(135deg, #191919, #080808);
}

.news-image-2 {
  background:
    linear-gradient(135deg, #111, #241207);
}

.news-image-3 {
  background:
    linear-gradient(135deg, #191919, #0b0b0b);
}

.news-body {
  padding: 24px;
}

.news-body small {
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
}

.news-body h3 {
  font-size: 28px;
  line-height: .95;
  margin: 10px 0 12px;
}

.news-body p {
  color: #999;
  font-size: 13px;
  line-height: 1.6;
}

.news-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.news-link:hover {
  color: #fff;
}

/* =========================================
   ARCHIVIO NEWS
========================================= */

.news-archive-hero {
  min-height: 440px;
  display: flex;
  align-items: flex-end;
  padding: 145px 0 70px;
  background:
    radial-gradient(circle at 80% 28%, rgba(255, 90, 0, .32), transparent 24%),
    linear-gradient(135deg, #151515, #080808 68%);
  position: relative;
  overflow: hidden;
}

.news-archive-hero::after {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  border: 55px solid rgba(255, 90, 0, .08);
  border-radius: 50%;
  right: -110px;
  bottom: -185px;
}

.news-archive-hero .container {
  position: relative;
  z-index: 1;
}

.news-archive-hero h1 {
  font-size: clamp(66px, 10vw, 128px);
  margin: 0;
}

.news-archive-intro {
  max-width: 600px;
  margin-top: 24px;
  color: #bdbdbd;
  font-size: 17px;
}

.news-archive {
  background: #101010;
}

.news-list {
  display: grid;
  gap: 24px;
}

.news-story {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 35px;
  padding: 36px;
  background: linear-gradient(145deg, #181818, #0b0b0b);
  border: 1px solid #292929;
  scroll-margin-top: 105px;
  transition: border-color .25s ease, transform .25s ease;
}

.news-story:hover {
  border-color: var(--orange);
  transform: translateY(-3px);
}

.news-story-meta {
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.news-story h2 {
  font-size: clamp(36px, 4vw, 54px);
  margin: 10px 0 18px;
}

.news-story p {
  max-width: 720px;
  color: #a9a9a9;
  margin: 0 0 14px;
}

.news-back {
  margin-top: 48px;
}

@media (max-width: 700px) {
  .news-archive-hero {
    min-height: 370px;
    padding: 130px 0 55px;
  }

  .news-archive-intro {
    font-size: 15px;
  }

  .news-story {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 26px 22px;
  }
}

.news-card:hover .news-image strong {
  transform: translateX(5px);
}

.news-image strong {
  transition: transform .25s ease;
}

@media (max-width: 850px) {
  .news-status {
    display: none;
  }
}

@media (max-width: 520px) {
  .news-image {
    height: 180px;
  }

  .news-image strong {
    font-size: 36px;
  }
}
  /* =========================================
   PARTNER - SCORRIMENTO LOGHI
========================================= */

/* =========================================
   PARTNER - DESKTOP
========================================= */

.partners-section {
  padding: 70px 0;
  background: #080808;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  overflow: hidden;
}

.partners-section .eyebrow {
  margin-bottom: 30px;
}

.partners-slider {
  width: 100%;
  overflow: hidden;
}

.partners-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: partners-scroll 25s linear infinite;
}

.partner-logo {
  width: 200px;
  height: 100px;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  border: 1px solid #222;
  padding: 10px 15px;
  flex-shrink: 0;
}

.partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

@keyframes partners-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.partners-slider:hover .partners-track {
  animation-play-state: paused;
}


/* =========================================
   PARTNER - SMARTPHONE
========================================= */

@media screen and (max-width: 900px) {
  .partners-section {
    display: none !important;
  }
}

/* LOGO SOCIETÀ - SMARTPHONE */

@media (max-width: 520px) {
  .society-visual {
    min-height: 160px;
    padding: 10px 0;
  }

  .society-visual img {
    width: 120px;
    max-width: 70%;
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 520px) {
  .society-badge {
    width: 210px;
    height: 210px;
  }
}

/* =========================================
   DIVENTA PARTNER
========================================= */

.sponsor-section {
  background: linear-gradient(110deg, var(--orange), #a83200);
  color: #fff;
  padding: 100px 0;
}

.sponsor-section .container {
  width: min(1200px, 90%);
  margin: 0 auto;
}

/* HEADER */

.sponsor-header {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: end;
}

.sponsor-header h2 {
  margin: 15px 0 0;
  font-size: clamp(70px, 7vw, 105px);
  line-height: .84;
  letter-spacing: -3px;
}

.sponsor-header h2 span {
  color: #111;
}

.sponsor-header-text {
  max-width: 520px;
}

.sponsor-header-text p {
  margin: 0 0 25px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.sponsor-header-text .btn {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 15px 25px;
}


/* =========================================
   BENEFICI
========================================= */

.sponsor-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 75px;
}

.sponsor-benefit {
  min-height: 230px;
  padding: 30px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background: rgba(0,0,0,.16);
  border: 1px solid rgba(255,255,255,.3);
  box-sizing: border-box;
}

.sponsor-benefit .benefit-number {
  color: #111;
  font-size: 18px;
  font-weight: 800;
}

.sponsor-benefit h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
}

.sponsor-benefit p {
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 14px;
  line-height: 1.6;
}


/* =========================================
   FINALE
========================================= */

.sponsor-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;

  margin-top: 50px;
  padding-top: 25px;

  border-top: 1px solid rgba(255,255,255,.3);
}

.sponsor-bottom span {
  color: rgba(255,255,255,.8);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 3px;
}

.sponsor-bottom strong {
  color: #111;
  font-size: 22px;
}


/* =========================================
   FOOTER
========================================= */

.site-footer {
  background: #080808;
  border-top: 1px solid #222;
  padding: 70px 0 25px;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
}

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

.footer-logo {
  width: 70px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}

.footer-slogan {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: .95;
  text-transform: uppercase;
}

.footer-slogan span {
  color: var(--orange);
}

.footer-description {
  margin-top: 15px;
  color: #777;
  font-size: 12px;
}

.footer-title {
  margin: 0 0 20px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
}

.footer-column a,
.footer-column p {
  display: block;
  margin: 0 0 12px;
  color: #aaa;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--orange);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 55px;
  padding-top: 22px;
  border-top: 1px solid #222;
}

.footer-bottom p {
  margin: 0;
  color: #666;
  font-size: 10px;
}


/* =========================================
   FOOTER MOBILE
========================================= */

@media (max-width: 700px) {

  .site-footer {
    padding: 55px 0 25px;
  }

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

  .footer-logo {
    width: 60px;
  }

  .footer-slogan {
    font-size: 25px;
  }

  .footer-bottom {
    display: block;
    margin-top: 40px;
  }

  .footer-bottom p + p {
    margin-top: 10px;
  }

}
  /* =========================================
   DIVENTA PARTNER - TABLET
========================================= */

@media (max-width: 850px) {

  .sponsor-header {
    grid-template-columns: 1fr !important;
    gap: 35px !important;
  }

  .sponsor-benefits {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }

  .sponsor-bottom {
    display: block !important;
  }

  .sponsor-bottom strong {
    display: block !important;
    margin-top: 10px !important;
  }

}


/* =========================================
   DIVENTA PARTNER - SMARTPHONE
========================================= */

@media (max-width: 600px) {

  .sponsor-section {
    width: 100% !important;
    padding: 65px 0 !important;
    overflow: hidden !important;
  }

  .sponsor-section .container {
    width: 88% !important;
    max-width: none !important;
    margin: 0 auto !important;
  }

  .sponsor-header {
    display: block !important;
  }

  .sponsor-header h2 {
    font-size: 48px !important;
    line-height: .88 !important;
    letter-spacing: -1px !important;
    margin-bottom: 30px !important;
  }

  .sponsor-header-text {
    width: 100% !important;
    max-width: none !important;
  }

  .sponsor-header-text p {
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin-bottom: 22px !important;
  }

  .sponsor-header-text .btn {
    display: inline-block !important;
    padding: 14px 20px !important;
  }


  /* CARD */

  .sponsor-benefits {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin-top: 45px !important;
  }

  .sponsor-benefit {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;

    width: 100% !important;
    min-height: 190px !important;

    padding: 24px !important;

    background: rgba(0, 0, 0, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.30) !important;

    box-sizing: border-box !important;
  }

  .sponsor-benefit .benefit-number {
    display: block !important;
    margin-bottom: 20px !important;

    color: #111 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
  }

  .sponsor-benefit h3 {
    margin: 0 0 10px !important;
    color: #fff !important;
    font-size: 27px !important;
  }

  .sponsor-benefit p {
    margin: 0 !important;
    color: rgba(255,255,255,.9) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }


  /* FINALE */

  .sponsor-bottom {
    display: block !important;
    margin-top: 35px !important;
  }

  .sponsor-bottom span {
    display: block !important;
    font-size: 8px !important;
    letter-spacing: 2px !important;
  }

  .sponsor-bottom strong {
    display: block !important;
    margin-top: 10px !important;
    font-size: 18px !important;
  }
.footer-social {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.footer-social i {
  width: 20px;
  font-size: 19px;
  color: var(--orange);
}

.footer-social:hover i {
  color: #fff;
}
}
