body {
  font-family: Arial, Helvetica, sans-serif;
  background: linear-gradient(135deg,#1a2332 0%,#2d3f5c 100%);
  margin: 0;
  padding: 0 0 40px;
  direction: rtl;
  color: #1a2332;
}
main { max-width: 640px; margin: 0 auto; padding: 24px 16px 0; }

.nagish-topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1a2332;
  padding: 12px 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,.25);
}
.nagish-topbar-logo { color: #fff; font-weight: bold; font-size: 20px; }
.nagish-topbar-btn {
  background: #2563eb;
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
}

.nagish-hero { text-align: center; color: #fff; margin-bottom: 28px; }
.nagish-hero h1 { font-size: 40px; margin: 0 0 8px; }
.nagish-tagline { font-size: 16px; opacity: .85; margin: 0 0 20px; }
.nagish-cta {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.nagish-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,.15);
  scroll-margin-top: 70px;
}
.nagish-card h2 { font-size: 20px; margin-top: 0; }
.nagish-card h3 { font-size: 15px; margin: 18px 0 4px; color: #2563eb; }
.nagish-card p { line-height: 1.7; margin: 0 0 4px; }
.nagish-links { padding-inline-start: 20px; }
.nagish-links a { color: #1e5fbf; }
.nagish-code {
  background: #f2f4f7;
  border-radius: 8px;
  padding: 12px;
  direction: ltr;
  text-align: left;
  overflow-x: auto;
  font-size: 14px;
}

.nagish-form-row { margin-bottom: 14px; }
.nagish-form-row label { display: block; font-weight: bold; font-size: 14px; margin-bottom: 4px; }
.nagish-form-row input, .nagish-form-row textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #d5dae1;
  border-radius: 6px;
  font-size: 15px;
  font-family: inherit;
}
.nagish-form-submit { width: 100%; margin-top: 6px; }
.nagish-form-success {
  background: #e8f7ee;
  color: #1a6b3a;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}

.nagish-footer-note { text-align: center; color: #fff; opacity: .7; font-size: 13px; margin-top: 24px; }
