:root {
  --silver: #c8d4e0;
  --silver-dark: #8a9aaa;
  --purple: #6b3fa0;
  --purple-light: #8b5fc0;
  --navy: #070b14;
  --navy-card: #101828;
  --border: rgba(200, 212, 224, 0.12);
  --border-p: rgba(107, 63, 160, 0.3);
  --text: #d8e4f0;
  --text-muted: #6a7d90;
  --red: #b03040;
  --red-bright: #d04050;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background: var(--navy);
  color: var(--text);
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
a {
  color: var(--purple-light);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#navbar {
  background: rgba(7, 11, 20, 0.96);
  border-bottom: 1px solid var(--border);
  padding: 0 40px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.logo-emblem {
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-emblem::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(200, 212, 224, 0.3);
  transform: rotate(45deg);
}
.logo-emblem::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(200, 212, 224, 0.15);
  transform: rotate(45deg);
}
.logo-emblem i {
  font-size: 15px;
  color: var(--silver);
  position: relative;
  z-index: 1;
}
.logo-text-wrap .brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  display: block;
  line-height: 1;
  font-weight: 600;
}
.logo-text-wrap .tagline {
  font-size: 8px;
  color: var(--text-muted);
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.nav-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--silver);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.nav-back:hover {
  text-decoration: none;
  opacity: 0.8;
}

.page-hero {
  padding: 96px 40px 56px;
  text-align: center;
  border-bottom: 1px solid var(--border);
}
.page-hero .hero-icon {
  font-size: 42px;
  color: var(--red-bright);
  margin-bottom: 14px;
}
.page-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 5.5vw, 66px);
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.page-hero p {
  color: var(--text-muted);
  font-size: 14px;
}

.content {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 40px 110px;
}
h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  color: var(--silver);
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 44px 0 12px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 8px;
}
h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 24px 0 8px;
}
p,
li {
  color: var(--text-muted);
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.75;
}
ul {
  padding-left: 22px;
  list-style: disc;
}
ol {
  padding-left: 22px;
}
strong {
  color: var(--text);
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 13px;
}
th {
  background: rgba(107, 63, 160, 0.08);
  color: var(--purple-light);
  padding: 12px 14px;
  text-align: left;
  border: 1px solid var(--border);
}
td {
  padding: 11px 14px;
  border: 1px solid var(--border);
  color: var(--text-muted);
}
.notice {
  background: rgba(176, 48, 64, 0.07);
  border: 1px solid rgba(176, 48, 64, 0.28);
  padding: 16px 20px;
  margin: 22px 0;
}
.notice p {
  color: var(--red-bright);
  margin: 0;
}

.help-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
  margin: 22px 0;
}
.help-card {
  background: var(--navy-card);
  border: 1px solid var(--border);
  padding: 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: border-color 0.2s;
}
.help-card:hover {
  border-color: rgba(200, 212, 224, 0.2);
  text-decoration: none;
}
.help-icon {
  width: 42px;
  height: 42px;
  border: 1px solid var(--border-p);
  background: rgba(107, 63, 160, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--red-bright);
  flex-shrink: 0;
}
.help-card strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}
.help-card span {
  font-size: 12px;
  color: var(--text-muted);
}
.tool-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
  margin: 18px 0;
}
.tool-item {
  background: var(--navy-card);
  border: 1px solid var(--border);
  padding: 20px;
  text-align: center;
}
.tool-item i {
  font-size: 26px;
  color: var(--purple-light);
  margin-bottom: 10px;
  display: block;
}
.tool-item strong {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
}
.tool-item span {
  font-size: 12px;
  color: var(--text-muted);
}
.quiz-box {
  background: rgba(176, 48, 64, 0.06);
  border: 1px solid rgba(176, 48, 64, 0.22);
  padding: 28px;
  margin: 24px 0;
}
.quiz-box h3 {
  color: var(--red-bright);
  margin-top: 0;
  font-size: 17px;
}
.quiz-box ol li {
  margin-bottom: 10px;
}
.info-box {
  background: rgba(107, 63, 160, 0.07);
  border: 1px solid var(--border-p);
  padding: 18px 22px;
  margin: 20px 0;
  border-radius: 2px;
}
.info-box p {
  margin: 0;
  color: var(--text-muted);
}

#footer {
  background: #030510;
  border-top: 1px solid var(--border);
  padding: 24px 40px;
  text-align: center;
}
#footer p {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 6px;
}
#footer a {
  color: var(--purple-light);
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 10px;
}
.footer-links a {
  font-size: 13px;
  color: var(--text-muted);
}
.footer-links a:hover {
  color: var(--silver);
  text-decoration: none;
}
@media (max-width: 680px) {
  .content {
    padding: 40px 20px 80px;
  }
  .page-hero {
    padding: 80px 20px 40px;
  }
  #navbar {
    padding: 0 16px;
  }
  #footer {
    padding: 20px 16px;
  }
}
