* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: #08142d;
  color: #111827;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.wrapper {
  background: #f4f6fb;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}

/* NAVBAR */
.navbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 78px;
  background-image: url('images/headerBg.png');
  background-repeat: no-repeat;
  position: fixed;
  z-index: 10;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-links a {
  color: #111827;
  font-size: 14px;
  font-weight: 500;
  transition: .3s;
}

.nav-links a:hover {
  color: #015BFA;
}

.btn {
  background: #015BFA;
  color: #fff !important;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: .3s;
  box-shadow: 0 10px 25px rgba(95, 97, 255, .25);
}

/* HERO */
.hero {
  position: relative;
  top: 60px;
  min-height: 570px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 78px;
  overflow: hidden;

  background-image: url('images/landing-backdrop-CZx8AIDs.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.hero-content {
  width: 52%;
  position: relative;
  z-index: 2;
}

.hero-content h2 {
  font-size: 60px;
  line-height: 1.05;
  color: #17184d;
  font-weight: 900;
  margin-bottom: 28px;
  letter-spacing: -2px;
}

.hero-title {
  white-space: nowrap;
  background: linear-gradient(90deg, #11122A 0%, #015BFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-content p {
  max-width: 620px;
  font-size: 20px;
  line-height: 30px;
  color: #475569;
  margin-bottom: 36px;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.secondary-btn {
  background: #18253f;
  box-shadow: none;
}


/* Problem SECTION */
.problem-section {
  margin-top: 70px;
  padding: 70px;
  text-align: center;
  background: #F1F5F9;
}

.problem-section svg {
  padding: 15px;
}

.tag {
  color: #015BFA;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 12px;
  margin-bottom: 14px;
  text-transform: uppercase;
  line-height: 30px;
}

.gradient-heading {
  font-size: 50px;
  white-space: nowrap;
  background: linear-gradient(90deg, #11122A 0%, #015BFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
}

.problem-health-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0px 115px;
}

.card-div {
  border: 1.25px solid #E2E8F0;
  background: #FFFFFF;
  box-shadow: 0px 1.25px 2.5px 0px #0000000D;
  width: 345px;
  height: 400px;
  border-radius: 20px;
  text-align: left;
  padding: 32px;
}

.card-img-wrap {
  margin-bottom: 20px;
}

.card-div-heading {
  color: #11122A;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
}

.card-div-para {
  font-size: 15px;
  font-weight: 500;
  color: #475569;
  line-height: 32px;
}

.vitalcure {
  width: 600px;
  margin: auto;
}

.marginBottom {
  margin-bottom: 16px;
}

.vitalcure-para {
  font-size: 15px;
  font-weight: 600;
  color: #475569;
  line-height: 25px;
  margin-block: 15px;
}

.problem-solution-visual {
  background-color: #fff;
  width: fit-content;
  max-width: 100%;
  padding: 16px;
  border-radius: 2rem;
  margin-inline: auto;
}

.problem-features-bridge {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.5rem;
  display: flex;
  position: relative;
}

/*Feature Section*/
.features-section {
  padding-top: 56px;
  padding-bottom: 80px;
  background: linear-gradient(0deg, #1E293B, #1E293B), linear-gradient(0deg, #0E141E, #0E141E);
}

.feature-header-wrapper {
  margin-inline: auto;
  --tw-border-style: dashed;
  max-width: 42rem;
  text-align: center;
  border: 2.25px dashed #015BFA;
  border-radius: 1.25rem;

  margin-bottom: 16px;
  padding-inline: 32px;
  padding-block: 28px;
}

.features-heading {
  color: #fff;
  font-size: 40px;
}

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

.features-column {
  min-width: calc(var(--spacing) * 0);
  padding-left: 48px;
  position: relative;
}

.features-rail-line {
  pointer-events: none;
  top: 32px;
  bottom: 32px;
  left: 118px;
  border-style: dashed;
  border-color: #6b7fc4;
  border-width: 1px;
  position: absolute;
  height: 270px;
}

.lp-features-column-rows {
  z-index: 1;
  position: relative;
}

.lp-features-row--head {
  margin-bottom: 44px;
  align-items: center;
}

.lp-features-row {
  display: flex;
  gap: 20px;
}

.lp-features-icon-slot {
  margin-left: 48px;
  width: 48px;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
}

.lp-features-head-node {
  height: 48px;
  width: 48px;
  background-color: #fff;
  border-radius: 3.40282e38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lp-features-head-node-img {
  object-fit: contain;
  width: 50px;
}

.lp-features-item-node {
  height: 44px;
  width: 44px;
  background-color: #293548;
  border-radius: 3.40282e38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lp-features-item-node-img {
  width: 24px;
  height: 24px;
}

.lp-features-column-title {
  background-image: linear-gradient(to right, #015BFA, #ffffff);
  padding-bottom: 0.125rem;
  font-size: 30px;
  font-weight: 600;
  color: transparent;
  -webkit-background-clip: text;
  text-transform: capitalize;
}

.lp-features-item-copy {
  margin-bottom: 30px;
}

.vc-title-card-white {
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
}

.vc-title-slate {
  color: #A6A6A6;
  font-size: 14px;
  margin-top: 20px;
}

/*Process Section*/
.process-section {
  max-width: 1200px;
  margin: auto;
}

.section-top {
  text-align: center;
  padding-top: 64px;
  margin-bottom: 50px;
}

.section-top span {
  color: #015BFA;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Cards */
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 45px;
  margin-bottom: 60px;
  position: relative;
}

.process-grid svg {
  position: absolute;
  top: 190px;
  left: 150px;
}

.process-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 28px;
  position: relative;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.icon-box {
  width: 52px;
  height: 52px;
  display: flex;
  margin-bottom: 22px;
}

.step {
  font-size: 10px;
  font-weight: 700;
  color: #015BFA;
  letter-spacing: 1.74px;
  line-height: 25px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.process-card h3 {
  font-size: 24px;
  margin-bottom: 18px;
  color: #0F172A;
}

.process-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 12px;
}

.process-card p strong {
  color: #1d2250;
}

.audience-outer {
  border: 2px solid #015BFA;
  border-style: dashed;
  border-radius: 32px;
  padding: 8px;
}

.audience-box {
  background: linear-gradient(135deg, #6366F1 0%, #015BFA 100%);
  border-radius: 28px;
  padding: 60px 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.audience-box h2 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 45px;
  font-weight: 800;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 35px;
  text-align: center;
}

.audience-item {
  padding: 10px 20px;
}

.audience-icon {
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin: auto;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.audience-item h4 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}

.audience-item p {
  font-size: 15px;
  line-height: 25px;
  color: #FFFFFF;
}

/*For security section*/
.security-section {
  padding: 80px 0px;
  background: #f5f7fb;
}

.security-shell {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
  padding: 70px 60px;
  background: linear-gradient(90deg, rgba(2, 6, 23, 0.98) 0%, rgba(5, 15, 40, 0.95) 45%, rgba(17, 24, 39, 0.82) 100%);
}

.security-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.35;
  z-index: 0;
}

.security-shell::after {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.45) 0%, rgba(99, 102, 241, 0) 70%);
  z-index: 1;
}

.security-inner {
  position: relative;
  z-index: 2;
}

.security-header {
  text-align: center;
  margin-bottom: 50px;
}

.security-rows {
  padding: 0px 20px;
  row-gap: 8px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  display: grid;
  position: relative;
}

/* .security-rows:before, .security-rows:after{
  content: "";
  pointer-events: none;
  z-index: 0;
  border-left: 2px dashed #ffffff29;
  margin-bottom: 5px;
  position: absolute;
  top: 22px;
  bottom: 22px;
} */
.security-header p {
  color: #8b5cf6;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}

.security-header h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}

.security-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 35px;
}

.security-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  position: relative;
}


.security-item-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.security-item-icon img {
  width: 24px;
  height: 24px;
}

.security-item-copy h3 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 8px;
  font-weight: 600;
}

.security-item-copy p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  line-height: 1.7;
  font-size: 15px;
}


/* Download Section */
.download-section {
  background-image: url('images/landing-backdrop-CZx8AIDs.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.download-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}

.download-phone-stack {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: auto;
}

.download-phone-back {
  width: 100%;
  display: block;
  opacity: 0.95;
}

.download-phone-front {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72%;
  transform: translate(-50%, -50%);
}

.download-copy {
  padding-bottom: 70px;
}

.download-copy h2 {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

.download-copy p {
  font-size: 18px;
  line-height: 1.4;
  color: #475569;
  margin-bottom: 20px;
  max-width: 560px;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.download-actions a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.download-actions a:first-child {
  background: #015BFA;
  color: #fff;
  box-shadow: 0 10px 30px rgba(99, 102, 241, 0.35);
}

.download-actions a:last-child {
  background: #1E293B;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(10px);
}

.download-actions a:hover {
  transform: translateY(-3px);
}

.download-footer {
  height: 150px;
  inset-inline: 0px;
  bottom: 0px;
  z-index: 2;
  align-items: center;
  display: flex;
  position: absolute;
}

.download-footer-bg {
  pointer-events: none;
  inset: 0rem;
  z-index: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.download-footer-bg:after {
  content: "";
  inset: 0rem;
  background-color: oklab(19.9764% -.00817466 -.0394435 / .82);
  position: absolute;
}

.download-footer-inner {
  z-index: 1;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 1200px;
  padding-inline: 20px;
  text-align: center;
  flex-direction: column;
  margin-inline: auto;
  display: flex;
  position: relative;
}

#download-footer-heading {
  color: #FFFFFF;
  text-transform: capitalize;
  font-size: 32px;
}

.download-footer-para {
  color: #FFFFFF;
  font-size: 15px;
}

.illustration img {
  width: 560px;
  height: 420px;
}

#download-heading span {
  display: block;
}

/* Mobile CSS */
.menu-toggle {
  display: none;
  width: 32px;
  height: 24px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1001;
}

.menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 999px;
  background: #111827;
  transition: 0.3s ease;
}

.mobile-fix {
  display: none;
}

@media (max-width: 480px) {
  .navbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
  }

  .logo img {
    width: 170px;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 30px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
  }

  .nav-links.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-links a {
    font-size: 16px;
    font-weight: 600;
  }

  /* Hamburger Animation */
  .menu-toggle.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .hero {
    padding: 80px 20px 25px;
    min-height: auto;
    flex-direction: column;
    text-align: center;
    gap: 0px;
    top: 0px;
  }

  .illustration {
    order: -1;
  }

  .illustration img {
    width: 360px;
    height: 270px;
  }

  .hero-content {
    width: 100%;
  }

  .hero-buttons {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
  }

  .btn {
    width: 100%;
    justify-content: center;
    padding: 10px 10px;
    font-size: 10px;
  }

  .hero-content h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .gradient-heading {
    font-size: 24px;
    white-space: normal;
    text-align: center;
  }

  .security-header h2,
  .download-copy h2 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 25px;
  }

  /* Problem Section Mobile CSS */
  .problem-section {
    padding: 20px 24px;
    margin-top: 0;
  }

  .mobile-line {
    display: block !important;
    padding: 0px !important;
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 837px;
    max-width: none;
    z-index: 1;
  }

  .problem-section svg {
    display: none;
  }

  .problem-section h2 {
    margin-bottom: 15px;
  }

  .card-div {
    padding: 20px;
    width: 100%;
    max-width: 500px;
    margin: auto;
    height: auto;
  }

  .tag {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .card-div-heading {
    font-size: 20px;
  }

  .card-div-para {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
  }

  .problem-health-cards {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0;
    z-index: 1;
    position: relative;
  }

  .vitalcure {
    width: 100%;
    margin-top: 30px;
    background: #EBEBFD;
    padding: 15px;
    border-radius: 16px;
    border: 2px dashed #015BFA;
    z-index: 1;
    position: relative;
  }

  .vitalcure-para {
    font-size: 14px;
    line-height: 20px;
  }

  .problem-solution-visual {
    background: transparent;
    padding: 0px;
  }

  /* Feature section Mobile CSS */
  .features-section {
    padding-bottom: 0px;
  }

  .feature-header-wrapper {
    padding: 22px;
    margin-inline: 20px;
  }

  .features-heading {
    font-size: 30px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .features-column {
    padding: 15px;
  }

  .features-column:last-child {
    border-top: 2.25px dashed #253652;
    padding-top: 30px;
  }

  .lp-features-column-title {
    font-size: 22px;
  }

  .features-rail-line {
    /* display: none; */
    height: 360px;
    left: 38px;
  }

  .lp-features-icon-slot {
    margin-left: 0px;
  }

  .vc-title-slate {
    font-size: 13px;
  }

  /* How-its-work section */
  .section-top {
    padding: 25px;
    margin: 0px;
  }

  .section-top span {
    font-size: 14px;
    line-height: 30px;
  }

  .section-top .gradient-heading {
    font-size: 30px;
  }

  .process-grid {
    padding: 0px 30px;
    margin-bottom: 35px;
    gap: 30px;
  }

  .process-grid svg {
    /* display: none; */
    position: absolute;
    top: 555px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 837px;
    max-width: none;
  }

  .audience-outer {
    margin: 15px;
  }

  .audience-box {
    padding: 45px 0px;
  }

  .audience-box h2 {
    font-size: 22px;
    letter-spacing: 0px;
  }

  .audience-grid {
    gap: 20px;
  }

  .icon-box,
  .process-card h3,
  .process-card p {
    margin-bottom: 8px;
  }

  .process-card {
    padding: 20px 25px;
  }

  .process-card p {
    font-weight: 700;
    line-height: 20px;
    font-size: 13px;
  }

  /* Security Mobile CSS */
  .security-section {
    padding: 50px 0;
  }

  .security-shell {
    padding: 50px 20px;
  }

  .security-item {
    flex-direction: row;
    align-items: flex-start;
  }

  .security-rows {
    padding: 0;
  }

  .security-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .security-item-copy h3 {
    font-size: 17px;
  }

  .security-item-copy p {
    font-size: 13px;
    font-weight: 600;
  }

  .security-header p {
    font-size: 14px;
  }

  /* Last Section Download Mobile Css */
  .download-inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 0px 14px;
    gap: 20px;
  }

  .download-actions {
    flex-direction: row;
    gap: 8px;
    justify-content: center;
  }

  .download-actions a {
    font-size: 12px;
    padding: 10px 14px;
    gap: 2px;
  }

  .download-copy {
    padding-bottom: 20px;
    order: -1;
  }

  #download-heading span {
    display: inline;
  }

  /* Footer Section */
  .download-copy p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
  }

  .download-footer {
    padding: 40px 0;
    /* position: relative; */
  }

  .nav-links {
    flex-direction: column;
    gap: 25px;
    padding: 30px 20px;
  }

  .mobile-fix {
    display: none;
    backdrop-filter: blur(10px);
    background: #F6F6F699;
    position: fixed;
    bottom: -1px;
    z-index: 10;
    height: 100px;
    width: 100%;
  }

  .mobile-container {
    padding-top: 20px;
  }

  .mobile-container p {
    font-size: 14px;
    font-weight: 700;
    color: #11122A;
    text-align: center;
  }

  .mobile-container .download-actions {
    padding: 10px;
    justify-content: center;
  }

  .mobile-container .download-actions a {
    padding: 8px 14px;
  }

  .process-card:not(:last-child)::after {
    top: 100%;
    left: 50%;
    width: 0;
    height: 60px;
    border-top: none;
    border-left: 2px dashed #015BFA;
    transform: translateX(-50%);
  }
}