/* EatHalal launch — forest green + gold (waitlist / certification pages) */
:root {
  --eh-green: #0d3d2e;
  --eh-green-mid: #1a5c45;
  --eh-green-soft: #e8f3ee;
  --eh-gold: #c9a227;
  --eh-gold-light: #f4e9c8;
  --eh-cream: #f7f6f2;
}

.eh-launch-page {
  background: var(--eh-cream);
  color: #1a2e28;
  min-height: 100vh;
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.eh-launch-page main h1 {
  color: var(--eh-green);
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
}

.eh-launch-header {
  background: var(--eh-green);
  color: #fff;
  padding: 0.75rem 1rem;
}

.eh-launch-header .container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.eh-launch-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.88rem;
}

.eh-launch-nav a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-weight: 500;
}

.eh-launch-nav a:hover {
  color: var(--eh-gold-light);
}

.eh-launch-cta-outline {
  border: 2px solid var(--eh-gold);
  color: var(--eh-gold-light);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
}

.eh-hero-split {
  display: grid;
  gap: 2rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem 1rem 3rem;
}

@media (min-width: 900px) {
  .eh-hero-split {
    grid-template-columns: 1fr 1fr;
  }
}

.eh-hero-split h1 {
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  line-height: 1.15;
  color: var(--eh-green);
  margin: 0 0 1rem;
}

.eh-hero-lead {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #3d5248;
  margin: 0 0 1.25rem;
}

.eh-badge-gold {
  display: inline-block;
  background: linear-gradient(135deg, var(--eh-gold), #a88418);
  color: #1a1a1a;
  font-weight: 800;
  font-size: 0.78rem;
  padding: 0.45rem 0.75rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.eh-wl-form input,
.eh-wl-form select,
.eh-wl-form button {
  width: 100%;
  max-width: 360px;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  border: 1px solid #b8cfc4;
  font-size: 1rem;
  margin-bottom: 0.65rem;
}

.eh-wl-form button {
  background: var(--eh-green-mid);
  color: #fff;
  border: none;
  font-weight: 700;
  cursor: pointer;
}

.eh-wl-form button:hover {
  background: var(--eh-green);
}

.eh-wl-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--eh-green);
  margin-bottom: 0.25rem;
}

.eh-wl-err {
  color: #b91c1c;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.eh-wl-foot {
  font-size: 0.85rem;
  color: #5a6e64;
  margin-top: 1rem;
}

.eh-wl-foot a {
  color: var(--eh-green);
  font-weight: 600;
}

.eh-launch-footer {
  background: var(--eh-green);
  color: #fff;
  padding: 1.5rem 1rem;
  text-align: center;
  font-size: 0.88rem;
}

.eh-launch-footer a {
  color: var(--eh-gold-light);
}

.eh-three-col--soft {
  background: var(--eh-green-soft);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.eh-col-card--white {
  background: #fff;
}

.eh-col-link {
  margin: 0.75rem 0 0;
}

.eh-col-link a {
  font-weight: 700;
  color: var(--eh-green);
}

.eh-hero-visual {
  position: relative;
  min-height: 360px;
}

.eh-trust-glow {
  position: absolute;
  right: 0;
  bottom: 12%;
  width: 70%;
  height: 65%;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, rgba(201, 162, 39, 0.35), transparent 62%),
    radial-gradient(circle at 70% 60%, rgba(26, 92, 69, 0.45), transparent 55%);
  z-index: 0;
  filter: blur(2px);
}

.eh-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.72rem 1.2rem;
  border-radius: 12px;
  border: none;
  background: var(--eh-green-mid) !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 1rem;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  transition: background 0.15s ease, transform 0.12s ease;
}

.eh-btn-primary:hover {
  background: var(--eh-green) !important;
}

.eh-btn-primary:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.eh-phone-mock {
  position: relative;
  z-index: 1;
  background: linear-gradient(160deg, var(--eh-green) 0%, #0a2a20 100%);
  border-radius: 28px;
  padding: 1.25rem 1rem 2.5rem;
  min-height: 340px;
  max-width: 280px;
  margin: 0 auto;
  color: #fff;
  box-shadow: 0 20px 50px rgba(13, 61, 46, 0.35);
  border: 3px solid #1f6b52;
}

.eh-mock-screen {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 1.25rem 1rem;
  text-align: left;
}

.eh-mock-brand {
  margin: 0;
  font-weight: 800;
  font-size: 1.15rem;
}

.eh-mock-tag {
  margin: 0.25rem 0 0.85rem;
  opacity: 0.85;
  font-size: 0.82rem;
}

.eh-mock-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.88rem;
  line-height: 1.7;
}

.eh-mock-menu li::before {
  content: "✓ ";
  color: var(--eh-gold-light);
}

