/* ── service.css ─────────────────────────────────────────────── */

/* Base reset for service page */
.services-page {
  background: #000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.services-page .nav {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.services-page .nav-offer {
  top: 15px;
}

.nav-link--active {
  color: #fff !important;
}

.nav-link--active::after {
  transform: scaleX(1) !important;
}

/* ── Main wrapper ────────────────────────────────────────────── */
.sp-main {

  margin: 0 auto;
  padding: 0 40px;
  margin-left: 3rem;
  margin-right: 3rem;
}

/* ── Page header ─────────────────────────────────────────────── */
.sp-header {
  padding-top: 16rem;
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: center;
}

.sp-title {
  font-family: 'Lora', serif;
  font-size: 5.7rem;
  font-weight: 400;
  line-height: 1.05;
  margin: 0;
  color: #fff;
}

.sp-intro {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.sp-intro strong {
  font-weight: 700;
}

/* ── Divider ─────────────────────────────────────────────────── */
.sp-divider {
  width: 340px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  margin: 5rem auto 56px;
}

/* ── Offer section ───────────────────────────────────────────── */
.sp-offer {
  margin-bottom: 56px;
  margin-right: 4rem;
  margin-left: 4rem;
  margin-top: 7rem;

}

.sp-offer-title {
  font-family: 'Lora', serif;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
  color: #fff;
  letter-spacing: -0.01em;
}

.sp-offer-title em {
  font-style: italic;
}

.sp-offer-tag {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  vertical-align: middle;
  margin-left: 6px;
}

.sp-offer-body {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 48px;
  align-items: start;
}

.sp-offer-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 28px;
}

.sp-offer-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  text-align: justify;
  margin: 0;
  max-width: 580px;

}

/* ── Card ────────────────────────────────────────────────────── */
.sp-card {
  border-radius: 10px;
  padding: 36px 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sp-card:hover {
  transform: scale(1.07);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.sp-card--light {
  background: #e8e8e4;
  color: #000;
}

.sp-card--dark {
  background: #1a1a1a;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.sp-card--coaching {
  background: #cbc4c0;
  color: #000000;
}

.sp-card--coaching .sp-card-btn {
  background: #fff;
  color: #000;
  border-radius: 100px;
}

.sp-card--online {
  background: #dfdacf;
  color: #000;
}

/* ── Multi-card sections ─────────────────────────────────────── */
.sp-offer--multi {
  display: block;
}

.sp-offer-title--full {
  margin-bottom: 12px;
}

.sp-offer-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 28px 0;
  max-width: 620px;
  text-align: justify;
}

.sp-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.sp-cards-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.sp-offer--online .sp-cards-grid--3 {
  max-width: 100%;
}

.sp-card-btn--dark {
  background: #000;
  color: #fff;
}

.sp-card-meta {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: inherit;
  opacity: 0.5;
  margin: 0 0 6px 0;
}

.sp-card-title {
  font-family: 'Lora', serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 4px 0;
  color: inherit;
}

.sp-card-sub {
  font-size: 0.78rem;
  color: inherit;
  opacity: 0.55;
  margin: 0 0 20px 0;
}

.sp-card-line {
  height: 1px;
  background: currentColor;
  opacity: 0.15;
  margin-bottom: 20px;
}

.sp-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-card-price {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  color: inherit;
}

.sp-card-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 9px 22px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
}

.sp-card--light .sp-card-btn {
  background: #fff;
  color: #000;
}

.sp-card--dark .sp-card-btn {
  background: #fff;
  color: #000;
}

.sp-card-btn:hover {
  opacity: 0.8;
}

/* ── CTA ─────────────────────────────────────────────────────── */
.sp-cta-kicker {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.sp-cta-title {
  font-family: 'Lora', serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: #fff;
}

.sp-cta-text {
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.58);
  max-width: 520px;
}


/* ── Price unit ──────────────────────────────────────────────── */
.sp-card-price-unit {
  font-size: 0.7em;
  font-weight: 400;
  opacity: 0.6;
  letter-spacing: 0;
}

/* ── Online extra note ───────────────────────────────────────── */
.sp-online-extra {
  margin-top: 56px;
  font-family: 'Urbanist', sans-serif;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
}

.sp-online-extra strong {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
}

/* ── Pack includes ───────────────────────────────────────────── */
.sp-pack-includes {
  margin-top: 80px;
  padding: 52px 56px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}

.sp-pack-includes-title {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.sp-pack-includes-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sp-pack-includes-list li {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
  padding-left: 22px;
  position: relative;
}

.sp-pack-includes-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.85rem;
}

.sp-pack-includes-list li strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.sp-pack-includes-note {
  font-family: 'Urbanist', sans-serif;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
}

/* ── Bottom duo ──────────────────────────────────────────────── */
.sp-bottom-duo {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  padding: 100px 0 60px;
  align-items: start;
}

.sp-duo-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 0 60px;
}

.sp-duo-panel .sp-cta-kicker {
  margin-bottom: 4px;
}

.sp-duo-panel .sp-cta-title {
  margin-bottom: 4px;
}

.sp-duo-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.1);
  margin: 8px 0;
}

.sp-duo-locations {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: -8px;
}

.sp-duo-loc {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.58);
}

.sp-duo-sep {
  color: rgba(255, 255, 255, 0.2);
  font-size: 1rem;
}

.sp-duo-cta-row {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
  margin-top: 20px;
}

/* ── Duo form ────────────────────────────────────────────────── */
.sp-duo-form {
  max-width: 860px;
  width: 100%;
  margin: 0 auto 100px;
  padding: 40px 48px;
}

.sp-duo-form-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.sp-duo-form-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: end;
}

.sp-duo-form-message textarea {
  min-height: 80px;
  resize: none;
}

.sp-duo-form-submit {
  align-self: end;
  white-space: nowrap;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 900px) {
  .sp-cards-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .sp-main {
    padding: 0 20px;
  }

  .sp-title {
    font-size: 2.2rem;
  }

  .sp-offer-body {
    grid-template-columns: 1fr;
  }

  .sp-divider {
    width: 160px;
  }

  .sp-cards-grid,
  .sp-cards-grid--3 {
    grid-template-columns: 1fr;
  }

  .sp-bottom-duo {
    grid-template-columns: 1fr;
    padding: 60px 0 80px;
  }

  .sp-duo-panel {
    padding: 0 20px;
  }

  .sp-duo-divider {
    width: 60px;
    height: 1px;
    align-self: auto;
    margin: 8px 20px;
  }
}
