:root{
  --blue:#3FA9D5;
  --dark:#101820;
  --text:#263241;
  --light:#f5f8fa;
  --border:#dce8ef;
}

body{
  font-family: Arial, sans-serif;
  color:var(--text);
  background:#fff;
}

.hero,
.vn-hero{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbfd 100%);
  padding:80px 0;
}

.kicker,
.vn-kicker{
  color:var(--blue);
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}

h1{
  color:var(--dark);
  font-size:56px;
}

h2{
  color:var(--dark);
  font-size:38px;
}

.card,
.vn-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  padding:24px;
  box-shadow:0 15px 45px rgba(15,23,42,.08);
}

.card-img,
.vn-card-img{
  border-radius:18px;
  overflow:hidden;
}

.card-img img,
.vn-card-img img{
  width:100%;
  height:auto;
  display:block;
}

.section.light,
.vn-light{
  background:var(--light);
}

.btn,
.vn-btn,
.cta{
  display:inline-block;
  background:var(--blue);
  color:#fff !important;
  padding:14px 26px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
}

.final-cta,
.vn-cta{
  background:linear-gradient(135deg,#101820,#263241);
  color:#fff;
  padding:50px;
  border-radius:30px;
}

.final-cta h2,
.vn-cta h2,
.final-cta p,
.vn-cta p{
  color:#fff;
}

.steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.step{
  background:#fff;
  border:1px solid var(--border);
  border-radius:20px;
  padding:25px;
  text-align:center;
}

.step span{
  width:50px;
  height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#e9f7fc;
  color:var(--blue);
  font-weight:900;
}

@media(max-width:980px){
  .steps{
    grid-template-columns:1fr;
  }

  h1{
    font-size:40px;
  }

  h2{
    font-size:30px;
  }
}
.vn-page-full .vn-hero,
.vn-page-full .vn-section,
.vn-page-full .vn-container{
  width:100%;
}

.vn-page-full .vn-container,
.vn-page-full .vn-hero-grid{
  max-width:1240px;
  margin:0 auto;
  padding:0 28px;
}

.vn-page-full .vn-hero{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbfd 100%) !important;
  padding:90px 0 !important;
}

.vn-page-full .vn-hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

.vn-page-full .vn-kicker{
  color:#3FA9D5 !important;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-bottom:16px;
}

.vn-page-full h1{
  color:#101820 !important;
  font-size:58px;
  line-height:1;
}

.vn-page-full h2{
  color:#101820 !important;
  font-size:40px;
}

.vn-page-full p{
  color:#5c6b7e;
  font-size:18px;
  line-height:1.65;
}

.vn-page-full .vn-light{
  background:#f5f8fa !important;
}

.vn-page-full .vn-card,
.vn-page-full .vn-step,
.vn-page-full details{
  background:#fff !important;
  border:1px solid #dce8ef !important;
  border-radius:24px !important;
  box-shadow:0 15px 45px rgba(15,23,42,.08) !important;
}

.vn-page-full .vn-grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.vn-page-full .vn-grid-4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.vn-page-full .vn-btn{
  background:#3FA9D5 !important;
  color:#fff !important;
  padding:16px 28px;
  border-radius:999px;
  font-weight:900;
  text-decoration:none;
}

.vn-page-full .vn-cta{
  background:linear-gradient(135deg,#101820,#263241) !important;
  color:#fff !important;
  border-radius:32px;
  padding:54px;
}

.vn-page-full .vn-cta h2,
.vn-page-full .vn-cta p{
  color:#fff !important;
}

@media(max-width:980px){
  .vn-page-full .vn-hero-grid,
  .vn-page-full .vn-grid-3,
  .vn-page-full .vn-grid-4{
    grid-template-columns:1fr;
  }

  .vn-page-full h1{
    font-size:42px;
  }
}
.vn-page-full .vn-section p,
.vn-page-full p{
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.vn-page-full .vn-lead{
  font-size: 22px !important;
  line-height: 1.6 !important;
  color: #4b5f73 !important;
}

.vn-page-full h1{
  font-size: 62px !important;
  line-height: 1 !important;
  letter-spacing: -0.04em !important;
  margin-bottom: 24px !important;
}

.vn-page-full h2{
  font-size: 42px !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 16px !important;
}

.vn-page-full h3{
  font-size: 23px !important;
  margin-bottom: 10px !important;
}

.vn-page-full .vn-center p{
  font-size: 19px !important;
  color: #657387 !important;
}

.vn-page-full .vn-card p,
.vn-page-full .vn-step p,
.vn-page-full .vn-faq p{
  font-size: 16px !important;
  line-height: 1.55 !important;
  color: #657387 !important;
  margin: 0 !important;
}

.vn-page-full .vn-card h3{
  font-weight: 900 !important;
}

.vn-page-full .vn-section{
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.vn-page-full .vn-center{
  text-align: center !important;
  max-width: 820px !important;
  margin: 0 auto 46px !important;
}

.vn-page-full .vn-kicker{
  display:block;
  font-size: 13px !important;
  margin-bottom: 14px !important;
}
.vn-hero{
    padding:60px 0 !important;
}
.vn-card h3{
    font-size:32px !important;
    font-weight:800 !important;
    line-height:1.1 !important;
    color:#101820 !important;
    margin-bottom:14px !important;
}

.vn-card p{
    font-size:18px !important;
    line-height:1.7 !important;
    color:#5f6e82 !important;
}

.vn-page-full .vn-hero{
  padding-top:50px !important;
  padding-bottom:50px !important;
  margin-bottom:0 !important;
}

.vn-page-full .vn-hero-grid{
  padding-top:0 !important;
  padding-bottom:0 !important;
}

.vn-page-full .vn-hero + .vn-section{
  padding-top:45px !important;
}

.vn-page-full .vn-section{
  padding-top:60px !important;
  padding-bottom:60px !important;
}

.vn-page-full .vn-img{
  margin-bottom:0 !important;
}
.vn-hero{
    background:#f5f8fa;
    padding:60px 40px;
}

.vn-hero-grid{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:60px !important;
    align-items:center !important;
    max-width:1300px;
    margin:0 auto;
}

.vn-img img{
    width:100%;
    display:block;
    border-radius:24px;
}

.vn-lead{
    font-size:22px;
    line-height:1.6;
    color:#5c6b7e;
}

.vn-btn{
    display:inline-block;
    background:#3FA9D5;
    color:#fff !important;
    padding:16px 32px;
    border-radius:999px;
    text-decoration:none;
    font-weight:700;
}

.vn-hero,
.vn-page-full .vn-hero{
  min-height: unset !important;
  height: auto !important;
  padding-top: 55px !important;
  padding-bottom: 55px !important;
  margin-bottom: 0 !important;
}

.vn-hero-grid,
.vn-page-full .vn-hero-grid{
  min-height: unset !important;
  height: auto !important;
  align-items: center !important;
}

.vn-hero + .vn-section,
.vn-page-full .vn-hero + .vn-section{
  padding-top: 55px !important;
  margin-top: 0 !important;
}