/* ══════════════════════════════════════════
   Landing page – section-specific styles
   ══════════════════════════════════════════ */

/* ── Hero ── */
.ehki-hero {
  background: var(--ehki-paige-500);
  padding: 80px 0 100px;
  overflow: hidden;
}
.ehki-hero__heading {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ehki-gray-800);
  max-width: 584px;
}
.ehki-hero__heading span {
  color: var(--ehki-green-500);
}
.ehki-hero__sub {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: var(--ehki-gray-400);
  max-width: 688px;
}
.ehki-hero__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
/* Desktop/tablet: store buttons participate in same flex row as primary CTA */
.ehki-hero__store-row {
  display: contents;
}

/* Hero graphic: concentric circles */
.ehki-hero__graphic {
  position: relative;
  width: 440px;
  height: 440px;
  flex-shrink: 0;
}
.ehki-hero__circle {
  position: absolute;
  border-radius: 50%;
  border: 0.8px solid rgba(10, 21, 3, 0.06);
}
.ehki-hero__circle--outer {
  width: 320px; height: 320px;
  top: 60px; left: 60px;
  opacity: 0.61;
  border-color: rgba(10, 21, 3, 0.04);
}
.ehki-hero__circle--mid {
  width: 268px; height: 268px;
  top: 86px; left: 86px;
}
.ehki-hero__circle--inner {
  width: 200px; height: 200px;
  top: 120px; left: 120px;
  border-color: rgba(10, 21, 3, 0.08);
  opacity: 0.6;
}
.ehki-hero__center-icon {
  position: absolute;
  top: 160px; left: 160px;
  width: 120px; height: 120px;
  border-radius: 32px;
  background: var(--ehki-green-gradient);
  box-shadow: 0px 24px 64px rgba(3, 102, 30, 0.25), 0px 0px 0px rgba(3, 102, 30, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ehki-font-ar);
  font-size: 40px;
  font-weight: 700;
  color: var(--ehki-paige-500);
}
.ehki-hero__badge {
  position: absolute;
  background: var(--ehki-paige-400);
  border-radius: var(--ehki-radius-md);
  box-shadow: var(--ehki-shadow-soft);
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ehki-gray-800);
  white-space: nowrap;
}
.ehki-hero__badge--1 { top: 23px; left: 22px; }
.ehki-hero__badge--2 { top: 55px; left: 253px; }
.ehki-hero__badge--3 { top: 341px; left: 0; }

/* ── How It Works ── */
.ehki-how {
  background: var(--ehki-beige);
  padding: 60px 0 120px;
}
.ehki-how__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
}
.ehki-how__header-sub {
  max-width: 375px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ehki-olive);
}
/* Wrapper: flex column so the card grows into remaining space, not 100% of column (avoids overlap with step number). */
.ehki-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  height: 100%;
}
.ehki-step-number {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--ehki-paige-400);
  border: 1.6px solid var(--ehki-border-card);
  box-shadow: var(--ehki-shadow-card);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: var(--ehki-gray-800);
  margin: 0;
  flex-shrink: 0;
}
.ehki-step-card {
  background: var(--ehki-paige-400);
  border: 0.8px solid var(--ehki-border-light);
  border-radius: var(--ehki-radius-2xl);
  padding: 36px 30px;
  text-align: center;
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.ehki-step-card .ehki-icon-box {
  margin: 0 auto;
}
.ehki-step-card .ehki-step-card__copy {
  max-width: 302px;
  margin-left: auto;
  margin-right: auto;
}
.ehki-step-card .ehki-step-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: inherit;
  line-height: 1.65;
  color: inherit;
}
.ehki-step-card .ehki-step-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 100%;
  text-align: start;
}
.ehki-step-card .ehki-step-bullets li::before {
  content: '\2022';
  flex-shrink: 0;
  font-weight: 700;
  line-height: inherit;
}
.ehki-step-card > p.ehki-text-sm {
  max-width: 302px;
  margin-left: auto;
  margin-right: auto;
}

