/* ===================================================
   SERVICE PAGES
   =================================================== */

/* ── Hero ── */
.service-page-hero {
  position: relative;
  padding: clamp(100px,12vw,160px) clamp(20px,6vw,100px) clamp(60px,8vw,100px);
  background: var(--deep);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.service-page-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.sph-line {
  position: absolute;
  background: linear-gradient(to bottom, transparent, rgba(201,168,76,0.06), transparent);
}
.sph-line--1 { left: 33%; top: 0; bottom: 0; width: 1px; }
.sph-line--2 { left: 66%; top: 0; bottom: 0; width: 1px; }
.sph-glow {
  position: absolute;
  top: -100px; right: -100px;
  width: 600px; height: 600px;
  background: radial-gradient(ellipse at center, rgba(201,168,76,0.06) 0%, transparent 70%);
}
.service-page-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}

.service-page-hero-inner {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: start;
}

.service-page-hero-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem,7vw,6.5rem);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin: 16px 0 24px;
}
.service-page-hero-content h1 em {
  color: var(--gold);
  font-style: italic;
  display: block;
}
.service-page-intro {
  font-size: 1rem;
  color: var(--text);
  font-weight: 300;
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 36px;
}

/* Trust items */
.service-page-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.spt-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--text);
  letter-spacing: 0.04em;
}
.spt-item svg {
  width: 14px; height: 14px;
  fill: var(--gold);
  flex-shrink: 0;
}

/* ── Service booking form ── */
.service-page-form-wrap { position: sticky; top: 90px; }

.spf-wrap {
  background: var(--card);
  border: 1px solid var(--border);
  overflow: hidden;
}
.spf-header {
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
  background: var(--gold-dim);
}
.spf-header h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 2px;
}
.spf-header p {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.spf-body { padding: 20px 24px; display: flex; flex-direction: column; gap: 14px; }
.spf-field { display: flex; flex-direction: column; gap: 6px; }
.spf-field label {
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.spf-field input,
.spf-field select {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  color: var(--offwhite);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.88rem;
  padding: 11px 14px;
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none;
}
.spf-field input:focus,
.spf-field select:focus { border-color: var(--gold); }
.spf-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c9a84c' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
.spf-field select option { background: var(--charcoal); }
.spf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.spf-submit {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--gold);
  color: var(--black);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 16px;
  text-decoration: none;
  transition: background 0.2s;
  margin-top: 4px;
}
.spf-submit:hover { background: var(--gold-light); }
.spf-note {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.65rem;
  color: var(--muted);
  letter-spacing: 0.08em;
  justify-content: center;
  margin-top: -4px;
}
.spf-note svg { width: 11px; height: 11px; fill: var(--gold); flex-shrink: 0; }

/* ── Detail section ── */
.service-detail-section {
  padding: clamp(60px,8vw,120px) clamp(20px,6vw,100px);
}
.service-detail-inner {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 80px;
  align-items: start;
}
.service-detail-text p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--text);
  font-weight: 300;
  margin-bottom: 16px;
}
.service-detail-text .section-h2 { margin-bottom: 24px; }

/* Includes list */
.service-includes {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.si-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.88rem;
  color: var(--text);
  line-height: 1.5;
}
.si-check {
  color: var(--gold);
  font-size: 0.82rem;
  flex-shrink: 0;
  margin-top: 1px;
  font-weight: 600;
}

/* Aside cards */
.service-detail-aside { display: flex; flex-direction: column; gap: 24px; }

.service-airports,
.service-vehicles-mini,
.service-popular-routes,
.service-event-types,
.service-corporate-cta {
  background: var(--card);
  border: 1px solid var(--border);
  padding: 24px;
}
.service-airports h4,
.service-vehicles-mini h4,
.service-popular-routes h4,
.service-event-types h4,
.service-corporate-cta h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

