/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* VARIABLES */
:root {
  --ys-bg: #F5F1EB;
  --ys-gold: #D4A25A;
  --ys-dark: #2C2F36;
  --ys-green: #2F5D50;
}

/* HEADER */
.ys-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--ys-bg);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.ys-header.scrolled {
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.ys-header__inner {
  height: 64px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.ys-logo img {
  height: 38px;
}

/* MENU ICON */
.ys-menu-toggle {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.ys-menu-toggle span {
  height: 2px;
  background: var(--ys-dark);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* MOBILE MENU */
.ys-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--ys-bg);
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  z-index: 999;
}

.ys-mobile-menu.active {
  transform: translateY(0);
}

.ys-mobile-menu__content {
  padding: 80px 20px 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

/* NAV */
.ys-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ys-mobile-nav a {
  text-decoration: none;
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  color: var(--ys-dark);
}

/* CTA BUTTONS */
.ys-btn {
  display: block;
  text-align: center;
  padding: 14px;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  font-size: 16px;
}

.ys-btn--primary {
  background: var(--ys-green);
  color: #fff;
}

.ys-btn--secondary {
  border: 1px solid var(--ys-dark);
  color: var(--ys-dark);
}

/* OVERLAY */
.ys-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 998;
}

.ys-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* BOTTOM CTA */
.ys-bottom-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  gap: 10px;
  padding: 10px;
  background: var(--ys-bg);
  border-top: 1px solid rgba(0,0,0,0.05);
  z-index: 1000;
}

.ys-bottom-cta .ys-btn {
  flex: 1;
  padding: 14px 0;
}

/* DESKTOP NAV (HIDDEN BY DEFAULT) */
.ys-desktop-nav,
.ys-desktop-cta {
  display: none;
}

/* MOBILE MENU ICON (VISIBLE BY DEFAULT) */
.ys-menu-toggle {
  display: flex;
}

/* BOTTOM CTA (VISIBLE BY DEFAULT - MOBILE) */
.ys-bottom-cta {
  display: flex;
}

/* ========================= */
/* DESKTOP STYLES (768px+) */
/* ========================= */

@media (min-width: 768px) {

  /* SHOW DESKTOP NAV */
  .ys-desktop-nav {
    display: flex;
    gap: 28px;
    align-items: center;
  }

  .ys-desktop-nav a {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: var(--ys-dark);
    position: relative;
  }

  /* HOVER UNDERLINE (PREMIUM TOUCH) */
  .ys-desktop-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 1px;
    background: var(--ys-gold);
    transition: 0.3s ease;
  }

  .ys-desktop-nav a:hover::after {
    width: 100%;
  }

  /* SHOW DESKTOP CTA */
  .ys-desktop-cta {
    display: block;
  }

  /* HIDE MOBILE MENU ICON */
  .ys-menu-toggle {
    display: none;
  }

  /* HIDE MOBILE MENU */
  .ys-mobile-menu {
    display: none;
  }

  /* HIDE OVERLAY */
  .ys-overlay {
    display: none;
  }

  /* HIDE BOTTOM CTA */
  .ys-bottom-cta {
    display: none;
  }

  /* HEADER LAYOUT ADJUST */
  .ys-header__inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
  }
}

.ys-desktop-nav a.active {
  color: var(--ys-green);
  font-weight: 500;
}

/* ========================= */
/* HERO SECTION */
/* ========================= */

.ys-hero {
  position: relative;
  height: 92vh;
  min-height: 620px;
  background: url('Images/Iynger\ Yoga\ in\ Jaipur\ by\ Light\ on\ Yogsadhana.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* OVERLAY */
.ys-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(44, 47, 54, 0.55),
    rgba(44, 47, 54, 0.65)
  );
  z-index: 1;
}

/* CONTENT */
.ys-hero__content {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  text-align: center;
  color: #ffffff;
  max-width: 520px;
}

/* ========================= */
/* HEADING */
/* ========================= */

.ys-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 14px;
  letter-spacing: 0.3px;
}

.ys-hero h1 span {
  display: block;
  font-weight: 400;
  opacity: 0.95;
}

/* ========================= */
/* SUBTEXT */
/* ========================= */

.ys-hero__sub {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
  opacity: 0.9;
}

