/* JM: Landing Coppa Pernat - RIGA 1 (Hero) */
.jm-landing { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }

.jm-hero{
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: clamp(28px, 4vw, 56px) 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.35) 55%, rgba(0,0,0,.10) 100%),
    url("/wp-content/uploads/2026/01/Coppa-Pernat-gioca-gratis-copia.webp") center/cover no-repeat;
  border-bottom: 1px solid rgba(255, 204, 0, .25);
}

.jm-hero__overlay{
  position:absolute; inset:0;
  background: radial-gradient(1200px 600px at 20% 40%, rgba(255,204,0,.10), transparent 60%);
  pointer-events:none;
}

.jm-hero__container{
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.jm-hero__content{
  max-width: 720px;
}

.jm-hero__kicker{
  display:inline-block;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255,255,255,.85);
  border-left: 3px solid #ffcc00;
  padding-left: 10px;
  margin: 0 0 14px;
}

.jm-hero__title{
  margin: 0 0 12px;
  font-size: clamp(28px, 4.2vw, 52px);
  line-height: 1.05;
  font-weight: 900;
  text-shadow: 0 6px 22px rgba(0,0,0,.45);
}

.jm-hero__titleAccent{
  color:#ffcc00;
}

.jm-hero__sub{
  margin: 0 0 18px;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.45;
  color: rgba(255,255,255,.90);
  max-width: 60ch;
}

.jm-hero__ctaRow{
  display:flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 14px;
}

.jm-btn{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration:none;
  border: 1px solid transparent;
  transition: transform .15s ease, filter .15s ease, background-color .15s ease, border-color .15s ease;
}

.jm-btn:focus{ outline: 2px solid rgba(255,204,0,.8); outline-offset: 2px; }

.jm-btn--primary{
  background:#ffcc00;
  color:#111  !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.25);
}

.jm-btn--primary:hover{ transform: translateY(-1px); filter: brightness(1.03); }

.jm-btn--ghost{
  background: rgba(0,0,0,.25);
  border-color: rgba(255,255,255,.22);
  color:#fff  !important;
}

.jm-btn--ghost:hover{ transform: translateY(-1px); border-color: rgba(255,204,0,.55); }

.jm-btn__arrow{
  font-size: 18px;
  line-height: 1;
}

.jm-hero__trust{
  list-style:none;
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.jm-hero__trust li{
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.14);
}

/* Mobile: overlay più leggibile */
@media (max-width: 640px){
  .jm-hero{
    background:
      linear-gradient(180deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.55) 60%, rgba(0,0,0,.40) 100%),
      url("/wp-content/uploads/2026/01/Coppa-Pernat-gioca-gratis-copia.webp") center/cover no-repeat;
    min-height: 520px;
  }
}





/* JM: Landing Coppa Pernat - RIGA 2 (Cos'è) — versione chiaro premium */

.jm-about{
  background:
    radial-gradient(800px 400px at 10% 0%, rgba(255,204,0,.10), transparent 60%),
    linear-gradient(180deg, #f6f5f2 0%, #eceae6 100%);
  padding: clamp(64px, 8vw, 110px) 0;
  color: #1a1a1a;
}

.jm-about__container{
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.jm-about__title{
  margin: 0 0 14px;
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 900;
  color: #111 !important;
}

.jm-about__lead{
  font-size: 19px;
  color: #222;
  margin: 0 0 12px;
}

.jm-about p{
  color: #333;
  line-height: 1.6;
  margin: 0 0 14px;
}

.jm-about__highlight{
  margin-top: 22px;
  padding: 18px 22px;
  border-left: 4px solid #ffcc00;
  background: rgba(255,255,255,.6);
  border-radius: 12px;
  font-style: italic;
  color: #111;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

/* VISUAL / BADGE */

.jm-about__visual{
  display: flex;
  justify-content: center;
}

.jm-about__badge{
  width: 300px;
  height: 300px;
  border-radius: 50%;
  padding: 14px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,204,0,.35), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f1f1f1 100%);
  box-shadow:
    0 0 0 4px rgba(255,204,0,.35),
    0 30px 70px rgba(0,0,0,.25);
}

.jm-about__badge img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  background: #000;
}

/* Mobile */

@media (max-width: 860px){
  .jm-about__container{
    grid-template-columns: 1fr;
    text-align: center;
  }

  .jm-about__highlight{
    border-left: none;
    border-top: 4px solid #ffcc00;
    padding: 18px;
  }
}

/* JM: Landing Coppa Pernat - RIGA 3 (Come funziona) */

/*.jm-how{
  background:
    radial-gradient(900px 400px at 50% 0%, rgba(255,204,0,.12), transparent 60%),
    #0b0b0b;
  padding: clamp(72px, 9vw, 120px) 0;
  color: #fff;
}*/
.jm-how{
  background:
    radial-gradient(1100px 420px at 50% -10%, rgba(255,204,0,.18), transparent 60%),
    url("/wp-content/uploads/2026/01/sfondo-pattern-righe-copia.webp") center/600px repeat,
    linear-gradient(180deg, #0b0b0b 0%, #050505 100%);
  padding: clamp(72px, 9vw, 120px) 0;
  color: #fff;
}

.jm-how__container{
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.jm-how__header{
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 72px);
}

.jm-how__title{
  margin: 0 0 10px;
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 900;
}

.jm-how__subtitle{
  color: rgba(255,255,255,.85);
  font-size: 18px;
  max-width: 60ch;
  margin: 0 auto;
}

/* STEPS */

.jm-how__steps{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 56px);
  margin-bottom: clamp(40px, 6vw, 72px);
}

