.page-nav{
  position:fixed;
  top:-80px;
  left:0;
  width:100%;
  background:#fff;
  border-bottom:1px solid #e5e7eb;
  transition:all .3s ease;
  z-index:100;
}

.page-nav.show{
  top: 83px;
}

.page-nav-list{
  display:flex;
  justify-content:center;
  gap:32px;
  list-style:none;
  padding:14px 0;
  margin:0;
}

.page-nav a{
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #111424;
  padding: 8px 15px;
  border-radius: 4px;
}
.page-nav a.active{
  background: #2b7cff;
  color: #fff;
}
.comparisonPage{
  background: #fff;
}
/* ============================= */
/* SECTION 1 – HERO & FEATURES  */
/* ============================= */

.marlo-section {
  padding: 75px 0 50px;
}

.marlo-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

/* LEFT SIDE */

.marlo-left {
  flex: 0 0 360px;
}

.marlo-image-wrapper {
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
  border: 1px solid #e5e7eb;
}

.marlo-left-image {
  width: 100%;
  height: auto;
  display: block;
}


/* RIGHT SIDE */

.marlo-right {
  flex: 1;
  max-width: 600px;
}

.marlo-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
  margin: 0 0 16px;
}

.marlo-subheading {
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0 0 40px;
}


/* FEATURE GRID */

.marlo-feature-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}


/* FEATURE CARD */

.marlo-card--feature {
  display: flex;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 8px;
  background: #FAFAFA;
  transition: all 0.25s ease;
}

/* .marlo-card--feature:hover {
background: #e5e7eb;
/*   transform: translateY(-2px); */
} */


/* ICON */

.marlo-feature-icon {
  min-width: 75px
}

/* TEXT */

.marlo-feature-title {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 6px;
}

.marlo-feature-text {
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
  margin: 0;
}
.fc-tabs {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.fc-tabs .fc-tab-btn{
  border-radius: 84px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  color: #1B1B1B;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.07px;
  padding: 6px 24px;
  cursor: pointer;
}
.fc-tabs .fc-tab-btn.is-active{
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(255, 115, 0, 0.40);
}
.fc-tab-panel {
  display: none;
}
.fc-heading{
  color: #111424;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 132%; /* 42.24px */
  letter-spacing: 0.16px;
}
.fc-subheading{
  color: #606369;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.08px;
  margin-bottom: 20px;
}
.fc-highlight{
  text-align:center;
  color:#f97316;
  font-size:14px;
  margin-bottom:30px;
  font-weight:500;
}

.fc-price{
  font-size:16px;
  font-weight:600;
  color:#111827;
}
.fc-tab-panel.is-active {
  display: block;
}
.fc-section {
  padding: 50px 0 50px;
}
.fc-table{
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  width: 100%;
  border-spacing: 0;
}
.fc-table tbody tr:nth-child(odd) {
  background: #F8F8F8;
}
.fc-table tr th{
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 12px 15px;
}
.fc-table tr td {
  color: #606369;
  font-size: 14px;
  padding: 12px 15px;
  text-align: center;
}
.fc-table tr td .price{
  font-size: 24px;
  color: #161616;
}
.fc-table tr td img{
  max-height: 20px;
}
.fc-table tr th:first-child, .fc-table tr td:first-child{
  text-align: left;
}

.vt-layout{
  display:flex;
  gap:40px;
}

/* LEFT */

.vt-tabs{
  width:260px;
  display:flex;
  flex-direction:column;
  gap:10px;
  background: #232B4D;
  padding: 20px 12px;
  border-radius: 12px;
}

.vt-tab{
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.10);
  color: rgba(225, 225, 225, 0.8);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.07px;
  border: none;
  padding: 10px 12px;
  cursor: pointer;
}

.vt-tab.is-active{
  color: #FFF;
  background:#4673CD;
}

/* RIGHT */

.vt-content{
  flex:1;
}

.vt-panel{
  display:none;
}

.vt-panel.active{
  display:block;
}

.vt-image img{
  width:100%;
  border-radius:12px;
}

.vt-content-title{
  font-size: 16px;
  font-weight: 700;
  font-weight: 700;
  color: #111424;
}
.vt-text{
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}
.vt-content-caption{
  margin-top:10px;
  color: #606369;
  font-size: 14px;
  font-weight: 400;
}
.vt-inner{
  border-radius: 10px;
  background: #FAFAFA;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
  padding: 30px;
}
.vt-layout{
  margin-top: 30px;
}
.lastSection{
  padding-left: 120px;
  padding-right: 120px;
}
/* ============================= */
/* RESPONSIVE                    */
/* ============================= */
@media (max-width: 1199px) {
  .fc-tabs{
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .marlo-inner {
    gap: 50px;
  }

  .marlo-heading {
    font-size: 30px;
  }
  .lastSection{
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (max-width: 768px) {
  .marlo-section {
    padding: 70px 20px;
  }

  .marlo-inner {
    flex-direction: column;
    gap: 40px;
  }

  .marlo-left {
    flex: none;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  .marlo-right {
    max-width: 100%;
  }

  .marlo-heading {
    font-size: 26px;
  }

  .marlo-subheading {
    font-size: 14px;
  }
  .lastSection{
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 649px) {
  .fc-tabs{
    
  }
  .fc-tabs .fc-tab-btn{
    padding: 5px 15px;
    font-size: 13px;
  }
}