/* Deskia 2026-09-06: simplified header + recurring conversion CTA */
.site-header .main-nav{display:flex;align-items:center;gap:18px!important;margin-left:auto}
.site-header .header-login-nav{display:inline-flex!important;align-items:center;color:rgba(255,255,255,.82)!important;font-size:12px;font-weight:600;padding:8px 0}
.site-header .header-login-nav:hover{color:#fff!important}
.site-header .header-more-nav{position:relative}
.site-header .header-more-nav .nav-group-button{white-space:nowrap}
.site-header .header-more-menu{width:228px!important;padding:8px!important;left:auto!important;right:0!important;border-radius:14px!important;background:#151a22!important;border:1px solid rgba(255,255,255,.09)!important;box-shadow:0 20px 48px rgba(0,0,0,.34)!important}
.site-header .header-more-menu .header-more-heading{display:block;padding:8px 11px 5px;color:rgba(255,255,255,.42);font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.site-header .header-more-menu .header-more-separator{display:block;height:1px;background:rgba(255,255,255,.08);margin:6px 8px}
.site-header .header-more-menu a{display:block!important;padding:9px 11px!important;border-radius:9px!important;color:rgba(255,255,255,.86)!important;font-size:12px!important;font-weight:550!important;line-height:1.25!important}
.site-header .header-more-menu a:hover,.site-header .header-more-menu a.is-current{background:rgba(124,91,255,.13)!important;color:#fff!important}
.site-header .header-actions{margin-left:14px!important}
.site-header .nav-mobile-actions .nav-mobile-login{display:none!important}

.trial-inline-cta{padding:26px 0;background:transparent}
.trial-inline-cta-inner{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:104px;padding:24px 28px;border-radius:24px;background:linear-gradient(110deg,#11141b 0%,#171528 58%,#111a20 100%);border:1px solid rgba(124,91,255,.18);box-shadow:0 18px 42px rgba(12,14,19,.12)}
.trial-inline-cta-inner:before{content:"";position:absolute;right:-90px;top:-120px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(124,91,255,.2),rgba(124,91,255,0) 68%);pointer-events:none}
.trial-inline-copy{position:relative;z-index:1;display:grid;gap:4px}
.trial-inline-copy span{color:#9c82ff;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.trial-inline-copy strong{color:#fff;font-size:clamp(18px,2vw,26px);line-height:1.15;letter-spacing:-.02em}
.trial-inline-cta .button{position:relative;z-index:1;flex:0 0 auto;white-space:nowrap}
@media(max-width:1020px){
  .site-header .main-nav{gap:8px!important}
  .site-header .header-login-nav{width:100%;padding:10px 8px!important}
  .site-header .header-more-nav{width:100%}
  .site-header .header-more-nav .nav-group-button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 8px!important}
  .site-header .header-more-menu{position:static!important;width:100%!important;right:auto!important;margin-top:4px!important;box-shadow:none!important;background:rgba(255,255,255,.025)!important}
}
@media(max-width:720px){
  .trial-inline-cta{padding:18px 0}
  .trial-inline-cta-inner{min-height:0;align-items:stretch;flex-direction:column;padding:22px;border-radius:20px}
  .trial-inline-cta .button{width:100%}
}


/* 2026-09-07 · Home pricing: full-width plan grid + unified trial CTA */
body.page-home-inferencia .home-plan-grid{
  max-width:none;
  width:100%;
  gap:18px;
}
body.page-home-inferencia .home-plan-card{
  min-height:580px;
  padding:34px;
}
body.page-home-inferencia .home-plan-card .button{
  min-height:48px;
  font-size:12px;
}
body.page-home-inferencia .home-trial-band{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:40px;
  width:100%;
  margin:20px 0 0;
  padding:30px 34px;
  border:1px solid #ddd9f3;
  border-radius:22px;
  background:linear-gradient(112deg,#fff 0%,#faf9ff 54%,#f3efff 100%);
  box-shadow:0 18px 42px rgba(33,27,67,.07);
}
body.page-home-inferencia .home-trial-band:after{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  right:-110px;
  top:-160px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(120,87,255,.16) 0%,rgba(120,87,255,0) 70%);
  pointer-events:none;
}
body.page-home-inferencia .home-trial-band-copy,
body.page-home-inferencia .home-trial-band-actions{
  position:relative;
  z-index:1;
}
body.page-home-inferencia .home-trial-band-copy{
  min-width:0;
}
body.page-home-inferencia .home-trial-band-kicker{
  display:block;
  margin-bottom:7px;
  color:#7857ff;
  font-size:10px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
body.page-home-inferencia .home-trial-band h3{
  margin:0;
  color:#11151d;
  font-size:clamp(24px,2.1vw,32px);
  line-height:1.08;
  letter-spacing:-.04em;
  font-weight:650;
}
body.page-home-inferencia .home-trial-band p{
  margin:9px 0 0;
  color:#606a79;
  font-size:13px;
  line-height:1.55;
}
body.page-home-inferencia .home-trial-proof{
  display:flex;
  flex-wrap:wrap;
  gap:9px 18px;
  margin-top:14px;
  color:#48515f;
  font-size:11px;
  font-weight:650;
}
body.page-home-inferencia .home-trial-proof span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  white-space:nowrap;
}
body.page-home-inferencia .home-trial-proof span:before{
  content:"✓";
  color:#7857ff;
  font-weight:900;
}
body.page-home-inferencia .home-trial-band-actions{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  min-width:250px;
  gap:10px;
}
body.page-home-inferencia .home-trial-band-actions .button{
  min-height:50px;
  white-space:nowrap;
}
body.page-home-inferencia .home-trial-more{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:7px;
  color:#5e6570;
  font-size:11px;
  font-weight:650;
}
body.page-home-inferencia .home-trial-more:hover{color:#6845ef}

@media(max-width:1000px){
  body.page-home-inferencia .home-plan-grid{gap:16px}
  body.page-home-inferencia .home-plan-card{padding:30px}
  body.page-home-inferencia .home-trial-band{
    grid-template-columns:1fr;
    gap:22px;
  }
  body.page-home-inferencia .home-trial-band-actions{
    min-width:0;
    width:100%;
    max-width:420px;
  }
}
@media(max-width:720px){
  body.page-home-inferencia .home-plan-grid{gap:14px}
  body.page-home-inferencia .home-plan-card{min-height:0;padding:24px}
  body.page-home-inferencia .home-trial-band{
    margin-top:16px;
    padding:24px;
    border-radius:18px;
    gap:20px;
  }
  body.page-home-inferencia .home-trial-proof{
    display:grid;
    gap:8px;
  }
  body.page-home-inferencia .home-trial-band-actions{max-width:none}
  body.page-home-inferencia .home-trial-band-actions .button{width:100%}
}
