.m360-page-content > h1:first-child{
  display:none;
}
.nova-pages{
  margin:-32px;
  background:#050b16;
  color:#eaf4ff;
  font-family:Inter,Arial,sans-serif;
  overflow:hidden;
  border-radius:28px;
}
.nova-pages *{box-sizing:border-box}
.nova-pages-shell{
  max-width:1180px;
  margin:0 auto;
  padding:0 24px;
}
.nova-pages-hero{
  position:relative;
  padding:96px 0 76px;
  background:
    radial-gradient(circle at 18% 20%,rgba(56,189,248,.30),transparent 31%),
    radial-gradient(circle at 78% 18%,rgba(34,197,94,.15),transparent 26%),
    linear-gradient(135deg,#050b16 0%,#09224a 58%,#0e7490 100%);
}
.nova-pages-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:44px 44px;
  opacity:.55;
  mask-image:linear-gradient(to bottom,#000,transparent 92%);
}
.nova-pages-hero > .nova-pages-shell{
  position:relative;
  z-index:2;
}
.nova-pages-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.18);
  color:#dff8ff;
  font-size:13px;
  font-weight:950;
}
.nova-pages h1{
  margin:22px 0 20px;
  color:#fff;
  font-size:clamp(42px,6vw,76px);
  line-height:.96;
  letter-spacing:-.065em;
  max-width:950px;
}
.nova-pages h2{
  color:#fff;
  font-size:clamp(32px,4vw,52px);
  line-height:1.05;
  letter-spacing:-.045em;
  margin:12px 0 14px;
}
.nova-pages h3{
  color:#fff;
  font-size:24px;
  letter-spacing:-.03em;
}
.nova-pages p{
  color:#9fb6cf;
  font-size:18px;
}
.nova-pages-hero p{
  color:#d8ebff;
  font-size:20px;
  max-width:820px;
}
.nova-pages-section{
  padding:82px 0;
}
.nova-pages-section.alt{
  background:linear-gradient(180deg,rgba(255,255,255,.035),transparent);
}
.nova-pages-heading{
  max-width:820px;
  margin-bottom:34px;
}
.nova-pages-heading.center{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.nova-pages-heading span,
.nova-pages-band span{
  color:#67e8f9;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:13px;
  font-weight:950;
}
.nova-pages-grid{
  display:grid;
  gap:22px;
}
.nova-pages-grid.two{grid-template-columns:repeat(2,1fr)}
.nova-pages-grid.three{grid-template-columns:repeat(3,1fr)}
.nova-pages-grid.four{grid-template-columns:repeat(4,1fr)}
.nova-pages-card,
.nova-pages-step,
.nova-pages-price{
  background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.13);
  border-radius:30px;
  padding:28px;
  box-shadow:0 20px 60px rgba(0,0,0,.20);
}
.nova-pages-card.large{
  min-height:330px;
}
.nova-pages-card.glow{
  border-color:rgba(56,189,248,.50);
  box-shadow:0 25px 80px rgba(37,99,235,.25);
}
.nova-pages-card.service{
  position:relative;
  min-height:255px;
  overflow:hidden;
  transition:.22s ease;
}
.nova-pages-card.service:before{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-60px;
  top:-60px;
  border-radius:50%;
  background:rgba(56,189,248,.22);
}
.nova-pages-card.service:hover{
  transform:translateY(-5px);
  border-color:rgba(255,255,255,.28);
}
.nova-pages-icon{
  width:58px;
  height:58px;
  border-radius:20px;
  display:grid;
  place-items:center;
  font-size:28px;
  margin-bottom:18px;
  background:linear-gradient(135deg,rgba(56,189,248,.28),rgba(37,99,235,.22));
  border:1px solid rgba(255,255,255,.12);
}
.nova-pages-card ul,
.nova-pages-price ul{
  color:#d0e2f4;
  padding-left:20px;
}
.nova-pages-card li,
.nova-pages-price li{
  margin:8px 0;
}
.nova-pages-card a,
.nova-pages-price a{
  display:inline-flex;
  color:#fff;
  font-weight:950;
  margin-top:14px;
}
.nova-pages-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:14px 22px;
  font-weight:950;
  text-decoration:none;
  border:1px solid transparent;
}
.nova-pages-btn.primary{
  color:#fff;
  background:linear-gradient(135deg,#06b6d4,#2563eb);
  box-shadow:0 16px 44px rgba(37,99,235,.34);
}
.nova-pages-btn.light{
  color:#081426;
  background:#fff;
}
.nova-pages-step b{
  width:58px;
  height:58px;
  border-radius:20px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#06b6d4,#2563eb);
  color:#fff;
  font-weight:950;
}
.nova-pages-band{
  padding:82px 0;
  background:linear-gradient(135deg,#0f172a,#1e3a8a 66%,#0891b2);
  border-top:1px solid rgba(255,255,255,.13);
  border-bottom:1px solid rgba(255,255,255,.13);
}
.nova-pages-band-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
}
.nova-pages-band p{
  color:#d7e9ff;
  max-width:760px;
}
.nova-pages-pricing{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.nova-pages-price.featured{
  border-color:rgba(56,189,248,.58);
  box-shadow:0 25px 80px rgba(37,99,235,.25);
  transform:translateY(-8px);
}
.nova-pages-price > span{
  display:inline-flex;
  color:#bae6fd;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  padding:7px 12px;
  font-size:13px;
  font-weight:950;
}
.nova-pages-final{
  text-align:center;
  padding:92px 0;
  background:radial-gradient(circle at 50% 0%,rgba(56,189,248,.22),transparent 34%),#050b16;
}
.nova-pages-final p{
  max-width:760px;
  margin:0 auto 24px;
}
.legal .nova-pages-card{
  max-width:900px;
  margin:0 auto;
}
@media(max-width:1020px){
  .nova-pages{
    margin:-32px;
  }
  .nova-pages-grid.two,
  .nova-pages-grid.three,
  .nova-pages-grid.four,
  .nova-pages-pricing{
    grid-template-columns:1fr;
  }
  .nova-pages-band-inner{
    display:block;
  }
  .nova-pages-price.featured{
    transform:none;
  }
}
@media(max-width:560px){
  .nova-pages{
    margin:-32px -18px;
    border-radius:0;
  }
  .nova-pages-shell{
    padding:0 18px;
  }
  .nova-pages-hero{
    padding:74px 0 56px;
  }
}
