/* Taleemi Card landing draft inspired by the supplied reference */

.landing-page {
  background: #fff;
  overflow-x: hidden;
}

.landing-shell {
  width: min(100% - 96px, 1560px);
  margin: 0 auto;
}

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.landing-header .header-inner {
  height: 118px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 72px;
}

.landing-logo {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  text-decoration: none;
  min-width: 330px;
}

.landing-mark {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  color: #fff;
  flex: 0 0 auto;
}

.landing-mark svg {
  width: 68px;
  height: 68px;
}

.landing-logo strong {
  display: block;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.landing-logo em {
  display: block;
  color: rgba(255,255,255,.94);
  font-style: normal;
  font-size: 27px;
  line-height: 1.05;
  letter-spacing: .28em;
  margin-top: 2px;
}

.landing-logo-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.portal-tenant-badge {
  display: inline-flex;
  align-items: center;
  max-width: 260px;
  min-height: 24px;
  margin-top: 4px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #c9df1f;
  color: #102718;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(0,0,0,.16);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.landing-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}

.landing-nav a {
  color: rgba(255,255,255,.9);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 0 18px;
  position: relative;
  white-space: nowrap;
}

.landing-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #c9df1f;
  border-radius: 99px;
}

.landing-nav a.nav-register {
  height: 50px;
  display: inline-flex;
  align-items: center;
  padding: 0 24px;
  border-radius: 10px;
  background: #176f3b;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(0,0,0,.18);
}

.landing-nav a.nav-register::after {
  display: none;
}

.landing-nav a.nav-register:hover {
  background: #0f5d2f;
}

.landing-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-width: 136px;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(180deg, #087336 0%, #023f21 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.22);
}

.landing-login svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  stroke: none;
}

.landing-menu {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 10px;
  background: rgba(0,0,0,.18);
  color: #fff;
  padding: 12px;
}

.landing-menu span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  border-radius: 5px;
}

.landing-hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  background: #052b18;
}

.hero-slides,
.hero-slide,
.hero-green,
.hero-lines {
  position: absolute;
  inset: 0;
}

.hero-slides {
  z-index: 0;
}

.hero-slide {
  opacity: 0;
  background-position: right center, right center, center;
  background-size: 100% 100%, auto 100%, cover;
  background-repeat: no-repeat;
  transition: opacity .9s ease;
}

.hero-slide.active {
  opacity: 1;
}

.hero-green {
  background:
    linear-gradient(90deg, rgba(0,55,25,.98) 0%, rgba(0,63,30,.9) 28%, rgba(0,73,36,.56) 47%, rgba(0,73,36,.16) 67%, rgba(0,73,36,0) 100%),
    radial-gradient(circle at 27% 42%, rgba(96,176,74,.22), transparent 30%);
}

.hero-lines {
  pointer-events: none;
}

.hero-lines::before,
.hero-lines::after {
  content: "";
  position: absolute;
  left: -6%;
  bottom: 82px;
  width: 45%;
  height: 240px;
  border-top: 1px solid rgba(180,217,37,.36);
  border-radius: 50%;
  transform: rotate(13deg);
}

.hero-lines::after {
  left: 33%;
  top: 142px;
  width: 260px;
  height: 430px;
  border: 1px dashed rgba(255,255,255,.23);
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-8deg);
}

.hero-content {
  position: relative;
  z-index: 2;
  min-height: 820px;
  display: flex;
  align-items: center;
  padding-top: 132px;
  padding-bottom: 148px;
}

.hero-copy {
  width: min(100%, 700px);
  color: #fff;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  height: 50px;
  padding: 0 24px 0 8px;
  border-radius: 999px;
  background: rgba(90,156,74,.55);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 34px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.hero-eyebrow span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #2f8b38;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.hero-eyebrow svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: none;
}

.hero-copy h1 {
  color: #fff;
  font-size: clamp(62px, 6vw, 96px);
  font-weight: 900;
  line-height: .98;
  margin: 0 0 18px;
  letter-spacing: 0;
  text-shadow: 0 6px 22px rgba(0,0,0,.24);
}

.hero-subtitle {
  color: #fff;
  font-size: clamp(28px, 2.3vw, 38px);
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
}

.hero-subtitle strong {
  color: #9dcc22;
}

.hero-accent {
  display: block;
  width: 58px;
  height: 3px;
  background: #c7db1d;
  border-radius: 20px;
  margin: 29px 0 26px;
}

.hero-text {
  max-width: 575px;
  color: rgba(255,255,255,.94);
  font-size: 21px;
  line-height: 1.45;
  margin: 0 0 46px;
}

.hero-actions {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-bottom: 42px;
}