.jm-step{
  text-align: center;
  padding: 32px 24px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0));
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
}

.jm-step__num{
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #ffcc00;
  color: #111;
  font-weight: 900;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0,0,0,.4);
}

.jm-step__title{
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
}

.jm-step__text{
  color: rgba(255,255,255,.85);
  line-height: 1.5;
  margin: 0;
}

/* CTA */

.jm-how__cta{
  text-align: center;
}

/* MOBILE */

@media (max-width: 860px){
  .jm-how__steps{
    grid-template-columns: 1fr;
  }

  .jm-step{
    max-width: 420px;
    margin: 0 auto;
  }
}

/* JM: Landing Coppa Pernat - RIGA 4 (Perché è diversa) */

.jm-why{
  background:
    radial-gradient(900px 450px at 90% 0%, rgba(255,204,0,.10), transparent 60%),
    linear-gradient(180deg, #f6f5f2 0%, #eceae6 100%);
  padding: clamp(72px, 9vw, 120px) 0;
  color: #111;
}

.jm-why__container{
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.jm-why__title{
  margin: 0 0 12px;
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 900;
  color: #000000 !important;
}

.jm-why__subtitle{
  margin: 0 0 18px;
  color: #333;
  line-height: 1.6;
  /*max-width: 60ch;*/
  font-size: 1.8rem;
  font-weight: 600;
}

.jm-why__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.jm-why__list li{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #222;
  line-height: 1.5;
  font-size: 16px;
}

.jm-why__icon{
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffcc00;
  color: #111;
  font-weight: 900;
  flex: 0 0 28px;
  box-shadow: 0 10px 20px rgba(0,0,0,.10);
}

/* CARD DESTRA */

.jm-whyCard{
  border-radius: 22px;
  padding: 26px;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 20px 55px rgba(0,0,0,.14);
}

.jm-whyCard__top{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

.jm-whyStat{
  text-align: center;
  padding: 14px 10px;
  border-radius: 16px;
  background: rgba(0,0,0,.04);
}

.jm-whyStat__num{
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #111;
}

.jm-whyStat__label{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .10em;
  color: #444;
  margin-top: 4px;
}

.jm-whyCard__text{
  margin: 12px 0 18px;
  line-height: 1.55;
  color: #222;
}

.jm-whyCard__cta{
  width: 100%;
  justify-content: center;
}

/* Mobile */

@media (max-width: 860px){
  .jm-why__container{
    grid-template-columns: 1fr;
    text-align: center;
  }

  .jm-why__subtitle{
    margin-left: auto;
    margin-right: auto;
  }

  .jm-why__list li{
    justify-content: center;
    text-align: left;
    max-width: 520px;
    margin: 0 auto;
  }
}


/* JM: Landing Coppa Pernat - RIGA 5 (Finale + FAQ) */

.jm-final{
  background:
    radial-gradient(1100px 420px at 50% 0%, rgba(255,204,0,.16), transparent 60%),
    linear-gradient(180deg, #0b0b0b 0%, #050505 100%);
  padding: clamp(80px, 10vw, 130px) 0;
  color: #fff;
}

.jm-final__container{
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.jm-final__ctaBox{
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,0));
  box-shadow: 0 25px 70px rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.10);
}

.jm-final__title{
  margin: 0 0 10px;
  font-size: clamp(26px, 3.6vw, 44px);
  font-weight: 900;
  line-height: 1.08;
}

.jm-final__subtitle{
  margin: 0 0 18px;
  color: rgba(255,255,255,.88);
  line-height: 1.55;
  font-size: 17px;
  max-width: 62ch;
}

.jm-final__ctaRow{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 14px;
}

.jm-final__cta{
  padding: 13px 18px;
}

.jm-final__cta2{
  padding: 13px 18px;
}

.jm-final__trust{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 10px 0 0;
}

.jm-final__trust li{
  font-size: 12px;
  font-weight: 800;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.14);
}

/* FAQ */

.jm-faq{
  padding: 26px;
  border-radius: 24px;
  background: rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 25px 70px rgba(0,0,0,.35);
}

.jm-faq__title{
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .02em;
}

.jm-faq__item{
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 12px 0;
}

.jm-faq__item:first-of-type{
  border-top: 0;
}

.jm-faq__item summary{
  cursor: pointer;
  font-weight: 800;
  color: rgba(255,255,255,.92);
  list-style: none;
}

.jm-faq__item summary::-webkit-details-marker{ display: none; }

.jm-faq__item summary::after{
  content: "＋";
  float: right;
  color: #ffcc00;
  font-weight: 900;
}

.jm-faq__item[open] summary::after{
  content: "—";
}

.jm-faq__content{
  margin-top: 10px;
  color: rgba(255,255,255,.85);
  line-height: 1.55;
}

/* Mobile */

@media (max-width: 860px){
  .jm-final__container{
    grid-template-columns: 1fr;
    text-align: center;
  }

  .jm-final__subtitle{
    margin-left: auto;
    margin-right: auto;
  }

  .jm-final__ctaRow{
    justify-content: center;
  }

  .jm-faq{
    text-align: left;
  }
}
