/* =====================================================
   Wireless Plans Page — v2.0 LEAN
   Color palette: Internet & Phone (#054162 #0899e6 #38bdf8 #7dd3fc)
   Prefix: wp-
   ===================================================== */

/* =====================================================
   Hero Section
   ===================================================== */
.wp-hero-wrap {
  position: relative;
  overflow: hidden;
  padding: 8rem 0 7rem;
  margin-top: -5px;
}

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

.wp-hero-overlay {
  background: linear-gradient(135deg, rgba(56, 189, 248, .2) 0%, rgba(4, 38, 52, .6) 50%, rgba(2, 20, 40, .85) 100%);
  position: absolute;
  inset: 0;
}

.wp-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(85px);
  pointer-events: none;
}

.wp-hero-orb.orb-1 {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(5, 65, 98, .35) 0%, transparent 70%);
  top: -100px;
  left: -120px;
  animation: wpOrb1 9s ease-in-out infinite;
}

.wp-hero-orb.orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(6, 182, 212, .25) 0%, transparent 70%);
  bottom: -80px;
  right: -60px;
  animation: wpOrb2 12s ease-in-out infinite;
}

@keyframes wpOrb1 {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(30px, 20px) scale(1.08);
  }
}

@keyframes wpOrb2 {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-25px, -15px) scale(1.05);
  }
}

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

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

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

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

.wp-hero-eyebrow {
  background: rgba(5, 65, 98, .3);
  border: 1px solid rgba(6, 182, 212, .4);
  backdrop-filter: blur(10px);
  padding: 6px 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #67e8f9;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 1.5rem;
}

.wp-hero-h1 {
  font-family: var(--fh);
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1.25rem;
  text-shadow: 0 4px 32px rgba(0, 0, 0, .4);
}

.wp-hero-grad {
  background: linear-gradient(90deg, #38bdf8 0%, #7dd3fc 50%, #67e8f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.wp-hero-sub {
  font-size: 1.12rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, .72);
  max-width: 760px;
  margin: 0 auto 2rem;
}

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

.wp-hero-cta-btn {
  font-size: 1.02rem;
  font-weight: 700;
  box-shadow: 0 8px 32px rgba(5, 65, 98, .5);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #054162, #0899e6) !important;
  border: none !important;
  color: #ffffff !important;
}

.wp-hero-cta-call {
  color: rgba(255, 255, 255, .75);
  font-weight: 600;
  font-size: .95rem;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .2);
  padding: 12px 24px;
  border-radius: 12px;
  backdrop-filter: blur(6px);
  transition: all .2s;
}

.wp-hero-cta-call:hover {
  border-color: rgba(56, 189, 248, .5);
  color: #38bdf8;
}

/* =====================================================
   Shared Utilities
   ===================================================== */
.wp-grad {
  background: linear-gradient(90deg, #054162 0%, #0899e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.wp-mini-cta-banner {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 20px;
  padding: 2.25rem 2.5rem;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08);
  margin-top: 1rem;
}

.wp-advisor-callout {
  background: #f0f9ff;
  border: 1px solid rgba(8, 153, 230, 0.15);
  border-radius: 18px;
  padding: 1.75rem 2rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.wp-advisor-callout-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(8, 153, 230, 0.1);
  color: #0899e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.wp-advisor-callout-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0899e6;
  margin-bottom: 0.25rem;
}

.wp-advisor-callout-text {
  font-size: 0.97rem;
  color: #0c4a6e;
  line-height: 1.65;
}

/* =====================================================
   Intro Section — Split Layout (Image Left, Content Right)
   ===================================================== */
.wp-intro-section {
  padding: 7rem 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.wp-intro-glow-1 {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(8, 153, 230, 0.04) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.wp-intro-glow-2 {
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.04) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.wp-intro-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: stretch;
}

.wp-intro-img-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

/* Decorative tilted background behind image */
.wp-intro-img-wrap::before {
  content: '';
  position: absolute;
  top: -14px;
  bottom: -14px;
  left: -14px;
  right: -14px;
  background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 100%);
  border-radius: 28px;
  z-index: -1;
  transform: rotate(-3deg);
}

