.offer-grid {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  --offer-media-col: 9.5rem;
}

.page {
  overflow-x: clip;
}

.offer-card {
  display: grid;
  gap: 1.25rem;
  padding: 1.35rem;
  border: none;
  border-radius: 0.85rem;
  background: #fff;
  box-shadow: 0 4px 18px rgba(47, 79, 63, 0.06);
  text-align: left;
}

@media (min-width: 40rem) {
  .offer-card {
    grid-template-columns: var(--offer-media-col) minmax(0, 1fr);
    align-items: start;
    padding: 1.5rem;
  }
}

.offer-card__body {
  min-width: 0;
  text-align: left;
}

.offer-card__media {
  margin: 0;
  line-height: 0;
}

.offer-card__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.45rem;
  box-shadow: 0 2px 10px rgba(42, 52, 48, 0.12);
}

.offer-card__media--round {
  width: 100%;
  align-self: start;
}

.offer-card__media--round img {
  display: block;
  width: 5.25rem;
  height: 5.25rem;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 50%;
}

.offer-card__title {
  margin: 0 0 0.65rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.35;
  color: #2f4f3f;
}

.offer-card__subtitle {
  margin: 2rem 0 0.65rem;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.35;
  color: #2f4f3f;
}

.offer-card__text {
  margin: 0 0 0.85rem;
  color: #4d5350;
}

.offer-card__text:last-child {
  margin-bottom: 0;
}

.offer-card__text--alert {
  padding-left: 0.9rem;
  border-left: 3px solid #d0d4d2;
}

.offer-card__list {
  margin: 0 0 0.85rem;
  padding-left: 1.2rem;
  color: #4d5350;
  text-align: left;
}

.offer-card__list li {
  margin-bottom: 0.35rem;
}

.offer-card__list li:last-child {
  margin-bottom: 0;
}

.offer-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.offer-card__note {
  margin: 0.85rem 0 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #7a8280;
}

.offer-card__body a:not(.offer-card__btn):not(.offer-external-link):not(.offer-not-coach__trigger) {
  color: #1a5fb4;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.offer-card__body a:not(.offer-card__btn):not(.offer-external-link):not(.offer-not-coach__trigger):hover {
  color: #124a8c;
}

.offer-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.55rem 1.1rem;
  border-radius: 0.55rem;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.offer-card__btn--primary {
  border: 1px solid #2f4f3f;
  background: #2f4f3f;
  color: #fff;
}

.offer-card__btn--primary:hover {
  background: #243f32;
  border-color: #243f32;
  color: #fff;
}

.offer-card__btn--secondary {
  border: 1px solid rgba(47, 79, 63, 0.22);
  background: #f7f8f7;
  color: #2f4f3f;
}

.offer-card__btn--secondary:hover {
  background: #eef2ef;
  color: #243f32;
}

.offer-card a:not(.offer-card__btn) {
  color: #b13d2f;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.offer-card a:not(.offer-card__btn):hover {
  color: #2f4f3f;
}

.offer-external-link {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  color: #b13d2f;
  font-style: normal;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  vertical-align: baseline;
}

.offer-external-link:hover {
  color: #2f4f3f;
}

.offer-external-link__icon {
  flex-shrink: 0;
  display: block;
  width: 0.82em;
  height: 0.82em;
  margin-top: 0.08em;
}

.offer-expand:has(+ .offer-card__text--break-before) {
  margin-bottom: 0;
}

.offer-expand + .offer-card__text--break-before {
  margin-top: 1.55em;
}

.offer-card__sections {
  margin: 0 0 0.85rem;
}

.offer-card__section {
  padding-top: 1rem;
  margin-top: 1rem;
}

.offer-card__section:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.offer-card__section-title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  color: #2f4f3f;
}

.offer-card__section-lead {
  margin: 0 0 0.65rem;
  line-height: 1.55;
  color: #4d5350;
}

.offer-card__text:has(+ .offer-expand),
.offer-card__section-lead:has(+ .offer-expand) {
  margin-bottom: 0;
}

.offer-card__section .offer-card__list {
  margin-bottom: 0;
}

.offer-card__text--contact {
  margin-top: 0.85rem;
  margin-bottom: 0;
}

.offer-card__signup {
  margin-top: 2.55em;
  padding-top: 0;
}

.offer-card__signup-heading {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  color: #2f4f3f;
}

.offer-call-option {
  margin: 0;
}

.offer-call-option .contact-option__title {
  font-size: 1.2rem;
}

.offer-call-option__btn {
  margin-top: 1.15rem;
}

.offer-reviews-link {
  margin: 0.85rem 0 0;
  font-size: 0.88rem;
  line-height: 1.5;
}

.offer-reviews-link a {
  color: #1a5fb4;
  font-weight: 500;
  text-decoration: none;
}

.offer-reviews-link a:hover {
  color: #124a8c;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.offer-card__signup .offer-card__text--contact {
  margin-top: 0.85rem;
}

.offer-expand {
  margin: 0 0 0.85rem;
}

.offer-expand__summary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0;
  line-height: 1.55;
  list-style: none;
  cursor: pointer;
  user-select: none;
  width: fit-content;
  color: #1a5fb4;
  transition: color 0.15s ease;
}

.offer-expand__summary::-webkit-details-marker {
  display: none;
}

