/* =========================================================
   kosher.rab.ai — page-specific styles layered ON TOP of
   the shared rab.ai styles.css (wordmark animation, nav,
   LinkedIn pill, etc. are inherited).
   ========================================================= */

/* "kosher" sublabel next to the wordmark */
.brand-sub {
  display: inline-block;
  margin-left: 0.6rem;
  padding: 0.15rem 0.55rem;
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7eb0ff;
  border: 1px solid rgba(126, 176, 255, 0.35);
  border-radius: 999px;
  vertical-align: middle;
}

/* ============== HERO ============== */
.kosher-hero {
  padding: 4rem 1.5rem 5rem;
  text-align: center;
}

.kosher-hero-inner {
  max-width: 920px;
  margin: 0 auto;
}

.kosher-eyebrow {
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #7eb0ff;
  margin: 0 0 1rem;
}

.kosher-h1 {
  font-family: "Boska", Georgia, serif;
  font-weight: 500;
  font-size: clamp(2rem, 4.5vw, 3.3rem);
  line-height: 1.15;
  margin: 0 0 2.2rem;
  color: #f1f4f9;
}

.kosher-h1-em {
  display: block;
  margin-top: 0.5rem;
  font-style: italic;
  color: #a5b6d1;
  font-size: 0.75em;
}

/* The headline phone number — the whole point of this page */
.kosher-phone {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 1.8rem 3rem;
  background: linear-gradient(135deg, #0a66c2 0%, #0b4d94 100%);
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 12px 40px rgba(10, 102, 194, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  transition: transform 180ms ease, box-shadow 180ms ease;
  margin: 1rem 0 2rem;
}

.kosher-phone:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 56px rgba(10, 102, 194, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.kosher-phone-label {
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.85;
}

.kosher-phone-number {
  font-family: "Boska", Georgia, serif;
  font-weight: 600;
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  letter-spacing: 0.02em;
  line-height: 1;
}

.kosher-sub {
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 620px;
  margin: 0 auto 1.5rem;
  color: #c4cee0;
}

.kosher-hero-notice {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 1.2rem;
  background: rgba(255, 200, 100, 0.08);
  border: 1px solid rgba(255, 200, 100, 0.25);
  border-radius: 10px;
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 0.9rem;
  color: #ffd78a;
}

.kosher-hero-notice svg {
  flex-shrink: 0;
}

/* ============== SECTIONS ============== */
.kosher-section {
  padding: 4.5rem 1.5rem;
}

.kosher-section--alt {
  background: rgba(255, 255, 255, 0.018);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

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

.kosher-h2 {
  font-family: "Boska", Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin: 0 0 1rem;
  color: #f1f4f9;
}

.kosher-lede {
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #b9c4d9;
  max-width: 780px;
  margin: 0 0 2.5rem;
}

/* ============== HOW-TO-TEST CARDS ============== */
.kosher-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.2rem;
}

.kosher-card {
  padding: 1.6rem 1.4rem;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  transition: border-color 180ms ease, background 180ms ease;
}

.kosher-card:hover {
  border-color: rgba(126, 176, 255, 0.3);
  background: rgba(255, 255, 255, 0.04);
}

.kosher-card-num {
  font-family: "Boska", Georgia, serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: rgba(126, 176, 255, 0.6);
  line-height: 1;
  margin-bottom: 0.6rem;
}

.kosher-card-title {
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #f1f4f9;
  margin: 0 0 0.6rem;
}

.kosher-card-body {
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #a5b6d1;
  margin: 0;
}

/* ============== FEATURE GRID ============== */
.kosher-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem 2rem;
}

.kosher-feature h3 {
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #e0e7f3;
  margin: 0 0 0.4rem;
}

.kosher-feature p {
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #9daec5;
  margin: 0;
}

/* ============== INQUIRY FORM ============== */
.kosher-inquiry {
  max-width: 820px;
}

.kosher-form {
  margin-top: 1.5rem;
}

.kosher-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.kosher-form-row--single {
  grid-template-columns: 1fr;
}

.kosher-form label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.kosher-form-label {
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: #b9c4d9;
}

.kosher-form input,
.kosher-form textarea {
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 1rem;
  padding: 0.75rem 0.95rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #f1f4f9;
  transition: border-color 180ms ease, background 180ms ease;
}

.kosher-form input:focus,
.kosher-form textarea:focus {
  outline: none;
  border-color: rgba(126, 176, 255, 0.5);
  background: rgba(255, 255, 255, 0.07);
}

.kosher-form textarea {
  resize: vertical;
  min-height: 120px;
}

.kosher-form-hint {
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 0.78rem;
  color: #8091ab;
  margin-top: 0.2rem;
}

.kosher-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.kosher-form-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.5rem;
}

.kosher-btn-primary {
  padding: 0.9rem 2rem;
  background: linear-gradient(135deg, #0a66c2 0%, #0b4d94 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 4px 16px rgba(10, 102, 194, 0.3);
}

.kosher-btn-primary:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(10, 102, 194, 0.45);
}

.kosher-btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.kosher-form-status {
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 0.9rem;
  color: #a5b6d1;
}

.kosher-form-status.is-success {
  color: #5ad6a8;
}

.kosher-form-status.is-error {
  color: #ff8a8a;
}

.kosher-form-legal {
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 0.8rem;
  color: #6e7d94;
  margin-top: 1rem;
}

.kosher-form-legal code {
  font-family: "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.85em;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.1em 0.4em;
  border-radius: 4px;
}

/* ============== CONTACT ============== */
.kosher-contact {
  text-align: center;
  max-width: 680px;
}

.kosher-contact .kosher-lede {
  margin-left: auto;
  margin-right: auto;
}

.kosher-contact .btn-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 1.8rem;
  border-radius: 10px;
  text-decoration: none;
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: transform 180ms ease;
}

.kosher-contact .btn-linkedin:hover {
  transform: translateY(-1px);
}

/* ============== FOOTER ============== */
.kosher-footer {
  padding: 2.5rem 1.5rem 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.kosher-footer-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-family: "Satoshi", system-ui, sans-serif;
  font-size: 0.9rem;
  color: #7a8aa3;
}

.kosher-footer p {
  margin: 0.3rem 0;
}

.kosher-footer-meta {
  font-size: 0.82rem;
  color: #5e6d85;
}

/* ============== RESPONSIVE ============== */
@media (max-width: 640px) {
  .kosher-hero {
    padding: 2.5rem 1rem 3.5rem;
  }
  .kosher-phone {
    padding: 1.4rem 1.8rem;
  }
  .kosher-form-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .brand-sub {
    display: none; /* save space in the header on mobile */
  }
}
