:root{
  --dark:#010306;
  --navy:#0c182b;
  --navy2:#132843;
  --blue:#3774d6;
  --muted:#6f6f6f;
  --line:#a4a4a4;
  --max:1648px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#000;
  font-family:Arial, Helvetica, sans-serif;
  color:#050505;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}
.page-frame_20260511_1648{
  width:min(var(--max),100%);
  margin:0 auto;
  background:#fff;
  overflow:hidden;
}
.page-frame {
  width: 100%;
  margin: 0;
  background: transparent;
}

.site-header{
  height:96px;
  background:linear-gradient(90deg,#0b1930 0%,#06080c 54%,#010101 100%);
  color:#fff;
}
.nav-inner{
  height:96px;
  padding:0 75px 0 72px;
}
.nav-logo{
  display:block;
  width:116px;
  height:auto;
}
.navbar-dark .navbar-nav .nav-link{
  color:#f3f4f6;
  font-size:16px;
  font-weight:500;
  padding:0;
  transition:.2s ease;
}
.navbar-dark .navbar-nav .nav-link:hover{color:#fff;opacity:.82}
.btn-create{
  color:#111;
  background:#fff;
  border:0;
  border-radius:7px;
  min-width:172px;
  height:43px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  box-shadow:none;
}
.btn-create:hover{background:#f1f1f1;color:#111}
.verification-section{
  background:#fff;
  min-height:540px;
  padding:69px 0 138px;
}
.content-wrap{
  width:calc(100% - 148px);
  max-width:1280px;
  margin:0 auto;
}
h1{
  margin:0 0 18px;
  font-size:52px;
  line-height:1.05;
  font-weight:800;
  letter-spacing:-1.3px;
}
.lead-copy{
  font-size:30px;
  line-height:1.22;
  margin:0 0 34px;
  color:#111;
}
.verify-bar{
  width:100%;
  min-height:92px;
  border:1px solid #050505;
  border-radius:13px;
  background:#182d4d;
  padding:16px 17px 17px 22px;
  display:flex;
  gap:31px;
  align-items:center;
}
.verify-bar .form-control{
  height:52px;
  border-radius:9px;
  border:0;
  font-size:22px;
  padding:8px 18px;
  box-shadow:none;
}
.verify-bar .form-control:focus{box-shadow:0 0 0 .2rem rgba(55,116,214,.25)}
.verify-btn{
  flex:0 0 124px;
  height:59px;
  background:#030303;
  color:#fff;
  border-radius:7px;
  font-weight:800;
  font-size:24px;
  line-height:1;
  border:0;
}
.verify-btn:hover,.verify-btn:focus{background:#111;color:#fff}
.helper-text{
  margin:17px 0 0;
  color:#808080;
  font-size:20px;
}
.account-block{
  margin-top:129px;
}
h2{
  font-size:46px;
  line-height:1.05;
  font-weight:800;
  letter-spacing:-.9px;
  margin:0 0 9px;
}
.section-subtitle{
  color:#858585;
  font-size:20px;
  margin:0 0 26px 5px;
}
.card-row{margin-top:0}
.step-card{
  border:1px solid #8a8a8a;
  border-radius:13px;
  background:#fff;
  min-height:236px;
  padding:31px 31px 25px;
}
.icon-lg{
  display:block;
  font-size:45px;
  line-height:1;
  color:#111;
  margin-bottom:35px;
}
.step-card h3{
  font-size:24px;
  font-weight:800;
  line-height:1.16;
  margin:0 0 17px;
  letter-spacing:-.3px;
}
.step-card p{
  color:#666;
  font-size:18px;
  line-height:1.16;
  margin:0;
  max-width:320px;
}
.site-footer{
  color:#fff;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(26,54,89,.95), rgba(8,15,25,.92) 33%, rgba(0,0,0,1) 72%),
    linear-gradient(180deg,#0c1a2d 0%,#000 100%);
  padding:119px 0 50px;
  min-height:724px;
}
.footer-wrap{
  width:calc(100% - 154px);
  max-width:1275px;
  margin:0 auto;
}
.footer-logo-box{text-align:center;margin-bottom:88px}
.footer-logo{
  width:min(920px,78vw);
  height:auto;
  display:inline-block;
}
.disclaimer{
  font-size:16px;
  line-height:1.08;
  color:#fff;
  margin-bottom:78px;
}
.disclaimer p{margin:0 0 20px}
.disclaimer a{color:#fff;text-decoration:underline}
.footer-grid{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr 80px;
  gap:42px;
  align-items:start;
  margin-bottom:50px;
}
.footer-grid h4{
  font-size:16px;
  font-weight:800;
  margin:0 0 13px;
}
.footer-grid p,.footer-links a{
  font-size:16px;
  line-height:1.35;
  color:#fff;
  margin:0;
  text-decoration:none;
}
.footer-links{display:flex;flex-direction:column;gap:15px;padding-top:2px}
.footer-links a:hover{text-decoration:underline}
.social-links{
  display:flex;
  flex-direction:column;
  gap:22px;
  align-items:center;
  margin-top:-14px;
}
.social-links img{width:52px;height:52px;object-fit:contain;display:block}
.social-links a:nth-child(2) img{width:58px;height:58px}
.copyright{
  border-top:1px solid rgba(255,255,255,.45);
  text-align:center;
  padding-top:35px;
  color:#929292;
  font-size:16px;
}
.shake{animation:shake .28s linear 1}
@keyframes shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}

@media (max-width: 1199.98px){
  .nav-inner{padding:0 44px}
  .content-wrap,.footer-wrap{width:calc(100% - 88px)}
  h1{font-size:45px}.lead-copy{font-size:25px}h2{font-size:40px}
  .step-card{padding:28px 24px}.step-card h3{font-size:23px}.step-card p{font-size:17px}
}
@media (max-width: 991.98px){
  .site-header,.nav-inner{height:auto;min-height:86px}
  .nav-inner{padding:20px 30px}
  .navbar-collapse{padding-top:22px}.navbar-nav{align-items:flex-start!important;gap:18px!important}
  .verification-section{padding:54px 0 90px}.account-block{margin-top:80px}
  .verify-bar{gap:16px}
  .footer-grid{grid-template-columns:1fr 1fr}.social-links{align-items:flex-start;flex-direction:row;margin-top:0}
  .site-footer{padding-top:86px}.footer-logo-box{margin-bottom:64px}.disclaimer{margin-bottom:55px}
}
@media (max-width: 767.98px){
  .nav-logo{width:105px}.nav-inner{padding:18px 20px}
  .content-wrap,.footer-wrap{width:calc(100% - 36px)}
  .verification-section{padding:42px 0 70px}
  h1{font-size:38px;letter-spacing:-.8px}.lead-copy{font-size:21px;margin-bottom:26px}
  .verify-bar{flex-direction:column;align-items:stretch;padding:14px;gap:12px;min-height:0}
  .verify-bar .form-control{height:52px}.verify-btn{flex:auto;width:100%;height:54px;font-size:22px}
  .helper-text{font-size:17px}.account-block{margin-top:72px}
  h2{font-size:34px}.section-subtitle{font-size:18px;margin-left:0}
  .step-card{min-height:0}.icon-lg{margin-bottom:26px}
  .site-footer{padding:72px 0 38px}.footer-logo{width:92vw}.footer-logo-box{margin-bottom:50px}
  .disclaimer{font-size:14px;line-height:1.25}.footer-grid{grid-template-columns:1fr;gap:28px;margin-bottom:38px}
  .copyright{font-size:14px;padding-top:28px}
}
@media (max-width: 420px){
  h1{font-size:34px}.lead-copy{font-size:19px}h2{font-size:30px}
  .btn-create{min-width:150px}.site-footer{padding-top:56px}
}

/* =========================================================
   NAVBAR allineata a index.html
   Struttura: class="navbar navbar-expand-lg main-nav"
   ========================================================= */
.container-xxl{
  max-width:1450px;
}

.top-area{
  background:#000;
}

.main-nav{
  min-height:110px;
  background:linear-gradient(100deg,#13254c 0%,#070b12 42%,#05070b 100%);
}

.navbar-dark .navbar-toggler-icon,
.navbar-toggler-icon{
  filter:invert(1);
}

.main-nav .navbar-brand{
  padding:0;
  margin:0;
}

.nav-logo{
  width:135px;
  height:auto;
  display:block;
}

.main-nav .nav-link{
  color:#f6f6f6;
  font-size:16px;
  font-weight:500;
  opacity:.92;
  padding:0;
  transition:.2s ease;
}

.main-nav .nav-link:hover{
  color:#fff;
  opacity:1;
}

.btn-create{
  background:#fff;
  color:#111;
  border:0;
  border-radius:8px;
  font-size:16px;
  padding:15px 27px;
  min-width:188px;
  min-height:54px;
  height:auto;
  box-shadow:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.btn-create:hover{
  background:#f3f3f3;
  color:#111;
}

@media(max-width:991.98px){
  .main-nav{
    min-height:auto;
  }

  .navbar-collapse{
    background:rgba(0,0,0,.35);
    padding:12px;
    border-radius:14px;
    margin-top:10px;
  }
}

@media(max-width:767.98px){
  .nav-logo{
    width:112px;
  }

  .btn-create{
    width:100%;
    margin-top:10px;
  }
}








/* =========================================================
   FAQ accordion closed by default
   Closed state: only bottom border with rounded lower corners.
   Active state: full rounded blue border with visible answer.
   ========================================================= */
.faq-item{
  background:#fff;
  border:1.5px solid transparent;
  border-bottom-color:#0b67ff;
  border-radius:0 0 13px 13px;
  margin-bottom:28px;
  overflow:hidden;
}

.faq-item.active{
  border:1.5px solid #0b67ff;
  border-radius:13px;
  margin-bottom:28px;
}

.faq-item button{
  width:100%;
  border:0;
  background:#fff;
  text-align:left;
  padding:25px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:#050505;
}

.faq-item.active button{
  padding-bottom:9px;
}

.faq-item button span{
  font-size:29px;
  font-weight:800;
  line-height:1.2;
}

.faq-item button i{
  font-size:28px;
  font-weight:900;
}

.faq-body{
  display:none;
  padding:0 28px 24px;
}

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

.faq-body p{
  font-size:19px;
  color:#646464;
  line-height:1.45;
  margin:0;
}

@media(max-width:767.98px){
  .faq-item button{
    padding:22px 20px;
  }

  .faq-item.active button{
    padding-bottom:8px;
  }

  .faq-item button span{
    font-size:23px;
  }

  .faq-body{
    padding:0 20px 22px;
  }

  .faq-body p{
    font-size:16px;
  }
}


/* =========================================================
   TIMELINE - linee centrate, numero selezionato blu e testo animato
   ========================================================= */
.timeline-item{
  grid-template-columns:92px 1fr;
  column-gap:55px;
  align-items:start;
}

.timeline-item:before{
  left:45px;
  top:92px;
  bottom:-80px;
  transform:none;
  width:2px;
  background:var(--blue);
  z-index:0;
}

.timeline-item .num{
  position:relative;
  z-index:1;
  transition:background-color .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.timeline-item .timeline-text,
.timeline-item > div:last-child{
  transition:transform .35s ease;
}

.timeline-item.is-active .num,
.timeline-item:hover .num{
  background:var(--blue);
  border-color:var(--blue);
  color:#fff;
  box-shadow:0 12px 25px rgba(60,120,216,.25);
  transform:scale(1.02);
}

.timeline-item.is-active .timeline-text,
.timeline-item:hover .timeline-text,
.timeline-item.is-active > div:last-child,
.timeline-item:hover > div:last-child{
  animation:timelineTextNudge .55s ease both;
}

@keyframes timelineTextNudge{
  0%{transform:translateX(0)}
  45%{transform:translateX(14px)}
  100%{transform:translateX(0)}
}

@media(max-width:991.98px){
  .timeline-item{
    grid-template-columns:80px 1fr;
    column-gap:28px;
  }

  .timeline-item:before{
    left:39px;
    top:80px;
    bottom:-84px;
  }
}

@media(max-width:767.98px){
  .timeline-item{
    grid-template-columns:1fr;
    column-gap:0;
  }

  .timeline-item:before{
    display:none;
  }

  .timeline-item.is-active .timeline-text,
  .timeline-item:hover .timeline-text,
  .timeline-item.is-active > div:last-child,
  .timeline-item:hover > div:last-child{
    animation:none;
  }
}


/* =========================================================
   XM OVERLAY / REGULATORY MODAL
   Stile integrato: modal nero, font bianco, responsive
   ========================================================= */

.xm-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(3, 7, 18, 0.78);
  backdrop-filter: blur(3px);
}

/* Box principale del modal */
.xm-modal {
  width: min(92vw, 720px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  background: #05070b;
  color: #ffffff;
  border-radius: 22px;
  padding: 38px 42px 34px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
  text-align: left;
  font-family: Inter, Arial, Helvetica, sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-sizing: border-box;
}

/* Logo dentro il modal */
.xm-modal-logo {
  display: block;
  width: min(330px, 82%);
  height: auto;
  margin: 0 auto 28px;
}

/* Titoli */
.xm-modal h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.6px;
  text-align: center;
  color: #ffffff;
}

.xm-modal h3 {
  margin: 24px 0 12px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
}

/* Testi */
.xm-modal p {
  margin: 0 0 17px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15.5px;
  line-height: 1.55;
}

/* Lista */
.xm-modal ol {
  margin: 0 0 20px 20px;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
}

.xm-modal li {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15.5px;
  line-height: 1.5;
}

/* Eventuale textarea/testo disclaimer */
.xm-disclaimer {
  width: 100%;
  min-height: 120px;
  max-height: 180px;
  resize: none;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.6;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  outline: none;
}

/* Area pulsanti */
.xm-modal-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

/* Compatibilità con pulsanti generici già presenti */
.xm-btn {
  flex: 1;
  padding: 13px 18px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  transition: 0.2s ease;
  margin: 5px;
}

/* Pulsante uscita */
.xm-btn-exit,
.xm-btn.secondary {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #ffffff;
  border-radius: 999px;
  padding: 13px 22px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
  margin: 5px;
}

.xm-btn-exit:hover,
.xm-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
}

/* Pulsante prosegui */
.xm-btn-proceed,
.xm-btn.primary {
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #ffffff;
  border-radius: 999px;
  padding: 13px 24px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.2s ease;
}

.xm-btn-proceed:hover,
.xm-btn.primary:hover {
  background: #2f66bd;
  border-color: #2f66bd;
  color: #ffffff;
}

/* Mobile */
@media (max-width: 575.98px) {
  .xm-overlay {
    padding: 0;
    align-items: stretch;
  }

  .xm-modal {
    width: 100%;
    max-width: none;
    min-height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    padding: 28px 22px 26px;
  }

  .xm-modal h2 {
    font-size: 25px;
  }

  .xm-modal-actions {
    flex-direction: column;
  }

  .xm-btn,
  .xm-btn-exit,
  .xm-btn-proceed,
  .xm-btn.secondary,
  .xm-btn.primary {
    width: 100%;
  }
}

.xm-logo {
    text-align: center;
	margin-bottom: 10px;
}


/* =========================================================
   XM OVERLAY - layout mobile fisso: logo sopra, testo scroll,
   pulsanti sempre in basso
   ========================================================= */
.xm-header{
  flex:0 0 auto;
}

.xm-logo img{
  width:min(285px,82%);
  height:auto;
  display:inline-block;
}

.xm-body{
  color:#fff;
}

.xm-text{
  margin:0 0 20px;
  color:rgba(255,255,255,.86);
  font-size:16px;
  line-height:1.55;
}

.xm-subtitle{
  margin:22px 0 12px;
}

.xm-footer{
  flex:0 0 auto;
  display:flex;
  justify-content:center;
  gap:14px;
  margin-top:26px;
}

.xm-disclaimer{
  width:100%;
  min-height:0;
  max-height:none;
  resize:none;
  padding:14px 16px;
  font-size:13px;
  line-height:1.55;
  border:1px solid rgba(255,255,255,.18);
  border-radius:12px;
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.88);
  outline:none;
  overflow:visible;
}

.xm-disclaimer p{
  margin:0 0 12px;
  font-size:13px;
  line-height:1.55;
  color:rgba(255,255,255,.88);
}

.xm-disclaimer ol{
  margin:0;
  padding-left:20px;
}

.xm-disclaimer li{
  margin:0 0 10px;
  font-size:13px;
  line-height:1.55;
  color:rgba(255,255,255,.88);
}

@media (max-width:575.98px){
  .xm-overlay{
    padding:0;
    align-items:stretch;
    justify-content:stretch;
  }

  .xm-modal{
    width:100%;
    max-width:none;
    height:100vh;
    height:100dvh;
    min-height:100vh;
    min-height:100dvh;
    max-height:100vh;
    max-height:100dvh;
    border-radius:0;
    padding:0;
    overflow:hidden;
    display:grid;
    grid-template-rows:auto minmax(0,1fr) auto;
  }

  .xm-header{
    position:relative;
    z-index:2;
    padding:24px 22px 14px;
    background:#05070b;
    border-bottom:1px solid rgba(255,255,255,.08);
    box-shadow:0 10px 24px rgba(0,0,0,.22);
  }

  .xm-logo img{
    width:min(245px,78vw);
  }

  .xm-modal h2{
    margin:10px 0 0;
    font-size:24px;
    line-height:1.14;
  }

  .xm-body{
    min-height:0;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    padding:22px 22px 24px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    scrollbar-width:none;
  }

  .xm-body:before,
  .xm-body:after{
    content:"";
    display:block;
    min-height:10px;
  }

  .xm-text{
    font-size:15.5px;
    line-height:1.55;
    margin-bottom:18px;
  }

  .xm-subtitle{
    margin:8px 0 12px;
    font-size:21px;
  }

  .xm-disclaimer{
    padding:14px;
    border-radius:12px;
    font-size:12.5px;
    line-height:1.55;
  }

  .xm-disclaimer p,
  .xm-disclaimer li{
    font-size:12.5px;
    line-height:1.55;
  }

  .xm-footer{
    position:relative;
    z-index:2;
    margin:0;
    padding:14px 18px calc(14px + env(safe-area-inset-bottom));
    background:#05070b;
    border-top:1px solid rgba(255,255,255,.1);
    box-shadow:0 -10px 24px rgba(0,0,0,.26);
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .xm-btn,
  .xm-btn-exit,
  .xm-btn-proceed,
  .xm-btn.secondary,
  .xm-btn.primary{
    width:100%;
    margin:0;
    min-height:48px;
    padding:12px 14px;
    font-size:14px;
    line-height:1.15;
  }
}

@media (max-width:380px){
  .xm-header{
    padding-top:18px;
    padding-bottom:12px;
  }

  .xm-logo img{
    width:min(210px,72vw);
  }

  .xm-modal h2{
    font-size:22px;
  }

  .xm-body{
    padding:18px 20px 20px;
  }
}

/* Nasconde la barra di scroll del modal mantenendo lo scorrimento */
.xm-modal,
.xm-body,
.xm-disclaimer{
  -ms-overflow-style:none;
  scrollbar-width:none;
}

.xm-modal::-webkit-scrollbar,
.xm-body::-webkit-scrollbar,
.xm-disclaimer::-webkit-scrollbar{
  width:0;
  height:0;
  display:none;
}

/* =========================================================
   FIX iPhone/Safari: il testo del disclaimer non deve essere
   un box/scroll indipendente; scorre solo il corpo centrale.
   ========================================================= */
@media (max-width:575.98px){
  .xm-body{
    justify-content:flex-start !important;
    overflow-y:auto !important;
    -webkit-overflow-scrolling:touch;
  }

  .xm-disclaimer{
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow:visible !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }

  .xm-disclaimer p{
    margin:0 0 14px !important;
  }

  .xm-disclaimer ol{
    margin:0 !important;
    padding-left:18px !important;
  }

  .xm-disclaimer li{
    margin-bottom:11px !important;
  }
}
.icow{
	margin-bottom: 30px;
}

.btn-create{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate;
  background:#ffffff !important;
  background-color:#ffffff !important;
  color:#111111 !important;
  border:1px solid rgba(255,255,255,.95) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.20) !important;
  transition:box-shadow .18s ease, transform .12s ease, border-color .18s ease !important;
}

.btn-create > span{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  white-space:nowrap;
  color:inherit !important;
  transition:none !important;
}

/* disattiva il vecchio layer di riempimento progressivo */
.btn-create::before{
  content:none !important;
  display:none !important;
}

/* piccolo riflesso opzionale: parte dopo il cambio colore, senza fare il riempimento */
.btn-create::after{
  content:"";
  position:absolute;
  z-index:1;
  top:-70%;
  left:-85%;
  width:55%;
  height:240%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);
  transform:rotate(18deg);
  opacity:0;
  pointer-events:none;
}

.btn-create:hover,
.btn-create:focus,
.btn-create.is-pressing{
  background:#3c78d8 !important;
  background-color:#3c78d8 !important;
  color:#ffffff !important;
  border-color:#3c78d8 !important;
  box-shadow:0 14px 30px rgba(60,120,216,.42), inset 0 1px 0 rgba(255,255,255,.28) !important;
  transform:translateY(-1px);
}

.btn-create:hover > span,
.btn-create:focus > span,
.btn-create.is-pressing > span{
  color:#ffffff !important;
}

.btn-create:hover::after,
.btn-create:focus::after,
.btn-create.is-pressing::after{
  animation:btnCreateShineInstant .62s ease .06s forwards;
}

.btn-create:active,
.btn-create.is-pressing{
  transform:translateY(0) scale(.985);
}

@keyframes btnCreateShineInstant{
  0%{left:-85%;opacity:0}
  20%{opacity:.75}
  100%{left:130%;opacity:0}
}

@media (prefers-reduced-motion:reduce){
  .btn-create,
  .btn-create > span,
  .btn-create::after{
    transition:none !important;
    animation:none !important;
  }
}

/* =========================================================
   HERO BUTTONS - animazione corretta come da video
   Sinistra: primary pieno blu
   Destra: secondary bordo/testo blu, sfondo trasparente
   ========================================================= */

.btn-hero-primary,
.btn-hero-secondary{
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  transition:
    background-color .18s ease,
    color .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    transform .12s ease !important;
}

/* Disattiva eventuali effetti precedenti tipo riempimento laterale */
.btn-hero-primary::before,
.btn-hero-primary::after,
.btn-hero-secondary::before,
.btn-hero-secondary::after{
  content: none !important;
  display: none !important;
}

/* PRIMARY - pulsante sinistro */
.btn-hero-primary{
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
}

.btn-hero-primary:hover,
.btn-hero-primary:focus,
.btn-hero-primary:focus-visible{
  background: var(--blue) !important;
  background-color: var(--blue) !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 12px 26px rgba(60,120,216,.35) !important;
  transform: translateY(-1px);
}

/* SECONDARY - pulsante destro */
.btn-hero-secondary{
  background: transparent !important;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,.75) !important;
}

.btn-hero-secondary:hover,
.btn-hero-secondary:focus,
.btn-hero-secondary:focus-visible{
  background: transparent !important;
  background-color: transparent !important;
  color: var(--blue) !important;
  border-color: var(--blue) !important;
  box-shadow: 0 0 0 1px rgba(60,120,216,.22) !important;
  transform: translateY(-1px);
}

/* Click/touch */
.btn-hero-primary:active,
.btn-hero-secondary:active{
  transform: translateY(0) scale(.985);
}

/* Se il testo è dentro span */
.btn-hero-primary span,
.btn-hero-secondary span{
  color: inherit !important;
}

/* Mobile */
@media (max-width: 767.98px){
  .btn-hero-primary,
  .btn-hero-secondary{
    transition:
      background-color .15s ease,
      color .15s ease,
      border-color .15s ease,
      box-shadow .15s ease,
      transform .10s ease !important;
  }
}

/* =========================================================
   WHITE CARD - hover animation
   Bordo blu + glow esterno + leggero sollevamento
   ========================================================= */

.white-card{
  position: relative;
  cursor: pointer;
  transition:
    border-color .22s ease,
    box-shadow .22s ease,
    transform .18s ease,
    background-color .22s ease;
}

.white-card:hover,
.white-card:focus-within{
  border-color: rgba(60,120,216,.45);
  background-color: #ffffff;
  box-shadow:
    0 0 0 1px rgba(60,120,216,.16),
    0 12px 34px rgba(60,120,216,.18);
  transform: translateY(-2px);
}

/* Icona leggermente più viva in hover */
.white-card .icon-lg{
  transition:
    color .22s ease,
    transform .18s ease;
}

.white-card:hover .icon-lg,
.white-card:focus-within .icon-lg{
  color: #111;
  transform: translateY(-1px);
}

/* Titolo e testo restano puliti, solo micro-movimento */
.white-card h3,
.white-card p{
  transition:
    color .22s ease,
    transform .18s ease;
}

.white-card:hover h3,
.white-card:focus-within h3{
  color: #000;
}

.white-card:hover p,
.white-card:focus-within p{
  color: #555;
}

/* Click/touch */
.white-card:active{
  transform: translateY(0) scale(.995);
  box-shadow:
    0 0 0 1px rgba(60,120,216,.14),
    0 8px 22px rgba(60,120,216,.14);
}

/* Mobile: effetto più delicato */
@media (max-width: 767.98px){
  .white-card:hover,
  .white-card:focus-within{
    transform: translateY(-1px);
    box-shadow:
      0 0 0 1px rgba(60,120,216,.14),
      0 8px 24px rgba(60,120,216,.16);
  }
}

/* Accessibilità */
@media (prefers-reduced-motion: reduce){
  .white-card,
  .white-card .icon-lg,
  .white-card h3,
  .white-card p{
    transition: none !important;
  }
}
.tcenter{
	text-align: center;
	margin-top: 50px;
}


/* =========================================================
   MOBILE NAVBAR - layout come immagine
   Solo mobile/tablet sotto 992px
   ========================================================= */

@media (max-width: 991.98px){

  .main-nav{
    min-height: auto;
    background: #000 !important;
  }

  .main-nav .container-xxl{
    position: relative;
    padding: 28px 40px 26px !important;
    align-items: flex-start;
  }

  .main-nav .navbar-brand{
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 10002;
  }

  .main-nav .nav-logo{
    width: 108px;
    height: auto;
  }

  .main-nav .navbar-toggler{
    position: relative;
    z-index: 10002;
    padding: 0;
    width: 34px;
    height: 34px;
    margin-top: 4px;
    box-shadow: none !important;
    outline: none !important;
  }

  .main-nav .navbar-toggler:focus{
    box-shadow: none !important;
  }

  /* Icona hamburger normale */
  .main-nav .navbar-toggler-icon{
    width: 34px;
    height: 34px;
    background-image: none !important;
    position: relative;
    filter: none;
  }

  .main-nav .navbar-toggler-icon::before,
  .main-nav .navbar-toggler-icon::after{
    content: "";
    position: absolute;
    left: 4px;
    width: 26px;
    height: 3px;
    background: #fff;
    border-radius: 99px;
    transition: transform .2s ease, top .2s ease;
  }

  .main-nav .navbar-toggler-icon::before{
    top: 10px;
  }

  .main-nav .navbar-toggler-icon::after{
    top: 21px;
  }

  /* Quando il menu è aperto diventa una X */
  .main-nav .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before{
    top: 16px;
    transform: rotate(45deg);
  }

  .main-nav .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after{
    top: 16px;
    transform: rotate(-45deg);
  }

  /* Box menu mobile aperto */
  .main-nav .navbar-collapse{
    position: absolute;
    left: 0;
    right: 0;
    top: 92px;
    z-index: 10001;

    background: #000 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 26px 12px 28px !important;
    box-shadow: none !important;
  }

  .main-nav .navbar-nav{
    width: 100%;
    align-items: center !important;
    justify-content: center;
    gap: 0 !important;
    padding: 0 !important;
  }

  .main-nav .nav-item{
    width: 100%;
    text-align: center;
  }

  .main-nav .nav-link{
    display: block;
    width: 100%;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.2;
    padding: 12px 0 !important;
    opacity: 1 !important;
  }

  .main-nav .nav-link:hover,
  .main-nav .nav-link:focus{
    color: #ffffff !important;
    opacity: .75 !important;
  }

  /* Pulsante Create XMGlobal */
  .main-nav .btn-create{
    width: calc(100% - 24px) !important;
    max-width: none;
    min-width: 0 !important;
    height: 44px;
    margin: 18px auto 0 !important;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff !important;
    color: #111111 !important;
    border: 0 !important;
    border-radius: 7px !important;

    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 0 18px !important;
    box-shadow: none !important;
  }

  .main-nav .btn-create strong{
    font-weight: 800;
  }

  .main-nav .btn-create:hover,
  .main-nav .btn-create:focus{
    background: #f2f2f2 !important;
    color: #111111 !important;
    transform: none !important;
    box-shadow: none !important;
  }
}

@media (max-width: 420px){

  .main-nav .container-xxl{
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .main-nav .nav-logo{
    width: 107px;
  }

  .main-nav .navbar-collapse{
    top: 92px;
  }

  .main-nav .nav-link{
    font-size: 20px !important;
  }
}

/* =========================================================
   NAVBAR FIXED TOP
   ========================================================= */

.main-nav{
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* Desktop */
body{
  padding-top: 110px;
}

/* Mobile */
@media (max-width: 991.98px){
  body{
    padding-top: 92px;
  }

  .main-nav{
    background: #000 !important;
  }
}



.hero-content span{
font-family: 'Helvetica';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 34px;
/* or 142% */
text-align: center;

color: #FFFFFF;
}
.hero-sub{
font-family: Helvetica;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;	
}

@media (max-width: 991.98px){
.section-title h2 {
    padding-left: 48px;
    padding-right: 48px;
}
}

/**/
.verify-btn{
  flex:0 0 124px;
  height:59px;
  background:#030303;
  color:#fff;
  border-radius:7px;
  font-weight:800;
  font-size:24px;
  line-height:1;
  border:0;
}

.verify-btnxxxx{
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  transition:
    background-color .18s ease,
    color .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    transform .12s ease !important;
}

/* Disattiva eventuali effetti precedenti tipo riempimento laterale */
.verify-btn:before,
.verify-btn:after{
  content: none !important;
  display: none !important;
}

.verify-btnxxxxx{
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #ffffff !important;
}

.verify-btn:hover,
.verify-btn:focus,
.verify-btn:focus-visible{
  background: var(--blue) !important;
  background-color: var(--blue) !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 12px 26px rgba(60,120,216,.35) !important;
  transform: translateY(-1px);
}

/* Click/touch */
.verify-btn:active{
  transform: translateY(0) scale(.985);
}

/* Se il testo è dentro span */
.verify-btn span{
  color: inherit !important;
}

/* Mobile */
@media (max-width: 767.98px){
  .verify-btn{
    transition:
      background-color .15s ease,
      color .15s ease,
      border-color .15s ease,
      box-shadow .15s ease,
      transform .10s ease !important;
  }
}


.verify-btn {
  --bs-btn-hover-bg: var(--blue);
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-hover-color: #ffffff;

  --bs-btn-active-bg: var(--blue);
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-active-color: #ffffff;
  border: 1px solid transparent;
  transition: all .18s ease;
}

/* Hover / focus */
.btn.verify-btn:hover,
.btn.verify-btn:focus,
.btn.verify-btn:focus-visible {
  background: var(--blue) !important;
  background-color: var(--blue) !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 12px 26px rgba(60,120,216,.35) !important;
  transform: translateY(-1px);
}

/* Click */
.btn.verify-btn:active {
  background: var(--blue) !important;
  background-color: var(--blue) !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  transform: translateY(0) scale(.985);
}



/* =========================================================
   WHITE CARD - hover animation
   Bordo blu + glow esterno + leggero sollevamento
   ========================================================= */

.white-card{
  position: relative;
  cursor: pointer;
  transition:
    border-color .22s ease,
    box-shadow .22s ease,
    transform .18s ease,
    background-color .22s ease;
}

.white-card:hover,
.white-card:focus-within{
  border-color: rgba(60,120,216,.45);
  background-color: #ffffff;
  box-shadow:
    0 0 0 1px rgba(60,120,216,.16),
    0 12px 34px rgba(60,120,216,.18);
  transform: translateY(-2px);
}

/* Icona leggermente più viva in hover */
.white-card .icon-lg{
  transition:
    color .22s ease,
    transform .18s ease;
}

.white-card:hover .icon-lg,
.white-card:focus-within .icon-lg{
  color: #111;
  transform: translateY(-1px);
}

/* Titolo e testo restano puliti, solo micro-movimento */
.white-card h3,
.white-card p{
  transition:
    color .22s ease,
    transform .18s ease;
}

.white-card:hover h3,
.white-card:focus-within h3{
  color: #000;
}

.white-card:hover p,
.white-card:focus-within p{
  color: #555;
}

/* Click/touch */
.white-card:active{
  transform: translateY(0) scale(.995);
  box-shadow:
    0 0 0 1px rgba(60,120,216,.14),
    0 8px 22px rgba(60,120,216,.14);
}

/* Mobile: effetto più delicato */
@media (max-width: 767.98px){
  .white-card:hover,
  .white-card:focus-within{
    transform: translateY(-1px);
    box-shadow:
      0 0 0 1px rgba(60,120,216,.14),
      0 8px 24px rgba(60,120,216,.16);
  }
}

/* Accessibilità */
@media (prefers-reduced-motion: reduce){
  .white-card,
  .white-card .icon-lg,
  .white-card h3,
  .white-card p{
    transition: none !important;
  }
}
.tcenter{
	text-align: center;
	margin-top: 50px;
}


/* =========================================================
   STEP CARD - hover animation stile white-card
   Ombra + glow blu + leggero sollevamento
   ========================================================= */

.step-card {
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 22px;
  background-color: #ffffff;
  transition:
    border-color .22s ease,
    box-shadow .22s ease,
    transform .18s ease,
    background-color .22s ease;
}

/* Hover / focus */
.step-card:hover,
.step-card:focus-within {
  border-color: rgba(60, 120, 216, .45);
  background-color: #ffffff;
  box-shadow:
    0 0 0 1px rgba(60, 120, 216, .16),
    0 12px 34px rgba(60, 120, 216, .18);
  transform: translateY(-2px);
}

/* Icona */
.step-card .icon-lg {
  transition:
    color .22s ease,
    transform .18s ease;
}

.step-card:hover .icon-lg,
.step-card:focus-within .icon-lg {
  color: #111;
  transform: translateY(-1px);
}

/* Titolo e testo */
.step-card h3,
.step-card p {
  transition:
    color .22s ease,
    transform .18s ease;
}

.step-card:hover h3,
.step-card:focus-within h3 {
  color: #000;
}

.step-card:hover p,
.step-card:focus-within p {
  color: #555;
}

/* Click / touch */
.step-card:active {
  transform: translateY(0) scale(.995);
  box-shadow:
    0 0 0 1px rgba(60, 120, 216, .14),
    0 8px 22px rgba(60, 120, 216, .14);
}

/* Mobile: effetto più delicato */
@media (max-width: 767.98px) {
  .step-card:hover,
  .step-card:focus-within {
    transform: translateY(-1px);
    box-shadow:
      0 0 0 1px rgba(60, 120, 216, .14),
      0 8px 24px rgba(60, 120, 216, .16);
  }
}

/* Accessibilità */
@media (prefers-reduced-motion: reduce) {
  .step-card,
  .step-card .icon-lg,
  .step-card h3,
  .step-card p {
    transition: none !important;
  }
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
}

.modal-content {
  background: #fff;
  padding: 20px;
  max-width: 400px;
  margin: 15% auto;
  text-align: center;
  border-radius: 6px;
}


/* =========================================================
   CSS estratto per: footer.php + floating-actions.php
   Richiede Bootstrap per: .container-xxl, .row, .col-md-3,
   .px-4, .px-lg-5, .g-4, .text-center, .text-md-end
   ========================================================= */

:root{
  --blue:#3c78d8;
  --white:#fff;
}

*{
  box-sizing:border-box;
}

body{
  margin:0;
  font-family:Inter, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}

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

.footer{
  background:linear-gradient(180deg,#071b34 0%,#02060b 72%);
  color:#fff;
  padding:105px 0 52px;
}

.footer-logo-wrap img{
  width:min(1030px,92%);
  height:auto;
}

.footer-copy{
  margin-top:85px;
  color:#fff;
  font-size:16px;
  line-height:1.15;
}

.footer-copy p{
  margin-bottom:24px;
}

.footer-copy a,
.footer-addresses a{
  color:#fff;
  text-decoration:underline;
}

.footer-addresses{
  margin-top:58px;
}

.footer-addresses h4{
  font-size:17px;
  font-weight:800;
  margin:0 0 14px;
}

.footer-addresses p{
  font-size:16px;
  line-height:1.35;
  margin:0 0 8px;
}

.contacts{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:18px;
}

.round-contact img{
  width:58px;
  height:58px;
  object-fit:contain;
}

.copyright{
  border-top:1px solid rgba(255,255,255,.55);
  text-align:center;
  margin-top:55px;
  padding-top:40px;
  color:#878787;
  font-size:16px;
}

/* =========================================================
   FLOATING ACTIONS
   ========================================================= */

.floating-actions{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:1000;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.floating-actions a{
  width:56px;
  height:56px;
  display:block;
}

.floating-actions img{
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 8px 15px rgba(0,0,0,.35));
}

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

@media(max-width:1199.98px){
  .footer-logo-wrap img{
    width:min(760px,92%);
  }
}

@media(max-width:991.98px){
  .footer-copy{
    margin-top:50px;
  }

  .contacts{
    align-items:flex-start;
    flex-direction:row;
  }

  .floating-actions{
    display:none;
  }
}

@media(max-width:767.98px){
  .footer{
    padding-top:70px;
  }

  .footer-copy{
    font-size:14px;
  }

  .footer-addresses p{
    font-size:15px;
  }
}

@media(max-width:420px){
  .footer-logo-wrap img{
    width:100%;
  }
}