/* ── For Businesses ── */
.ehki-business {
  background: var(--ehki-paige-500);
  padding: 60px 0 120px;
}
.ehki-business .btn-ehki-primary {
  margin-top: 8px;
}
.ehki-business__intro-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.ehki-business__intro-main {
  flex: 1 1 320px;
  max-width: 560px;
}
.ehki-business__intro-summary {
  flex: 1 1 280px;
  max-width: 420px;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ehki-olive);
}
.ehki-business__hero-card {
  background: var(--ehki-gray-800);
  border-radius: var(--ehki-radius-2xl);
  padding: 36px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px 48px;
  margin-bottom: 32px;
}
.ehki-business__hero-main {
  flex: 1 1 320px;
  max-width: 736px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ehki-business__icon-box {
  align-self: flex-start;
}
.ehki-business__icon-box--on-dark {
  background: rgba(255, 252, 244, 0.08);
}
.ehki-business__title-on-dark {
  color: var(--ehki-paige-500);
  text-align: left;
}
.ehki-business__text-on-dark {
  color: rgba(255, 252, 244, 0.5);
  text-align: left;
  margin: 0;
}
.ehki-business__includes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 0 1 280px;
  min-width: 200px;
}
.ehki-business__hero-card .ehki-business__includes {
  align-self: stretch;
}
.ehki-business__includes-label {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 252, 244, 0.4);
  letter-spacing: 0.02em;
}
.ehki-business__includes-label--muted {
  color: var(--ehki-olive);
}
.ehki-business__pills {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ehki-business__pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.35;
  color: #6b7a65;
  background: rgba(10, 21, 3, 0.03);
  border: 0.8px solid rgba(10, 21, 3, 0.04);
}
.ehki-business__pill--on-dark {
  color: rgba(255, 252, 244, 0.5);
  background: rgba(255, 252, 244, 0.04);
  border-color: rgba(255, 252, 244, 0.07);
}
.ehki-business__split-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}
.ehki-business__service-card {
  background: var(--ehki-paige-400);
  border: 0.8px solid var(--ehki-border-light);
  border-radius: var(--ehki-radius-2xl);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 0;
}
.ehki-business__service-card .ehki-h3 {
  text-align: left;
}
.ehki-business__service-card .ehki-text-sm {
  text-align: left;
  margin: 0;
}
.ehki-business__service-card .ehki-business__includes {
  margin-top: auto;
  flex: none;
  width: 100%;
}

/* ── For Users ── */
.ehki-users {
  background: var(--ehki-dark);
  padding: 60px 0 120px;
  overflow: hidden;
}
.ehki-users__inner {
  display: flex;
  align-items: center;
  gap: 96px;
}

/* Phone mockup */
.ehki-phone {
  width: 395px;
  flex-shrink: 0;
  background: var(--ehki-paige-500);
  border: 10px solid #505050;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.ehki-phone__screen {
  padding: 16px;
  min-height: 700px;
}
.ehki-phone__statusbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--ehki-gray-800);
  margin-bottom: 14px;
}
.ehki-phone__topnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.ehki-phone__avatar {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--ehki-paige-400);
  border: 1px solid var(--ehki-gray-350);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  color: var(--ehki-gray-800);
  overflow: hidden;
}
.ehki-phone__bell {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--ehki-paige-400);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ehki-phone__bell-dot {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ehki-notification);
}

/* Phone banner card */
.ehki-phone__banner {
  background: var(--ehki-paige-400);
  border: 1px solid var(--ehki-gray-350);
  border-radius: var(--ehki-radius-2xl);
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  padding: 16px 20px;
  margin-bottom: 16px;
}
.ehki-phone__points-val {
  font-size: 40px;
  font-weight: 700;
  color: var(--ehki-gray-800);
  line-height: 1.1;
}
.ehki-phone__streak {
  text-align: center;
}
.ehki-phone__streak-num {
  font-size: 18px;
  font-weight: 700;
  color: var(--ehki-gray-800);
}
.ehki-phone__streak-label {
  font-size: 9px;
  color: var(--ehki-gray-400);
}
.ehki-phone__rewards-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.ehki-phone__coming-soon {
  font-size: 10px;
  font-weight: 700;
  color: var(--ehki-green-500);
  border: 0.8px solid rgba(3, 102, 30, 0.1);
  border-radius: 999px;
  padding: 2px 8px;
  background: var(--ehki-paige-500);
}
.ehki-phone__progress {
  height: 10px;
  border-radius: 999px;
  background: rgba(10, 21, 3, 0.1);
  opacity: 0.5;
  margin-top: 8px;
  overflow: hidden;
}
.ehki-phone__progress-fill {
  height: 100%;
  border-radius: 999px;
  background: var(--ehki-gray-350);
  width: 100%;
}
.ehki-phone__shelves-text {
  font-size: 12px;
  font-style: italic;
  color: var(--ehki-gray-400);
  text-align: center;
  margin-top: 8px;
}

