/* ===== SPARK SCHEDULE A TOUR PAGE — GLOBAL STYLES ===== */

/* --- Section Containers --- */
.sp-section {
  padding: 80px 24px;
}
.sp-inner {
  max-width: var(--sp-max);
  margin: 0 auto;
}
.sp-bg-sage { background: var(--sp-whisper); }
.sp-bg-white { background: var(--sp-white); }

/* --- Typography --- */
.sp-h1 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.18;
  color: var(--sp-heading);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.sp-h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--sp-heading);
  text-align: center;
  margin-bottom: 16px;
}
.sp-h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--sp-heading);
  margin-bottom: 12px;
}
.sp-body {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--sp-text);
}
.sp-body p {
  margin-bottom: 16px;
}
.sp-body p:last-child {
  margin-bottom: 0;
}
.sp-subheadline {
  font-family: 'DM Sans', sans-serif;
  font-size: 19px;
  line-height: 1.65;
  color: var(--sp-text);
  margin-bottom: 24px;
}

/* ===== BLOCK 1: HERO BANNER + SPLIT GRID ===== */

/* --- Photo Banner --- */
.sp-hero-banner {
  height: 400px;
  max-height: 45vh;
  min-height: 260px;
  overflow: hidden;
  background: #c9a77a;
}
.sp-hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

/* --- Split Grid Section (Text Left + Form Right) --- */
.sp-hero {
  padding: 56px 24px 64px;
  background: var(--sp-whisper);
}
.sp-hero-grid {
  max-width: var(--sp-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.sp-hero-content {
  padding-top: 12px;
}
.sp-hero-subheadline {
  font-family: 'DM Sans', sans-serif;
  font-size: 19px;
  line-height: 1.65;
  color: var(--sp-text);
  margin-bottom: 28px;
  max-width: 520px;
}
.sp-hero-ctas {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.sp-hero-scroll-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--sp-teal);
  text-decoration: none;
  transition: color 0.2s ease;
}
.sp-hero-scroll-btn:hover {
  color: #B86A28;
}
.sp-hero-scroll-btn svg {
  width: 20px;
  height: 20px;
}
/* Desktop: form is to the right — show right arrow */
.sp-hero-scroll-btn .sp-arrow-right { display: inline-block; }
.sp-hero-scroll-btn .sp-arrow-down { display: none; }
.sp-hero-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: var(--sp-gray);
}
.sp-hero-phone a {
  color: var(--sp-teal);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(212,126,48,0.3);
  transition: border-color 0.2s ease;
}
.sp-hero-phone a:hover {
  border-color: var(--sp-teal);
}
.sp-hero-phone svg {
  width: 18px;
  height: 18px;
  color: var(--sp-sage);
  flex-shrink: 0;
}

/* ===== TOUR BOOKING FORM ===== */
.sp-form-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 36px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06), 0 1px 4px rgba(0,0,0,0.04);
  scroll-margin-top: 100px;
}
.sp-form-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--sp-heading);
  margin-bottom: 8px;
}
.sp-form-card-intro {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--sp-gray);
  margin-bottom: 28px;
}
.sp-form-group {
  margin-bottom: 20px;
}
.sp-form-label {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--sp-text);
  margin-bottom: 6px;
}
.sp-form-label .sp-required {
  color: #C0392B;
  margin-left: 2px;
}
.sp-form-input,
.sp-form-select,
.sp-form-textarea {
  width: 100%;
  padding: 12px 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: var(--sp-text);
  background: var(--sp-white);
  border: 1px solid var(--sp-sage);
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.sp-form-input:focus,
.sp-form-select:focus,
.sp-form-textarea:focus {
  outline: none;
  border-color: var(--sp-teal);
  box-shadow: 0 0 0 3px rgba(212,126,48,0.12);
}
.sp-form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  padding-right: 44px;
}
.sp-form-textarea {
  min-height: 80px;
  resize: vertical;
}
.sp-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.sp-form-submit {
  display: block;
  width: 100%;
  padding: 16px 24px;
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: var(--sp-gold);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
  margin-top: 8px;
}
.sp-form-submit:hover {
  background: var(--sp-gold-hover);
}
.sp-form-submit:active {
  transform: scale(0.99);
}
.sp-form-note {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: var(--sp-gray);
  text-align: center;
  margin-top: 12px;
  line-height: 1.5;
}
.sp-form-note svg {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  margin-right: 4px;
  color: var(--sp-sage);
}