.wp-intro-img-frame {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(5, 65, 98, .12);
  flex: 1;
}

.wp-intro-img-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Floating badge on image */
.wp-intro-img-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 14px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 24px rgba(5, 65, 98, .1);
  z-index: 3;
}

.wp-intro-img-badge-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #054162, #0899e6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(5, 65, 98, .3);
}

.wp-intro-img-badge-label {
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #64748b;
}

.wp-intro-img-badge-text {
  font-size: .92rem;
  font-weight: 800;
  color: #0f172a;
}

/* Content side */
.wp-intro-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wp-intro-content .sec-p {
  text-align: left;
  margin-left: 0;
  text-align: justify;
}

/* Responsive */
@media (max-width: 991px) {
  .wp-intro-split {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .wp-intro-img-frame img {
    height: auto;
    max-height: 450px;
  }
}

/* =====================================================
   Four Plan Types Section — Image Card Grid
   ===================================================== */
.wp-plans-section {
  padding: 7rem 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

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

.wp-plan-imgcard {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: default;
  transition: transform 0.35s cubic-bezier(.165, .84, .44, 1), box-shadow 0.35s ease;
}

.wp-plan-imgcard:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(5, 65, 98, .18);
}

/* Background image layer */
.wp-plan-imgcard-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s cubic-bezier(.165, .84, .44, 1);
}

.wp-plan-imgcard:hover .wp-plan-imgcard-bg {
  transform: scale(1.06);
}

/* Dark gradient overlay */
.wp-plan-imgcard-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(4, 10, 24, 0.10) 0%,
      rgba(4, 10, 24, 0.25) 35%,
      rgba(4, 10, 24, 0.78) 70%,
      rgba(4, 10, 24, 0.95) 100%);
  transition: background 0.3s ease;
}

.wp-plan-imgcard:hover .wp-plan-imgcard-overlay {
  background: linear-gradient(180deg,
      rgba(4, 10, 24, 0.15) 0%,
      rgba(4, 10, 24, 0.30) 35%,
      rgba(4, 10, 24, 0.82) 70%,
      rgba(4, 10, 24, 0.97) 100%);
}

/* Content area */
.wp-plan-imgcard-body {
  position: relative;
  z-index: 2;
  padding: 2rem 2.25rem 2.25rem;
}

/* Category chip */
.wp-plan-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(8, 153, 230, 0.25);
  border: 1px solid rgba(56, 189, 248, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #7dd3fc;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 999px;
  padding: 4px 12px;
  margin-bottom: 0.85rem;
}

.wp-plan-chip i {
  font-size: 0.72rem;
}

/* Title */
.wp-plan-imgcard h4 {
  font-family: var(--fh);
  font-size: 1.35rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0.65rem;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .3);
}

/* Description */
.wp-plan-imgcard p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
  margin: 0 0 0.85rem;
}

/* Best for tag */
.wp-plan-imgcard .wp-best-for {
  font-size: 0.8rem;
  font-weight: 700;
  color: #67e8f9;
  line-height: 1.55;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.wp-plan-imgcard .wp-best-for strong {
  color: #38bdf8;
}

/* Responsive */
@media (max-width: 767px) {
  .wp-plans-grid {
    grid-template-columns: 1fr;
  }

  .wp-plan-imgcard {
    min-height: 360px;
  }

  .wp-plan-imgcard h4 {
    font-size: 1.2rem;
  }
}


/* =====================================================
   What Actually Matters Section
   ===================================================== */
.wp-matters-hl {
  color: #7dd3fc;
}

@media (max-width: 991px) {
  .wp-matters-hl {
    color: #054162;
    text-shadow: 0 1px 8px rgba(255,255,255,0.9), 0 0 4px rgba(255,255,255,1);
  }
}

.wp-matters-section {
  padding: 7rem 0;
  background-color: #052346;
  background-image: linear-gradient(135deg, rgba(56, 189, 248, 0.25), rgba(5, 35, 70, 0.6)), url('../../images/wp-matters-bg.webp');
  background-size: cover;
  background-position: center;
  position: relative;
}

.wp-matter-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  transition: all 0.25s ease;
}

