:root{
  --faq-bg-1:#071019;
  --faq-bg-2:#0c1722;
  --faq-card:#0f1b28;
  --faq-card-2:#132234;
  --faq-border:rgba(255,255,255,.08);
  --faq-text:#ffffff;
  --faq-muted:#9fb0c2;
  --faq-accent:#4dd2ff;
  --faq-accent-2:#00b7ff;
  --faq-danger:#ff5c73;
  --faq-danger-2:#ff314f;
  --faq-shadow:0 20px 50px rgba(0,0,0,.28);
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:'Inter',sans-serif;
}

.faq-page-main{
  position:relative;
  z-index:2;
}

.faq-hero{
  padding:52px 0 28px;
}

.faq-hero-grid{
  display:grid;
  grid-template-columns:1.4fr .9fr;
  gap:28px;
  align-items:stretch;
}

.faq-hero-copy,
.faq-hero-card,
.faq-category-head,
.faq-bottom-cta-box{
  backdrop-filter:blur(10px);
}

.faq-hero-copy{
  background:linear-gradient(180deg,rgba(18,28,42,.82),rgba(12,19,29,.9));
  border:1px solid var(--faq-border);
  border-radius:28px;
  padding:38px;
  box-shadow:var(--faq-shadow);
}

.faq-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--faq-accent);
  margin-bottom:14px;
}

.faq-hero-copy h1{
  margin:0 0 16px;
  font-size:48px;
  line-height:1.05;
  color:var(--faq-text);
}

.faq-hero-copy p{
  margin:0;
  font-size:18px;
  line-height:1.75;
  color:var(--faq-muted);
  max-width:780px;
}

.faq-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}

.faq-hero-card{
  background:linear-gradient(180deg,rgba(255,71,97,.14),rgba(255,71,97,.08)), linear-gradient(180deg,rgba(18,28,42,.82),rgba(12,19,29,.9));
  border:1px solid rgba(255,92,115,.24);
  border-radius:28px;
  padding:28px;
  box-shadow:var(--faq-shadow);
}

.faq-hero-card-badge{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,92,115,.12);
  color:#ffd7dd;
  border:1px solid rgba(255,92,115,.22);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:14px;
}

.faq-hero-card h2{
  margin:0 0 12px;
  font-size:30px;
  color:#fff;
}

.faq-hero-card p{
  margin:0;
  color:#ffdbe1;
  line-height:1.75;
}

.faq-112-box{
  margin-top:20px;
  border-radius:22px;
  padding:20px;
  background:linear-gradient(180deg,rgba(255,49,79,.18),rgba(255,49,79,.1));
  border:1px solid rgba(255,92,115,.28);
}

.faq-112-label{
  display:inline-block;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#fff4f5;
  margin-bottom:6px;
}

.faq-112-box strong{
  display:block;
  font-size:32px;
  line-height:1.1;
  color:#fff;
  margin-bottom:8px;
}

.faq-112-box p{
  color:#ffe4e8;
}

.faq-quick-nav{
  padding:10px 0 10px;
}

.faq-quick-nav-wrap{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.faq-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 18px;
  border-radius:999px;
  text-decoration:none;
  color:#fff;
  font-weight:700;
  border:1px solid var(--faq-border);
  background:rgba(255,255,255,.04);
  transition:.25s ease;
}

.faq-chip:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.08);
}

.faq-chip-alert{
  background:rgba(255,92,115,.13);
  border-color:rgba(255,92,115,.24);
  color:#ffdce2;
}

.faq-category-section{
  padding:32px 0 18px;
}

.faq-category-alert{
  padding-bottom:56px;
}

.faq-category-head{
  margin-bottom:22px;
  padding:28px;
  border-radius:24px;
  border:1px solid var(--faq-border);
  background:linear-gradient(180deg,rgba(18,28,42,.72),rgba(11,18,27,.86));
}

.faq-category-kicker{
  display:inline-block;
  margin-bottom:10px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--faq-accent);
}

.faq-category-head h2{
  margin:0 0 12px;
  font-size:34px;
  color:#fff;
}

.faq-category-head p{
  margin:0;
  color:var(--faq-muted);
  font-size:17px;
  line-height:1.75;
  max-width:900px;
}

.faq-emergency-banner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:22px;
  padding:22px 24px;
  border-radius:24px;
  background:linear-gradient(135deg,rgba(255,49,79,.18),rgba(255,92,115,.08));
  border:1px solid rgba(255,92,115,.26);
  box-shadow:var(--faq-shadow);
}

.faq-emergency-banner-copy strong{
  display:block;
  font-size:28px;
  line-height:1.15;
  color:#fff;
  margin-bottom:8px;
}

.faq-emergency-banner-copy p{
  margin:0;
  color:#ffe2e7;
  line-height:1.65;
}

.faq-call-112{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:160px;
  min-height:58px;
  padding:12px 18px;
  border-radius:16px;
  text-decoration:none;
  font-weight:900;
  font-size:20px;
  letter-spacing:.02em;
  color:#fff;
  background:linear-gradient(180deg,var(--faq-danger),var(--faq-danger-2));
  box-shadow:0 14px 30px rgba(255,49,79,.22);
  transition:.25s ease;
}

