/* =========================
   COVERAGE PAGE (Luxury)
   File: css/coverage.css
========================= */

body.coverage-page{
  background: #070A10;
  color: #fff;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Luxury background */
body.coverage-page::before{
  content:"";
  position: fixed;
  inset: 0;
  z-index: -2;

  /* zoom vertical images so they feel wider */
  background:
    radial-gradient(1200px 600px at 20% 10%, rgba(255, 215, 120, 0.18), transparent 60%),
    radial-gradient(900px 520px at 80% 15%, rgba(120, 170, 255, 0.16), transparent 55%),
    linear-gradient(180deg, rgba(0,0,0,0.22), rgba(0,0,0,0.48)),
    url("../images/coveragebk.png") center / 140% auto no-repeat;

  /* soften + brighten */
  filter: blur(2px) brightness(1.18) contrast(1.05) saturate(1.05);

  /* prevent blur edge lines */
  transform: translateZ(0) scale(1.05);
}

body.coverage-page::after{
  content:"";
  position: fixed;
  inset: 0;
  z-index: -1;

  /* lighter overlay so image shows */
  background: rgba(6,8,12,0.28);
  backdrop-filter: blur(2px);
}

/* HERO */
.cov-hero{
  padding: 64px 0 28px;
}

.cov-hero-card{
  max-width: 980px;
  margin: 0 auto;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(10, 12, 18, 0.62);
  box-shadow:
    0 30px 80px rgba(0,0,0,0.55),
    inset 0 1px 0 rgba(255,255,255,0.08);
  padding: 46px 44px;
}

.cov-eyebrow{
  margin: 0 0 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
  color: rgba(255,255,255,0.68);
}

.cov-hero h1{
  font-family: "DM Serif Display", serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.06;
  margin: 0 0 12px;
  letter-spacing: .2px;
}

.cov-sub{
  max-width: 860px;
  margin: 0 0 18px;
  color: rgba(255,255,255,0.78);
  font-size: 1.05rem;
  line-height: 1.55;
}

.cov-cta-row{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.cov-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.92);
  text-decoration: none;
  font-weight: 600;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}

.cov-btn:hover{ transform: translateY(-1px); }

.cov-btn.primary{
  border-color: rgba(255,215,120,0.55);
  background: linear-gradient(180deg, rgba(255,215,120,0.22), rgba(255,215,120,0.08));
}

.cov-btn.full{ width: 100%; }

.cov-trust{
  margin-top: 14px;
  color: rgba(255,255,255,0.64);
  font-size: .92rem;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

/* SECTIONS */
.cov-section{
  padding: 62px 0;
}

.cov-section-alt{
  background: rgba(255,255,255,0.02);
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.cov-heading{
  text-align: center;
  max-width: 860px;
  margin: 0 auto 26px;
}

.cov-heading h2{
  font-family: "DM Serif Display", serif;
  font-size: 2.1rem;
  margin: 0 0 10px;
}

.cov-heading p{
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.5;
}

.cov-muted{ color: rgba(255,255,255,0.72); }

/* CARDS GRID */
.cov-grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.cov-card{
  grid-column: span 6;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  padding: 18px 18px 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.cov-icon{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,215,120,0.22);
  background: rgba(255,215,120,0.08);
  color: rgba(255,215,120,0.92);
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.cov-card h3{
  margin: 0 0 8px;
  font-size: 1.12rem;
  letter-spacing: .2px;
}

.cov-card p{
  margin: 0 0 10px;
  color: rgba(255,255,255,0.74);
  line-height: 1.5;
}

.cov-bullets{
  margin: 0 0 10px;
  padding-left: 18px;
  color: rgba(255,255,255,0.70);
}

.cov-bullets li{ margin: 6px 0; }

.cov-mini-cta{
  display: inline-flex;
  margin-top: 6px;
  color: rgba(255,215,120,0.92);
  text-decoration: none;
  font-weight: 600;
}

.cov-mini-cta:hover{ text-decoration: underline; }

/* SPLIT SECTION */
.cov-split{
  display: grid;
  grid-template-columns: 1.3fr 0.8fr;
  gap: 18px;
  align-items: start;
}

.cov-factors{
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.cov-factor{
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  border-radius: 16px;
  padding: 12px 12px;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 10px;
}

.cov-factor .k{
  color: rgba(255,255,255,0.86);
  font-weight: 600;
}

.cov-factor .v{
  color: rgba(255,255,255,0.68);
}

/* SOFT CARD */
.cov-soft-card{
  border-radius: 20px;
  border: 1px solid rgba(255,215,120,0.22);
  background: rgba(255,215,120,0.06);
  padding: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.cov-soft-card h3{
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.cov-check{
  margin: 10px 0 14px;
  padding-left: 18px;
  color: rgba(255,255,255,0.72);
}

.cov-check li{ margin: 6px 0; }

.cov-micro{
  margin: 10px 0 0;
  color: rgba(255,255,255,0.62);
  font-size: .9rem;
}

/* STEPS */
.cov-steps{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.cov-step{
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  padding: 18px;
}

.cov-step .n{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(255,215,120,0.22);
  background: rgba(255,215,120,0.08);
  color: rgba(255,215,120,0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.cov-step h3{
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.cov-step p{
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.5;
}

/* FAQ */
.cov-faq{
  padding-top: 48px;
}

.cov-faq-grid{
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.cov-faq-item{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  padding: 14px 14px;
}

.cov-faq-item summary{
  cursor: pointer;
  font-weight: 600;
  color: rgba(255,255,255,0.92);
  list-style: none;
}

.cov-faq-item summary::-webkit-details-marker{ display: none; }

.cov-faq-item p{
  margin: 10px 0 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.55;
}

/* FINAL CTA */
.cov-final{
  padding: 52px 0 80px;
}

.cov-final-inner{
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(10, 12, 18, 0.62);
  box-shadow:
    0 30px 80px rgba(0,0,0,0.50),
    inset 0 1px 0 rgba(255,255,255,0.08);
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.cov-final-inner h2{
  font-family: "DM Serif Display", serif;
  margin: 0 0 6px;
  font-size: 2rem;
}

.cov-final-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* =========================
   FAQ FIX: prevent "jump to home" + ensure details toggles
========================= */

/* Make sure the FAQ card is clickable and above any overlays */
.cov-faq-item{
  position: relative;
  z-index: 5;
}

/* Ensure the summary receives clicks */
.cov-faq-item summary{
  position: relative;
  z-index: 6;
  pointer-events: auto;
}

/* If any global CSS puts an <a> overlay, this stops it inside FAQ */
.cov-faq-item a{
  pointer-events: none;
}

/* Smooth open spacing */
.cov-faq-item[open]{
  border-color: rgba(255,215,120,0.22);
  background: rgba(255,255,255,0.05);
}

/* Prevent page "jump" caused by weird focus/scroll behaviors */
.cov-faq-item summary:focus{
  outline: none;
}