/* ========================= */
/* CTA BUTTONS */
/* ========================= */

.ys-hero__cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 18px;
}

.ys-hero__cta .ys-btn {
  width: 100%;
  padding: 14px;
  border-radius: 14px;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

/* PRIMARY BUTTON */
.ys-btn--primary {
  background: #2F5D50;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(47, 93, 80, 0.25);
}

/* PRIMARY HOVER */
@media (hover: hover) {
  .ys-btn--primary:hover {
    background: #254b40;
    transform: translateY(-1px);
  }
}

/* OUTLINE BUTTON */
.ys-btn--outline {
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
}

/* OUTLINE HOVER */
@media (hover: hover) {
  .ys-btn--outline:hover {
    background: rgba(255, 255, 255, 0.12);
  }
}

/* ========================= */
/* TRUST LINE */
/* ========================= */

.ys-hero__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  opacity: 0.85;
  line-height: 1.4;
}

.ys-hero__trust svg {
  flex-shrink: 0;
}

/* ========================= */
/* DESKTOP STYLES */
/* ========================= */

@media (min-width: 768px) {

  .ys-hero {
    height: 100vh;
  }

  .ys-hero__content {
    max-width: 720px;
  }

  .ys-hero h1 {
    font-size: 44px;
    line-height: 1.25;
  }

  .ys-hero__sub {
    font-size: 17px;
    margin-bottom: 28px;
  }

  .ys-hero__cta {
    flex-direction: row;
    justify-content: center;
  }

  .ys-hero__cta .ys-btn {
    width: auto;
    padding: 14px 26px;
    font-size: 16px;
  }

  .ys-hero__trust {
    font-size: 14px;
  }
}

/* ========================= */
/* LARGE DESKTOP */
/* ========================= */

@media (min-width: 1200px) {

  .ys-hero__content {
    max-width: 820px;
  }

  .ys-hero h1 {
    font-size: 52px;
  }

}

/* ========================= */
/* PROBLEM SECTION */
/* ========================= */

.ys-problem {
  background: #F5F1EB;
  padding: 80px 20px;
}

.ys-problem__container {
  max-width: 600px;
  margin: auto;
  text-align: left; /* NOT centered (break monotony) */
}

/* LABEL */
.ys-problem__label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #D4A25A;
  display: block;
  margin-bottom: 14px;
}

/* TITLE */
.ys-problem__title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  line-height: 1.4;
  color: #2C2F36;
  margin-bottom: 16px;
}

.ys-problem__title span {
  display: block;
  color: #2F5D50;
}

/* BODY */
.ys-problem__text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 24px;
}

/* DIVIDER */
.ys-problem__divider {
  width: 60px;
  height: 2px;
  background: #D4A25A;
  margin: 24px 0;
}

/* HIGHLIGHT */
.ys-problem__highlight {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #2C2F36;
  line-height: 1.6;
}

/* ========================= */
/* DESKTOP */
/* ========================= */

@media (min-width: 768px) {

  .ys-problem {
    padding: 120px 20px;
  }

  .ys-problem__container {
    max-width: 800px;
  }

  .ys-problem__title {
    font-size: 38px;
  }

  .ys-problem__text {
    font-size: 17px;
  }

  .ys-problem__highlight {
    font-size: 18px;
  }

}

/* ========================= */
/* FEATURES PREMIUM */
/* ========================= */

.ys-features {
  background: linear-gradient(to bottom, #ffffff, #f8f6f2);
  padding: 90px 20px;
}

.ys-features__container {
  max-width: 1100px;
  margin: auto;
}

/* TITLE */
.ys-features__title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #2C2F36;
  margin-bottom: 50px;
  text-align: center;
}

/* GRID */
.ys-features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* CARD */
.ys-feature-card {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 26px;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 8px 25px rgba(0,0,0,0.04);
  transition: all 0.35s ease;
}

/* HOVER */
@media (hover: hover) {
  .ys-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  }
}

/* ICON BASE */
.ys-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.ys-feature-icon svg {
  width: 20px;
  height: 20px;
}

/* ICON COLORS */
.ys-icon-green {
  background: rgba(47, 93, 80, 0.12);
  color: #2F5D50;
}