.faq-call-112:hover{
  transform:translateY(-2px);
}

.faq-list{
  display:grid;
  gap:14px;
}

.faq-item{
  border:1px solid var(--faq-border);
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(16,26,39,.88),rgba(11,18,27,.95));
  box-shadow:0 10px 28px rgba(0,0,0,.15);
  transition:.25s ease;
}

.faq-item:hover{
  border-color:rgba(77,210,255,.18);
}

.faq-item.is-open{
  border-color:rgba(77,210,255,.24);
  background:linear-gradient(180deg,rgba(17,30,45,.96),rgba(12,20,30,.98));
}

.faq-question{
  width:100%;
  border:none;
  background:transparent;
  color:#fff;
  text-align:left;
  padding:24px 72px 24px 24px;
  cursor:pointer;
  position:relative;
  font:inherit;
  font-size:18px;
  font-weight:800;
  line-height:1.5;
}

.faq-question span:first-child{
  display:block;
}

.faq-icon{
  position:absolute;
  right:22px;
  top:50%;
  width:18px;
  height:18px;
  transform:translateY(-50%);
}

.faq-icon::before,
.faq-icon::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:18px;
  height:2px;
  background:#8edfff;
  border-radius:999px;
  transform:translate(-50%,-50%);
  transition:.25s ease;
}

.faq-icon::after{
  width:2px;
  height:18px;
}

.faq-item.is-open .faq-icon::after{
  opacity:0;
  transform:translate(-50%,-50%) rotate(90deg);
}

.faq-answer{
  display:none;
  padding:0 24px 24px;
}

.faq-answer p{
  margin:0;
  color:#d2deea;
  font-size:16px;
  line-height:1.85;
}

.faq-bottom-cta{
  padding:10px 0 70px;
}

.faq-bottom-cta-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  border-radius:28px;
  padding:34px;
  background:linear-gradient(180deg,rgba(17,28,42,.84),rgba(11,18,27,.96));
  border:1px solid var(--faq-border);
  box-shadow:var(--faq-shadow);
}

.faq-bottom-kicker{
  display:inline-block;
  margin-bottom:10px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--faq-accent);
}

.faq-bottom-cta-box h2{
  margin:0 0 12px;
  font-size:34px;
  color:#fff;
}

.faq-bottom-cta-box p{
  margin:0;
  color:var(--faq-muted);
  font-size:17px;
  line-height:1.75;
  max-width:760px;
}

.faq-bottom-actions{
  display:flex;
  flex-direction:column;
  gap:12px;
  min-width:260px;
}

.faq-site-footer{
  position:relative;
  z-index:2;
  padding:0 0 46px;
}

.faq-site-footer-inner{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid rgba(255,255,255,.06);
  padding-top:24px;
}

.faq-site-footer strong{
  display:block;
  color:#fff;
  margin-bottom:8px;
}

.faq-site-footer p{
  margin:0;
  color:var(--faq-muted);
  line-height:1.7;
  max-width:620px;
}

.faq-site-footer-nav{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.faq-site-footer-nav a{
  color:#c7d3df;
  text-decoration:none;
}

.faq-site-footer-nav a:hover{
  color:#fff;
}

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

  .faq-bottom-cta-box{
    flex-direction:column;
    align-items:flex-start;
  }

  .faq-bottom-actions{
    min-width:0;
    width:100%;
    flex-direction:row;
    flex-wrap:wrap;
  }
}

@media (max-width: 768px){
  .faq-hero{
    padding:34px 0 18px;
  }

  .faq-hero-copy,
  .faq-hero-card,
  .faq-category-head,
  .faq-bottom-cta-box{
    padding:22px;
    border-radius:22px;
  }

  .faq-hero-copy h1{
    font-size:34px;
  }

  .faq-hero-copy p,
  .faq-category-head p,
  .faq-bottom-cta-box p{
    font-size:16px;
  }

  .faq-category-head h2,
  .faq-bottom-cta-box h2{
    font-size:28px;
  }

  .faq-question{
    padding:20px 60px 20px 18px;
    font-size:16px;
  }

  .faq-answer{
    padding:0 18px 20px;
  }

  .faq-answer p{
    font-size:15px;
    line-height:1.75;
  }

  .faq-emergency-banner{
    flex-direction:column;
    align-items:flex-start;
    padding:20px;
  }

  .faq-emergency-banner-copy strong{
    font-size:24px;
  }

  .faq-call-112{
    width:100%;
  }

  .faq-112-box strong{
    font-size:28px;
  }

  .faq-hero-actions,
  .faq-bottom-actions{
    flex-direction:column;
    width:100%;
  }

  .faq-hero-actions .btn,
  .faq-bottom-actions .btn{
    width:100%;
    justify-content:center;
  }

  .faq-site-footer-inner{
    flex-direction:column;
  }
}