/* Airport cards */
.airport-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.airport-card:last-child { border-bottom: none; padding-bottom: 0; }
.airport-code {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  color: var(--gold);
  letter-spacing: 0.08em;
  line-height: 1;
  flex-shrink: 0;
  width: 44px;
}
.airport-card strong { display: block; font-size: 0.82rem; font-weight: 500; margin-bottom: 2px; }
.airport-card span { font-size: 0.72rem; color: var(--muted); }

/* Vehicle mini list */
.svm-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  color: var(--text);
  font-size: 0.82rem;
  transition: color 0.2s;
}
.svm-item:last-child { border-bottom: none; padding-bottom: 0; }
.svm-item:hover { color: var(--gold); }
.svm-item--featured { color: var(--offwhite); font-weight: 500; }
.svm-from { font-size: 0.72rem; color: var(--gold); letter-spacing: 0.08em; }

/* Corporate CTA */
.service-corporate-cta p { font-size: 0.82rem; color: var(--text); line-height: 1.7; }

/* Event types */
.event-type-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.et-item {
  font-size: 0.78rem;
  color: var(--text);
  padding: 8px 10px;
  background: var(--charcoal);
  border: 1px solid var(--border);
}

/* Popular routes */
.route-list { display: flex; flex-direction: column; gap: 0; }
.route-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}
.route-item:last-child { border-bottom: none; padding-bottom: 0; }
.route-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding-top: 4px;
  flex-shrink: 0;
}
.route-dots span {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.6;
}
.route-dots span:first-child { opacity: 1; }
.route-item strong { display: block; font-size: 0.82rem; font-weight: 400; color: var(--offwhite); margin-bottom: 2px; }
.route-item span { font-size: 0.7rem; color: var(--muted); }

/* ── Other services section ── */
.other-services-section {
  background: var(--deep);
  border-top: 1px solid var(--border);
  padding: clamp(60px,8vw,100px) clamp(20px,6vw,100px);
}
.other-services-inner { }
.other-services-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.other-service-card {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 24px 20px;
  border-top: 1px solid var(--border);
  text-decoration: none;
  transition: background 0.2s;
  margin: 0 -20px;
}
.other-service-card:last-child { border-bottom: 1px solid var(--border); }
.other-service-card:hover { background: rgba(201,168,76,0.03); }
.osc-icon {
  width: 48px; height: 48px;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  transition: border-color 0.2s;
  flex-shrink: 0;
}
.osc-icon svg { width: 20px; height: 20px; fill: var(--muted); transition: fill 0.2s; }
.other-service-card:hover .osc-icon { border-color: var(--gold); }
.other-service-card:hover .osc-icon svg { fill: var(--gold); }
.osc-content { display: flex; flex-direction: column; gap: 4px; }
.osc-content strong { font-size: 1rem; font-weight: 400; color: var(--offwhite); font-family: 'Cormorant Garamond', serif; }
.osc-content span { font-size: 0.78rem; color: var(--muted); }
.osc-arrow {
  width: 36px; height: 36px;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: border-color 0.2s, background 0.2s;
}
.osc-arrow svg { width: 14px; height: 14px; fill: var(--muted); transition: fill 0.2s; }
.other-service-card:hover .osc-arrow { border-color: var(--gold); background: var(--gold-dim); }
.other-service-card:hover .osc-arrow svg { fill: var(--gold); }

/* ── Mobile ── */
@media (max-width: 900px) {
  .service-page-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .service-page-form-wrap { position: static; }
  .service-detail-inner { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  .service-page-hero { padding: 100px 20px 48px; }
  .service-page-hero-content h1 { font-size: 2.8rem; }
  .service-page-trust { gap: 12px 20px; }
  .spf-row { grid-template-columns: 1fr; }
  .service-detail-section { padding: 48px 20px; }
  .event-type-list { grid-template-columns: 1fr; }
  .other-services-section { padding: 48px 20px; }
  .other-service-card { grid-template-columns: 40px 1fr; padding: 20px 0; margin: 0; gap: 14px; }
  .osc-arrow { display: none; }
}