/* ===== BLOCK 2: WHAT YOUR TOUR LOOKS LIKE ===== */
.sp-tour-items {
  max-width: 780px;
  margin: 32px auto 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sp-tour-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  align-items: start;
}
.sp-tour-icon {
  width: 48px;
  height: 48px;
  background: var(--sp-whisper);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sp-tour-icon svg {
  width: 24px;
  height: 24px;
  color: var(--sp-teal);
}
.sp-tour-item-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--sp-heading);
  margin-bottom: 4px;
}
.sp-tour-item-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--sp-text);
}
.sp-tour-closing {
  max-width: 780px;
  margin: 40px auto 0;
  padding: 28px 32px;
  background: var(--sp-whisper);
  border-left: 4px solid var(--sp-sage);
  border-radius: 0 8px 8px 0;
}
.sp-tour-closing p {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sp-text);
  margin: 0;
}

/* ===== BLOCK 3: DR. PETERSON MESSAGE ===== */
.sp-message-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: start;
  max-width: 900px;
  margin: 0 auto;
}
.sp-message-photo {
  background: var(--sp-whisper);
  border-radius: 12px;
  height: 480px;
  max-height: 55vh;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.sp-message-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}
.sp-message-content {
  padding-top: 8px;
}
.sp-message-quote {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.55;
  color: var(--sp-heading);
  border-left: 4px solid var(--sp-gold);
  padding-left: 24px;
  margin-bottom: 24px;
}
.sp-message-body {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--sp-text);
}
.sp-message-body p {
  margin-bottom: 14px;
}
.sp-message-body p:last-child {
  margin-bottom: 0;
}
.sp-message-attr {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--sp-teal);
  margin-top: 20px;
}

/* ===== BLOCK 4: TESTIMONIAL ===== */
.sp-testimonial-section {
  padding: 64px 24px;
  background: linear-gradient(135deg, var(--sp-teal) 0%, #A8641F 100%);
  text-align: center;
}
.sp-testimonial-inner {
  max-width: 780px;
  margin: 0 auto;
}
.sp-testimonial-section .sp-h2 {
  color: #fff;
}
.sp-testimonial-content {
  margin-top: 24px;
}
.sp-testimonial-quote {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
  color: rgba(255,255,255,0.92);
}
.sp-testimonial-attr {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  margin-top: 20px;
}
.sp-testimonial-link {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  margin-top: 24px;
  transition: color 0.2s ease;
}
.sp-testimonial-link:hover {
  color: #fff;
}
.sp-testimonial-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  font-style: italic;
  max-width: 500px;
  margin: 24px auto 0;
}
.sp-testimonial-placeholder a {
  color: rgba(255,255,255,0.85);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.35);
}

/* ===== BLOCK 5: FAQ ACCORDION ===== */
.sp-faq-list {
  max-width: 780px;
  margin: 40px auto 0;
}
.sp-faq-item {
  border-bottom: 1px solid var(--sp-sage);
}
.sp-faq-item:first-child {
  border-top: 1px solid var(--sp-sage);
}
.sp-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 4px;
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--sp-heading);
  cursor: pointer;
  list-style: none;
  transition: color 0.2s ease;
}
.sp-faq-item summary::-webkit-details-marker {
  display: none;
}
.sp-faq-item summary::marker {
  display: none;
  content: '';
}
.sp-faq-item summary:hover {
  color: var(--sp-teal);
}
.sp-faq-chevron {
  width: 24px;
  height: 24px;
  color: var(--sp-sage);
  flex-shrink: 0;
  transition: transform 0.3s ease, color 0.3s ease;
}
.sp-faq-item[open] .sp-faq-chevron {
  transform: rotate(180deg);
  color: var(--sp-teal);
}
.sp-faq-answer {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: var(--sp-text);
  padding: 0 4px 24px;
}
.sp-faq-answer a {
  color: var(--sp-teal);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(212,126,48,0.25);
  transition: border-color 0.2s ease;
}
.sp-faq-answer a:hover {
  border-color: var(--sp-teal);
}

