/* ============================================
   STAY N TRAIN PAGE
   All classes use .snt- prefix
   ============================================ */

/* ---- HERO ---- */
.snt-hero {
  padding: 120px 0 80px;
  background: #ffffff;
  overflow: hidden;
}

.snt-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

/* Left column */
.snt-hero__text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.snt-hero__title-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.snt-hero__title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: #111827;
}

.snt-hero__title span {
  color: #9333ea;
  font-weight: 650;
}

.snt-hero__desc {
  font-size: 20px;
  color: #4b5563;
  line-height: 1.625;
  max-width: 512px;
}

/* Feature pills */
.snt-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.snt-hero__feature {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #374151;
  font-size: 15px;
}

.snt-hero__feature i {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.snt-hero__feature--green i { color: #22c55e; }
.snt-hero__feature--blue i { color: #3b82f6; }
.snt-hero__feature--purple i { color: #a78bfa; }

/* CTA buttons */
.snt-hero__ctas {
  display: flex;
  gap: 16px;
}

.snt-hero__btn {
  padding: 10px 32px;
  border-radius: 12px;
  font-size: 17.6px;
  font-weight: 450;
  transition: all 0.3s ease;
  cursor: pointer;
}

.snt-hero__btn--primary {
  background: #9333ea;
  color: #fff;
  border: none;
}

.snt-hero__btn--primary:hover {
  background: #7c3aed;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(147, 51, 234, 0.3);
}

.snt-hero__btn--outline {
  background: #fff;
  color: #9333ea;
  border: 1.6px solid #e9d5ff;
}

.snt-hero__btn--outline:hover {
  background: #f5f3ff;
  border-color: #9333ea;
}

/* Right column — image */
.snt-hero__media {
  position: relative;
}

.snt-hero__image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Stats card */
.snt-hero__stats-card {
  position: absolute;
  bottom: -24px;
  left: -24px;
  padding: 24px;
  border: 0.8px solid #f3f4f6;
  border-radius: 24px;
  background: #fff;
  text-align: center;
  z-index: 2;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.snt-hero__stats-value {
  font-size: 30px;
  font-weight: 700;
  color: #7c3aed;
  line-height: 1.2;
}

.snt-hero__stats-label {
  margin-top: 4px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.2;
}

/* Background blur overlay */
.snt-hero__bg-blur {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: linear-gradient(to right bottom, #ddd6fe, #fbcfe8);
  opacity: 0.2;
  transform: rotate(2.5deg) scale(1.04);
  z-index: 0;
}


/* ---- SERVICE PACKAGES ---- */
.snt-packages {
  padding: 80px 0;
  background: #f9fafb;
}

.snt-packages__header {
  text-align: center;
  margin-bottom: 64px;
}

.snt-packages__title {
  font-size: 40px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 24px;
}

.snt-packages__desc {
  font-size: 20px;
  color: #4b5563;
  line-height: 1.4;
  max-width: 768px;
  margin: 0 auto;
}

/* Grid */
.snt-packages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  justify-content: center;
  align-items: start;
}

/* Card */
.snt-package-card {
  position: relative;
  background: #fff;
  border: 1.6px solid #f3f4f6;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: visible;
}

.snt-package-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

/* Featured card */
.snt-package-card--featured {
  border-color: #9333ea;
  box-shadow: 0 10px 25px -5px rgba(124, 58, 237, 0.5);
}

.snt-package-card--featured:hover {
  box-shadow: 0 16px 40px -5px rgba(124, 58, 237, 0.4);
}

/* Premium card */
.snt-package-card--premium {
  border: 0.8px solid #e9d5ff;
  background: linear-gradient(to right bottom, #faf5ff, #faf5ff, #fdf2f8);
}

/* Badge */
.snt-package-card__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 16px;
  border: 0.8px solid #fff;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

.snt-package-card__badge--popular {
  background: #9333ea;
}

.snt-package-card__badge--popular i {
  width: 12px;
  height: 12px;
}

.snt-package-card__badge--premium {
  background: linear-gradient(to right, #9333ea, #ec4899);
}

/* Card header */
.snt-package-card__header {
  padding: 24px 24px 16px;
  text-align: center;
}

.snt-package-card__icon {
  display: flex;
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  border-radius: 9999px;
  background: #f3e8ff;
  align-items: center;
  justify-content: center;
}

.snt-package-card__icon i {
  width: 32px;
  height: 32px;
  color: #a855f7;
}

.snt-package-card--premium .snt-package-card__icon i {
  color: #9333ea;
}

.snt-package-card__duration {
  font-size: 24px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
}

.snt-package-card__price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.snt-package-card__price-row i {
  width: 24px;
  height: 24px;
  color: #6b7280;
}

.snt-package-card__price {
  font-size: 36px;
  font-weight: 500;
  color: #111827;
  line-height: 1.2;
}

.snt-package-card__commands {
  color: #6b7280;
  font-size: 14px;
  margin-top: 4px;
}

/* Card content — benefits list */
.snt-package-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 24px 24px;
}

.snt-package-card__benefit {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #374151;
}

.snt-package-card__benefit i {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Green check = new in this tier */
.snt-package-card__benefit--new i {
  color: #22c55e;
}

/* Grey plus = inherited from lower tier */
.snt-package-card__benefit--inherited {
  color: #6b7280;
}

.snt-package-card__benefit--inherited i {
  color: #9ca3af;
}

/* Card CTA button */
.snt-package-card__btn {
  display: block;
  width: calc(100% - 48px);
  margin: 16px auto 0;
  padding: 10px 32px;
  border-radius: 8px;
  font-size: 17.6px;
  font-weight: 450;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.snt-package-card__btn--outline {
  background: #fff;
  color: #9333ea;
  border: 1.6px solid #e9d5ff;
}

.snt-package-card__btn--outline:hover {
  background: #f5f3ff;
  border-color: #9333ea;
}

.snt-package-card__btn--solid {
  background: #9333ea;
  color: #fff;
  border: none;
}

.snt-package-card__btn--solid:hover {
  background: #7c3aed;
}

.snt-package-card__btn--gradient {
  background: linear-gradient(to right, #9333ea, #db2777);
  color: #fff;
  border: none;
}

.snt-package-card__btn--gradient:hover {
  opacity: 0.9;
}

/* Footer text */
.snt-packages__footer {
  text-align: center;
  margin-top: 48px;
  font-size: 18px;
  color: #4b5563;
}

.snt-packages__footer b {
  color: #9333ea;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

.snt-packages__footer b:hover {
  color: #7c3aed;
}


/* ---- TESTIMONIALS ---- */
.snt-testimonials {
  padding: 80px 0;
  background: #fff;
}

.snt-testimonials__header {
  text-align: center;
  margin-bottom: 64px;
}

.snt-testimonials__title {
  font-size: 40px;
  font-weight: 550;
  color: #111827;
  margin-bottom: 24px;
}

.snt-testimonials__desc {
  font-size: 20px;
  color: #4b5563;
  max-width: 768px;
  margin: 0 auto;
}

/* Grid */
.snt-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Card */
.snt-testimonial-card {
  border: 0.8px solid #e9d5ff;
  border-radius: 8px;
  background: linear-gradient(to right bottom, #f5f3ff, #ffffff);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.snt-testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.snt-testimonial-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  height: 100%;
}

/* Stars */
.snt-testimonial-card__stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.snt-testimonial-card__stars i {
  width: 20px;
  height: 20px;
  color: #facc15;
}

/* Quote */
.snt-testimonial-card__quote {
  position: relative;
  margin-bottom: 24px;
}

.snt-testimonial-card__quote-icon {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 32px;
  height: 32px;
  color: #e9d5ff;
}

.snt-testimonial-card__quote p {
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #374151;
}

/* Author */
.snt-testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.snt-testimonial-card__avatar {
  width: 48px;
  height: 48px;
  border: 1.6px solid #e9d5ff;
  border-radius: 9999px;
  object-fit: cover;
}

.snt-testimonial-card__name {
  font-weight: 600;
  color: #111827;
  font-size: 14px;
}

.snt-testimonial-card__puppy {
  color: #7c3aed;
  font-size: 14px;
}

.snt-testimonial-card__program {
  color: #6b7280;
  font-size: 14px;
}


/* ---- FINAL CTA ---- */
.snt-cta {
  position: relative;
  padding: 96px 0;
  background: linear-gradient(135deg, #9333ea, #7c3aed, #6d28d9);
  text-align: center;
  overflow: hidden;
}

.snt-cta__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.snt-cta__circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.snt-cta__circle--1 {
  width: 256px;
  height: 256px;
  top: 60px;
  left: 60px;
}

.snt-cta__circle--2 {
  width: 384px;
  height: 384px;
  bottom: 60px;
  right: 60px;
}

.snt-cta__content {
  position: relative;
  z-index: 2;
}

.snt-cta__title {
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 16px;
}

.snt-cta__desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  max-width: 560px;
  margin: 0 auto 32px;
}

.snt-cta__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.snt-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.snt-cta__btn:hover {
  transform: translateY(-2px);
}

.snt-cta__btn--primary {
  background: #fff;
  color: #9333ea;
  border: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.snt-cta__btn--primary:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.snt-cta__btn--ghost {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.snt-cta__btn--ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.snt-cta__btn svg {
  width: 18px;
  height: 18px;
}


/* ---- RESPONSIVE ---- */

/* 1024px */
@media (max-width: 1024px) {
  .snt-hero__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .snt-hero__title {
    font-size: 48px;
  }

  .snt-packages__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }

  .snt-packages__grid .snt-package-card:last-child {
    grid-column: 1 / -1;
    max-width: 360px;
    justify-self: center;
  }

  .snt-testimonials__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .snt-testimonials__grid .snt-testimonial-card:last-child {
    grid-column: 1 / -1;
    max-width: 380px;
    justify-self: center;
  }
}

/* 768px */
@media (max-width: 768px) {
  .snt-hero {
    padding: 100px 0 60px;
  }

  .snt-hero__title {
    font-size: 40px;
  }

  .snt-hero__image {
    height: 360px;
  }

  .snt-packages__grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .snt-packages__grid .snt-package-card:last-child {
    max-width: none;
  }

  .snt-testimonials__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .snt-testimonials__grid .snt-testimonial-card:last-child {
    max-width: none;
  }

  .snt-packages__title,
  .snt-testimonials__title,
  .snt-cta__title {
    font-size: 32px;
  }
}

/* 640px */
@media (max-width: 640px) {
  .snt-hero__title {
    font-size: 36px;
  }

  .snt-hero__desc {
    font-size: 18px;
  }

  .snt-hero__features {
    gap: 16px;
  }

  .snt-hero__ctas {
    flex-direction: column;
  }

  .snt-hero__btn {
    text-align: center;
  }

  .snt-hero__stats-card {
    left: auto;
    right: 16px;
    bottom: -16px;
  }

  .snt-packages,
  .snt-testimonials {
    padding: 64px 0;
  }

  .snt-cta__circle--1 {
    width: 160px;
    height: 160px;
    top: 30px;
    left: 20px;
  }

  .snt-cta__circle--2 {
    width: 240px;
    height: 240px;
    bottom: 30px;
    right: 20px;
  }
}
