:root {
  --ink: #0b0d12;
  --muted: #5f6877;
  --line: #e5e7eb;
  --pistachio: #dff2d1;
  --pistachio-deep: #9fcf8c;
  --honey: #d99a21;
  --honey-dark: #9a650a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }

.topbar {
  width: min(1120px, calc(100% - 28px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: -.02em; }
.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111827;
  color: #fff;
  font-weight: 900;
}
.language-select {
  max-width: 128px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 12px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  place-items: center;
  padding: 40px 18px 70px;
  background: #fff;
}
.hero-inner {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}
.eyebrow {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #4b5563;
  font-size: 13px;
  font-weight: 800;
}
.eyebrow.dark { border-color: rgba(11,13,18,.18); background: rgba(255,255,255,.4); color: #31512d; }
h1, h2 { margin: 0; letter-spacing: -.05em; line-height: .98; }
h1 { font-size: clamp(48px, 9vw, 118px); }
h2 { font-size: clamp(38px, 6vw, 78px); }
.lead {
  max-width: 710px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
}
.actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.primary, .secondary, .honey-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0 22px;
  font-weight: 850;
}
.primary { background: #0b0d12; color: #fff; }
.secondary { border: 1px solid var(--line); color: var(--ink); background: #fff; }
.safe-note {
  max-width: 680px;
  margin: 18px auto 0;
  color: #6b7280;
  font-size: 14px;
}

.alternatives {
  padding: 86px 18px;
  background: var(--pistachio);
  border-top: 1px solid rgba(11,13,18,.08);
  border-bottom: 1px solid rgba(11,13,18,.08);
}
.alt-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: center;
}
.alternatives p:not(.eyebrow) {
  max-width: 620px;
  color: #31512d;
  font-size: clamp(18px, 2vw, 23px);
}
.honey-button {
  margin-top: 18px;
  background: var(--honey);
  color: #1f1605;
  box-shadow: 0 16px 40px rgba(154,101,10,.22);
}
.feature-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.feature-card, .feature-wide {
  min-height: 116px;
  border: 1px solid rgba(49,81,45,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.68);
  padding: 20px;
  box-shadow: 0 20px 50px rgba(49,81,45,.08);
}
.feature-card strong {
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
}
.feature-card span, .feature-wide span:last-child { color: #476241; font-weight: 700; }
.feature-wide {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 16px;
}
.feature-wide.collaboration { background: #f8ffe9; }
.metric {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff3cf;
  color: var(--honey-dark);
  font-size: 34px;
  font-weight: 950;
}

.login-directory {
  padding: 84px 18px;
  background: #fff;
}
.directory-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  text-align: center;
}
.directory-lead {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 19px;
}
.login-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
  text-align: left;
}
.login-card {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(17,24,39,.04);
}
.login-card:hover { border-color: #111827; }
.login-card strong { font-size: 21px; }
.login-card span {
  color: #6b7280;
  font-size: 13px;
  overflow-wrap: anywhere;
}
.login-card.highlight {
  border-color: #d99a21;
  background: #fff9e8;
}

.guide { padding: 78px 18px; background: #f9fafb; }
.guide-inner { width: min(960px, 100%); margin: 0 auto; text-align: center; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
  text-align: left;
}
.steps div {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
}
.steps span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-weight: 900;
}
.steps p { color: var(--muted); font-weight: 650; }
.footer {
  padding: 28px 18px;
  border-top: 1px solid var(--line);
  color: #6b7280;
  text-align: center;
  font-size: 14px;
}
.faq {
  padding: 84px 18px;
  background: #fff;
}
.faq-inner {
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
}
.faq-list {
  margin-top: 30px;
  text-align: left;
}
.faq details {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px 20px;
  background: #fff;
}
.faq details + details { margin-top: 10px; }
.faq summary {
  cursor: pointer;
  font-weight: 850;
  color: #111827;
}
.faq p {
  margin-bottom: 0;
  color: var(--muted);
}

@media (max-width: 780px) {
  .topbar { min-height: 66px; gap: 10px; }
  .brand span:last-child { font-size: 15px; }
  .brand { min-width: 0; }
  .brand span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hero { min-height: auto; padding-top: 54px; }
  .alt-grid, .steps, .login-grid { grid-template-columns: 1fr; }
  .feature-board { grid-template-columns: 1fr; }
  h1 { font-size: clamp(42px, 15vw, 72px); }
}