/* ===== BLOCK 6: HAVE A QUESTION FORM ===== */
.sp-question-form-card {
  background: #fff;
  border-radius: 12px;
  padding: 36px 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  max-width: 640px;
  margin: 0 auto;
  scroll-margin-top: 100px;
}
.sp-question-h2 {
  text-align: center;
  margin-bottom: 8px;
}
.sp-question-intro {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--sp-text);
  text-align: center;
  max-width: 520px;
  margin: 0 auto 28px;
}
.sp-form-submit-teal {
  display: block;
  width: 100%;
  padding: 14px 24px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: var(--sp-gold);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-top: 8px;
}
.sp-form-submit-teal:hover {
  background: var(--sp-gold-hover);
}

/* ===== BLOCK 7: LOCATION ===== */
.sp-location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.sp-contact-block {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sp-contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: var(--sp-text);
}
.sp-contact-row svg {
  width: 22px;
  height: 22px;
  color: var(--sp-teal);
  flex-shrink: 0;
}
.sp-contact-row a {
  color: var(--sp-teal);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(212,126,48,0.25);
  transition: border-color 0.2s ease;
}
.sp-contact-row a:hover {
  border-color: var(--sp-teal);
}
.sp-map-placeholder {
  background: var(--sp-whisper);
  border-radius: 12px;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 24px;
  opacity: 0.5;
}
.sp-map-placeholder span {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--sp-text);
}

/* ===== POSITIONING FOOTER ===== */
.sp-positioning-footer {
  padding: 28px 24px;
  background: var(--sp-teal);
  text-align: center;
}
.sp-positioning-footer p {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: rgba(255,255,255,0.75);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}

