/* =====================================================================
   service-pages.css — shared styles for Suite Sweep sub-pages
   Pairs with styles.css (which supplies nav, footer, buttons, reveal,
   and the design tokens via colors_and_type.css). This file only adds
   the page-specific sections: service hero, "what's included" grid,
   note box, and closing CTA strip.
   ===================================================================== */

/* ---------- SERVICE / APPLY HERO ---------- */
.sp-hero {
  position: relative; overflow: hidden;
  background: #2A3545 center/cover no-repeat;
  padding: 0;
}
.sp-hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(rgba(30,36,48,0.74), rgba(30,36,48,0.86));
}
.sp-hero-inner {
  position: relative; max-width: 880px; margin: 0 auto;
  padding: 120px 40px 110px; text-align: center; color: white;
}
.sp-kicker {
  font-family: var(--font-cond); font-weight: 500; font-size: 13px;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-500);
  margin-bottom: 16px;
}
.sp-hero-h1 {
  font-family: var(--font-display); font-size: clamp(44px, 6vw, 76px);
  line-height: 1.0; letter-spacing: 0.005em; text-transform: uppercase;
  color: white; margin: 0 0 20px; text-shadow: 0 2px 30px rgba(0,0,0,0.35);
}
.sp-hero-sub {
  font-size: 15px; line-height: 1.65; color: rgba(255,255,255,0.9);
  max-width: 640px; margin: 0 auto 30px;
}
.sp-hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.sp-hero-ctas .ss-btn { min-width: 180px; }
.sp-btn--gold { background: var(--gold-500); color: var(--navy-900); }
.sp-btn--gold:hover { background: var(--gold-400); color: var(--navy-900); }
.sp-btn--phone {
  background: transparent; color: var(--sky-500);
  box-shadow: inset 0 0 0 2px var(--sky-500);
}
.sp-btn--phone:hover { background: var(--sky-500); color: white; }
.sp-price-line {
  margin-top: 22px;
  font-family: var(--font-cond); font-weight: 500; font-size: 14px;
  letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.82);
}
.sp-price-line b { color: var(--gold-500); font-weight: 600; }

/* ---------- WHAT'S INCLUDED ---------- */
.sp-included { background: var(--ivory-50); padding: 84px 40px; }
.sp-included-inner { max-width: 1100px; margin: 0 auto; }
.sp-section-head { text-align: center; margin-bottom: 48px; }
.sp-section-head .sp-kicker { color: var(--sky-500); }
.sp-section-h2 {
  font-family: var(--font-display); font-size: 44px; line-height: 1;
  text-transform: uppercase; letter-spacing: 0.005em; color: var(--navy-900); margin: 0;
}
.sp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.sp-card {
  background: var(--navy-800);
  border-left: 3px solid var(--gold-500);
  border-radius: 4px; padding: 30px 30px 28px;
  transition: transform 280ms cubic-bezier(0.22,1,0.36,1), box-shadow 280ms;
}
.sp-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(30,36,48,0.22); }
.sp-card h3 {
  font-family: var(--font-display); font-size: 22px;
  text-transform: uppercase; letter-spacing: 0.02em; color: white; margin: 0 0 18px;
}
.sp-card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.sp-card li {
  position: relative; padding-left: 22px;
  font-size: 13.5px; line-height: 1.5; color: rgba(255,255,255,0.82);
}
.sp-card li::before {
  content: ''; position: absolute; left: 0; top: 8px;
  width: 8px; height: 8px; border-radius: 50%; background: var(--gold-500);
}

/* ---------- NOTE BOX ---------- */
.sp-note {
  max-width: 1100px; margin: 28px auto 0;
  background: rgba(201,168,76,0.10);
  border: 1px solid rgba(201,168,76,0.4);
  border-radius: 4px; padding: 24px 28px;
  font-size: 14px; line-height: 1.6; color: var(--ink-700);
}
.sp-note b { color: var(--navy-900); }