.ys-icon-gold {
  background: rgba(212, 162, 90, 0.15);
  color: #D4A25A;
}

.ys-icon-soft {
  background: rgba(44, 47, 54, 0.08);
  color: #2C2F36;
}

/* TITLE */
.ys-feature-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  margin-bottom: 10px;
  color: #2C2F36;
}

/* TEXT */
.ys-feature-card p {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  line-height: 1.7;
  color: #555;
}

/* ========================= */
/* DESKTOP */
/* ========================= */

@media (min-width: 768px) {

  .ys-features {
    padding: 120px 20px;
  }

  .ys-features__title {
    font-size: 38px;
  }

  .ys-features__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .ys-feature-card {
    padding: 32px;
  }

  .ys-feature-card h3 {
    font-size: 21px;
  }

  .ys-feature-card p {
    font-size: 15.5px;
  }

}

/* ========================= */
/* PROGRAMS SECTION */
/* ========================= */

.ys-programs {
  background: #ffffff;
  padding: 90px 20px;
}

.ys-programs__container {
  max-width: 1100px;
  margin: auto;
}

/* TITLE */
.ys-programs__title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
  color: #2C2F36;
}

/* ========================= */
/* GRID */
/* ========================= */

.ys-programs__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

/* ========================= */
/* CARD BASE */
/* ========================= */

.ys-program-card {
  display: flex;
  flex-direction: column;
  background: #F5F1EB;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.05);
  transition: all 0.35s ease;
  height: 100%;
}

/* HOVER */
@media (hover: hover) {
  .ys-program-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  }
}

/* ========================= */
/* IMAGE */
/* ========================= */

.ys-program-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.ys-program-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* IMAGE HOVER ZOOM */
@media (hover: hover) {
  .ys-program-card:hover .ys-program-image img {
    transform: scale(1.05);
  }
}

/* ========================= */
/* CONTENT */
/* ========================= */

.ys-program-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

/* BADGE */
.ys-program-badge {
  font-size: 12px;
  background: rgba(255,255,255,0.2);
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-block;
  width: fit-content;
}

/* TITLE */
.ys-program-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #2C2F36;
}

/* TEXT */
.ys-program-card p {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  line-height: 1.6;
  color: #555;
}

/* LIST */
.ys-program-card ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.ys-program-card ul li {
  font-size: 14px;
  margin-bottom: 6px;
}

/* ========================= */
/* FOOTER (CTA FIX) */
/* ========================= */

.ys-program-footer {
  padding: 20px;
  margin-top: auto;
}

.ys-program-footer .ys-btn {
  width: 100%;
}

/* ========================= */
/* FEATURED CARD */
/* ========================= */

.ys-program-card--featured {
  background: linear-gradient(135deg, #2F5D50, #1f4037);
  color: #ffffff;
  transform: scale(1.01);
}

/* FEATURED TEXT COLORS */
.ys-program-card--featured h3,
.ys-program-card--featured p,
.ys-program-card--featured ul li {
  color: #ffffff;
}

/* FEATURED BUTTON */
.ys-program-card--featured .ys-btn {
  background: #ffffff;
  color: #2F5D50;
}

/* FEATURED BADGE */
.ys-program-card--featured .ys-program-badge {
  background: rgba(255,255,255,0.2);
  color: #ffffff;
}

/* ========================= */
/* DESKTOP */
/* ========================= */

@media (min-width: 768px) {

  .ys-programs {
    padding: 120px 20px;
  }

  .ys-programs__title {
    font-size: 38px;
    margin-bottom: 70px;
  }

  .ys-programs__grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 28px;
    align-items: stretch;
  }

  .ys-program-card--featured {
    transform: scale(1.04);
  }

}

/* ========================= */
/* LARGE DESKTOP */
/* ========================= */

@media (min-width: 1200px) {

  .ys-programs__container {
    max-width: 1200px;
  }

}

/* ========================= */
/* TESTIMONIALS */
/* ========================= */

.ys-testimonials {
  background: linear-gradient(to bottom, #f8f6f2, #ffffff);
  padding: 90px 20px;
}

.ys-testimonials__container {
  max-width: 1100px;
  margin: auto;
}

/* TITLE */
.ys-testimonials__title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  color: #2C2F36;
}