.hero-btn {
  height: 60px;
  min-width: 250px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.hero-btn svg {
  width: 24px;
  height: 24px;
}

.hero-btn.primary {
  color: #032b18;
  background: linear-gradient(180deg, #d8ef25 0%, #a5ce19 100%);
  box-shadow: 0 22px 38px rgba(132,170,18,.28);
}

.hero-btn.secondary {
  color: #fff;
  border: 1.6px solid rgba(255,255,255,.92);
  background: rgba(0,0,0,.06);
}

.hero-btn:hover {
  transform: translateY(-2px);
}

.hero-btn.disabled {
  opacity: .65;
  pointer-events: none;
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 0;
  align-items: center;
  transform: translateY(-20px);
}

.hero-features div {
  display: grid;
  grid-template-columns: 54px max-content;
  grid-template-rows: auto auto;
  column-gap: 13px;
  align-items: center;
  color: rgba(255,255,255,.92);
  font-size: 16px;
  line-height: 1.12;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid rgba(255,255,255,.22);
}

.hero-features div:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.hero-features span {
  grid-row: span 2;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(129,170,31,.42);
  border: 1.5px solid #9bbd21;
}

.hero-features svg {
  width: 28px;
  height: 28px;
}

.hero-features b {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1.15;
}

.hero-dots {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 136px;
  transform: translateX(-50%);
  display: flex;
  gap: 17px;
}

.hero-dots button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255,255,255,.78);
  border: 0;
  padding: 0;
  cursor: pointer;
}

.hero-dots button.active {
  background: #99c51e;
}

.hero-wave {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 198px;
  pointer-events: none;
}

.hero-wave svg {
  width: 100%;
  height: 100%;
  display: block;
  stroke: none;
}

.landing-stats {
  position: relative;
  z-index: 8;
  background: #fff;
  margin-top: -96px;
  padding: 22px 0 40px;
  min-height: 134px;
  box-shadow: none;
}

.stats-shell {
  display: grid;
  grid-template-columns: 430px 1fr 126px;
  align-items: center;
  gap: 44px;
  position: relative;
  z-index: 9;
}

.quote-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: start;
  gap: 16px;
  max-width: 390px;
}

.quote-mark {
  color: #4a963a;
  font-size: 82px;
  font-weight: 900;
  line-height: .78;
}

.quote-card p {
  color: #39433e;
  font-size: 16px;
  line-height: 1.35;
  margin: 0 0 6px;
}

.quote-card strong {
  display: block;
  color: #4a963a;
  font-size: 17px;
  line-height: 1.25;
  white-space: nowrap;
}

.stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 26px;
  border-right: 1px solid #d9ded9;
}

.stat-item:last-child {
  border-right: 0;
}

.stat-item span {
  width: 52px;
  height: 52px;
  color: #5a9b39;
  flex: 0 0 auto;
}

.stat-item svg {
  width: 52px;
  height: 52px;
}

.stat-item em {
  display: block;
  color: #111;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 6px;
  white-space: nowrap;
}

.stat-item b {
  display: block;
  color: #111;
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.stats-seal {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  position: relative;
  display: block;
  transform: translateY(-30px);
}

.stats-seal img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 50%;
  filter: none;
}

.section {
  padding: 76px 0;
}

.section-alt {
  background: #f6f8f5;
}

.section-head {
  text-align: center;
  margin-bottom: 48px;
}

.eyebrow {
  display: inline-block;
  color: #1a6b3a;
  background: #eaf5e7;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 7px 16px;
  margin-bottom: 14px;
}

.s-title {
  font-size: 34px;
  font-weight: 900;
  color: #0e1d15;
  margin-bottom: 10px;
}

.s-desc {
  color: #5f6b64;
  font-size: 16px;
  max-width: 620px;
  margin: 0 auto;
}

.steps-grid,
.elig-grid {
  display: grid;
  gap: 22px;
}

.steps-grid {
  grid-template-columns: repeat(4, 1fr);
}

.step-card,
.elig-item,
.elig-highlight,
.faq-item {
  background: #fff;
  border: 1px solid #e5e9e3;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(26,57,36,.06);
}

.step-card {
  padding: 30px 22px;
  text-align: center;
}

.step-num-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #1a6b3a;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  margin: 0 auto 18px;
}

.step-card h3,
.elig-item h4 {
  color: #0f2017;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 8px;
}

.step-card p,
.elig-item p {
  color: #657069;
  font-size: 14px;
  line-height: 1.6;
}

.elig-grid {
  grid-template-columns: 1.2fr .8fr;
}

.elig-list {
  display: grid;
  gap: 12px;
}

.elig-item {
  display: flex;
  gap: 16px;
  padding: 18px;
}