/* ---------- CLOSING CTA STRIP ---------- */
.sp-cta {
  padding: 80px 40px; text-align: center; color: white;
  background: linear-gradient(120deg, var(--navy-900) 0%, var(--navy-700) 100%);
  border-top: 1px solid var(--gold-500);
}
.sp-cta h2 {
  font-family: var(--font-display); font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1.02; text-transform: uppercase; letter-spacing: 0.005em;
  color: white; margin: 0 0 16px;
}
.sp-cta p { font-size: 15px; line-height: 1.6; color: rgba(255,255,255,0.82); max-width: 600px; margin: 0 auto 28px; }
.sp-cta-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.sp-cta-ctas .ss-btn { min-width: 180px; }

/* ---------- APPLY FORM ---------- */
.sp-apply { background: var(--ivory-50); padding: 72px 40px 90px; }
.sp-apply-card {
  max-width: 760px; margin: 0 auto;
  background: var(--navy-800);
  border-top: 3px solid var(--gold-500);
  border-radius: 6px; padding: 44px 40px;
  box-shadow: 0 18px 44px rgba(30,36,48,0.18);
}
.sp-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.sp-field { display: flex; flex-direction: column; gap: 7px; }
.sp-field.full { grid-column: 1 / -1; }
.sp-field label {
  font-family: var(--font-cond); font-size: 11px; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(255,255,255,0.65);
}
.sp-field input,
.sp-field select,
.sp-field textarea {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.18); border-radius: 3px;
  color: white; padding: 12px 14px; font-family: var(--font-body); font-size: 14px;
}
.sp-field input::placeholder, .sp-field textarea::placeholder { color: rgba(255,255,255,0.4); }
.sp-field input:focus, .sp-field select:focus, .sp-field textarea:focus {
  outline: 2px solid var(--sky-500); outline-offset: 0; border-color: transparent;
}
.sp-field textarea { min-height: 120px; resize: vertical; }
/* Readable dropdowns across browsers */
.sp-field select {
  appearance: none; -webkit-appearance: none;
  background-color: #ffffff; color: var(--navy-900);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%233C4553' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 10px 7px;
  padding-right: 36px; cursor: pointer;
}
.sp-field select option { color: var(--navy-900); background: #ffffff; }

/* Availability day pills */
.sp-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.sp-day {
  position: relative;
}
.sp-day input { position: absolute; opacity: 0; pointer-events: none; }
.sp-day span {
  display: block; text-align: center; cursor: pointer;
  font-family: var(--font-cond); font-weight: 500; font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 12px 4px; border-radius: 3px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.75); transition: all 140ms ease;
}
.sp-day input:checked + span {
  background: var(--gold-500); border-color: var(--gold-500); color: var(--navy-900);
}
.sp-day input:focus-visible + span { outline: 2px solid var(--sky-500); outline-offset: 2px; }

.sp-submit {
  grid-column: 1 / -1; margin-top: 6px;
  background: var(--gold-500); color: var(--navy-900);
  font-family: var(--font-cond); font-weight: 600; font-size: 14px;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 16px; border: 0; border-radius: 3px; cursor: pointer;
  transition: background 140ms ease;
}
.sp-submit:hover { background: var(--gold-400); }
.sp-form-confirm {
  display: none; text-align: center;
  font-family: var(--font-display); font-size: 30px; text-transform: uppercase;
  letter-spacing: 0.02em; color: var(--gold-500); padding: 40px 0;
}
.sp-form-confirm.is-visible { display: block; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
  html, body { overflow-x: hidden; max-width: 100vw; }
  .sp-hero-inner { padding: 92px 22px 80px; }
  .sp-hero-h1 { font-size: clamp(38px, 11vw, 60px); }
  .sp-hero-ctas .ss-btn, .sp-cta-ctas .ss-btn { min-width: 0; flex: 1 1 160px; }
  .sp-included, .sp-apply { padding-left: 20px; padding-right: 20px; }
  .sp-included { padding-top: 60px; padding-bottom: 60px; }
  .sp-section-h2 { font-size: 32px; }
  .sp-grid { grid-template-columns: 1fr; }
  .sp-cta { padding: 60px 22px; }
  .sp-apply-card { padding: 32px 22px; }
  .sp-form { grid-template-columns: 1fr; }
  .sp-days { grid-template-columns: repeat(4, 1fr); }
}