/* Phone survey feed */
.ehki-phone__feed-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--ehki-gray-800);
  margin: 20px 0 4px;
}
.ehki-phone__feed-cards {
  display: flex;
  gap: 16px;
}
.ehki-phone__feed-card {
  flex: 1;
  background: var(--ehki-paige-400);
  border: 1px solid var(--ehki-gray-350);
  border-radius: var(--ehki-radius-2xl);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  padding: 12px 18px;
}
.ehki-phone__feed-card-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ehki-gray-800);
}
.ehki-phone__feed-card-sub {
  font-size: 12px;
  font-weight: 500;
  color: var(--ehki-gray-400);
}

/* Phone high-reward survey */
.ehki-phone__survey-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--ehki-gray-800);
  margin: 24px 0 12px;
}
.ehki-phone__survey-card {
  background: var(--ehki-paige-400);
  border: 1px solid var(--ehki-gray-350);
  border-radius: var(--ehki-radius-2xl);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  padding: 16px;
}
.ehki-phone__survey-brand {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: #6d28d9;
  box-shadow: 2px 4px 8px rgba(0,0,0,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--ehki-paige-400);
  flex-shrink: 0;
}
.ehki-phone__survey-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.ehki-phone__survey-time {
  font-size: 12px;
  color: var(--ehki-gray-400);
}
.ehki-phone__survey-pts {
  font-size: 14px;
  font-weight: 700;
  color: var(--ehki-green-500);
}
.ehki-phone__survey-diff {
  font-size: 12px;
  font-weight: 600;
  color: var(--ehki-green-500);
  background: var(--ehki-green-150);
  border-radius: 16px;
  padding: 4px 10px;
}
.ehki-phone__survey-btn {
  width: 100%;
  margin-top: 20px;
  padding: 13px;
  background: var(--ehki-green-500);
  border: 1px solid var(--ehki-green-500);
  border-radius: var(--ehki-radius-lg);
  color: var(--ehki-paige-500);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

/* Phone bottom nav */
.ehki-phone__botnav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--ehki-paige-400);
  border-top: 1px solid var(--ehki-gray-100);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -3px 20px rgba(0,0,0,0.1);
  display: flex;
  justify-content: space-around;
  padding: 19px 16px 26px;
}
.ehki-phone__botnav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 600;
  color: var(--ehki-gray-300);
}
.ehki-phone__botnav-item--active {
  color: var(--ehki-green-400);
}
.ehki-phone__botnav-dot {
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--ehki-green-400);
}
.ehki-phone__home-indicator {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 134px;
  height: 4px;
  border-radius: 100px;
  background: var(--ehki-gray-800);
}

/* For-users feature list */
.ehki-users__feature {
  display: flex;
  gap: 16px;
  padding: 12px 20px;
  border-radius: var(--ehki-radius-xl);
}
.ehki-users__feature-title {
  font-size: 17px;
  font-weight: 600;
  color: var(--ehki-paige-400);
  margin-bottom: 4px;
}
.ehki-users__feature-text {
  font-size: 14px;
  line-height: 1.57;
  color: var(--ehki-gray-300);
}
.ehki-users__heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.4px;
  color: var(--ehki-paige-500);
}
.ehki-users__sub {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: var(--ehki-gray-300);
}

/* ── Trust & Privacy ── */
.ehki-trust {
  background: var(--ehki-beige);
  padding: 60px 0 120px;
  text-align: center;
}
.ehki-trust__cards {
  display: flex;
  gap: 32px;
  justify-content: center;
}
.ehki-trust-card {
  background: var(--ehki-paige-400);
  border: 0.8px solid var(--ehki-border-light);
  border-radius: var(--ehki-radius-2xl);
  width: 304px;
  padding: 40px 24px;
  text-align: center;
}
.ehki-trust-card .ehki-icon-box {
  margin: 0 auto 20px;
}
.ehki-trust-card .ehki-h3 {
  font-size: 17px;
  margin-bottom: 8px;
}
.ehki-trust-card .ehki-text-sm {
  font-size: 14px;
  line-height: 1.7;
  max-width: 252px;
  margin: 0 auto;
}
.ehki-trust__description {
  max-width: 960px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: var(--ehki-olive);
}

