/* ==========================================================
   HERO ATLETICA
========================================================== */

.hero-atletica {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;

  background:
    linear-gradient(
      90deg,
      rgba(5, 16, 35, 0.68) 0%,
      rgba(5, 16, 35, 0.48) 38%,
      rgba(5, 16, 35, 0.18) 100%
    ),
    url("../img/atletica/hero/hero.webp") center center / cover no-repeat;
}

.hero-title-white {
  display: inline;

  color: #ffffff;
}

.hero-title-pink {
  display: inline;

  color: #e5007d;
}

.hero-atletica-content {
  position: relative;

  z-index: 2;

  max-width: 650px;

  padding: 50px;

  margin-top: 40px;
}

.hero-atletica-mobile-image {
  display: none;
}

.hero-atletica-content h1 {
  font-size: clamp(3.5rem, 6vw, 6rem);

  line-height: 1.02;

  font-weight: 800;

  margin: 30px 0;

  text-shadow: 0 8px 35px rgba(0, 0, 0, 0.45);
}

.hero-atletica-content p {
  color: #ffffff

  font-size: 1.45rem;

  font-weight: 600;

  line-height: 1.75;

  max-width:620px;

  margin: 35px 0 50px;

  opacity: 1 

  filter: none 
}

.hero-atletica-info {
  display: flex;

  justify-content: flex-start;

  align-items: center;

  gap: 28px;

  flex-wrap: wrap;

  margin-top: 45px;
}

.hero-atletica-info span {
  display: flex;

  align-items: center;

  gap: 10px;

  padding: 10px 18px;

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.1);

  backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, 0.18);

  color: #ffffff;

  font-size: 0.95rem;

  font-weight: 600;

  white-space: nowrap;
}

.hero-atletica::before {
  content: "";

  position: absolute;

  inset: 0;

  z-index: 1;

  background: linear-gradient(
    90deg,
    rgba(20, 58, 90, 0.88) 0%,

    rgba(20, 58, 90, 0.72) 35%,

    rgba(20, 58, 90, 0.42) 58%,

    rgba(20, 58, 90, 0.12) 75%,

    rgba(20, 58, 90, 0) 100%
  );
}
/* ==========================================================
   HERO GRID
========================================================== */

.hero-atletica-grid {
  display: flex;

  align-items: center;

  min-height: 92vh;
}

/* ==========================================================
   IL NOSTRO METODO
========================================================== */

.method {
  padding: 120px 0;

  background: #f8fafc;
}

.method-card h3 {
  margin-bottom: 18px;

  color: #143a5a;

  font-size: 1.35rem;

  font-weight: 800;
}

.method-card p {
  color: #667085;

  line-height: 1.8;

  font-size: 0.97rem;
}

@media (max-width: 992px) {
  .method-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .method {
    padding: 90px 0;
  }

  .method-grid {
    grid-template-columns: 1fr;

    gap: 24px;
  }
}

/* ==========================================
   METHOD INTRO
========================================== */

.method-intro {
  display: grid;

  grid-template-columns: 1fr 520px;

  gap: 70px;

  align-items: center;

  margin-top: 60px;

  margin-bottom: 80px;
}

.method-text h3 {
  font-size: 2rem;

  color: #143a5a;

  margin-bottom: 25px;
}

.method-text p {
  color: #667085;

  font-size: 1.05rem;

  line-height: 1.9;
}

