.vault-page .navbar-nav .nav-item a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.vault-page {
  background: #f5f7fc;
  color: #10214a;
}

.vault-page .header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.vault-page .header_navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}


.vault-page .vault-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #070c46;
}

.vault-page .vault-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, rgba(7, 12, 70, 0.55) 0%, rgba(7, 12, 70, 0.78) 50%, #070c46 100%), url("../images/clowdy-vault-hero.jpg");
  background-size: cover;
  background-position: center;
  opacity: 1;
}

.vault-page .vault-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  padding-bottom: 96px;
  text-align: center;
}

.vault-page .vault-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  border: 1px solid rgba(244, 112, 31, 0.4);
  background: rgba(244, 112, 31, 0.12);
  color: #f9a46c;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.vault-page .vault-hero-title {
  margin: 0 auto;
  max-width: 980px;
  color: #ffffff;
  font-size: clamp(38px, 7vw, 74px);
  line-height: 1.06;
  font-weight: 800;
}

.vault-page .vault-hero-title .text-gradient {
  background: linear-gradient(90deg, #11a4eb 0%, #1cd8f7 42%, #f9a15d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vault-page .vault-hero-subtitle {
  margin: 24px auto 0;
  max-width: 770px;
  color: rgba(226, 233, 255, 0.86);
  font-size: clamp(18px, 2.2vw, 23px);
  line-height: 1.55;
}

.vault-page .vault-hero-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.vault-page .vault-btn-primary,
.vault-page .vault-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  padding: 13px 22px;
  font-size: 15px;
  font-weight: 600;
}

.vault-page .vault-btn-primary {
  color: #ffffff;
  background: #f4701f;
}

.vault-page .vault-btn-primary:hover {
  background: #de6215;
  color: #ffffff;
}

.vault-page .vault-btn-secondary {
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.vault-page .vault-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.vault-page .vault-trust-bar {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 26px;
  color: rgba(220, 229, 255, 0.52);
  font-size: 13px;
}

.vault-page .vault-trust-bar > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.vault-page .vault-trust-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-image: url("../images/patch-check-fill.svg");
  mask-image: url("../images/patch-check-fill.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.vault-page .vault-section {
  padding: 96px 0;
}

.vault-page .vault-section-light {
  background: #ffffff;
}

.vault-page .vault-section-ice {
  background: #f5f7fc;
}

.vault-page .vault-section-dark {
  background: #0c1364;
}

.vault-page .vault-section-header {
  margin: 0 auto 54px;
  max-width: 840px;
  text-align: center;
}

.vault-page .vault-section-kicker {
  margin-bottom: 12px;
  color: #f4701f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vault-page .vault-section-title {
  margin: 0;
  color: #101f52;
  font-size: clamp(29px, 4.5vw, 44px);
  line-height: 1.2;
  font-weight: 800;
}

.vault-page .vault-section-dark .vault-section-title {
  color: #ffffff;
}

.vault-page .vault-section-desc {
  margin: 16px auto 0;
  max-width: 760px;
  color: #4f5f7b;
  font-size: 18px;
  line-height: 1.6;
}

.vault-page .vault-section-dark .vault-section-desc {
  color: rgba(226, 233, 255, 0.68);
}

.vault-page .vault-grid-2,
.vault-page .vault-grid-3,
.vault-page .vault-grid-4 {
  display: grid;
  gap: 18px;
}

.vault-page .vault-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vault-page .vault-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vault-page .vault-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vault-page .vault-card {
  border: 1px solid #e5ebf6;
  border-radius: 14px;
  background: #ffffff;
  padding: 22px;
  height: 100%;
}

.vault-page .vault-card-dark {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.vault-page .vault-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: rgba(244, 112, 31, 0.12);
  color: #f4701f;
  font-size: 18px;
}

.vault-page .vault-card-title {
  margin: 0;
  color: #111f52;
  font-size: 20px;
  font-weight: 700;
}

.vault-page .vault-card-dark .vault-card-title {
  color: #ffffff;
  font-size: 16px;
}

.vault-page .vault-card-text {
  margin: 10px 0 0;
  color: #4c5a76;
  line-height: 1.65;
  font-size: 15px;
}

.vault-page .vault-card-dark .vault-card-text {
  color: rgba(226, 233, 255, 0.68);
  font-size: 13px;
}

.vault-page .vault-highlight {
  margin-top: 30px;
  border-radius: 14px;
  background: #0c1364;
  color: #ffffff;
  text-align: center;
  padding: 26px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
}

.vault-page .vault-highlight .accent {
  color: #f4701f;
}

.vault-page .vault-steps .vault-card {
  text-align: center;
  position: relative;
}

.vault-page .vault-step-num {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0c1364;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vault-page .vault-architecture {
  max-width: 920px;
  margin: 0 auto;
  border: 1px solid #dce4f2;
  border-radius: 16px;
  background: #ffffff;
  padding: 28px;
}

.vault-page .vault-architecture-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vault-page .vault-architecture-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  color: #1a2a5b;
  font-size: 14px;
  line-height: 1.65;
}

.vault-page .vault-architecture-item i {
  margin-top: 2px;
  color: #0c1364;
}

.vault-page .vault-architecture-cta {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e6ecf8;
  text-align: center;
}

.vault-page .vault-architecture-cta a {
  color: #f4701f;
  font-weight: 600;
}

.vault-page .vault-trial {
  position: relative;
  overflow: hidden;
}

.vault-page .vault-trial::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(45% 65% at 18% 18%, rgba(244, 112, 31, 0.13) 0%, rgba(244, 112, 31, 0) 70%);
}

.vault-page .vault-trial .container {
  position: relative;
  z-index: 2;
}

.vault-page .vault-trial-list {
  margin: 26px auto 0;
  max-width: 620px;
  list-style: none;
  padding: 0;
}

.vault-page .vault-trial-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
  color: rgba(226, 233, 255, 0.8);
}

.vault-page .vault-trial-list i {
  color: #f4701f;
}

.vault-page .vault-footer {
  background: #0c1364;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 54px 0 34px;
}

.vault-page .vault-footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.vault-page .vault-footer-brand {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
}

.vault-page .vault-footer-brand .accent {
  color: #f4701f;
}

.vault-page .vault-footer-copy {
  margin-top: 3px;
  color: rgba(226, 233, 255, 0.48);
  font-size: 13px;
}

.vault-page .vault-footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.vault-page .vault-footer-links a {
  color: rgba(226, 233, 255, 0.68);
  font-size: 14px;
}

.vault-page .vault-footer-links a:hover {
  color: #f4701f;
}

.vault-page .vault-footer-bottom {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: rgba(226, 233, 255, 0.4);
  font-size: 12px;
}

@media (max-width: 991px) {
  .vault-page .vault-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vault-page .vault-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vault-page .vault-grid-2 {
    grid-template-columns: 1fr;
  }

  .vault-page .vault-section {
    padding: 74px 0;
  }
}

@media (max-width: 767px) {
  .vault-page .vault-hero .container {
    padding-top: 126px;
    padding-bottom: 74px;
  }

  .vault-page .vault-trust-bar {
    justify-content: flex-start;
    text-align: left;
  }

  .vault-page .vault-grid-3,
  .vault-page .vault-grid-4 {
    grid-template-columns: 1fr;
  }

  .vault-page .vault-section-desc {
    font-size: 16px;
  }

  .vault-page .vault-highlight {
    font-size: 18px;
    padding: 20px;
  }

  .vault-page .vault-trial-list li {
    justify-content: flex-start;
  }
}