/* ── Contact ── */
.ehki-contact {
  background: var(--ehki-paige-500);
  padding: 60px 0 120px;
}
.ehki-contact__inner {
  display: flex;
  align-items: center;
  gap: 96px;
}
.ehki-contact__left {
  flex: 0 0 460px;
}
.ehki-contact__form-card {
  background: var(--ehki-paige-400);
  border: 0.8px solid var(--ehki-border-light);
  border-radius: var(--ehki-radius-3xl);
  box-shadow: var(--ehki-shadow-form);
  padding: 45px 37px;
  flex: 1;
}
.ehki-contact__form-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--ehki-gray-800);
  margin-bottom: 4px;
}
.ehki-contact__form-sub {
  font-size: 14px;
  color: var(--ehki-tan);
  margin-bottom: 18px;
}

/* ── Responsive ── */
@media (max-width: 1199px) {
  .ehki-hero__heading { font-size: 48px; }
  .ehki-hero__graphic { width: 360px; height: 360px; }
  .ehki-hero__circle--outer { width: 260px; height: 260px; top: 50px; left: 50px; }
  .ehki-hero__circle--mid { width: 218px; height: 218px; top: 71px; left: 71px; }
  .ehki-hero__circle--inner { width: 164px; height: 164px; top: 98px; left: 98px; }
  .ehki-hero__center-icon { top: 130px; left: 130px; width: 100px; height: 100px; font-size: 32px; border-radius: 26px; }
  .ehki-hero__badge--2 { left: 200px; }

  .ehki-users__inner { gap: 48px; }
  .ehki-contact__inner { gap: 48px; }
}

@media (max-width: 991px) {
  .ehki-hero { padding: 48px 0 64px; }
  .ehki-hero .container > .d-flex { flex-direction: column; align-items: flex-start; }
  .ehki-hero__graphic { margin: 40px auto 0; width: 320px; height: 320px; }
  .ehki-hero__circle--outer { width: 240px; height: 240px; top: 40px; left: 40px; }
  .ehki-hero__circle--mid { width: 200px; height: 200px; top: 60px; left: 60px; }
  .ehki-hero__circle--inner { width: 150px; height: 150px; top: 85px; left: 85px; }
  .ehki-hero__center-icon { top: 110px; left: 110px; width: 100px; height: 100px; font-size: 32px; border-radius: 26px; }
  .ehki-hero__badge--1 { top: 10px; left: 10px; }
  .ehki-hero__badge--2 { top: 30px; left: 180px; font-size: 11px; padding: 8px 14px; }
  .ehki-hero__badge--3 { top: 280px; left: 0; }
  .ehki-hero__heading { font-size: 40px; }

  .ehki-how__header { flex-direction: column; align-items: flex-start; }
  .ehki-business__intro-row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 18px;
  }
  .ehki-business__intro-main {
    flex: 0 1 auto;
    width: 100%;
    max-width: none;
  }
  .ehki-business__intro-summary {
    max-width: none;
    flex: 0 1 auto;
    width: 100%;
  }
  .ehki-business__split-row { grid-template-columns: 1fr; }

  .ehki-users__inner { flex-direction: column; }
  .ehki-phone { width: 340px; margin: 0 auto; }

  .ehki-trust__cards { flex-direction: column; align-items: center; }

  .ehki-contact__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .ehki-contact__left {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .ehki-contact__form-card {
    flex: none;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .ehki-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .ehki-hero__cta-primary {
    width: 100%;
    justify-content: center;
    border-radius: 999px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .ehki-hero__store-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
  }
  .ehki-hero__store-btn {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    padding: 12px 10px;
    border-radius: 14px;
    gap: 8px;
  }
  .ehki-hero__store-btn img {
    flex-shrink: 0;
  }
}

@media (max-width: 575px) {
  .ehki-hero__heading { font-size: 32px; }
  .ehki-hero__graphic { width: 280px; height: 280px; }
  .ehki-hero__circle--outer { width: 210px; height: 210px; top: 35px; left: 35px; }
  .ehki-hero__circle--mid { width: 170px; height: 170px; top: 55px; left: 55px; }
  .ehki-hero__circle--inner { width: 130px; height: 130px; top: 75px; left: 75px; }
  .ehki-hero__center-icon { top: 95px; left: 95px; width: 90px; height: 90px; font-size: 28px; border-radius: 22px; }
  .ehki-hero__badge { font-size: 11px; padding: 8px 14px; }
  .ehki-hero__badge--2 { left: 150px; }
  .ehki-hero__badge--3 { top: 240px; }

  .ehki-h2 { font-size: 28px; }
  .ehki-users__heading { font-size: 28px; }

  .ehki-phone { width: 100%; max-width: 340px; }
}
