*,
*::before,
*::after { box-sizing: border-box; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #f9fafb;
  color: #111827;
}
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #ffffff; border-bottom: 1px solid #e5e7eb;
}
.inner { max-width: 1100px; margin: 0 auto; padding: 0 1rem; }
.navbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.75rem 0;
}
.brand { display: flex; align-items: center; gap: 0.5rem; }
.brand-logo {
  width: 40px; height: 40px; border-radius: 999px;
  background: #111827; color: #ffffff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.1rem;
}
.brand-text-title { font-weight: 600; font-size: 1.05rem; line-height: 1.1; }
.brand-text-sub { font-size: 0.7rem; color: #6b7280; }
.nav-links {
  display: flex; align-items: center; gap: 1rem;
  font-size: 0.85rem; font-weight: 500;
}
.nav-links a { color: #4b5563; }
.nav-links a.active { color: #111827; }
.nav-cta {
  padding: 0.4rem 0.9rem; border-radius: 999px;
  background: #111827; color: #ffffff !important;
  text-transform: uppercase; font-size: 0.7rem; letter-spacing: 0.06em;
}
.badge {
  display:inline-flex; align-items:center; gap:0.35rem;
  padding: 0.15rem 0.5rem; border-radius: 999px;
  background:#f3f4f6; color:#374151; font-size:0.72rem; border:1px solid #e5e7eb;
}
.hero { background: #111827; color: #ffffff; }
.hero-inner {
  display: grid; gap: 2.5rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  padding: 3rem 1rem;
}
.hero h1 { font-size: 2.1rem; margin-bottom: 1rem; }
.hero p { font-size: 0.95rem; color: #d1d5db; max-width: 32rem; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; }
.btn, .btn-outline, .btn-dark {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.6rem 1.3rem; border-radius: 999px;
  font-size: 0.85rem; font-weight: 600; border: 1px solid transparent;
  cursor: pointer;
}
.btn { background: #ffffff; color: #111827; }
.btn-dark { background:#111827; color:#ffffff; }
.btn-outline { border-color: #9ca3af; color: #e5e7eb; background: transparent; }
.hero-card {
  background: #1f2937; border-radius: 1.25rem; padding: 1.25rem; font-size: 0.75rem;
}
.hero-card-title { font-weight: 600; margin-bottom: 0.75rem; }
.hero-card-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.5rem;
}
.hero-quick-link {
  border-radius: 0.9rem; padding: 0.65rem;
  background: rgba(15, 23, 42, 0.8); color: #e5e7eb;
}
.hero-quick-link-label {
  text-transform: uppercase; font-size: 0.55rem; color: #9ca3af;
}
.hero-quick-link-title { font-weight: 600; font-size: 0.8rem; }
.stats { background: #ffffff; border-bottom: 1px solid #e5e7eb; }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem; font-size: 0.8rem; text-align: center; padding: 1rem 0;
}
.stat-number { font-weight: 700; font-size: 1.1rem; }
.stat-label { color: #6b7280; }
.page-section { padding: 2.5rem 1rem; }
.page-main { max-width: 800px; margin: 0 auto; }
.page-main h1 { font-size: 1.7rem; margin-bottom: 1rem; }
.page-main h2 { margin-top: 1.75rem; margin-bottom: 0.75rem; font-size: 1.15rem; }
.page-main p { font-size: 0.95rem; color: #374151; line-height: 1.6; }
.page-main ul { padding-left: 1.1rem; font-size: 0.95rem; color: #374151; }
.page-main li { margin-bottom: 0.35rem; }
.card-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem; font-size: 0.9rem;
}
.card {
  background: #ffffff; border-radius: 1.1rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05); padding: 1.1rem;
}
.card h3 { margin-top: 0; margin-bottom: 0.5rem; font-size: 1rem; }
.card p { margin: 0 0 0.75rem; }
.split-section {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem; font-size: 0.9rem;
}
.form { max-width: 550px; }
.form-row { margin-bottom: 0.9rem; }
.form label {
  display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 0.25rem;
}
.form input, .form textarea, .form select {
  width: 100%; border-radius: 0.5rem; border: 1px solid #d1d5db;
  padding: 0.55rem 0.7rem; font-size: 0.9rem;
}
.form textarea { min-height: 120px; resize: vertical; }
.form-note { font-size: 0.8rem; color: #6b7280; }
.alert {
  border-radius: 0.75rem; padding: 0.75rem 0.9rem;
  font-size: 0.85rem; margin-bottom: 1rem;
}
.alert-success {
  background: #ecfdf3; color: #166534; border: 1px solid #bbf7d0;
}
.alert-error {
  background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca;
}
.table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
}
.table th, .table td {
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
  font-size: 0.9rem;
}
.table th { background:#f9fafb; color:#374151; font-size:0.82rem; text-transform:uppercase; letter-spacing:0.05em; }
.table tr:last-child td { border-bottom: 0; }
.site-footer {
  background: #111827; color: #9ca3af; font-size: 0.75rem; margin-top: 2rem;
}
.footer-inner {
  max-width: 1100px; margin: 0 auto; padding: 1.2rem 1rem;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.75rem;
}
.footer-links a { margin-left: 1rem; color: #d1d5db; }
.footer-links a:hover { text-decoration: underline; }
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: minmax(0, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-grid { grid-template-columns: minmax(0, 1fr); }
  .split-section { grid-template-columns: minmax(0, 1fr); }
  .nav-links { display: none; }
}