/* ===== RESPONSIVE: TABLET (768–1024px) ===== */
@media (max-width: 1024px) {
  .sp-hero-banner {
    height: 340px;
    min-height: 220px;
  }
  .sp-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sp-hero-content {
    text-align: center;
    padding-top: 0;
  }
  .sp-h1 {
    font-size: 40px;
  }
  .sp-hero-subheadline {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-hero-ctas {
    align-items: center;
  }
  /* Stacked layout: form is below — show down arrow */
  .sp-hero-scroll-btn .sp-arrow-right { display: none; }
  .sp-hero-scroll-btn .sp-arrow-down { display: inline-block; }
  .sp-form-card {
    max-width: 560px;
    margin: 0 auto;
  }
  .sp-message-grid {
    grid-template-columns: 220px 1fr;
    gap: 36px;
  }
  .sp-location-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  /* Tappable link underlines on touch devices */
  /* sp-hero-phone a excluded — styled as a button on mobile with its own full border */
  /* sp-contact-row a excluded — already uses border-bottom as its underline */
  .sp-testimonial-link,
  .sp-faq-answer a {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: rgba(212,126,48,0.4);
  }
}

/* ===== RESPONSIVE: MOBILE (360–767px) ===== */
@media (max-width: 767px) {
  .sp-section {
    padding: 48px 20px;
  }
  .sp-hero-banner {
    height: 260px;
    min-height: 200px;
  }
  .sp-hero {
    padding: 40px 20px 48px;
  }
  .sp-hero-grid {
    gap: 32px;
  }
  .sp-h1 {
    font-size: 32px;
  }
  .sp-h2 {
    font-size: 28px;
  }
  .sp-h3 {
    font-size: 21px;
  }
  .sp-hero-subheadline {
    font-size: 17px;
  }
  .sp-form-card {
    padding: 28px 22px;
  }
  .sp-form-card-title {
    font-size: 24px;
  }
  .sp-form-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sp-tour-item {
    grid-template-columns: 40px 1fr;
    gap: 14px;
  }
  .sp-tour-icon {
    width: 40px;
    height: 40px;
  }
  .sp-tour-icon svg {
    width: 20px;
    height: 20px;
  }
  .sp-tour-closing {
    padding: 22px 20px;
  }
  .sp-message-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .sp-message-photo {
    max-width: 280px;
    height: 360px;
    min-height: 260px;
    margin: 0 auto;
  }
  .sp-message-quote {
    font-size: 19px;
    padding-left: 20px;
  }
  .sp-testimonial-section {
    padding: 48px 20px;
  }
  .sp-testimonial-quote {
    font-size: 18px;
  }
  .sp-faq-item summary {
    font-size: 16px;
    padding: 18px 4px;
  }
  .sp-question-form-card {
    padding: 28px 22px;
  }
  .sp-location-grid {
    gap: 28px;
  }
  .sp-hero-phone svg {
    display: none;
  }
}

/* ===== RESPONSIVE: FOLDABLE / SMALL PHONE (below 360px) ===== */
@media (max-width: 360px) {
  .sp-hero-banner {
    height: 220px;
    min-height: 180px;
  }
  .sp-hero {
    padding: 32px 16px 40px;
  }
  .sp-section {
    padding: 40px 16px;
  }
  .sp-h1 {
    font-size: 28px;
  }
  .sp-h2 {
    font-size: 25px;
  }
  .sp-form-card {
    padding: 24px 18px;
  }
  .sp-form-card-title {
    font-size: 22px;
  }
  .sp-faq-item summary {
    font-size: 15px;
  }
  .sp-message-quote {
    font-size: 17px;
  }
}

/* ===== PRINT ===== */
@media print {
  .sp-hero, .sp-section, .sp-testimonial-section {
    padding: 24px 0;
  }
  .sp-form-card, .sp-question-form-card {
    box-shadow: none;
    border: 1px solid #ccc;
  }
}

/* --- Colorful Redesign: Brand & Program Colors --- */
:root {
  /* Logo Triangle Colors (decorative motifs) */
  --sp-tri-pink: #FAC1BB;
  --sp-tri-orange: #F9A054;
  --sp-tri-yellow: #FFC716;
  --sp-tri-green: #808E71;
  --sp-tri-blue: #5E8B96;

  /* Program Color (Warm Orange — Conversion Zone) */
  --sp-program: #D47E30;
  --sp-program-dark: #B86A28;
  --sp-program-deep: #9C5820;
  --sp-program-light: rgba(212,126,48,0.08);
  --sp-program-lighter: rgba(212,126,48,0.05);
  --sp-program-wash: #FEF4EB;
  --sp-program-whisper: #FCE8D5;
  --sp-program-border: rgba(212,126,48,0.20);
}

/* --- Triangle Section Divider (After Hero) --- */
.sp-triangle-divider {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  padding: 18px 0 14px;
  background: transparent;
}
.sp-tri {
  width: 0;
  height: 0;
  border-left: solid transparent;
  border-right: solid transparent;
  border-bottom: solid;
  opacity: 0.7;
}
.sp-tri-1 { border-bottom-color: var(--sp-tri-pink); border-left-width: 14px; border-right-width: 14px; border-bottom-width: 20px; }
.sp-tri-2 { border-bottom-color: var(--sp-tri-orange); border-left-width: 11px; border-right-width: 11px; border-bottom-width: 16px; }
.sp-tri-3 { border-bottom-color: var(--sp-tri-yellow); border-left-width: 16px; border-right-width: 16px; border-bottom-width: 23px; }
.sp-tri-4 { border-bottom-color: var(--sp-tri-green); border-left-width: 10px; border-right-width: 10px; border-bottom-width: 14px; }
.sp-tri-5 { border-bottom-color: var(--sp-tri-blue); border-left-width: 13px; border-right-width: 13px; border-bottom-width: 18px; }

/* --- Color Bar Divider (Between Sections) --- */
.sp-color-bar {
  display: flex;
  height: 4px;
  width: 100%;
}
.sp-color-bar::before,
.sp-color-bar::after {
  content: '';
  flex: 1;
}
.sp-color-bar::before {
  background: linear-gradient(90deg,
    var(--sp-tri-pink) 0%,
    var(--sp-tri-orange) 25%,
    var(--sp-tri-yellow) 50%
  );
}
.sp-color-bar::after {
  background: linear-gradient(90deg,
    var(--sp-tri-yellow) 0%,
    var(--sp-tri-green) 50%,
    var(--sp-tri-blue) 100%
  );
}

/* --- Footer Triangles --- */
.sp-footer-triangles {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.sp-ft {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 11px solid;
  opacity: 0.6;
}

/* --- Responsive: Triangle Divider --- */
@media (max-width: 767px) {
  .sp-triangle-divider {
    gap: 8px;
    padding: 14px 0 10px;
    transform: scale(0.8);
  }
}
@media (max-width: 360px) {
  .sp-triangle-divider {
    transform: scale(0.65);
  }
}