.eh-mock-badge {
  position: absolute;
  left: 50%;
  bottom: -0.35rem;
  transform: translateX(-50%);
  width: 92%;
  background: linear-gradient(135deg, var(--eh-gold), #a88418);
  color: #1a1a1a;
  font-weight: 800;
  font-size: 0.68rem;
  text-align: center;
  padding: 0.5rem 0.55rem;
  border-radius: 10px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  box-shadow: 0 6px 18px rgba(201, 162, 39, 0.45);
}

.eh-seal {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid var(--eh-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.65rem;
  font-weight: 800;
  color: var(--eh-gold-light);
  line-height: 1.2;
  margin: 1rem auto;
  background: rgba(0, 0, 0, 0.2);
}

.eh-compare {
  display: grid;
  gap: 1.25rem;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .eh-compare {
    grid-template-columns: 1fr 1fr;
  }
}

.eh-compare-card {
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #d0ddd6;
  background: #fff;
}

.eh-compare-card--weak {
  filter: grayscale(0.4);
  opacity: 0.85;
}

.eh-compare-card--strong {
  border-color: var(--eh-gold);
  box-shadow: 0 8px 28px rgba(201, 162, 39, 0.25);
}

.eh-compare-body {
  padding: 1rem 1.1rem 1.25rem;
}

.eh-tag-warn {
  background: #fff3cd;
  color: #664d03;
  font-size: 0.8rem;
  padding: 0.35rem 0.6rem;
  border-radius: 6px;
  display: inline-block;
  margin-top: 0.5rem;
}

.eh-tag-ok {
  background: var(--eh-green-soft);
  color: var(--eh-green);
  font-size: 0.8rem;
  padding: 0.35rem 0.6rem;
  border-radius: 6px;
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: 600;
}

.eh-queue-card {
  background: #fff;
  border: 2px solid var(--eh-green-mid);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  text-align: center;
  max-width: 420px;
  margin: 1.5rem auto;
}

.eh-queue-num {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--eh-green);
}

.eh-share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 1rem;
}

.eh-share-btn {
  padding: 0.65rem 1.2rem;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
}

.eh-share-wa {
  background: #25d366;
}

