html {
  overflow-x: hidden;
}

body {
  width: 100vw;
  min-height: 100vh;
  z-index: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; /* changed from // to proper CSS comment */
}

/* Flattened nested selector */
body main {
  overflow: visible;
}

* {
  font-size: 14px;
}

.bg-black {
  background: black;
}

.v3_pt-30 {
  padding-top: clamp(20px, 0.939vw + 16.48px, 30px) !important;
}

.v3_footer {
  position: unset;
}

.v3_links {
  display: flex; /* Assuming since @include flex-center was used */
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 429px) {
  .v3_links {
    gap: 16px;
  }
}

.v3_links a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff; /* Assuming $text-white = white */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.v3_links a.right-btn {
  border-radius: 48px;
  border: 1px solid #c5a05c;
  background: #000000;
  box-shadow: inset 0px 0px 30px 0px rgba(197, 160, 92, 0.8);
  padding: 12px 28px 12px 24px;
  line-height: 1.33;
}

@media screen and (max-width: 429px) {
  .v3_links a.right-btn {
    padding: 10px;
  }
}

.custom-gradient-border::before {
  border-radius: 150px !important;
}

.v3_testimonial-card {
  height: 250px;
}


.v3_footer:before {
  display: none !important;
}

/* Welcome message font size */
.auth-cont.reffer-cont {
  font-size: 12px !important;
}

.auth-cont.reffer-cont a {
  font-size: 12px !important;
}

/* Lifestyle Page Styles */
.v3_lifestyle {
  background-color: #000000;
}

