/* ===== NUOVA HOME (child theme front-page.php) — responsive + centrata ===== */
/* home: contenuto full-width poi centrato con cap, niente title/breadcrumb */
.home #top #main{padding-top:0!important;}
.home #top #main .container_wrap,.home #top #main .container_wrap_first{max-width:none!important;width:100%!important;padding:0!important;background:transparent!important;}
.home #top #main .container{max-width:none!important;width:100%!important;padding:0!important;}
.home #top .title_container,.home #top .breadcrumb,.home #top .main-title{display:none!important;}

.home #top,.home #top #wrap_all,.home #top #main{overflow-x:hidden!important;max-width:100%!important;}
#top #main .tbhome{font-family:'Inter',sans-serif;max-width:1640px;margin:0 auto;overflow-x:hidden;}
#top #main .tbhome *{box-sizing:border-box;}
.tbh-wrap{max-width:1200px;margin:0 auto;padding:0 48px;width:100%;position:relative;z-index:2;}

/* HERO (LUI) */
.tbh-hero{position:relative;min-height:730px;display:flex;align-items:center;overflow:hidden;}
.tbh-hero-bg{position:absolute;inset:0;background-size:cover;background-position:76% center;}
.tbh-scrim{position:absolute;inset:0;background:linear-gradient(90deg,#0d0f14 0%,rgba(13,15,20,.9) 30%,rgba(13,15,20,.45) 58%,rgba(13,15,20,.04) 100%);}
.tbh-scrim2{position:absolute;inset:0;background:linear-gradient(0deg,#0d0f14,transparent 42%);}
.tbh-col{max-width:560px;}
.tbh-badge{display:inline-flex;align-items:center;gap:8px;color:#f0a500;border:1px solid rgba(240,165,0,.35);background:rgba(240,165,0,.08);padding:6px 13px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;}
.tbh-hero h1{font-family:'Space Grotesk',sans-serif!important;font-size:58px;line-height:1.04;color:#fff!important;margin:18px 0 16px!important;letter-spacing:-1.5px;}
.tbh-hero h1 span{color:#f0a500;}
.tbh-hero p{color:#d2d6e0!important;font-size:19px;line-height:1.55;max-width:480px;}
.tbh-btns{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap;}
.tbh-btns a{padding:14px 26px;border-radius:10px;font-weight:700;font-size:16px;text-decoration:none!important;display:inline-block;}
.tbh-b1{background:#f0a500;color:#0d0f14!important;box-shadow:0 6px 22px rgba(240,165,0,.4);}
.tbh-b2{border:1px solid rgba(255,255,255,.2);color:#fff!important;}

/* TICKER (marquee scorrevole) */
.tbh-ticker{background:#14161c;border-top:1px solid #252a38;border-bottom:1px solid #252a38;overflow:hidden;white-space:nowrap;}
.tbh-track{display:inline-block;padding:13px 0;font-family:'JetBrains Mono',monospace;font-size:14px;color:#8890a8;animation:tbh-marquee 34s linear infinite;will-change:transform;}
.tbh-track .it{padding:0 30px;}
.tbh-track b{color:#e8eaf0;}.tbh-up{color:#2dd881;}.tbh-dn{color:#ff5c5c;}
@keyframes tbh-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* CARDS */
.tbh-sec{max-width:1200px;margin:0 auto;padding:64px 48px 24px;}
.tbh-sec h2{font-family:'Space Grotesk'!important;color:#fff!important;font-size:30px;margin:0 0 26px!important;}
.tbh-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.tbh-card{background:#171a21;border:1px solid #252a38;border-radius:14px;padding:24px;text-decoration:none!important;display:block;transition:.2s;}
.tbh-card:hover{border-color:#f0a500;transform:translateY(-3px);}
.tbh-card .k{font-size:11px;letter-spacing:1px;text-transform:uppercase;font-weight:700;}
.tbh-card h3{font-family:'Space Grotesk'!important;color:#fff!important;font-size:19px;margin:10px 0 8px!important;}
.tbh-card p{color:#8890a8!important;font-size:14px;margin:0;}

/* NERD band (LEI) — sezione ampliata, mostra la faccia */
.tbh-nerd{position:relative;min-height:680px;display:flex;align-items:center;overflow:hidden;}
.tbh-nerd-bg{position:absolute;inset:0;background-size:cover;background-position:center top;}
.tbh-nerd-scrim{position:absolute;inset:0;background:linear-gradient(270deg,rgba(13,15,20,.82) 0%,rgba(13,15,20,.42) 40%,rgba(13,15,20,.06) 72%,rgba(13,15,20,0) 100%);}
.tbh-nerd .tbh-wrap{display:flex;justify-content:flex-end;}
.tbh-nerd .tbh-col{text-align:right;max-width:460px;}
.tbh-badge.badge2{color:#a99bff;border-color:rgba(109,91,231,.4);background:rgba(109,91,231,.14);}
.tbh-nerd h2{font-family:'Space Grotesk'!important;color:#fff!important;font-size:40px;line-height:1.1;margin:16px 0 14px!important;}
.tbh-nerd h2 span{color:#8b7bf0;}

/* NEWSLETTER */
.tbh-nl{background:linear-gradient(135deg,#14161c,#0d0f14);border:1px solid #252a38;border-radius:18px;max-width:1120px;margin:52px auto;padding:40px;display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap;}
.tbh-nl h2{font-family:'Space Grotesk'!important;color:#fff!important;font-size:28px;margin:0!important;}
.tbh-nl h2 span{color:#f0a500;}
.tbh-nlf{display:flex;gap:10px;flex-wrap:wrap;}
.tbh-nlf input{background:#0d0f14;border:1px solid #252a38;border-radius:9px;padding:13px 14px;color:#fff;min-width:240px;}
.tbh-nlf button{background:#f0a500;color:#0d0f14;font-weight:700;border:none;border-radius:9px;padding:0 24px;cursor:pointer;}

/* protezione colori titoli home */
#top #main .tbhome .tbh-hero h1{color:#fff!important;}
#top #main .tbhome .tbh-hero h1 span{color:#f0a500!important;}
#top #main .tbhome .tbh-nerd h2{color:#fff!important;}
#top #main .tbhome .tbh-nerd h2 span{color:#8b7bf0!important;}
#top #main .tbhome .tbh-card h3{color:#fff!important;}

/* ===== RESPONSIVE ===== */
@media(max-width:1200px){.tbh-hero h1{font-size:50px}.tbh-nerd{min-height:600px}.tbh-nerd h2{font-size:34px}}
@media(max-width:900px){
  .tbh-wrap{padding:0 24px;}
  .tbh-hero{min-height:0;padding:118px 0 46px;}
  .tbh-hero-bg{background-position:68% center;}
  .tbh-scrim{background:linear-gradient(0deg,#0d0f14 4%,rgba(13,15,20,.55) 52%,rgba(13,15,20,.82) 100%);}
  .tbh-col{max-width:100%;}
  .tbh-hero h1{font-size:36px;}
  .tbh-hero p{font-size:17px;max-width:100%;}
  .tbh-sec{padding:44px 24px 8px;}
  .tbh-cards{grid-template-columns:1fr;}
  /* LEI: stack (immagine sopra, testo sotto su fondo scuro) */
  .tbh-nerd{min-height:0;display:block;}
  .tbh-nerd-bg{position:relative;inset:auto;width:100%;height:300px;background-position:center 18%;}
  .tbh-nerd-scrim{display:none;}
  .tbh-nerd .tbh-wrap{display:block;background:#0d0f14;padding:30px 24px 40px;}
  .tbh-nerd .tbh-col{text-align:left;max-width:100%;}
  .tbh-nerd h2{font-size:30px;}
  .tbh-nerd .tbh-btns{justify-content:flex-start!important;}
  .tbh-nl{flex-direction:column;align-items:flex-start;margin:34px 24px;padding:30px;}
  .tbh-nlf input{min-width:0;flex:1;}
}
