.hero-access-title {
  width: min(100%, 680px);
  margin: 1.5rem auto .65rem;
  color: var(--ink);
  font-weight: 900;
  text-align: left;
}

.hero-list--expanded {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 680px;
  margin: 0 auto 1.5rem;
  text-align: left;
}

.hero-grid {
  justify-items: center;
}

.hero-copy {
  width: min(100%, 760px);
  margin-inline: auto;
  text-align: center;
}

.hero-copy .eyebrow,
.hero-copy .hero-subtitle {
  margin-inline: auto;
}

.hero-list--expanded li {
  text-align: left;
}

.cta,
.cta-light,
.basic-cta {
  background: linear-gradient(180deg, #22c55e, #16a34a);
  color: #fff;
  box-shadow: 0 11px 22px rgba(22, 163, 74, .28);
}

.cta:hover {
  background: linear-gradient(180deg, #16a34a, #15803d);
  color: #fff;
  box-shadow: 0 13px 26px rgba(21, 128, 61, .34);
}

.cta:focus-visible {
  outline: 3px solid #86efac;
  outline-offset: 3px;
  color: #fff;
}

.plan-includes,
.plan-excludes {
  display: grid;
  gap: .62rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.1rem;
}

.plan-includes li,
.plan-excludes li {
  display: flex;
  gap: .6rem;
  align-items: flex-start;
}

.plan-excludes-title {
  margin: .25rem 0 .6rem;
  padding-top: 1rem;
  border-top: 1px solid #d0d5dd;
  color: #b42318;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.plan-excludes {
  color: #7a271a;
}

.plan-excludes span:first-child {
  color: #d92d20;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}

.plan-complete .plan-includes { color: rgba(255, 255, 255, .9); }
.plan-complete .plan-includes .check { color: #4ade80; }

.plan-preview-complete {
  width: min(100%, 360px);
  height: auto;
  aspect-ratio: auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.plan-preview-complete img {
  height: auto;
  background: transparent;
  object-fit: contain;
}

.guarantee-seal {
  display: flex;
  width: 150px;
  height: 150px;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.guarantee-seal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .hero-list--expanded { grid-template-columns: 1fr; }
  .guarantee-seal { width: 132px; height: 132px; }
}

@media (max-width: 390px) {
  .hero-list--expanded { font-size: .9rem; }
  .plan-card { padding: 1.2rem; }
  .plan-includes, .plan-excludes { font-size: .88rem; }
}