/* SLIDER */
.ys-testimonials__slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}

.ys-testimonials__slider::-webkit-scrollbar {
  display: none;
}

/* CARD */
.ys-testimonial-card {
  min-width: 280px;
  flex-shrink: 0;
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
  scroll-snap-align: start;
  transition: all 0.3s ease;
}

/* HOVER */
@media (hover: hover) {
  .ys-testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 35px rgba(0,0,0,0.08);
  }
}

/* TOP */
.ys-testimonial-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

/* AVATAR */
.ys-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2F5D50, #D4A25A);
}

/* NAME */
.ys-testimonial-card h4 {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  margin-bottom: 2px;
}

/* STARS */
.ys-stars {
  font-size: 13px;
  color: #D4A25A;
}

/* TEXT */
.ys-testimonial-card p {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  line-height: 1.6;
  color: #444;
}

/* ========================= */
/* DESKTOP */
/* ========================= */

@media (min-width: 768px) {

  .ys-testimonials {
    padding: 120px 20px;
  }

  .ys-testimonials__title {
    font-size: 38px;
    margin-bottom: 60px;
  }

  .ys-testimonials__slider {
    overflow: visible;
  }

  .ys-testimonial-card {
    min-width: auto;
    flex: 1;
  }

}

/* ========================= */
/* CONTENT - PREMIUM */
/* ========================= */

.ys-content {
  background: linear-gradient(to bottom, #F5F1EB, #ffffff);
  padding: 100px 20px;
}

.ys-content__container {
  max-width: 1100px;
  margin: auto;
}

/* HEADER */
.ys-content__header {
  text-align: center;
  margin-bottom: 60px;
}

.ys-content__header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #2C2F36;
  margin-bottom: 10px;
}

.ys-content__header p {
  font-family: 'Inter', sans-serif;
  color: #666;
}

/* LAYOUT */
.ys-content__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

/* ========================= */
/* FEATURE */
/* ========================= */

.ys-content-feature {
  position: relative;
}

/* MEDIA */
.ys-content-media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.ys-content-media img {
  width: 100%;
  display: block;
}

/* PLAY BUTTON */
.ys-play-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #2F5D50;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* TEXT OVERLAY STYLE */
.ys-content-feature-text {
  margin-top: 16px;
}

.ys-content-feature-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  margin-bottom: 6px;
}

.ys-content-feature-text p {
  font-family: 'Inter', sans-serif;
  color: #555;
}

/* ========================= */
/* SIDE CONTENT */
/* ========================= */

.ys-content-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ITEM */
.ys-content-item {
  padding: 18px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

/* HOVER */
@media (hover: hover) {
  .ys-content-item:hover {
    transform: translateX(6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  }
}

.ys-content-item h4 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  margin-bottom: 4px;
}

.ys-content-item span {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #777;
}

/* LINK */
.ys-content-link {
  margin-top: 10px;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  color: #2F5D50;
  font-weight: 500;
}

/* ========================= */
/* DESKTOP */
/* ========================= */

@media (min-width: 768px) {

  .ys-content__header h2 {
    font-size: 42px;
  }

  .ys-content__layout {
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
    align-items: center;
  }

  .ys-content-feature-text h3 {
    font-size: 24px;
  }

}

/* ========================= */
/* FINAL CTA SECTION */
/* ========================= */

.ys-final {
  background: linear-gradient(135deg, #F5F1EB, #ffffff);
  padding: 100px 20px;
  text-align: center;
}

.ys-final__container {
  max-width: 700px;
  margin: auto;
}

/* TITLE */
.ys-final h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  line-height: 1.4;
  color: #2C2F36;
  margin-bottom: 16px;
}

.ys-final h2 span {
  color: #2F5D50;
}

/* SUB */
.ys-final__sub {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #555;
  margin-bottom: 28px;
}

/* CTA */
.ys-final__cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}

.ys-final__cta .ys-btn {
  width: 100%;
}

/* NOTE */
.ys-final__note {
  font-size: 13px;
  color: #777;
}

/* ========================= */
/* DESKTOP */
/* ========================= */

