* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #26313f;
  line-height: 1.6;
  background: #f7f9fc;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

/* ── Header ── */
header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(14,47,87,0.08);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-badge {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #16497a, #2472b3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.logo-mark {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0e2f57;
  letter-spacing: -0.3px;
}

.logo-mark span {
  color: #d9a441;
}

.logo-sub {
  font-size: 0.72rem;
  color: #7b8aa0;
  letter-spacing: 0.5px;
}

nav ul {
  display: flex;
  gap: 26px;
  align-items: center;
}

nav a {
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #45536b;
  transition: color 0.2s;
}

nav a:hover {
  color: #2472b3;
}

nav .nav-donate {
  background: #d9a441;
  color: #fff;
  padding: 8px 18px;
  border-radius: 6px;
}

nav .nav-donate:hover {
  background: #c4902f;
  color: #fff;
}

.btn {
  display: inline-block;
  padding: 13px 32px;
  border-radius: 6px;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: #d9a441;
  color: #fff;
  box-shadow: 0 6px 18px rgba(217,164,65,0.35);
}

.btn-primary:hover {
  background: #c4902f;
  transform: translateY(-2px);
}

.btn-light {
  background: #fff;
  color: #0e2f57;
}

.btn-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);
}

.btn-outline {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.6);
  color: #fff;
}

.btn-outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
}

/* ── Hero ── */
.hero {
  background: linear-gradient(140deg, #0e2f57 0%, #16497a 55%, #2472b3 100%);
  color: #fff;
  text-align: center;
  padding: 96px 20px 88px;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.06) 0, transparent 40%),
                    radial-gradient(circle at 85% 70%, rgba(217,164,65,0.12) 0, transparent 45%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}

.hero .hebrew {
  font-size: 1.5rem;
  color: #f0d9a8;
  margin-bottom: 16px;
  direction: rtl;
  font-family: Georgia, 'Times New Roman', serif;
}

.hero .eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9dc2e6;
  border: 1px solid rgba(157,194,230,0.4);
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 22px;
}

.hero h1 {
  font-size: 3.1rem;
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 1.15;
  letter-spacing: -1px;
}

.hero h1 span {
  color: #f0c66a;
}

.hero p {
  font-size: 1.15rem;
  margin-bottom: 34px;
  opacity: 0.92;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Stats Bar ── */
.stats {
  background: #fff;
  padding: 42px 20px;
  border-bottom: 1px solid #e8edf4;
}

.stats-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  text-align: center;
}

.stat-num {
  font-size: 2.4rem;
  font-weight: 700;
  color: #16497a;
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  color: #6b7889;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ── Sections ── */
.section {
  padding: 74px 20px;
}

.section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #0e2f57;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.section-text {
  font-size: 1.06rem;
  color: #556172;
  max-width: 780px;
  line-height: 1.85;
}

.text-center {
  text-align: center;
}

.text-center .section-text {
  margin-left: auto;
  margin-right: auto;
}

/* ── Offerings Grid ── */
.offerings {
  background: #f7f9fc;
}

.offerings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 26px;
  margin-top: 46px;
}

.offer-card {
  text-align: center;
  padding: 40px 28px;
  background: #fff;
  border: 1px solid #e8edf4;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(14,47,87,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(14,47,87,0.12);
}

.offer-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eaf2fb, #f5ead2);
  border-radius: 16px;
  font-size: 1.8rem;
}

.offer-card h3 {
  font-size: 1.2rem;
  color: #0e2f57;
  margin-bottom: 10px;
}

.offer-card p {
  font-size: 0.95rem;
  color: #667487;
}

/* ── Quote Banner ── */
.quote-banner {
  background: #eef3f9;
  padding: 56px 20px;
  text-align: center;
}

.quote-banner blockquote {
  max-width: 820px;
  margin: 0 auto;
  font-size: 1.25rem;
  font-style: italic;
  color: #16497a;
  line-height: 1.7;
  font-family: Georgia, 'Times New Roman', serif;
}