.v3_lifestyle-banner {
  background-image: url('/v3/images/lifestyle/top-banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 110px;
}

.v3_lifestyle-banner-content {
  position: relative;
  z-index: 10;
  padding: 0 1rem;
  max-width: 64rem;
  margin: 0 auto;
  margin-bottom: 50px;
}

  .v3_lifestyle-banner h1 {
    color: white;
    font-family: 'Onest';
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 105%;
    margin-bottom: 1.5rem;
    text-align: center;

  }

  .v3_lifestyle-banner p {
    color: white;
    font-family: 'Onest';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    margin-bottom: 2rem;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

  }

  .v3_lifestyle-cta-button {
    background: linear-gradient(83.53deg, #D09C27 -6.56%, #FDF0A3 50.72%, #E0B84E 98.54%);
    border: none;
    border-radius: 99px;
    box-shadow: -10px 30px 50px 0px #FDF0A34D;
    color: #040404;
    cursor: pointer;
    font-family: 'Onest';
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.02em;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }

.v3_lifestyle-cta-button:hover {
  box-shadow: 0 20px 25px -5px #FDF0A34D;
  transform: scale(1.05);
}

/* 3 Simple Steps Section */
.v3_lifestyle-steps-section {
  background: black;
  border-top-right-radius: 42px;
  border-top-left-radius: 42px;
  top: -50px;
  position: relative;
}

.v3_lifestyle-steps-container {
  max-width: 1312px;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 30px;
}

.v3_lifestyle-steps-title {
  text-align: center;
  margin-bottom: 80px;
}

.v3_lifestyle-steps-title h2 {
  color: white;
  margin-bottom: 1rem;
  font-family: 'Onest';
  font-weight: 700;
  font-size: 64px;
  line-height: 105%;
  text-align: center;
  text-transform: none;
}

.v3_lifestyle-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.v3_lifestyle-step-card {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
}

.v3_lifestyle-step-icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.v3_lifestyle-step-icon img {
  width: 82px !important;
  height: 82px;
  color: white;
}

.v3_lifestyle-step-number {
  background: #1B1B1B1A;
  border-radius: 99px;
  color: #EBBB29;
  font-size: 14px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 24px;
  font-family: 'Onest';
  line-height: 120%;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #FFFFFF1A;
  padding: 8px 16px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.v3_lifestyle-step-title {
  color: white;
  margin-bottom: 1rem;
  font-family: 'Onest';
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0%;
}

.v3_lifestyle-step-description {
  color: #A3A3A3;
  font-family: 'Onest';
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  letter-spacing: -1%;
  text-align: center;
}

.v3_lifestyle-steps-cta {
  text-align: center;
  margin-top: 80px;
}

/* Travel Membership Perks Section */
.v3_lifestyle-perks-section {
  background: black;
  padding: 5rem 0;
  position: relative;
}

.v3_lifestyle-perks-container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 1rem;
}

.v3_lifestyle-perks-header {
  text-align: center;
  margin-bottom: 4rem;
  position: sticky;
  top: 114px;
  z-index: 10;
  background: black;
}

.v3_lifestyle-perks-title {
  color: #FFFFFF;
  font-family: 'Onest';
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  text-align: center;
  text-transform: none;
  margin-bottom: 2rem;
}

.v3_lifestyle-perks-description {
  color: #FFFFFF;
  font-family: 'Onest';
  font-weight: 400;
  font-size: 18px;
  line-height: 144.9%;
  text-align: center;
  letter-spacing: -0.01em;
  max-width: 800px;
  margin: 0 auto;
}

.v3_lifestyle-perks-cards-container {
  position: relative;
  min-height: 200vh; /* Extra height for scroll effect */
}

.v3_lifestyle-perks-card {
  background: #151414;
  border-radius: 16px;
  padding: 60px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  position: sticky;
  top: 350px; /* Position where cards will stick (120px nav + 200px header space) */
  margin-bottom: 2rem; /* Space between cards for scroll effect */
  transition: all 0.3s ease;
}

.v3_lifestyle-perks-card:last-child {
  margin-bottom: 0;
}

.v3_lifestyle-perks-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.v3_lifestyle-perks-text {
  flex: 1;
}

.v3_lifestyle-perks-category {
  color: #FFFFFF;
  font-family: 'Onest';
  margin-bottom: 1rem;
  font-family: 'Onest';
  font-weight: 700;
  font-size: 42px;
  line-height: 105%;
  letter-spacing: -0.01em;
}

.v3_lifestyle-perks-highlight {
  color: #DBAD37;
  font-family: 'Onest';
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 1.5rem;
  line-height: 110%;
  letter-spacing: -0.01em;
}

.v3_lifestyle-perks-detail {
  color: #F5F5F5;
  font-family: 'Onest';
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  letter-spacing: -0.01em;
}

.v3_lifestyle-perks-image {
  flex: 1;
  max-width: 500px;
}

.v3_lifestyle-perks-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

/* How Can We Offer Travel for Less Section */
.v3_lifestyle-savings-section {
  background: black;
  padding: 112px 0;
}

.v3_lifestyle-savings-container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 1rem;
}

.v3_lifestyle-savings-header {
  text-align: center;
  margin-bottom: 4rem;
}

.v3_lifestyle-savings-title {
  color: #FFFFFF;
  font-family: 'Onest';
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 2rem;
  text-transform: none;
}

.v3_lifestyle-savings-description {
  color: #FFFFFF;
  font-family: 'Onest';
  font-weight: 400;
  font-size: 18px;
  line-height: 144.9%;
  text-align: center;
  letter-spacing: -0.01em;
  max-width: 800px;
  margin: 0 auto 1rem;
}

.v3_lifestyle-savings-main {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.v3_lifestyle-savings-card {
  background: #151414;
  border-radius: 0 16px 16px 0;
  padding: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  flex: 1;
  max-width: 60%;
  min-height: 400px;
  display: flex;
  align-items: stretch;
}

.v3_lifestyle-savings-content {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.v3_lifestyle-savings-image {
  flex: 1;
  max-width: 40%;
  height: auto;
  min-height: 400px;
}

.v3_lifestyle-savings-image img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 12px 0 0 12px;
  object-fit: cover;
}

.v3_lifestyle-savings-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.v3_lifestyle-savings-hotel {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.v3_lifestyle-savings-hotel-info {
  margin-bottom: 2rem;
}

.v3_lifestyle-savings-hotel-name {
  color: #FFFFFF;
  font-family: 'Onest';
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 0.5rem;
  font-size: 42px;
  line-height: 105%;
  letter-spacing: -0.01em;

}

.v3_lifestyle-savings-hotel-location {
  color: #FFFFFF;
  font-family: 'Onest';
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0;
}

.v3_lifestyle-savings-rating {
  margin-bottom: 0;
}

.v3_lifestyle-savings-stars {
  color: #FFB800;
  font-size: 24px;
}

.v3_lifestyle-savings-pricing {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}

.v3_lifestyle-savings-private-price {
  text-align: right;
}

.v3_lifestyle-savings-price {
  color: #DBAD37;
  font-family: 'Onest';
  font-weight: 700;
  line-height: 110%;
  font-size: 32px;
  letter-spacing: -0.1em;
  text-align: right;
}

.v3_lifestyle-savings-price-label {
  color: #FFFFFF;
  font-weight: 400;
  display: block;
  margin-top: 0.25rem;
  font-family: 'Onest';
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: right;
}

.v3_lifestyle-savings-comparison {
  margin: 2rem 0 1rem 0;
}

.v3_lifestyle-savings-comparison-title {
  color: #FFFFFF;
  font-family: 'Onest';
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.01em;
}

.v3_lifestyle-savings-comparison-list {
  background-color: #1D1B1B;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 30px;
}

.v3_lifestyle-savings-comparison-item {
  display: flex;
  justify-content: space-between;
  color: #FFFFFF;
  font-family: 'Onest';
  font-weight: 400;
  font-size: 16px;
}

.v3_lifestyle-savings-comparison-item-text {
  font-family: 'Onest';
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0;
}

.v3_lifestyle-savings-comparison-item-price {
  color: #DBAD37;
  font-family: 'Onest';
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.1em;
  text-align: right;
}

.v3_lifestyle-savings-highlight {
  color: #DBAD37;
  font-family: 'Onest';
  margin: 1rem 0;
  font-weight: 600;
  font-size: 35px;
  line-height: 110%;
  letter-spacing: -0.05em;
}

.v3_lifestyle-savings-cta {
  background: linear-gradient(83.53deg, #D09C27 -6.56%, #FDF0A3 50.72%, #E0B84E 98.54%);
  border: none;
  border-radius: 8px;
  box-shadow: -10px 30px 50px 0px #FDF0A34D;
  color: #FFFFFF;
  cursor: pointer;
  font-family: 'Onest';
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.02em;
  padding: 16px 24px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  align-self: flex-end;
}

.v3_lifestyle-savings-cta:hover {
  box-shadow: 0 20px 25px -5px #FDF0A34D;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .v3_lifestyle-banner h1 {
    font-size: 3rem;
  }
  
  .v3_lifestyle-banner p {
    font-size: 1rem;
  }
  
  .v3_lifestyle-steps-title h2 {
    font-size: 2.5rem;
  }
  
  .v3_lifestyle-steps-grid {
    grid-template-columns: 1fr;
  }

  .v3_lifestyle-perks-title {
    font-size: 2.5rem;
  }

  .v3_lifestyle-perks-content {
    flex-direction: column;
    gap: 2rem;
  }

  .v3_lifestyle-perks-image {
    max-width: 100%;
  }

  .v3_lifestyle-savings-title {
    font-size: 2.5rem;
  }

  .v3_lifestyle-savings-content {
    flex-direction: column;
    gap: 2rem;
  }

  .v3_lifestyle-savings-image {
    max-width: 100%;
  }

  .v3_lifestyle-savings-cta {
    align-self: center;
    width: 100%;
  }

  /* Included Section Mobile */
  .v3_lifestyle-included-section {
    padding: 2rem 0;
  }

  .v3_lifestyle-included-title {
    font-size: 1.8rem !important;
    padding-left: 1rem;
  }

  .v3_lifestyle-included-subtitle {
    font-size: 14px;
    padding: 0 1rem;
  }

  .v3_lifestyle-included-header {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .v3_lifestyle-included-navigation {
    align-self: center;
  }

  .v3_lifestyle-included-nav-btn {
    width: 50px;
    height: 50px;
  }

  .v3_lifestyle-included-card {
    flex: 0 0 250px;
    min-width: 250px;
    padding: 1.5rem;
  }

  .v3_lifestyle-included-card-title {
    font-size: 18px;
  }

  .v3_lifestyle-included-card-description {
    font-size: 14px;
  }

  .v3_lifestyle-included-footer {
    padding: 0 1rem;
  }

  .v3_lifestyle-included-footer-subtitle {
    font-size: 14px;
  }

  .v3_lifestyle-included-footer-button {
    font-size: 14px;
    padding: 0.75rem 1.5rem;
  }
}

/* Community Testimonials Section */
.v3_lifestyle-testimonials-section {
  background: black;
  padding: 5rem 0;
}

.v3_lifestyle-testimonials-container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.v3_lifestyle-testimonials-quote {
  color: #FFFFFF;
  font-family: 'Onest';
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.v3_lifestyle-testimonials-title {
  color: #FFFFFF;
  font-family: 'Onest';
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 4rem;
  text-transform: none;
}

.v3_lifestyle-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1312px;
  margin: 0 auto;
}

.v3_lifestyle-testimonial-card {
  background: #1a1a1a;
  border-radius: 16px;
  padding: 72px 50px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  z-index: 2;
}

.v3_lifestyle-testimonial-stars {
  color: #FFB800;
  font-size: 32px;
  text-align: left;
}

.v3_lifestyle-testimonial-quote {
  color: #FFFFFF;
  font-family: 'Onest';
  font-weight: 400;
  line-height: 140%;
  flex: 1;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: -0.01em;
}

.v3_lifestyle-testimonial-user {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.v3_lifestyle-testimonial-flag {
  font-size: 24px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2a2a2a;
}

.v3_lifestyle-testimonial-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.v3_lifestyle-testimonial-name {
  color: #FFFFFF;
  font-family: 'Onest';
  font-weight: 700;
  font-size: 24px;
  line-height: 105%;
  letter-spacing: -0.01em;
}

.v3_lifestyle-testimonial-country {
  color: #FFFFFF;
  font-family: 'Onest';
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  /* Banner Section Mobile */
  .v3_lifestyle-banner {
    min-height: 500px;
    margin-top: 80px;
    padding: 2rem 1rem;
  }
  
  .v3_lifestyle-banner h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  
  .v3_lifestyle-banner p {
    font-size: 14px;
    max-width: 100%;
  }

  .v3_lifestyle-cta-button {
    font-size: 16px;
    padding: 16px 24px;
  }

  /* Quote Section Mobile */
  .v3_lifestyle-quote-section {
    padding: 3rem 0;
  }

  .v3_lifestyle-quote-text {
    font-size: 20px;
    padding: 0 1rem;
  }

  /* Steps Section Mobile */
  .v3_lifestyle-steps-section {
    padding: 3rem 0;
  }

  .v3_lifestyle-steps-container {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .v3_lifestyle-steps-title h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  
  .v3_lifestyle-steps-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .v3_lifestyle-step-card {
    padding: 1.5rem;
  }

  .v3_lifestyle-step-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }

  .v3_lifestyle-step-icon img {
    width: 60px !important;
    height: 60px;
  }

  .v3_lifestyle-step-number {
    font-size: 12px;
    padding: 6px 12px;
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .v3_lifestyle-step-title {
    font-size: 20px;
    margin-bottom: 0.75rem;
  }

  .v3_lifestyle-step-description {
    font-size: 16px;
  }

  .v3_lifestyle-steps-cta {
    margin-top: 2rem;
  }

  /* Perks Section Mobile */
  .v3_lifestyle-perks-section {
    padding: 3rem 0;
  }

  .v3_lifestyle-perks-header {
    top: 80px;
    padding: 1rem 0;
  }

  .v3_lifestyle-perks-title {
    font-size: 1.5rem;
  }

  .v3_lifestyle-perks-description {
    font-size: 14px;
    padding: 0 1rem;
  }

  .v3_lifestyle-perks-card {
    top: 300px;
    padding: 1.5rem;
    margin-bottom: 1rem;
  }

  .v3_lifestyle-perks-content {
    flex-direction: column;
    gap: 1.5rem;
  }

  .v3_lifestyle-perks-image {
    max-width: 100%;
    order: 2;
  }

  .v3_lifestyle-perks-text {
    order: 1;
  }

  .v3_lifestyle-perks-category {
    font-size: 20px;
  }

  .v3_lifestyle-perks-highlight {
    font-size: 16px;
  }

  .v3_lifestyle-perks-detail {
    font-size: 14px;
  }

  /* Savings Section Mobile */
  .v3_lifestyle-savings-section {
    padding: 3rem 0;
  }

  .v3_lifestyle-savings-title {
    font-size: 1.5rem;
  }

  .v3_lifestyle-savings-description {
    font-size: 14px;
    padding: 0 1rem;
  }

  .v3_lifestyle-savings-main {
    flex-direction: column;
    gap: 0;
  }

  .v3_lifestyle-savings-image {
    max-width: 100%;
    order: 1;
  }

  .v3_lifestyle-savings-image img {
    border-radius: 16px 16px 0 0;
  }

  .v3_lifestyle-savings-card {
    order: 2;
    width: 100%;
    max-width: 100%;
    border-radius: 0 0 16px 16px;
    min-height: auto;
  }

  .v3_lifestyle-savings-content {
    flex-direction: column;
    gap: 1rem;
  }

  .v3_lifestyle-savings-details {
    order: 2;
  }

  .v3_lifestyle-savings-hotel-name {
    font-size: 20px;
  }

  .v3_lifestyle-savings-hotel-location {
    font-size: 14px;
  }

  .v3_lifestyle-savings-price {
    font-size: 18px;
  }

  .v3_lifestyle-savings-price-label {
    font-size: 14px;
  }

  .v3_lifestyle-savings-comparison-title {
    font-size: 14px;
  }

  .v3_lifestyle-savings-comparison-item-text {
    font-size: 14px;
  }

  .v3_lifestyle-savings-comparison-item-price {
    font-size: 14px;
  }

  .v3_lifestyle-savings-highlight {
    font-size: 18px;
  }

  .v3_lifestyle-savings-cta {
    align-self: center;
    width: 100%;
    font-size: 14px;
    padding: 12px 20px;
  }

  /* Testimonials Section Mobile */
  .v3_lifestyle-testimonials-section {
    padding: 3rem 0;
  }

  .v3_lifestyle-testimonials-quote {
    font-size: 18px;
    padding: 0 1rem;
  }

  .v3_lifestyle-testimonials-title {
    font-size: 2rem;
  }

  .v3_lifestyle-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .v3_lifestyle-testimonial-card {
    padding: 1.5rem;
  }

  .v3_lifestyle-testimonial-stars {
    font-size: 24px;
  }

  .v3_lifestyle-testimonial-quote {
    font-size: 16px;
  }

  .v3_lifestyle-testimonial-flag {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .v3_lifestyle-testimonial-name {
    font-size: 18px;
  }

  .v3_lifestyle-testimonial-country {
    font-size: 16px;
  }

  /* Hero Section Mobile */
  .v3_lifestyle-hero-section {
    padding: 0;
  }

  .v3_lifestyle-hero-title {
    font-size: 1.8rem !important;
    line-height: 1.2;
  }

  .v3_lifestyle-hero-description {
    font-size: 14px;
    margin-bottom: 2rem;
  }

  .v3_lifestyle-hero-image {
    height: 300px;
  }

  .v3_lifestyle-hero-overlay {
    padding: 0 2.5rem !important;
  }

  .v3_lifestyle-hero-text {
    max-width: 100%;
  }

  .v3_lifestyle-cta-button {
    font-size: 12px;
    padding: 10px 16px;
  }
}

  /* Quote Section */
  .v3_lifestyle-quote-section {
    border-top: 1px solid;
    border-image-source: linear-gradient(106.04deg, #EBC07D 32.99%, rgba(133, 109, 71, 0) 70.78%);
    border-image-slice: 1;
    background: radial-gradient(circle at 50% -120%, #3b2607 0%, #000000 70%);
    padding: 8rem 0;
    position: relative;
  }

.v3_lifestyle-quote-container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
  position: relative;
}

.v3_lifestyle-quote-text {
  color: #FFFFFF;
  font-family: 'Onest';
  line-height: 140%;
  text-align: center;
  width: 100%;
  letter-spacing: -0.01em;
  font-weight: 500;
  font-size: 42px;
  line-height: 130%;
}

/* What's Included Section */
.v3_lifestyle-included-section {
  background: black;
  padding-top: 5rem;
  padding-bottom: 112px;
}

.v3_lifestyle-included-container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 12px;
}

.v3_lifestyle-included-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.v3_lifestyle-included-title-section {
  flex: 1;
}

.v3_lifestyle-included-title {
  color: #FFFFFF;
  font-family: 'Onest';
  font-weight: 700;
  font-size: 64px;
  margin-bottom: 1rem;
  line-height: 105%;
  letter-spacing: -0.01em;
  text-transform: none;
}

.v3_lifestyle-included-subtitle {
  color: #FFFFFF;
  font-family: 'Onest';
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  letter-spacing: -0.01em;
}

.v3_lifestyle-included-navigation {
  display: flex;
  gap: 1rem;
}

.v3_lifestyle-included-nav-btn {
  width: 78px;
  height: 78px;
  border: 2px solid;
  border-image-source: linear-gradient(0deg, #FFFFFF, #FFFFFF),
  linear-gradient(83.53deg, #D09C27 -6.56%, #FDF0A3 50.72%, #E0B84E 98.54%);
  border-radius: 50%;
  background: transparent;
  color: #EBBB29;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.v3_lifestyle-included-cards {
  display: flex;
  gap: 20px;
  margin-bottom: 4rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}

.v3_lifestyle-included-cards::-webkit-scrollbar {
  display: none;
}

.v3_lifestyle-included-cards {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.v3_lifestyle-included-cards:active {
  cursor: grabbing;
}

.v3_lifestyle-included-card {
  background: #1a1a1a;
  border-radius: 16px;
  padding: 80px 40px;
  text-align: left;
  flex: 0 0 400px;
  min-width: 400px;
  height: fit-content;
}

.v3_lifestyle-included-card-title {
  color: #DBAD37;
  font-family: 'Onest';
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 1rem;
  font-size: 32px;
  letter-spacing: -0.01em;
}

.v3_lifestyle-included-card-description {
  color: #FFFFFF;
  font-family: 'Onest';
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0;
}

.v3_lifestyle-included-footer {
  text-align: center;
}

.v3_lifestyle-included-footer-subtitle {
  color: #FFFFFF;
  font-family: 'Onest';
  font-weight: 400;
  font-size: 18px;
  margin: 30px 0 !important;
  line-height: 145%;
  letter-spacing: -0.01em;
  text-align: center;
}

/* Stop Overpaying for Travel Section */
.v3_lifestyle-hero-section {
  background: black;
  padding: 0;
  position: relative;
}

.v3_lifestyle-hero-container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.v3_lifestyle-hero-image {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.v3_lifestyle-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v3_lifestyle-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  display: flex;
  align-items: center;
  padding: 0 120px;
}

.v3_lifestyle-hero-text {
  max-width: 600px;
  z-index: 2;
}

.v3_lifestyle-hero-title {
  color: #FFFFFF;
  font-family: 'Onest';
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  margin-bottom: 2rem;
  letter-spacing: -0.01em;
  text-transform: none;
}

.v3_lifestyle-hero-description {
  color: #FFFFFF;
  font-family: 'Onest';
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 60px !important;
  letter-spacing: -0.01em;
}

.v3_lifestyle-img-section {
  position: relative;
  top: -100px;
  z-index: 1;
}

@media (max-width: 768px) {
  .v3_lifestyle-quote-section {
    padding: 4rem 0;
  }

  .v3_lifestyle-quote-text {
    font-size: 24px;
  }

  .v3_lifestyle-quote-line {
    margin-bottom: 2rem;
  }
}