@media (min-width: 768px) {

  .ys-final {
    padding: 140px 20px;
  }

  .ys-final h2 {
    font-size: 42px;
  }

  .ys-final__sub {
    font-size: 17px;
  }

  .ys-final__cta {
    flex-direction: row;
    justify-content: center;
  }

  .ys-final__cta .ys-btn {
    width: auto;
    padding: 14px 26px;
  }

}
/* MOBILE BUTTON FIX */
.ys-final__cta .ys-btn {
  width: auto;              /* remove full width */
  padding: 12px 22px;       /* reduce height */
  font-size: 14px;          /* slightly smaller text */
  border-radius: 10px;
  margin: 0 auto;           /* center button */
  display: inline-flex;
}

/* ========================= */
/* FOOTER - PREMIUM */
/* ========================= */

.ys-footer {
  background: linear-gradient(to top, #F5F1EB, #ffffff);
  padding: 80px 20px 30px;
  color: #2C2F36;
  position: relative;
}

/* CONTAINER */
.ys-footer__container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* ========================= */
/* BRAND */
/* ========================= */

.ys-footer__brand {
  max-width: 340px;
}

.ys-footer__brand img {
  height: 42px;
  margin-bottom: 14px;
}

.ys-footer__brand p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

/* ========================= */
/* LINKS */
/* ========================= */

.ys-footer__links,
.ys-footer__contact {
  display: flex;
  flex-direction: column;
}

/* HEADINGS */
.ys-footer__links h4,
.ys-footer__contact h4 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  margin-bottom: 14px;
  color: #2C2F36;
  position: relative;
}

/* GOLD UNDERLINE (PREMIUM TOUCH) */
.ys-footer__links h4::after,
.ys-footer__contact h4::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #D4A25A;
  display: block;
  margin-top: 6px;
}

/* LINKS */
.ys-footer__links a {
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  position: relative;
}

/* HOVER EFFECT */
.ys-footer__links a:hover {
  color: #2F5D50;
  transform: translateX(4px);
}

/* UNDERLINE ANIMATION */
.ys-footer__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background: #D4A25A;
  transition: 0.3s ease;
}

.ys-footer__links a:hover::after {
  width: 100%;
}

/* ========================= */
/* CONTACT */
/* ========================= */

.ys-footer__contact p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* WHATSAPP LINK */
.ys-footer__contact a {
  margin-top: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #2F5D50;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.ys-footer__contact a:hover {
  color: #1f4037;
  transform: translateX(3px);
}

/* ========================= */
/* DIVIDER */
/* ========================= */

.ys-footer__bottom {
  margin-top: 50px;
  padding-top: 18px;
  border-top: 1px solid rgba(212, 162, 90, 0.25);
  text-align: center;
}

.ys-footer__bottom p {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #777;
}

/* ========================= */
/* DESKTOP */
/* ========================= */

@media (min-width: 768px) {

  .ys-footer {
    padding: 100px 20px 40px;
  }

  .ys-footer__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
  }

  .ys-footer__brand {
    flex: 1.2;
  }

  .ys-footer__links {
    flex: 1;
  }

  .ys-footer__contact {
    flex: 1;
  }

}

/* ========================= */
/* LARGE DESKTOP */
/* ========================= */

@media (min-width: 1200px) {

  .ys-footer__container {
    max-width: 1200px;
  }

}

/* ========================= */
/* COMPARISON SECTION */
/* ========================= */

.ys-compare {
  background: #ffffff;
  padding: 100px 20px;
}

.ys-compare__container {
  max-width: 1000px;
  margin: auto;
}

/* TITLE */
.ys-compare__title {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: #2C2F36;
}

/* GRID */
.ys-compare__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* CARD */
.ys-compare-card {
  padding: 26px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.05);
}

/* NEGATIVE */
.ys-compare-card--negative {
  background: #fafafa;
}

/* POSITIVE (YOU) */
.ys-compare-card--positive {
  background: linear-gradient(135deg, #2F5D50, #1f4037);
  color: #ffffff;
}

/* TITLE */
.ys-compare-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  margin-bottom: 14px;
}

/* LIST */
.ys-compare-card ul {
  list-style: none;
  padding: 0;
}

.ys-compare-card ul li {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  margin-bottom: 10px;
  line-height: 1.5;
}

/* DESKTOP */
@media (min-width: 768px) {

  .ys-compare__title {
    font-size: 40px;
  }

  .ys-compare__grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .ys-compare-card {
    padding: 32px;
  }

}

