* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", system-ui, sans-serif;
  background: #0f172a;
  color: #e2e8f0;
  line-height: 1.65;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
a { color: #38bdf8; }

.org-bar {
  padding: 16px 20px;
  text-align: center;
  background: #020617;
  border-bottom: 1px solid #334155;
}
.org-logo { font-size: 20px; font-weight: 800; color: #f8fafc; letter-spacing: 0.04em; }

.org-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
}
.org-card {
  max-width: 520px;
  width: 100%;
  background: #1e293b;
  border: 1px solid #475569;
  border-radius: 20px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}
.org-card h1 {
  margin: 0 0 12px;
  font-size: clamp(24px, 4vw, 32px);
  color: #f8fafc;
}
.org-lead {
  margin: 0 0 28px;
  color: #94a3b8;
  font-size: 17px;
}
.org-link {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #38bdf8 !important;
  text-decoration: none;
  margin-bottom: 16px;
}
.org-copy {
  padding: 12px 28px;
  background: #0ea5e9;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 28px;
}
.org-text {
  text-align: left;
  color: #cbd5e1;
  font-size: 15px;
  margin: 0 0 14px;
}
.org-foot {
  text-align: center;
  padding: 16px;
  font-size: 13px;
  color: #64748b;
  border-top: 1px solid #334155;
}
