/* Secure-VPN Home v5.5 */

.seo-home{
  width:min(1460px,calc(100% - 48px));
  margin:auto;
}

.home-v5-hero .card{
  position:relative;
  overflow:hidden;
}

.home-v5-hero .seo-kicker{
  color:#6be7e0;
}

.home-v5-hero h1{
  max-width:850px;
  font-size:clamp(44px,5vw,72px);
  line-height:1;
  letter-spacing:-.055em;
}

.home-v5-hero .lead{
  max-width:830px;
  font-size:15px;
  line-height:1.75;
}

.home-v5-primary{
  background:linear-gradient(180deg,#22cdbf,#169c96)!important;
  border-color:#45e4da!important;
  color:#03181b!important;
  font-weight:900!important;
  box-shadow:0 12px 30px rgba(40,213,202,.18);
}

.home-v5-primary:hover{
  transform:translateY(-1px);
}

.home-v5-badge{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:16px;
  padding:6px 10px;
  border:1px solid rgba(72,225,216,.26);
  border-radius:999px;
  background:rgba(18,80,84,.20);
  color:#6ee9e2;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.home-v5-predictor{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(380px,.75fr);
  gap:34px;
  align-items:center;
  margin-top:18px;
  padding:38px!important;
  overflow:hidden;
  border:1px solid rgba(75,218,210,.27)!important;
  border-radius:21px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(42,222,210,.13),transparent 38%),
    linear-gradient(145deg,#0d2738,#071722)!important;
}

.home-v5-predictor:after{
  content:"";
  position:absolute;
  width:440px;
  height:440px;
  right:-220px;
  top:-250px;
  border-radius:50%;
  background:rgba(50,225,216,.08);
  filter:blur(20px);
}

.home-v5-predictor-copy{
  position:relative;
  z-index:2;
}

.home-v5-predictor h2{
  max-width:760px;
  margin:8px 0 14px;
  font-size:clamp(31px,3.3vw,49px);
  line-height:1.05;
  letter-spacing:-.045em;
}

.home-v5-predictor p{
  max-width:770px;
  margin:0;
  color:#8fa8ba;
  font-size:13px;
  line-height:1.75;
}

.home-v5-route{
  position:relative;
  z-index:2;
  padding:20px;
  border:1px solid rgba(77,220,211,.20);
  border-radius:15px;
  background:rgba(5,24,34,.70);
}

.home-v5-route-title{
  margin-bottom:10px;
  color:#68869a;
  font-size:9px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.home-v5-route-row{
  display:grid;
  grid-template-columns:31px 1fr;
  gap:10px;
  align-items:center;
  padding:10px 0;
  border-bottom:1px solid rgba(69,94,110,.32);
}

.home-v5-route-row:last-child{
  border-bottom:0;
}

.home-v5-route-row i{
  width:29px;
  height:29px;
  display:grid;
  place-items:center;
  border:1px solid #225069;
  border-radius:8px;
  background:#0d3041;
  color:#6ee9e2;
  font-style:normal;
  font-size:9px;
  font-weight:900;
}

.home-v5-route-row b{
  display:block;
  font-size:11px;
}

.home-v5-route-row span{
  display:block;
  margin-top:2px;
  color:#69869a;
  font-size:9px;
}

.home-v5-trust{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:21px;
}

.home-v5-trust div{
  padding:13px;
  border:1px solid rgba(74,118,149,.22);
  border-radius:10px;
  background:#071a26;
}

.home-v5-trust b{
  display:block;
  margin-bottom:4px;
  color:#dceaf2;
  font-size:10px;
}

.home-v5-trust span{
  color:#668397;
  font-size:9px;
  line-height:1.45;
}

.home-v5-predictor .seo-cta-row{
  margin-top:20px;
}

@media(max-width:1000px){
  .home-v5-predictor{
    grid-template-columns:1fr;
  }
}

@media(max-width:680px){
  .seo-home{
    width:min(100% - 24px,1460px);
  }

  .home-v5-hero h1{
    font-size:41px;
  }

  .home-v5-predictor{
    padding:25px!important;
  }

  .home-v5-trust{
    grid-template-columns:1fr;
  }
}

/* Home hero typography fix v5.6.2 */

/* Fix clipped descenders like y in "buy" */
.home-v5-hero h1{
  line-height:1.08 !important;
  padding-bottom:.08em !important;
  overflow:visible !important;
}

/* Distinct supporting headline */
.home-v5-subheadline{
  display:block !important;
  margin:14px 0 18px !important;
  color:#9ff5ee !important;
  font-size:18px !important;
  line-height:1.45 !important;
  font-weight:800 !important;
  letter-spacing:-.015em !important;
  font-style:italic;
}
