/* =====================================================
   Home Phone Service Page — v2.0 LEAN Styles
   ===================================================== */

/* =====================================================
   Hero Section
   ===================================================== */
.hp-hero-wrap {
  position: relative;
  overflow: hidden;
  padding: 8rem 0 7rem;
}

.hp-hero-bg {
  background-image: url('../../images/hp-hero-bg.webp');
  background-size: cover;
  background-position: center center;
  position: absolute;
  inset: 0;
}

.hp-hero-overlay {
  background: linear-gradient(135deg, rgba(4, 15, 40, .90) 0%, rgba(6, 14, 31, .82) 50%, rgba(10, 22, 55, .88) 100%);
  position: absolute;
  inset: 0;
}

.hp-hero-orb {
  position: absolute;
}

.hp-hero-orb.orb-1 {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(21, 87, 192, .35) 0%, transparent 70%);
  top: -100px;
  left: -120px;
  animation: hpHeroOrb1 9s ease-in-out infinite;
}

.hp-hero-orb.orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(56, 189, 248, .25) 0%, transparent 70%);
  bottom: -80px;
  right: -60px;
  animation: hpHeroOrb2 12s ease-in-out infinite;
}

@keyframes hpHeroOrb1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, 20px) scale(1.08); }
}

@keyframes hpHeroOrb2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-25px, -15px) scale(1.05); }
}

.hp-hero-inner {
  position: relative;
  z-index: 3;
}

.hp-hero-breadcrumb {
  background: transparent;
  padding: 0;
  font-size: .8rem;
}

.hp-hero-breadcrumb a {
  color: rgba(255, 255, 255, .4);
  text-decoration: none;
}

.hp-hero-breadcrumb .active {
  color: rgba(255, 255, 255, .65);
}

.hp-hero-eyebrow {
  background: rgba(21, 87, 192, .3);
  border: 1px solid rgba(96, 165, 250, .4);
  backdrop-filter: blur(10px);
  padding: 6px 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #93c5fd;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 1.5rem;
}

.hp-hero-h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.hp-hero-grad {
  background: linear-gradient(135deg, #60a5fa 0%, #38bdf8 50%, #818cf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hp-hero-sub {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 2.5rem;
}

.hp-hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.hp-hero-cta-btn {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border: 1px solid rgba(96, 165, 250, 0.2);
  color: #ffffff;
  font-weight: 700;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hp-hero-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(37, 99, 235, 0.45);
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #ffffff;
}

.hp-hero-cta-call {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  padding-bottom: 2px;
  transition: all 0.2s ease;
}

.hp-hero-cta-call:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

/* =====================================================
   Disclosure Section
   ==================================================== */
.hp-disclosure-section {
  padding: 3rem 0;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.hp-disclosure-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.75rem 2rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
}

.hp-disclosure-icon {
  background: rgba(245, 158, 11, 0.1);
  color: #d97706;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.hp-disclosure-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.hp-disclosure-text {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #475569;
  margin: 0;
}

/* =====================================================
   Intro Section
   ===================================================== */
.hp-intro-section {
  padding: 7rem 0 6rem;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.hp-intro-glow-1 {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.04) 0%, transparent 70%);
  top: -10%;
  right: -10%;
  pointer-events: none;
}

.hp-intro-glow-2 {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.03) 0%, transparent 70%);
  bottom: -5%;
  left: -5%;
  pointer-events: none;
}

.hp-grad {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hp-intro-image {
  position: relative;
}

.hp-intro-image::before {
  content: '';
  position: absolute;
  inset: -10px;
  background: linear-gradient(135deg, #3b82f6, #6366f1);
  border-radius: 24px;
  z-index: 1;
  opacity: 0.15;
  filter: blur(10px);
}

.hp-intro-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

/* Mini CTA Banner */
.hp-mini-cta-banner {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 20px;
  padding: 2.5rem 3rem;
  margin-top: 6rem;
  position: relative;
  z-index: 3;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* =====================================================
   Home Phone Technology Kinds
   ===================================================== */
.hp-kinds-section {
  padding: 6rem 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.hp-kind-row {
  margin-bottom: 6rem;
}

.hp-kind-row:last-child {
  margin-bottom: 0;
}

.hp-kind-row-content {
  position: relative;
}

.hp-kind-badge {
  display: inline-block;
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
  padding: 6px 14px;
  border-radius: 99px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1.25rem;
}

.hp-kind-badge.info {
  background: rgba(16, 185, 129, 0.08);
  color: #10b981;
}

.hp-kind-badge.warning {
  background: rgba(99, 102, 241, 0.08);
  color: #6366f1;
}

.hp-kind-icon {
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
}

.hp-kind-row-title {
  font-size: 1.65rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.hp-kind-row-text {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 1.25rem;
}

.hp-kind-row-text:last-child {
  margin-bottom: 0;
}

.hp-kind-row-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.8);
  aspect-ratio: 4 / 3;
  background: #f1f5f9;
}

.hp-kind-row-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.hp-kind-row-img-wrap:hover .hp-kind-row-img {
  transform: scale(1.04);
}

/* =====================================================
   Decision Guide
   ===================================================== */
.hp-selection-section {
  padding: 6rem 0;
  background: #ffffff;
}

.hp-why-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 2.25rem;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.02);
  transition: border-color 0.2s ease;
}

.hp-why-card:hover {
  border-color: #94a3b8;
}

.hp-why-card-icon {
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 1.25rem;
}

.hp-why-card h4 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.75rem;
}