.wp-matter-card:hover {
  border-color: rgba(8, 153, 230, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(8, 153, 230, 0.04);
  background: #ffffff;
}

.wp-matter-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 14px;
  background: #f0f9ff;
  color: #0899e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.wp-matter-card h4 {
  font-family: var(--fh);
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

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

/* =====================================================
   How to Choose — Decision Framework
   ===================================================== */
.wp-framework-section {
  padding: 7rem 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
  overflow: hidden;
}

.wp-framework-glow-1 {
  position: absolute;
  top: -200px;
  left: -150px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(8, 153, 230, 0.04) 0%, transparent 65%);
  pointer-events: none;
}

.wp-framework-glow-2 {
  position: absolute;
  bottom: -200px;
  right: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.04) 0%, transparent 65%);
  pointer-events: none;
}

.wp-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

.wp-step-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 2.25rem 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(.165, .84, .44, 1);
}

.wp-step-card:hover {
  background: #ffffff;
  border-color: rgba(8, 153, 230, 0.25);
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(8, 153, 230, .08);
}

/* Accent line on left */
.wp-step-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.5rem;
  bottom: 1.5rem;
  width: 3px;
  background: linear-gradient(180deg, #054162, #0899e6, #38bdf8);
  border-radius: 0 3px 3px 0;
  opacity: 0.4;
  transition: opacity 0.3s;
}

.wp-step-card:hover::before {
  opacity: 1;
}

/* Header row: number + icon */
.wp-step-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.wp-step-num {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #054162, #0899e6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fh);
  font-size: 1.15rem;
  font-weight: 900;
  box-shadow: 0 6px 20px rgba(8, 153, 230, 0.2);
  flex-shrink: 0;
}

.wp-step-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f0f9ff;
  border: 1px solid rgba(8, 153, 230, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: #0899e6;
  flex-shrink: 0;
}

.wp-step-title {
  font-family: var(--fh);
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.65rem;
  letter-spacing: -0.01em;
}

.wp-step-desc {
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.7;
  margin: 0;
}

/* Center the last 2 cards */
.wp-step-bottom-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 66.666%;
  margin: 1.5rem auto 0;
  position: relative;
  z-index: 2;
}

/* Responsive */
@media (max-width: 991px) {
  .wp-step-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wp-step-bottom-row {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .wp-step-grid {
    grid-template-columns: 1fr;
  }

  .wp-step-bottom-row {
    grid-template-columns: 1fr;
  }

  .wp-step-card {
    padding: 1.75rem 1.5rem;
  }
}

/* =====================================================
   Phone Deals Section (Dark)
   ===================================================== */
.wp-deals-section {
  padding: 8rem 0;
  background: #0f172a;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.wp-deals-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(8, 153, 230, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

.wp-deal-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  transition: all 0.2s ease;
}

.wp-deal-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.wp-deal-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(8, 153, 230, 0.15);
  border: 1px solid rgba(56, 189, 248, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #38bdf8;
  margin-bottom: 1.25rem;
}

.wp-deal-card h4 {
  font-family: var(--fh);
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.wp-deal-card p {
  font-size: 0.92rem;
  color: #94a3b8;
  line-height: 1.65;
  margin: 0;
}

.wp-math-box {
  background: rgba(8, 153, 230, 0.08);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 16px;
  padding: 2rem;
}

.wp-math-box h4 {
  font-family: var(--fh);
  font-size: 1.15rem;
  font-weight: 800;
  color: #38bdf8;
  margin-bottom: 1rem;
}

.wp-math-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.92rem;
}

.wp-math-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.wp-math-label {
  color: #94a3b8;
}

.wp-math-value {
  font-weight: 700;
  color: #fff;
}

.wp-math-value.highlight {
  color: #38bdf8;
}

.wp-math-value.warning {
  color: #fbbf24;
}

.wp-advisor-dark {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 1.75rem 2rem;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}

.wp-advisor-dark-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.1);
  color: #38bdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.wp-advisor-dark-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #38bdf8;
  margin-bottom: 0.3rem;
}

