/* Deskia Web 2.47.22.20 - additive trial funnel failsafe hardening. */

/* The trial dialog must own the viewport while open. The initial cookie banner,
   assistant launchers and other floating helpers otherwise intercept mobile taps.
   Cookie settings intentionally remain above this layer (2147483100). */
.deskia-trial-modal{
  z-index:2147483050!important;
  isolation:isolate!important;
}

/* Hide only the floating cookie-preferences re-open launcher while the trial owns
   the viewport. Initial consent and the full cookie settings dialog are untouched. */
body.modal-open #ic-cookie-reopen{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

/* Stripe may expand the Payment Element after mount (Link, address, validation,
   extra authentication, etc.). The trial content must remain the scroll owner. */
.deskia-trial-dialog,
.deskia-trial-dialog-v3{
  min-height:0!important;
}
.deskia-trial-scroll{
  flex:1 1 auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  overscroll-behavior-y:contain!important;
  -webkit-overflow-scrolling:touch!important;
  touch-action:pan-y!important;
  scroll-padding-top:12px!important;
  scroll-padding-bottom:48px!important;
}
.deskia-stripe-card-v3,
.deskia-stripe-live,
.deskia-stripe-element,
#deskia-payment-element{
  min-height:0!important;
  max-height:none!important;
}

/* Preserve the established horizontal header on tablets, but make genuinely
   narrow phones impossible to overlap: brand on row one, copy on row two. */
@media (max-width:440px){
  .deskia-trial-header,
  .deskia-trial-header-v3{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    align-content:center!important;
    gap:5px!important;
    min-height:88px!important;
    padding:10px 48px 10px 14px!important;
  }
  .deskia-trial-header-v3 .deskia-trial-brand{
    width:max-content!important;
    max-width:92px!important;
    padding:0!important;
    border-right:0!important;
  }
  .deskia-trial-header-v3 .deskia-trial-logo{
    width:76px!important;
    max-width:100%!important;
    height:auto!important;
  }
  .deskia-trial-header-v3 .deskia-trial-heading{
    grid-column:1!important;
    min-width:0!important;
  }
  .deskia-trial-header-v3 .deskia-trial-kicker{
    margin:0 0 2px!important;
    font-size:8px!important;
    line-height:1.1!important;
    letter-spacing:.1em!important;
    white-space:normal!important;
  }
  .deskia-trial-header-v3 h2{
    margin:0!important;
    max-width:100%!important;
    font-size:15.5px!important;
    line-height:1.1!important;
    letter-spacing:-.035em!important;
    overflow-wrap:anywhere!important;
  }
  .deskia-trial-close{
    top:10px!important;
    right:10px!important;
  }
}
@media (max-width:360px){
  .deskia-trial-header-v3 h2{font-size:14.5px!important}
  .deskia-trial-header-v3 .deskia-trial-logo{width:70px!important}
}