.hp-why-card p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #475569;
}

/* =====================================================
   Features Section
   ===================================================== */
.hp-features-section {
  padding: 6rem 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.hp-feature-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01);
}

.hp-feature-icon {
  color: #2563eb;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.hp-feature-card h4 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.75rem;
}

.hp-feature-card p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #475569;
  margin: 0;
}

/* =====================================================
   Pricing Section
   ===================================================== */
.hp-pricing-section {
  padding: 6rem 0;
  background: #ffffff;
}

.hp-pricing-table {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
}

.hp-pricing-table table {
  width: 100%;
  border-collapse: collapse;
}

.hp-pricing-table th {
  background: #0f172a;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  padding: 1.25rem 1.5rem;
  font-size: 0.95rem;
}

.hp-pricing-table td {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #e2e8f0;
  color: #334155;
  font-size: 0.92rem;
}

.hp-pricing-table tr:last-child td {
  border-bottom: none;
}

.hp-pricing-table tbody tr:hover {
  background: #f8fafc;
}

.hp-pricing-table td:first-child {
  font-weight: 700;
  color: #0f172a;
}

/* Advisor Callout */
.hp-advisor-callout {
  background: rgba(37, 99, 235, 0.05);
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-radius: 16px;
  padding: 1.5rem 2rem;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}

.hp-advisor-callout-icon {
  color: #2563eb;
  font-size: 1.35rem;
  flex-shrink: 0;
  line-height: 1;
}

.hp-advisor-callout-label {
  font-weight: 700;
  color: #0f172a;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.hp-advisor-callout-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #475569;
}

/* =====================================================
   Why Section
   ===================================================== */
.hp-why-section {
  padding: 6rem 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.hp-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.hp-why-grid .hp-why-card {
  padding: 1.75rem;
  height: auto;
}

/* =====================================================
   FAQ Section
   ===================================================== */
.hp-faq-section {
  position: relative;
  background: #0f172a;
  padding: 7rem 0;
  overflow: hidden;
}

.hp-faq-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.08) 0%, transparent 60%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hp-faq-accordion-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hp-faq-accordion-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.25s ease;
}

.hp-faq-accordion-item:hover {
  border-color: rgba(255, 255, 255, 0.15);
}

.hp-faq-accordion-btn {
  width: 100%;
  background: transparent;
  border: none;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.hp-faq-accordion-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  padding-right: 1.5rem;
}

.hp-faq-accordion-icon-wrap {
  font-size: 1.25rem;
  color: #60a5fa;
  font-weight: 300;
  transition: transform 0.25s ease;
  line-height: 1;
}

.hp-faq-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s cubic-bezier(0, 1, 0, 1), padding 0.2s;
  padding: 0 1.5rem;
}

.hp-faq-accordion-text {
  font-size: 0.95rem;
  color: #94a3b8;
  line-height: 1.65;
  margin: 0;
}

/* =====================================================
   Final CTA Section
   ===================================================== */
.hp-final-cta-section {
  position: relative;
  background: #0f172a;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hp-final-cta-bg {
  position: absolute;
  inset: 0;
  background-image: url('../../images/hp-hero-bg.webp');
  background-size: cover;
  background-position: center center;
  opacity: 0.2;
}

.hp-final-cta-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  max-width: 780px;
  margin: 0 auto 2.5rem;
}

.hp-final-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.hp-final-cta-btn-primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border: 1px solid rgba(96, 165, 250, 0.2);
  color: #ffffff;
  font-weight: 700;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.3);
}

.hp-final-cta-btn-primary:hover {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #ffffff;
}

.hp-final-cta-hours {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* =====================================================
   Responsive Adjustments
   ===================================================== */
@media (max-width: 991px) {
  .hp-mini-cta-banner {
    padding: 1.75rem 2rem;
  }

  .hp-why-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .hp-hero-wrap {
    padding: 6rem 0 5rem;
  }

  .hp-disclosure-card {
    padding: 1.25rem 1.5rem;
    flex-direction: column;
    gap: 1rem;
  }

  .hp-intro-section,
  .hp-kinds-section,
  .hp-selection-section,
  .hp-features-section,
  .hp-pricing-section,
  .hp-why-section,
  .hp-faq-section {
    padding: 4.5rem 0;
  }

  .hp-mini-cta-banner {
    margin-top: 4rem;
  }

  .hp-pricing-table table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .hp-hero-h1 {
    font-size: 1.8rem;
    letter-spacing: -1px;
  }

  .hp-hero-sub {
    font-size: 1rem;
  }

  .hp-why-card {
    padding: 1.5rem;
  }
}