.eh-share-ig {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.eh-ref-box {
  display: flex;
  gap: 0.35rem;
  max-width: 480px;
  margin: 1rem auto 0;
}

.eh-ref-box input {
  flex: 1;
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 0.88rem;
}

.eh-ref-box button {
  padding: 0.6rem 1rem;
  background: var(--eh-green);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

.eh-three-col {
  display: grid;
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
}

@media (min-width: 900px) {
  .eh-three-col {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.eh-col-card {
  background: var(--eh-green-soft);
  border-radius: 14px;
  padding: 1.25rem;
}

.eh-col-card h3 {
  color: var(--eh-green);
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
}

.eh-col-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

/* Success / referral */
.eh-success-page .eh-success-main {
  max-width: 640px;
  margin: 0 auto;
  padding: 2.5rem 1rem 3rem;
  text-align: center;
}

.eh-success-main h1 {
  color: var(--eh-green);
  font-size: clamp(1.4rem, 4vw, 1.75rem);
  margin: 0 0 0.5rem;
  line-height: 1.25;
}

.eh-success-hook {
  font-size: 1.05rem;
  color: #3d5248;
  margin: 0 0 1.5rem;
  line-height: 1.5;
}

.eh-community-queue {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  margin: 0 auto 1.25rem;
  max-width: 520px;
}

.eh-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--eh-green-mid), var(--eh-green));
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}

.eh-avatar--1 { background: linear-gradient(135deg, #2d6a4f, #1b4332); }
.eh-avatar--2 { background: linear-gradient(135deg, #40916c, #2d6a4f); }
.eh-avatar--3 { background: linear-gradient(135deg, #52b788, #40916c); }
.eh-avatar--4 { background: linear-gradient(135deg, #1a5c45, #0d3d2e); }
.eh-avatar--5 { background: linear-gradient(135deg, #74c69d, #40916c); }
.eh-avatar--6 { background: linear-gradient(135deg, #95d5b2, #52b788); }

.eh-queue-label {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  color: #5a6e64;
}

.eh-queue-perks {
  margin: 0.5rem 0 0;
  font-size: 0.88rem;
  color: var(--eh-green);
  font-weight: 600;
}

.eh-referral-copy {
  line-height: 1.6;
  color: #3d5248;
  max-width: 420px;
  margin: 1.25rem auto;
}

.eh-success-foot {
  margin-top: 2rem;
  font-size: 0.88rem;
  color: #5a6e64;
}

.eh-success-foot a {
  color: var(--eh-green);
  font-weight: 600;
}

/* B2B */
.eh-b2b-main {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
}

.eh-b2b-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.88rem;
  color: #5a6e64;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.eh-b2b-main h1 {
  color: var(--eh-green);
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin: 0 0 1rem;
  line-height: 1.2;
}

.eh-compare-photo {
  height: 180px;
  position: relative;
}

.eh-compare-photo--dim {
  background: linear-gradient(135deg, #bbb, #888);
  filter: grayscale(0.5);
}

.eh-compare-photo--cert {
  background: linear-gradient(135deg, #1a5c45, #0d3d2e);
  display: flex;
  align-items: center;
  justify-content: center;
}

.eh-seal--on-photo {
  margin: 0;
  width: 100px;
  height: 100px;
  font-size: 0.58rem;
}

.eh-compare-blur {
  margin: 0;
  font-size: 0.92rem;
  color: #5a6e64;
  filter: blur(3px);
  user-select: none;
}

.eh-b2b-value {
  line-height: 1.65;
  color: #3d5248;
  max-width: 680px;
  font-size: 1.02rem;
}

.eh-b2b-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
  align-items: center;
}

.eh-b2b-cta {
  background: var(--eh-green);
  max-width: 100%;
  text-align: center;
  line-height: 1.35;
  padding: 0.85rem 1.1rem;
}

.eh-b2b-secondary {
  padding: 0.65rem 1.2rem;
  border: 2px solid var(--eh-green);
  border-radius: 10px;
  font-weight: 700;
  color: var(--eh-green);
  text-decoration: none;
}

/* Track order — customer delivery status */
.eh-track-main {
  max-width: 520px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
}

.eh-track-lead {
  color: #3d5248;
  line-height: 1.55;
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
}

.eh-track-form {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.eh-track-form input {
  flex: 1;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  border: 1px solid #b8cfc4;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.eh-track-form button {
  padding: 0.7rem 1.15rem;
  border-radius: 12px;
  border: none;
  background: var(--eh-green-mid);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  min-width: 5.25rem;
  touch-action: manipulation;
  -webkit-appearance: none;
  appearance: none;
  transition: background 0.15s ease, transform 0.12s ease;
}

.eh-track-form button:hover {
  background: var(--eh-green);
}

.eh-track-form input:focus,
.eh-wl-form input:focus,
.eh-wl-form select:focus {
  outline: 2px solid var(--eh-green-mid);
  outline-offset: 1px;
  border-color: var(--eh-green-mid);
}

.eh-track-panel {
  background: #fff;
  border: 1px solid #c5d9ce;
  border-radius: 14px;
  padding: 1.1rem 1.15rem;
  margin-bottom: 1rem;
}

.eh-track-panel[hidden] {
  display: none !important;
}

.eh-track-code {
  font-family: ui-monospace, monospace;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--eh-green);
  letter-spacing: 0.06em;
}

.eh-track-restaurant {
  margin: 0.35rem 0 0;
  font-weight: 600;
  color: #1a2e28;
}

.eh-track-status-pill {
  display: inline-block;
  margin-top: 0.65rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--eh-green-soft);
  color: var(--eh-green);
  font-weight: 700;
  font-size: 0.85rem;
}

.eh-track-status-pill--done {
  background: #e8f5e9;
  color: #1b5e20;
}

.eh-track-status-pill--cancel {
  background: #fdecea;
  color: #b71c1c;
}

.eh-track-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.eh-track-steps li {
  display: grid;
  grid-template-columns: 1.75rem 1fr;
  gap: 0.65rem;
  padding: 0.55rem 0;
  position: relative;
  font-size: 0.9rem;
  color: #7a8f84;
}

.eh-track-steps li::before {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 2px solid #c5d9ce;
  background: #fff;
  box-sizing: border-box;
  margin-top: 0.05rem;
}

.eh-track-steps li.eh-track-step--done {
  color: #3d5248;
}

.eh-track-steps li.eh-track-step--done::before {
  border-color: var(--eh-green-mid);
  background: var(--eh-green-mid);
  box-shadow: inset 0 0 0 3px #fff;
}

.eh-track-steps li.eh-track-step--active {
  color: var(--eh-green);
  font-weight: 700;
}

.eh-track-steps li.eh-track-step--active::before {
  border-color: var(--eh-gold);
  background: var(--eh-gold);
  box-shadow: 0 0 0 3px var(--eh-gold-light);
}

.eh-track-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0.84rem;
  top: 2.1rem;
  bottom: -0.55rem;
  width: 2px;
  background: #d4e5dc;
}

.eh-track-steps li.eh-track-step--done:not(:last-child)::after {
  background: var(--eh-green-mid);
}

.eh-track-items {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.88rem;
  color: #3d5248;
}

.eh-track-items li {
  padding: 0.2rem 0;
}

.eh-track-map {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #c5d9ce;
  background: #f0f4f2;
  margin-top: 0.75rem;
}

.eh-track-map iframe {
  width: 100%;
  height: min(360px, 48vh);
  border: 0;
  display: block;
}

.eh-track-map-label {
  margin: 0;
  padding: 0.55rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--eh-green);
  background: var(--eh-green-soft);
}

.eh-track-err {
  color: #b91c1c;
  font-size: 0.9rem;
  margin: 0.75rem 0 0;
}

.eh-track-foot {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: #5a6e64;
  line-height: 1.55;
}

.eh-track-foot a {
  color: var(--eh-green);
  font-weight: 600;
}

.eh-track-live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  color: #5a6e64;
  margin-top: 0.5rem;
}

.eh-track-live::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  animation: eh-track-pulse 1.4s ease-in-out infinite;
}

@keyframes eh-track-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
