*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Manrope', sans-serif; background: #0D0508; color: rgba(249,241,243,0.82); line-height: 1.75; font-size: 15px; -webkit-font-smoothing: antialiased; }
a { color: #FF6090; text-decoration: none; transition: color .18s; }
a:hover { color: #fff; }

.pg-nav { display: flex; align-items: center; justify-content: space-between; padding: 20px 7%; position: sticky; top: 0; z-index: 100; background: rgba(13,5,8,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(249,241,243,0.06); }
.pg-nav-logo { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 20px; color: #fff; text-decoration: none; }
.pg-nav-links { display: flex; gap: 24px; align-items: center; }
.pg-nav-links a { font-size: 13.5px; color: rgba(249,241,243,0.6); }
.pg-nav-links a:hover { color: #fff; }
.pg-nav-cta { background: #C6093F; color: #fff; padding: 8px 20px; border-radius: 8px; font-size: 13px; font-weight: 600; transition: background .2s; }
.pg-nav-cta:hover { background: #E0104A; color: #fff; }

.pg-header { padding: 40px 7% 24px; text-align: center; position: relative; }
.pg-header::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(198,9,63,0.12) 0%, transparent 70%); }
.pg-header h1 { font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(28px,4vw,42px); color: #fff; margin-bottom: 8px; position: relative; }
.pg-header p { font-size: 15px; color: rgba(249,241,243,0.55); max-width: 520px; margin: 0 auto; }

.hc-faq { max-width: 900px; margin: 0 auto; padding: 0 7% 48px; }
.hc-faq-section-title {
  font-family: 'JetBrains Mono', monospace; font-size: 10px;
  letter-spacing: .18em; text-transform: uppercase;
  color: #FF6090; margin: 32px 0 12px;
}
.hc-faq-section-title:first-child { margin-top: 0; }
.faq-item { border-bottom: 1px solid rgba(249,241,243,0.06); padding: 14px 0; }
.faq-item:last-child { border-bottom: none; }
.faq-q {
  font-weight: 600; color: #fff; font-size: 15px;
  cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-q::after { content: '+'; font-size: 20px; color: rgba(249,241,243,0.30); flex-shrink: 0; transition: transform .2s; }
.faq-item.open .faq-q::after { content: '\2212'; color: #FF6090; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; font-size: 14px; color: rgba(249,241,243,0.58); line-height: 1.7; }
.faq-item.open .faq-a { max-height: 400px; padding-top: 12px; }

.hc-contact-banner { max-width: 900px; margin: 0 auto; padding: 0 7% 40px; }
.hc-contact-card {
  background: rgba(198,9,63,0.06); border: 1px solid rgba(198,9,63,0.18);
  border-radius: 14px; padding: 36px 32px; text-align: center;
}
.hc-contact-card h3 { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 20px; color: #fff; margin-bottom: 10px; }
.hc-contact-card p { font-size: 14px; color: rgba(249,241,243,0.55); margin-bottom: 20px; }
.hc-contact-btn {
  display: inline-block; background: #C6093F; color: #fff;
  padding: 12px 32px; border-radius: 10px;
  font-size: 14px; font-weight: 600; transition: background .2s;
}
.hc-contact-btn:hover { background: #E0104A; color: #fff; }
/* Universal Footer */
#site-footer { background:#0D0508; color:rgba(249,241,243,0.72); padding:clamp(64px,9vh,100px) 7% 0; position:relative; overflow:hidden; }
#site-footer::before { content:''; position:absolute; inset:0; pointer-events:none; background:radial-gradient(ellipse 60% 40% at 20% 0%, rgba(198,9,63,0.10) 0%, transparent 70%), radial-gradient(ellipse 40% 30% at 80% 100%, rgba(198,9,63,0.06) 0%, transparent 70%); }
.ft-inner { position:relative; z-index:1; max-width:1120px; margin:0 auto; }
.ft-top { display:grid; grid-template-columns:280px repeat(2,1fr); gap:clamp(28px,4vw,52px); padding-bottom:clamp(48px,7vh,72px); border-bottom:1px solid rgba(249,241,243,0.08); }
.ft-tagline { font-size:13px; line-height:1.6; color:rgba(249,241,243,0.52); margin-bottom:22px; }
.ft-social { display:flex; gap:10px; }
.ft-soc { width:34px; height:34px; border-radius:50%; border:1px solid rgba(249,241,243,0.14); display:flex; align-items:center; justify-content:center; color:rgba(249,241,243,0.52); font-size:13px; text-decoration:none; transition:border-color .2s, color .2s; }
.ft-soc:hover { border-color:rgba(198,9,63,0.70); color:#FF6090; }
.ft-col-head { font-family:'JetBrains Mono',monospace; font-size:9px; letter-spacing:.18em; text-transform:uppercase; color:rgba(249,241,243,0.38); margin-bottom:16px; }
.ft-col ul { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:9px; }
.ft-col a { font-size:13.5px; color:rgba(249,241,243,0.62); text-decoration:none; transition:color .18s; }
.ft-col a:hover { color:#FFFFFF; }
.ft-bottom { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px; padding:22px 0 24px; }
.ft-copy { font-size:12px; color:rgba(249,241,243,0.30); }
.ft-legal { display:flex; gap:20px; }
.ft-legal a { font-size:12px; color:rgba(249,241,243,0.30); text-decoration:none; transition:color .18s; }
.ft-legal a:hover { color:rgba(249,241,243,0.65); }
.ft-badge { display:flex; align-items:center; gap:7px; background:rgba(249,241,243,0.05); border:1px solid rgba(249,241,243,0.10); border-radius:999px; padding:5px 14px; font-size:11px; color:rgba(249,241,243,0.38); }
.ft-badge-dot { width:6px; height:6px; border-radius:50%; background:#25D366; box-shadow:0 0 6px rgba(37,211,102,0.6); }
@media(max-width:900px){ .ft-top { grid-template-columns:1fr 1fr; } .ft-brand { grid-column:1/-1; } }
@media(max-width:520px){ .ft-top { grid-template-columns:1fr 1fr; } .ft-bottom { flex-direction:column; align-items:flex-start; } }

@media(max-width:768px) { .pg-nav-links { display: none; } }