.wp-advisor-dark-text {
  font-size: 0.95rem;
  color: #94a3b8;
  line-height: 1.65;
  margin: 0;
}

/* =====================================================
   Why HSC Section
   ===================================================== */
.wp-why-section {
  padding: 7rem 0;
  background: #ffffff;
}

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

.wp-why-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 2rem;
  transition: all 0.22s ease;
}

.wp-why-card:hover {
  background: #ffffff;
  border-color: rgba(8, 153, 230, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(8, 153, 230, 0.03);
}

.wp-why-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f0f9ff;
  color: #0899e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 1.25rem;
}

.wp-why-card h4 {
  font-family: var(--fh);
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

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

/* =====================================================
   FAQ Section (Dark)
   ===================================================== */
.wp-faq-section {
  padding: 8rem 0;
  background: #0f172a;
  position: relative;
  overflow: hidden;
}

.wp-faq-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(8, 153, 230, 0.05) 0%, transparent 60%);
  pointer-events: none;
}

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

.wp-faq-accordion-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.wp-faq-accordion-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
}

.wp-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;
}

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

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

.wp-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;
}

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

/* =====================================================
   Final CTA Section
   ===================================================== */
.wp-final-cta-section {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(135deg, #054162, #0f172a);
  overflow: hidden;
}

.wp-final-cta-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at top right, rgba(56, 189, 248, .15), transparent 50%);
  pointer-events: none;
}

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

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

.wp-final-cta-btn-primary {
  background: linear-gradient(135deg, #0ea5e9, #0284c7) !important;
  border: none !important;
  border-radius: 12px;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(2, 132, 199, .4);
  transition: all .25s;
}

.wp-final-cta-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(2, 132, 199, .6);
}

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

/* =====================================================
   Disclaimer Section
   ===================================================== */
.wp-disclaimer-section {
  padding: 2.5rem 0;
  background: #0f172a;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.wp-disclaimer-text {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.65;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* =====================================================
   Responsive Adjustments
   ===================================================== */
@media (max-width: 1199px) {
  .wp-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wp-step-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1rem;
  }

  .wp-step-grid::before {
    display: none;
  }
}

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

  .wp-mini-cta-banner {
    padding: 1.75rem 2rem;
  }

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

  .wp-step-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }

  .wp-advisor-callout,
  .wp-advisor-dark {
    flex-direction: column;
    gap: 1rem;
  }
}

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

  .wp-hero-h1 {
    font-size: clamp(1.8rem, 6vw, 2.6rem);
    letter-spacing: -1px;
  }

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

  .wp-hero-ctas {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .wp-hero-cta-call {
    justify-content: center;
  }

  .wp-matter-card {
    flex-direction: column;
  }

  .wp-step-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .wp-step-item {
    flex-direction: row;
    text-align: left;
    gap: 1rem;
  }

  .wp-step-num {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 1rem;
    margin-bottom: 0;
  }

  .wp-math-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}

@media (max-width: 600px) {

  .wp-intro-section,
  .wp-plans-section,
  .wp-matters-section,
  .wp-framework-section,
  .wp-why-section {
    padding: 4rem 0;
  }

  .wp-deals-section,
  .wp-faq-section {
    padding: 5rem 0;
  }
}