/* ============================================
   POOL & SPA PAGE — STYLES
   ============================================ */

.pool-hero {
  background: linear-gradient(135deg, #001a2e 0%, #003352 55%, #004f7a 100%);
  padding: 80px 0 72px;
  position: relative;
  overflow: hidden;
}
.pool-hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(34,211,238,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.pool-hero-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
}
.pool-badge {
  display: inline-block;
  background: rgba(34,211,238,0.18);
  color: #67e8f9;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
  border: 1px solid rgba(34,211,238,0.35);
}
.pool-hero h1 { color: #fff; margin-bottom: 18px; }
.pool-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  max-width: 560px;
  line-height: 1.75;
  margin-bottom: 32px;
}
.pool-sub strong { color: #fff; }

.pool-hero-price {
  display: flex;
  align-items: center;
  gap: 24px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 32px;
}
.pool-price-tag { display: flex; align-items: flex-start; gap: 2px; line-height: 1; }
.pool-dollar { color: #67e8f9; font-size: 1.5rem; font-weight: 700; margin-top: 4px; }
.pool-amount { color: #fff; font-size: 3.5rem; font-weight: 900; }
.pool-per { color: rgba(255,255,255,0.6); font-size: 0.9rem; font-weight: 500; align-self: flex-end; margin-bottom: 6px; }
.pool-price-notes { display: flex; flex-direction: column; gap: 6px; }
.pool-note { color: rgba(255,255,255,0.85); font-size: 0.88rem; font-weight: 500; }

.pool-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.pool-hero-right { display: flex; flex-direction: column; gap: 20px; }

.pool-call-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  overflow: hidden;
}
.pool-call-header { display: flex; align-items: center; gap: 6px; padding: 10px 16px; background: rgba(0,0,0,0.2); }
.pool-call-dot { width: 10px; height: 10px; border-radius: 50%; background: #ef4444; }
.pool-call-dot-yellow { background: #eab308; }
.pool-call-dot-green  { background: #22c55e; }
.pool-call-body { display: flex; align-items: center; gap: 14px; padding: 16px; }
.pool-call-icon { font-size: 2rem; }
.pool-call-info { flex: 1; }
.pool-call-name { color: #fff; font-weight: 700; font-size: 0.95rem; }
.pool-call-detail { color: rgba(255,255,255,0.65); font-size: 0.82rem; margin: 2px 0; }
.pool-call-location { color: rgba(255,255,255,0.5); font-size: 0.78rem; }
.pool-call-cost { color: #67e8f9; font-size: 1.4rem; font-weight: 900; }
.pool-call-footer { padding: 10px 16px; background: rgba(0,0,0,0.15); color: rgba(255,255,255,0.55); font-size: 0.8rem; border-top: 1px solid rgba(255,255,255,0.08); }
.pool-call-footer strong { color: rgba(255,255,255,0.85); }

.pool-stat-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.pool-pill {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.85);
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 600;
}

.pool-steps { display: flex; flex-direction: column; gap: 0; max-width: 800px; margin: 0 auto; }
.pool-step { display: flex; align-items: flex-start; gap: 24px; padding: 28px 0; }
.pool-step-icon {
  font-size: 2.2rem;
  width: 64px; height: 64px;
  background: linear-gradient(135deg, #22d3ee, #0891b2);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.pool-step-content { flex: 1; }
.pool-step-num { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #22d3ee; margin-bottom: 4px; }
.pool-step-content h3 { margin-bottom: 8px; }
.pool-step-content p { color: var(--gray-600); }
.pool-step-connector { width: 2px; height: 32px; background: linear-gradient(180deg, #22d3ee, #0891b2); margin-left: 31px; opacity: 0.4; }

.pool-cta {
  background: linear-gradient(135deg, #001a2e 0%, #003352 60%, #004f7a 100%);
  padding: 80px 0;
}
.pool-cta-inner { display: grid; grid-template-columns: 1fr 340px; gap: 64px; align-items: center; }
.pool-cta-content h2 { color: #fff; margin-bottom: 16px; }
.pool-cta-content p { color: rgba(255,255,255,0.75); font-size: 1.05rem; margin-bottom: 32px; }
.pool-cta-actions { display: flex; flex-direction: column; gap: 16px; }
.pool-cta-reassurance { display: flex; gap: 20px; flex-wrap: wrap; }
.pool-cta-reassurance span { color: rgba(255,255,255,0.8); font-size: 0.88rem; font-weight: 500; }

.pool-cta-price-box { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; padding: 32px; text-align: center; }
.cta-pool-price-label { color: rgba(255,255,255,0.6); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 8px; }
.cta-pool-price-main { color: #fff; font-size: 3.5rem; font-weight: 900; line-height: 1; margin-bottom: 4px; }
.cta-pool-price-main span { font-size: 1.5rem; color: #67e8f9; }
.cta-pool-price-compare { color: rgba(255,255,255,0.5); font-size: 0.82rem; margin-bottom: 20px; }
.cta-pool-price-features { display: flex; flex-direction: column; gap: 8px; text-align: left; }
.cta-pool-price-features div { color: rgba(255,255,255,0.8); font-size: 0.88rem; font-weight: 500; }

@media (max-width: 900px) {
  .pool-hero-inner, .pool-cta-inner { grid-template-columns: 1fr; }
  .pool-hero-right { display: none; }
}