.elig-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eaf5e7;
  color: #1a6b3a;
  display: grid;
  place-items: center;
  font-weight: 900;
  flex: 0 0 auto;
}

.elig-highlight {
  padding: 34px;
  background: linear-gradient(145deg, #064322, #1a6b3a);
  color: #fff;
}

.elig-highlight h3 {
  color: rgba(255,255,255,.7);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
}

.elig-amount {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  margin: 16px 0 8px;
}

.elig-amount-label {
  color: rgba(255,255,255,.72);
  margin-bottom: 24px;
}

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px;
  cursor: pointer;
  font-weight: 900;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  color: #657069;
  padding: 0 20px;
  transition: max-height .22s ease, padding .22s ease;
}

.faq-item.open .faq-a {
  max-height: 100px;
  padding: 0 20px 18px;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.btn-gold {
  background: linear-gradient(180deg, #d8ef25 0%, #a5ce19 100%);
  color: #07351d;
  border-radius: 99px;
  font-weight: 900;
}

@media (max-width: 1280px) {
  .landing-shell {
    width: min(100% - 48px, 1160px);
  }
  .landing-header .header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 34px;
  }
  .landing-logo {
    min-width: auto;
  }
  .landing-nav {
    gap: 18px;
  }
  .landing-nav a {
    font-size: 14px;
  }
  .hero-features {
    grid-template-columns: repeat(2, max-content);
    row-gap: 16px;
  }
  .stats-shell {
    grid-template-columns: 320px 1fr;
  }
  .stats-seal {
    display: none;
  }
}

@media (max-width: 900px) {
  .landing-shell {
    width: min(100% - 32px, 760px);
  }
  .landing-header .header-inner {
    height: 86px;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
  .landing-mark,
  .landing-mark svg {
    width: 48px;
    height: 48px;
  }
  .landing-logo strong {
    font-size: 20px;
  }
  .landing-logo em {
    font-size: 18px;
  }
  .portal-tenant-badge {
    max-width: 220px;
    min-height: 22px;
    padding: 4px 10px;
    font-size: 10px;
  }
  .landing-login {
    display: none;
  }
  .landing-menu {
    display: block;
  }
  .landing-nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 16px;
    right: 16px;
    padding: 16px;
    border-radius: 8px;
    background: rgba(2,43,23,.96);
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .landing-nav.open {
    display: flex;
  }
  .landing-nav a {
    padding: 10px 12px;
  }
  .landing-nav a.active::after {
    display: none;
  }
  .landing-hero,
  .hero-content {
    min-height: 760px;
  }
  .hero-slide {
    background-position: center right 30%;
  }
  .hero-green {
    background: linear-gradient(90deg, rgba(0,55,25,.98) 0%, rgba(0,63,30,.9) 48%, rgba(0,73,36,.28) 100%);
  }
  .hero-copy h1 {
    font-size: 54px;
  }
  .hero-subtitle {
    font-size: 26px;
  }
  .hero-text {
    font-size: 18px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 36px;
  }
  .hero-btn {
    width: min(100%, 300px);
  }
  .hero-features {
    grid-template-columns: 1fr;
  }
  .hero-features div {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .hero-dots {
    bottom: 96px;
  }
  .stats-shell,
  .stats-inner,
  .steps-grid,
  .elig-grid {
    grid-template-columns: 1fr;
  }
  .quote-card {
    max-width: 420px;
  }
  .stat-item {
    border-right: 0;
    border-bottom: 1px solid #e2e7e0;
    padding: 18px 0;
  }
}

@media (max-width: 520px) {
  .landing-hero,
  .hero-content {
    min-height: 820px;
  }
  .hero-content {
    padding-top: 120px;
  }
  .hero-eyebrow {
    height: auto;
    min-height: 48px;
    font-size: 12px;
    padding-right: 16px;
  }
  .hero-copy h1 {
    font-size: 42px;
  }
  .hero-subtitle {
    font-size: 22px;
  }
  .hero-wave {
    height: 120px;
  }
  .stat-item {
    align-items: flex-start;
  }
}

/* Mobile and tablet polish */
@media (max-width: 1100px) {
  .landing-hero,
  .hero-content {
    min-height: 720px;
  }
  .hero-content {
    padding-top: 118px;
    padding-bottom: 120px;
  }
  .hero-copy {
    width: min(100%, 620px);
  }
  .hero-text {
    max-width: 520px;
  }
  .landing-stats {
    margin-top: -70px;
    padding-top: 18px;
  }
  .stats-inner {
    gap: 0;
  }
  .stat-item {
    padding: 14px 18px;
  }
}

@media (max-width: 900px) {
  .landing-header {
    position: absolute;
  }
  .landing-nav a.nav-register {
    width: 100%;
    height: 44px;
    justify-content: center;
    padding: 0 14px;
  }
  .landing-hero,
  .hero-content {
    min-height: 700px;
  }
  .hero-content {
    align-items: flex-start;
    padding-top: 128px;
    padding-bottom: 130px;
  }
  .hero-slide {
    background-position: center right 34%, center right 34%, center;
    background-size: 100% 100%, auto 100%, cover;
  }
  .hero-green {
    background:
      linear-gradient(90deg, rgba(0,55,25,.98) 0%, rgba(0,63,30,.94) 54%, rgba(0,73,36,.38) 100%),
      linear-gradient(180deg, rgba(0,43,23,.18), rgba(0,43,23,.48));
  }
  .hero-copy {
    max-width: 560px;
  }
  .hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    width: min(100%, 560px);
    transform: none;
  }
  .hero-features div {
    grid-template-columns: 46px minmax(0, 1fr);
    font-size: 14px;
  }
  .hero-features span {
    width: 46px;
    height: 46px;
  }
  .hero-features b {
    font-size: 15px;
  }
  .hero-wave {
    height: 138px;
  }
  .landing-stats {
    margin-top: -46px;
    padding: 34px 0 38px;
  }
  .stats-shell {
    gap: 24px;
  }
  .quote-card {
    grid-template-columns: 42px 1fr;
  }
  .quote-mark {
    font-size: 64px;
  }
  .stats-inner {
    border-top: 1px solid #e2e7e0;
  }
  .stat-item {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }
  .stat-item span,
  .stat-item svg {
    width: 44px;
    height: 44px;
  }
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .landing-shell {
    width: min(100% - 24px, 520px);
  }
  .landing-header .header-inner {
    height: 76px;
  }
  .landing-mark,
  .landing-mark svg {
    width: 42px;
    height: 42px;
  }
  .landing-logo {
    gap: 10px;
  }
  .landing-logo strong {
    font-size: 17px;
  }
  .landing-logo em {
    font-size: 15px;
    letter-spacing: .22em;
    margin-top: 1px;
  }
  .portal-tenant-badge {
    max-width: 178px;
    min-height: 20px;
    margin-top: 3px;
    padding: 3px 9px;
    font-size: 9px;
  }
  .landing-menu {
    width: 44px;
    height: 44px;
  }
  .landing-nav {
    top: 70px;
    left: 12px;
    right: 12px;
  }
  .landing-hero,
  .hero-content {
    min-height: 740px;
  }
  .hero-content {
    padding-top: 108px;
    padding-bottom: 116px;
  }
  .hero-slide {
    background-position: center right 42%, center right 42%, center;
  }
  .hero-green {
    background:
      linear-gradient(90deg, rgba(0,55,25,.99) 0%, rgba(0,63,30,.94) 68%, rgba(0,73,36,.42) 100%),
      linear-gradient(180deg, rgba(0,43,23,.22), rgba(0,43,23,.62));
  }
  .hero-eyebrow {
    max-width: 100%;
    margin-bottom: 22px;
  }
  .hero-eyebrow b {
    white-space: normal;
    line-height: 1.2;
  }
  .hero-copy h1 {
    font-size: 40px;
    line-height: 1;
  }
  .hero-subtitle {
    font-size: 21px;
    line-height: 1.22;
  }
  .hero-accent {
    margin: 20px 0 18px;
  }
  .hero-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 28px;
  }
  .hero-btn {
    width: 100%;
    min-width: 0;
    height: 54px;
    font-size: 16px;
  }
  .hero-features {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .hero-features div {
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 10px;
    font-size: 12px;
  }
  .hero-features span {
    width: 40px;
    height: 40px;
  }
  .hero-features svg {
    width: 22px;
    height: 22px;
  }
  .hero-features b {
    font-size: 13px;
  }
  .hero-dots {
    bottom: 78px;
    gap: 12px;
  }
  .hero-dots button {
    width: 12px;
    height: 12px;
  }
  .landing-stats {
    margin-top: -30px;
    padding-top: 26px;
  }
  .quote-card {
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }
  .quote-mark {
    font-size: 54px;
  }
  .quote-card p {
    font-size: 14px;
  }
  .quote-card strong {
    font-size: 14px;
    white-space: normal;
  }
  .stat-item {
    padding: 14px 0;
  }
  .stat-item em {
    white-space: normal;
  }
  .stat-item b {
    font-size: 24px;
  }
  .section {
    padding: 52px 0;
  }
  .section-head {
    margin-bottom: 30px;
  }
  .s-title {
    font-size: 28px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .elig-item {
    padding: 16px;
  }
  .elig-highlight {
    padding: 26px;
  }
  .elig-amount {
    font-size: 38px;
  }
}