.method-image img {
  width: 100%;

  display: block;

  border-radius: 28px;

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

@media (max-width: 992px) {
  .method-intro {
    grid-template-columns: 1fr;

    gap: 40px;
  }
}

/* ==========================================
   METHOD FEATURES
========================================== */

.method-features {
  margin-top: 80px;

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 40px 60px;
}

.method-feature {
  display: flex;

  align-items: flex-start;

  gap: 24px;
}

.feature-icon {
  width: 64px;

  height: 64px;

  flex-shrink: 0;

  border-radius: 50%;

  background: #d81b60;

  display: flex;

  justify-content: center;

  align-items: center;

  color: #fff;

  font-size: 1.4rem;
}

.method-feature h3 {
  margin: 0 0 10px;

  color: #143a5a;

  font-size: 1.2rem;
}

.method-feature p {
  margin: 0;

  color: #667085;

  line-height: 1.8;
}

@media (max-width: 768px) {
  .method-features {
    grid-template-columns: 1fr;

    gap: 35px;
  }
}

/* ==========================================================
   STAFF
========================================================== */

.staff {
  padding: 120px 0;

  background: #fff;
}

.staff-photo {
  margin: 70px auto;

  max-width: 900px;
}

.staff-photo img {
  width: 100%;

  display: block;

  border-radius: 30px;

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.staff-values {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 35px;
}

.staff-value {
  text-align: center;
}

.staff-value i {
  font-size: 2rem;

  color: #d81b60;

  margin-bottom: 20px;
}

.staff-value h3 {
  margin-bottom: 12px;

  color: #143a5a;

  font-size: 1.15rem;
}

.staff-value p {
  color: #667085;

  line-height: 1.7;
}

@media (max-width: 992px) {
  .staff-values {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .staff {
    padding: 90px 0;
  }

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

/* ==========================================================
   FAQ
========================================================== */

.faq {
  padding: 120px 0;

  background: #f8fafc;
}

.faq-list {
  max-width: 900px;

  margin: 70px auto 0;
}

.faq-item {
  background: #fff;

  border-radius: 20px;

  margin-bottom: 18px;

  overflow: hidden;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.faq-question {
  width: 100%;

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 24px 30px;

  background: none;

  border: none;

  cursor: pointer;

  font-size: 1.05rem;

  font-weight: 700;

  color: #143a5a;

  text-align: left;
}

.faq-question i {
  color: #d81b60;

  transition: 0.3s;
}

.faq-answer {
  display: none;

  padding: 0 30px 28px;
}

.faq-answer p {
  margin: 0;

  color: #667085;

  line-height: 1.8;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-question i {
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .faq {
    padding: 90px 0;
  }

  .faq-question {
    padding: 22px;

    font-size: 1rem;
  }

  .faq-answer {
    padding: 0 22px 24px;
  }
}

/* ==========================================================
   PANNELLO PERCORSI
========================================================== */

.path-panel {
  display: none;

  margin-top: 20px;

  padding: 30px;

  background: #ffffff;

  border-radius: 24px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.path-item.open .path-panel {
  display: block;
}

.path-toggle i {
  transition: transform 0.3s ease;
}

.path-item.open .path-toggle i {
  transform: rotate(180deg);
}

.panel-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 24px;
}

.panel-item {
  padding-bottom: 18px;

  border-bottom: 1px solid #ececec;
}

.panel-item:last-child {
  border-bottom: none;
}

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

.path-item {
  display: flex;

  flex-direction: column;
}

.pathways-grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(320px, 1fr));

  gap: 28px;

  align-items: start;
}

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

/* ==========================================================
   HERO RESPONSIVE
========================================================== */

@media (max-width: 768px) {

  .hero-atletica{
    min-height: 100svh;
    padding: 110px 22px 56px;
    align-items: flex-start;

    background:
      linear-gradient(
        180deg,
        rgba(5,16,35,.62) 0%,
        rgba(5,16,35,.52) 35%,
        rgba(5,16,35,.40) 65%,
        rgba(5,16,35,.55) 100%
      ),
      url("../img/atletica/hero/hero.webp") 70% center / cover no-repeat;
  }

  .hero-atletica::before{
    display:none;
  }

  .hero-atletica-grid{
    min-height:auto;
    width:100%;
    display:block;
  }

  .hero-atletica-content{
    max-width:100%;
    margin:0;
    padding:0;
    text-align:left;
  }

  .hero-atletica-content h1{
    font-size:clamp(3rem, 13vw, 4.6rem);
    line-height:.92;
    letter-spacing:-0.05em;
    margin:0 0 18px;
  }

  .hero-atletica-content p{
    font-size:1.06rem;
    line-height:1.75;
    margin:0 0 28px;
    max-width:100%;
    color:rgba(255,255,255,.94);
  }

  .hero-buttons{
    display:flex;
    flex-direction:column;
    gap:14px;
    margin-bottom:28px;
  }

  .hero-buttons .button{
    width:100%;
    max-width:none;
    justify-content:center;
    border-radius:999px;
    padding:18px 22px;
    font-size:1.05rem;
  }

  .hero-atletica-info{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    margin-top:0;
  }

  .hero-atletica-info span{
    width:100%;
    max-width:none;
    justify-content:center;
    text-align:center;
    padding:14px 18px;
    border-radius:999px;
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.20);
    backdrop-filter:blur(8px);
    white-space:normal;
  }

  /* nasconde eventuale immagine mobile separata */
  .hero-atletica-mobile-image{
    display:none !important;
  }
}

.whatsapp-float{
  position:fixed;
  right:20px;
  bottom:20px;
  width:60px;
  height:60px;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:2rem;
  box-shadow:0 12px 24px rgba(0,0,0,.25);
  z-index:9999;
}

/* Immagine card ESO 10 */
.path-card--eso10{
  background-image:
    linear-gradient(rgba(10,24,48,.55), rgba(10,24,48,.72)),
    url("../img/atletica/pathways/eso10.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}