/* ── Support / Donate ── */
.support {
  background: linear-gradient(140deg, #0e2f57, #1c5488);
  color: #fff;
  text-align: center;
}

.support .section-inner {
  max-width: 760px;
}

.support h2 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.support p {
  font-size: 1.08rem;
  opacity: 0.92;
  margin-bottom: 30px;
}

/* ── Footer ── */
footer {
  background: #0b2340;
  color: #c3cfdd;
  padding: 56px 20px 30px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 46px;
}

footer h3 {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.footer-about p {
  font-size: 0.92rem;
  line-height: 1.75;
  color: #9fb2c8;
}

.footer-contact {
  margin-top: 16px;
  font-size: 0.92rem;
  line-height: 1.9;
  color: #9fb2c8;
}

.footer-contact a {
  color: #f0c66a;
}

.footer-legal-note {
  margin-top: 16px;
  font-size: 0.82rem;
  color: #7891ad;
}

/* ── SMS Opt-in ── */
.footer-sms {
  max-width: 480px;
}

.sms-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sms-form input[type="tel"] {
  padding: 12px 15px;
  border: 1px solid #274b73;
  background: #103158;
  color: #fff;
  border-radius: 6px;
  font-size: 0.92rem;
  font-family: inherit;
}

.sms-form input[type="tel"]::placeholder {
  color: #7f95af;
}

.consent-label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.85rem;
  color: #b3c2d5;
  cursor: pointer;
  line-height: 1.5;
}

.consent-label input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: #d9a441;
  width: 16px;
  height: 16px;
}

.consent-disclosure {
  font-size: 0.75rem;
  color: #8199b3;
  line-height: 1.65;
}

.consent-disclosure a {
  color: #f0c66a;
  text-decoration: underline;
}

.sms-form .btn {
  align-self: flex-start;
}

.sms-confirm {
  margin-top: 16px;
}

.sms-confirm > p {
  font-size: 0.9rem;
  color: #b3c2d5;
  margin-bottom: 12px;
}

.confirm-row {
  display: flex;
  gap: 8px;
}

.confirm-row input {
  padding: 12px 15px;
  border: 1px solid #274b73;
  background: #103158;
  color: #fff;
  border-radius: 6px;
  font-size: 0.92rem;
  width: 200px;
}

.confirm-row input::placeholder {
  color: #7f95af;
}

.sms-success {
  color: #f0c66a;
  font-size: 0.95rem;
  font-weight: 600;
}

.footer-bottom {
  max-width: 1100px;
  margin: 34px auto 0;
  padding-top: 22px;
  border-top: 1px solid #1a3a5e;
  text-align: center;
  font-size: 0.8rem;
  color: #7891ad;
}

.footer-bottom p {
  margin: 4px 0;
}

/* ── Legal Pages ── */
.legal-page {
  padding: 60px 20px 80px;
  background: #fff;
}

.legal-inner {
  max-width: 820px;
  margin: 0 auto;
}

.legal-inner h1 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #0e2f57;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}

.legal-updated {
  font-size: 0.85rem;
  color: #97a3b3;
  margin-bottom: 40px;
}

.legal-inner section {
  margin-bottom: 34px;
}

.legal-inner h2 {
  font-size: 1.12rem;
  font-weight: 700;
  color: #16497a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.legal-inner h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #3b4759;
  margin: 14px 0 8px;
}

.legal-inner p {
  font-size: 0.95rem;
  color: #4f5b6c;
  line-height: 1.8;
  margin-bottom: 10px;
}

.legal-inner ul {
  padding-left: 24px;
  margin-bottom: 10px;
  list-style: disc;
}

.legal-inner li {
  font-size: 0.95rem;
  color: #4f5b6c;
  line-height: 1.8;
  margin-bottom: 4px;
}

.legal-inner a {
  color: #2472b3;
  text-decoration: underline;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .header-inner {
    flex-wrap: wrap;
    height: auto;
    padding: 12px 20px;
  }

  nav ul {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 0;
  }

  .hero h1 {
    font-size: 2.1rem;
  }

  .hero p {
    font-size: 1.02rem;
  }

  .section-title {
    font-size: 1.7rem;
  }
}