.offer-expand__summary:hover,
.offer-expand[open] .offer-expand__summary {
  color: #124a8c;
}

.offer-expand__label {
  font-size: 0.88rem;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}

.offer-expand__summary:hover .offer-expand__label,
.offer-expand[open] .offer-expand__label {
  color: inherit;
}

.offer-expand__chevron {
  display: block;
  flex-shrink: 0;
  width: 0.38rem;
  height: 0.38rem;
  margin-top: -0.1rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  opacity: 0.72;
  transform: rotate(45deg);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), margin 0.28s ease, opacity 0.15s ease;
}

.offer-expand__summary:hover .offer-expand__chevron,
.offer-expand[open] .offer-expand__chevron {
  opacity: 1;
}

.offer-expand[open] .offer-expand__chevron {
  margin-top: 0.12rem;
  transform: rotate(-135deg);
}

.offer-expand__body {
  padding: 0.55rem 0 0;
  margin-top: 0.15rem;
}

.offer-expand__body .offer-card__list {
  margin-bottom: 0;
}

.offer-not-coach__trigger {
  display: inline;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: #2f4f3f;
  cursor: pointer;
  text-transform: lowercase;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 0.14em;
  vertical-align: baseline;
}

.offer-not-coach__trigger:hover,
body.offer-not-coach-modal-open .offer-not-coach__trigger {
  color: #1a5fb4;
}

.offer-not-coach__trigger:focus-visible {
  outline: 2px solid rgba(26, 95, 180, 0.35);
  outline-offset: 2px;
}

.offer-heroes__trigger,
.offer-kindle__trigger,
.offer-pages__trigger,
.offer-amazon-stores__trigger {
  display: inline;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: #2f4f3f;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 0.14em;
  vertical-align: baseline;
}

.offer-heroes__trigger {
  white-space: nowrap;
}

.offer-heroes__trigger:hover,
.offer-kindle__trigger:hover,
.offer-pages__trigger:hover,
.offer-amazon-stores__trigger:hover,
body.offer-not-coach-modal-open .offer-heroes__trigger,
body.offer-not-coach-modal-open .offer-kindle__trigger,
body.offer-not-coach-modal-open .offer-pages__trigger,
body.offer-not-coach-modal-open .offer-amazon-stores__trigger {
  color: #1a5fb4;
}

.offer-heroes__trigger:focus-visible,
.offer-kindle__trigger:focus-visible,
.offer-pages__trigger:focus-visible,
.offer-amazon-stores__trigger:focus-visible {
  outline: 2px solid rgba(26, 95, 180, 0.35);
  outline-offset: 2px;
}

.offer-amazon-stores {
  margin: 0 0 0.85rem;
  padding-left: 1.1rem;
  color: #4d5350;
  line-height: 1.55;
}

.offer-amazon-stores li {
  margin-bottom: 0.45rem;
}

.offer-amazon-stores__country {
  display: inline-block;
  min-width: 8.5rem;
  font-weight: 600;
  color: #2f4f3f;
}

body.offer-not-coach-modal-open {
  overflow: hidden;
}

.offer-not-coach-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.offer-not-coach-modal.is-open {
  display: flex;
}

.offer-not-coach-modal[hidden] {
  display: none !important;
}

.offer-not-coach-modal__backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  background: rgba(30, 36, 34, 0.52);
  cursor: pointer;
}

.offer-not-coach-modal__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(24rem, calc(100vw - 2rem));
  max-height: min(85vh, 36rem);
  border-radius: 0.65rem;
  background: #fff;
  box-shadow: 0 16px 40px rgba(42, 52, 48, 0.24);
  overflow: hidden;
}

.offer-not-coach-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  flex-shrink: 0;
  padding: 1rem 1rem 0.85rem;
  border-bottom: 1px solid rgba(42, 52, 48, 0.08);
  background: #fff;
}

.offer-not-coach-modal__close {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: -0.15rem -0.15rem 0 0;
  padding: 0;
  border: none;
  border-radius: 0.4rem;
  background: transparent;
  color: #7a8280;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}

.offer-not-coach-modal__close:hover,
.offer-not-coach-modal__close:focus-visible {
  color: #2f4f3f;
  background: rgba(47, 79, 63, 0.08);
  outline: none;
}

.offer-not-coach-modal__title {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
  color: #2f4f3f;
}

.offer-not-coach-modal__title strong {
  font-weight: 600;
}

.offer-not-coach__term {
  text-transform: lowercase;
  font-weight: 600;
}

.offer-not-coach-modal__body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 0.9rem 1rem 1.1rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(47, 79, 63, 0.28) transparent;
}

.offer-not-coach-modal__body p {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #4d5350;
}

.offer-not-coach-modal__body a {
  color: #1a5fb4;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.offer-not-coach-modal__body a:hover {
  color: #124a8c;
}

.offer-not-coach-modal__body p:last-child {
  margin-bottom: 0;
}

.offer-not-coach-modal__body::-webkit-scrollbar {
  width: 4px;
}

.offer-not-coach-modal__body::-webkit-scrollbar-track {
  background: transparent;
}

.offer-not-coach-modal__body::-webkit-scrollbar-thumb {
  background: rgba(47, 79, 63, 0.22);
  border-radius: 999px;
}

@media (max-width: 40rem) {
  .offer-card {
    padding: 1.15rem;
  }

  .offer-card__title {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