/* ========================= */
/* TRAINER SECTION */
/* ========================= */

.ys-trainer {
  background: #F5F1EB;
  padding: 100px 20px;
}

.ys-trainer__container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}

/* IMAGE */
.ys-trainer__image {
  border-radius: 20px;
  overflow: hidden;
}

.ys-trainer__image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* CONTENT */
.ys-trainer__content {
  text-align: left;
}

/* TITLE */
.ys-trainer__title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin-bottom: 10px;
  color: #2C2F36;
}

/* NAME */
.ys-trainer__name {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  margin-bottom: 12px;
  color: #2F5D50;
}

/* TEXT */
.ys-trainer__intro,
.ys-trainer__philosophy {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 14px;
}

/* HIGHLIGHTS */
.ys-trainer__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 20px;
}

.ys-trainer__highlights span {
  background: rgba(47, 93, 80, 0.1);
  color: #2F5D50;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-family: 'Inter', sans-serif;
}

/* CTA */
.ys-trainer .ys-btn {
  display: inline-block;
}

/* ========================= */
/* DESKTOP */
/* ========================= */

@media (min-width: 768px) {

  .ys-trainer__container {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .ys-trainer__title {
    font-size: 38px;
  }

  .ys-trainer__name {
    font-size: 26px;
  }

  .ys-trainer__intro,
  .ys-trainer__philosophy {
    font-size: 16px;
  }

}

/* ========================= */
/* WHO THIS IS FOR */
/* ========================= */

.ys-who {
  background: linear-gradient(to bottom, #ffffff, #F5F1EB);
  padding: 100px 20px;
}

.ys-who__container {
  max-width: 1000px;
  margin: auto;
}

/* TITLE */
.ys-who__title {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: #2C2F36;
}

/* GRID */
.ys-who__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* CARD */
.ys-who-card {
  padding: 26px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.05);
}

/* POSITIVE */
.ys-who-card--positive {
  background: #ffffff;
}

/* NEGATIVE */
.ys-who-card--negative {
  background: rgba(0,0,0,0.02);
}

/* TITLE */
.ys-who-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  margin-bottom: 14px;
}

/* LIST */
.ys-who-card ul {
  list-style: none;
  padding: 0;
}

.ys-who-card ul li {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  margin-bottom: 10px;
  line-height: 1.5;
}

/* DESKTOP */
@media (min-width: 768px) {

  .ys-who__title {
    font-size: 40px;
  }

  .ys-who__grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

}
/* ========================= */
/* SECTION */
/* ========================= */

.ys-inquiry {
  padding: 80px 20px;
  background: linear-gradient(to bottom, #ffffff, #F5F1EB);
}

/* CONTAINER */
.ys-inquiry__container {
  max-width: 520px;
  margin: auto;
}

/* HEADER */
.ys-inquiry__header {
  text-align: center;
  margin-bottom: 30px;
}

.ys-inquiry__header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin-bottom: 6px;
}

.ys-inquiry__header p {
  font-size: 14px;
  color: #666;
}

/* ========================= */
/* STEP */
/* ========================= */

.ys-step {
  display: none;
  text-align: center;
}

.ys-step.active {
  display: block;
}

/* TITLE */
.ys-step h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

/* OPTIONS */
.ys-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

/* OPTION BUTTON */
.ys-options button {
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.1);
  background: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
}

/* HOVER */
.ys-options button:hover {
  border-color: #2F5D50;
  background: rgba(47,93,80,0.05);
}

/* SELECTED */
.ys-options button.selected {
  background: #2F5D50;
  color: #fff;
  border-color: #2F5D50;
}

/* ========================= */
/* INPUTS */
/* ========================= */

.ys-inputs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 14px;
}

.ys-inputs input {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.1);
}

/* BUTTON */
.ys-step .ys-btn {
  width: 100%;
  padding: 14px;
}

/* ========================= */
/* DESKTOP */
/* ========================= */

@media (min-width: 768px) {

  .ys-inquiry {
    padding: 120px 20px;
  }

  .ys-inquiry__header h2 {
    font-size: 36px;
  }

  .ys-step h3 {
    font-size: 20px;
  }

}