/* =========================
   FAQ PAGE WRAPPER
   ========================= */

.zt-faq {
    background: #fff;
    font-family: "futura-pt", "Futura PT", "Futura", "Trebuchet MS", Arial, sans-serif;
    color: #0f172a;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "futura-pt", "Futura PT", "Futura", "Trebuchet MS", Arial, sans-serif;
}

/* =========================
   HERO
   ========================= */

.zt-faq-hero {
    padding: 200px 20px 80px;
    border-bottom: 1px solid #f3f0f8;
    background: linear-gradient(180deg, transparent 86%, #ddd3ee38 99%);
}
.zt-faq-hero-inner {
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns: 1fr 360px;
  gap:40px;
}

.zt-faq-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 5px 15px;
    border-radius: 999px;
    border: 1px solid rgb(255 160 0 / 36%);
    background: rgb(255 160 0 / 40%);
    color: #14002e;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0%), 0 7px 16px rgb(0 0 0 / 11%), 0 10px 24px rgba(255, 160, 0, 0.12);
    margin-bottom: 10px;
}
.zt-uv-pill-dot{
  width:10px;
  height:10px;
  border-radius:99px;
  background:#ffa000;
  box-shadow: 0 0 12px rgba(255,160,0,0.9), 0 0 4px rgba(255,255,255,0.45);
}
.zt-faq-title {
    line-height: 1.1;
    font-family: "futura-pt", "Futura PT", "Futura", "Trebuchet MS", Arial, sans-serif;
    margin: 0 0 20px;
    font-size: 46px;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #5c0f8c;
}

.zt-faq-subhead {
  font-size:17px;
  color:#444;
  max-width:520px;
}

.zt-faq-hero-actions {
  margin-top:30px;
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

/* =========================
   BUTTONS (USING YOUR SYSTEM)
   ========================= */

.zt-btn {
  padding:14px 22px;
  border-radius:999px;
  font-weight:700;
  text-decoration:none;
  display:inline-block;
}

.zt-btn-glow {
  background: linear-gradient(180deg, #ffb32c, #ffa000);
  color: #000;
  box-shadow:
    0 10px 30px rgba(255,160,0,0.45),
    0 0 0 4px rgba(255,160,0,0.12);
}
.zt-btn-glow:hover {
  box-shadow:
    0 14px 40px rgba(255,160,0,0.55),
    0 0 0 6px rgba(255,160,0,0.16);
  font-weight:700;
  color:black;
}

.zt-btn-secondary {
  background: #ffffff;
  color: #5c0f81;
  font-weight: 700;
  border-radius: 999px;
  padding: 14px 22px;
  box-shadow:
    0 6px 18px rgba(92, 15, 129, 0.12);
  border: 1px solid rgba(92, 15, 129, 0.15);
}

.zt-btn-secondary:hover {
  box-shadow:
    0 10px 26px rgba(92, 15, 129, 0.18);
    font-weight:700;
    color:#5c0f81;
}

/* CTA button grouping */
.zt-faq-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

/* Tertiary text-style CTA */
.zt-faq-cta-link {
  font-weight: 700;
  color: #5c0f81;
  text-decoration: none;
}

.zt-faq-cta-link:hover {
  text-decoration: underline;
}
.zt-faq-card.zt-faq-card-cta a {
    margin: 5px;
    min-width: 200px;
    text-align: center;
}

.zt-faq-card p a {
    text-decoration: underline;
}
/* =========================
   QUICK HELP CARD
   ========================= */

.zt-faq-hero-right {
  background:#fff;
  border-radius:20px;
  padding:26px;
  box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

.zt-faq-hero-right h4 {
  font-size:18px;
  font-weight:800;
  margin-bottom:16px;
}

.zt-faq-links a {
  display:block;
  padding:12px 14px;
  border-radius:12px;
  color:#333;
  text-decoration:none;
  margin-bottom:8px;
}

.zt-faq-links a.active {
  background:rgba(92,15,129,0.08);
  color:#5c0f81;
  font-weight:700;
}


/* =========================
   MAIN GRID
   ========================= */

.zt-faq-main {
  padding:80px 20px;
}

.zt-faq-grid {
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns: 1fr 360px;
  gap:40px;
}

.zt-faq-section-title {
  font-size:32px;
  font-weight:900;
  color:#5c0f81;
  margin-bottom:30px;
}

/* =========================
   ACCORDION
   ========================= */

.zt-faq-item {
  border-bottom:1px solid #eee;
  padding:18px 0;
}

.zt-faq-item summary {
  cursor:pointer;
  font-size:18px;
  font-weight:700;
  list-style:none;
}

.zt-faq-item p {
  margin-top:12px;
  color:#555;
  line-height:1.6;
}

/* =========================
   FAQ CARET INDICATOR
   ========================= */

.zt-faq-item summary {
  position: relative;
  padding-right: 34px;
}

.zt-faq-item summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%) rotate(0deg);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7l5 6 5-6' stroke='%235c0f81' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: 14px;
  transition: transform 0.25s ease;
}

.zt-faq-item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

/* =========================
   SIDEBAR CARDS
   ========================= */

.zt-faq-card {
    margin-bottom: 24px;
    background: #fff;
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.zt-faq-card h4 {
  font-size:18px;
  font-weight:800;
  margin-bottom:14px;
}

.zt-faq-card ul {
  padding-left:18px;
}

.zt-faq-card li {
  margin-bottom:10px;
}

.zt-faq-card-cta {
  background:linear-gradient(180deg, #fcf2ff, #fff);
}
.zt-faq-chat-note {
  margin-top: 14px;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 991px) {
  .zt-faq-hero-inner,
  .zt-faq-grid {
    grid-template-columns:1fr;
  }

  .zt-faq-title {
    font-size:34px;
  }
}
