
:root {
  --void: #0B1220; --void2: #0d1628;
  --glass: rgba(255,255,255,0.028); --glass-border: rgba(255,255,255,0.07);
  --fire: #FF6A1A; --fire-glow: rgba(255,106,26,0.25);
  --white: #FFFFFF; --white-dim: rgba(255,255,255,0.55); --muted: #9499A1;
  --font: 'Inter', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--void); color: var(--white); min-height: 100vh; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0 2.5rem; height: 64px; display: flex; align-items: center; justify-content: space-between; background: rgba(11,18,32,0.88); backdrop-filter: blur(20px); border-bottom: 1px solid var(--glass-border); }
.nav-logo { display: flex; align-items: center; gap: 0.55rem; text-decoration: none; }
.nav-logo-text { font-family: var(--font); font-size: 1.05rem; font-weight: 800; letter-spacing: -0.02em; color: #fff; }
.nav-links { display: flex; gap: 1.8rem; align-items: center; }
.nav-links a { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); transition: color 0.2s; }
.nav-links a:hover { color: var(--white); }
.nav-back { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.82rem; font-weight: 600; color: var(--fire); border: 1px solid rgba(255,106,26,0.3); padding: 0.45rem 1.1rem; border-radius: 100px; transition: all 0.2s; }
.nav-back:hover { background: rgba(255,106,26,0.1); }

.page-wrap { max-width: 860px; margin: 0 auto; padding: 2rem 1.5rem 5rem; }
.hero { background: linear-gradient(180deg,rgba(255,106,26,0.06) 0%,transparent 100%); border-bottom: 1px solid rgba(255,106,26,0.08); padding: 5rem 2rem 2.5rem; text-align: center; margin-top: 64px; }
.hero h1 { font-size: 2rem; font-weight: 800; color: #fff; margin-bottom: 0.5rem; letter-spacing: -0.02em; }
.hero p { color: var(--muted); font-size: 0.88rem; line-height: 1.7; margin: 0 auto; }
.badge { display: inline-block; background: rgba(255,106,26,0.1); border: 1px solid rgba(255,106,26,0.25); color: var(--fire); font-size: 0.75rem; font-weight: 700; padding: 0.3rem 0.9rem; border-radius: 20px; margin-bottom: 1rem; letter-spacing: 0.05em; text-transform: uppercase; }

p { color: var(--muted); margin-bottom: 0.9rem; line-height: 1.75; font-family: var(--font); }
p:last-child { margin-bottom: 0; }
strong { color: var(--white); }
.faq-a strong { color: inherit; }
.contact-card strong { color: var(--white); }

.search-wrap { position: relative; max-width: 520px; margin: 0 auto 2rem; }
.search-wrap input { width: 100%; padding: 0.75rem 1rem 0.75rem 3rem; background: rgba(255,255,255,0.04); border: 1px solid var(--glass-border); border-radius: 100px; color: var(--white); font-family: var(--font); font-size: 0.95rem; outline: none; transition: border-color 0.2s, box-shadow 0.2s; }
.search-wrap input::placeholder { color: rgba(255,255,255,0.2); }
.search-wrap input:focus { border-color: rgba(255,106,26,0.5); box-shadow: 0 0 0 3px rgba(255,106,26,0.08); }
.search-icon { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: var(--muted); pointer-events: none; }

.categories { display: flex; gap: 0.5rem; flex-wrap: nowrap; justify-content: center; margin-bottom: 2.5rem; overflow-x: auto; padding-bottom: 0.25rem; }
.cat-btn { all: unset; box-sizing: border-box; font-family: var(--font); padding: 0.4rem 0.85rem; border-radius: 100px; border: 1px solid var(--glass-border); color: var(--muted); font-size: 0.75rem; font-weight: 500; cursor: pointer; transition: all 0.15s; white-space: nowrap; }
.cat-btn:hover, .cat-btn.active { background: rgba(255,106,26,0.1); border-color: rgba(255,106,26,0.35); color: var(--fire); }

.faq-section { margin-bottom: 2rem; }
.faq-section-title { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fire); margin-bottom: 1rem; font-family: var(--font); }
.faq-item { border: 1px solid var(--glass-border); border-radius: 10px; margin-bottom: 0.5rem; overflow: hidden; background: rgba(255,255,255,0.02); }
.faq-q { width: 100%; text-align: left; background: none; border: none; color: var(--white); font-family: var(--font); font-size: 0.9rem; font-weight: 600; padding: 1rem 1.25rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-q:hover { color: var(--fire); }
.faq-q .faq-icon { color: var(--fire); flex-shrink: 0; transition: transform 0.2s; width: 16px; height: 16px; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 1.25rem 1rem; color: var(--muted); font-size: 0.88rem; line-height: 1.7; border-top: 1px solid var(--glass-border); font-family: var(--font); }
.faq-a a { color: var(--fire); }
.faq-item.open .faq-a { display: block; }

.highlight-box { background: rgba(255,106,26,0.06); border-left: 3px solid var(--fire); border-radius: 0 8px 8px 0; padding: 1rem 1.25rem; margin: 1rem 0; color: var(--muted); font-size: 0.92rem; font-family: var(--font); }
.highlight-box p { margin: 0; font-size: 0.92rem; }

h2.clause-title { font-family: var(--font); font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.75rem; }
h2.clause-title .num { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(255,106,26,0.12); border: 1px solid rgba(255,106,26,0.3); color: var(--fire); font-size: 0.78rem; font-weight: 700; flex-shrink: 0; }
.contact-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,106,26,0.2); border-radius: 12px; padding: 1.5rem; margin-top: 1rem; }
.contact-card a { color: var(--fire); }
.link-fire { color: var(--fire); }
.section-spaced { margin-top: 3rem; padding-bottom: 2rem; }
.contact-card p { font-family: var(--font); }

footer { border-top: 1px solid rgba(255,255,255,.045); padding: 2.4rem 3rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-top: 3rem; }
.f-copy { font-family: var(--font); font-size: .76rem; font-weight: 400; color: rgba(255,255,255,.18); }
.f-links { display: flex; gap: 2rem; list-style: none; }
.f-links a { font-family: var(--font); font-size: .76rem; color: rgba(255,255,255,.18); transition: color .3s; text-decoration: none; }
.f-links a:hover { color: rgba(255,255,255,.45); }

#noResults { display: none; }

@media(max-width:600px) {
  nav { padding: 0 1.25rem; height: 56px; }
  .nav-links { display: none; }
  .page-wrap { padding: 2rem 1rem 4rem; }
  .hero { padding: 3.5rem 1rem 2rem; }
  .hero h1 { font-size: 1.5rem; }
  .categories { justify-content: flex-start; flex-wrap: wrap; overflow-x: visible; }
  footer { padding: 2rem 1.5rem; flex-direction: column; align-items: flex-start; }
}
