/**
 * Critical AI Feedback fixes — conversion + SEO polish (v1.2.80+)
 */

/* ---- Hero: mobile video offload ---- */
.authorshelf-home--v2 .home-hero .hero-video-bg {
  background-color: #0a2540;
  background-image: url("../images/hero-poster.jpg");
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .authorshelf-home--v2 .home-hero .hero-video-bg video {
    display: none !important;
  }
  .authorshelf-home--v2 .home-hero .hero-video-bg {
    background-image: url("../images/proof/book-in-library.jpg");
  }
}

.home-hero__rights {
  margin: 0;
  max-width: 36rem;
  font-size: 0.75rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.home-hero__rights strong {
  color: #fff;
  font-weight: 700;
}

.home-hero__body {
  margin: 0 auto 0.85rem;
  max-width: 40rem;
  font-size: clamp(0.92rem, 1.4vw, 1.05rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.home-packages-payment-note {
  margin: 0.85rem auto 0;
  max-width: 40rem;
  text-align: center;
  font-size: 0.9rem;
  color: #5b6b7c;
  line-height: 1.5;
}

.home-dream-note {
  margin: 1rem auto 0;
  max-width: 36rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

.home-objections-grid .why-icon {
  font-weight: 800;
  color: #5c7db7;
}

/* ---- GOD MODE: packages decision ---- */
.packages-decision-bar {
  margin: 1.25rem 0 1rem;
  padding: 1.1rem 1.25rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #0a2540 0%, #1a3a5c 100%);
  color: #fff;
  text-align: center;
}

.packages-decision-bar__text {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  line-height: 1.45;
}

.packages-decision-bar__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.packages-who-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0 0 1.25rem;
}

.packages-who-strip__item {
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  background: #eef3f9;
  border: 1px solid #d5e0ec;
  font-size: 0.82rem;
  color: #3d4f63;
  line-height: 1.4;
}

.packages-who-strip__item strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #0a2540;
  font-size: 0.9rem;
}

.packages-who-strip__item--highlight {
  background: rgba(92, 125, 183, 0.14);
  border-color: rgba(92, 125, 183, 0.4);
}

.packages-tier-pill--debut {
  border-color: rgba(92, 125, 183, 0.55);
  box-shadow: 0 0 0 2px rgba(92, 125, 183, 0.15);
}

@media (max-width: 900px) {
  .packages-who-strip {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .packages-who-strip {
    grid-template-columns: 1fr;
  }
}

.as-pkg-extras__best {
  margin: 0 0 1.25rem;
  padding: 1rem 1.15rem;
  border-radius: 12px;
  background: #eef3f9;
  border: 1px solid #d5e0ec;
}

.as-pkg-extras__best h2 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  color: #0a2540;
}

.as-pkg-extras__best ul {
  margin: 0;
  padding-left: 1.15rem;
  color: #3d4f63;
}

.as-pkg-extras__best li {
  margin-bottom: 0.35rem;
}

.as-pkg-extras__adjacent {
  margin: 1rem 0;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: #fff;
  border: 1px dashed #c5d4e0;
  font-size: 0.92rem;
}

.as-pkg-extras__adjacent p {
  margin: 0 0 0.5rem;
}

.as-pkg-extras__adjacent a {
  font-weight: 700;
  color: #5c7db7;
}

.as-pkg-extras__consult-note {
  margin-top: 0.75rem !important;
  font-size: 0.9rem;
  color: #5c7db7;
  font-weight: 650;
}

.as-checkout-rights {
  max-width: 720px;
  margin: 0 auto 1.25rem;
  padding: 0.9rem 1.1rem;
  border-radius: 12px;
  background: rgba(92, 125, 183, 0.12);
  border: 1px solid rgba(92, 125, 183, 0.35);
}

.as-checkout-rights p {
  margin: 0;
  font-size: 0.95rem;
  color: #1e2f42;
  line-height: 1.5;
  text-align: center;
}

.contact-readiness-panel {
  margin: 0 0 1.5rem;
  padding: 1.25rem 1.35rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #0a2540 0%, #1a3a5c 100%);
  color: #fff;
}

.contact-readiness-panel h2 {
  margin: 0 0 0.55rem;
  font-size: 1.35rem;
  color: #fff;
}

.contact-readiness-panel p {
  margin: 0 0 0.65rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.55;
}

.contact-readiness-panel a {
  color: #a8c4e8;
  font-weight: 700;
}

.process-timeline {
  padding: 2.5rem 0;
  background: #fff;
  border-bottom: 1px solid #e8eef5;
}

.process-timeline h2 {
  margin: 0 0 0.5rem;
  text-align: center;
  color: #0a2540;
}

.process-timeline__lede {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 1.5rem;
  color: #5b6b7c;
  line-height: 1.55;
}

.process-timeline__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 48rem;
}

.process-timeline__list li {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e8eef5;
}

.process-timeline__week {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5c7db7;
}

.process-timeline__list strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #0a2540;
}

.process-timeline__list p {
  margin: 0;
  font-size: 0.92rem;
  color: #5b6b7c;
  line-height: 1.5;
}

.process-timeline__list em {
  font-style: normal;
  color: #0a2540;
  font-weight: 650;
}

.process-timeline__note {
  text-align: center;
  margin: 1.25rem 0 0;
  color: #3d4f63;
}

.compare-not-for {
  margin: 2rem 0;
  padding: 1.35rem 1.4rem;
  border-radius: 16px;
  background: #0a2540;
  color: #fff;
}

.compare-not-for h2 {
  margin: 0 0 0.75rem;
  color: #fff;
}

.compare-not-for__list {
  margin: 0 0 0.85rem;
  padding-left: 1.2rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.55;
}

.compare-not-for__list li {
  margin-bottom: 0.45rem;
}

.compare-not-for__close {
  margin: 0;
  color: #a8c4e8;
  font-weight: 650;
}

.compare-never-do {
  margin: 0.85rem 0 0;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  background: rgba(92, 125, 183, 0.12);
  border: 1px solid rgba(92, 125, 183, 0.28);
  font-size: 0.92rem;
  color: #1e2f42;
}

.service-hub-package-cta {
  margin: 1.5rem 0;
  padding: 1.15rem 1.25rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #0a2540, #1a3a5c);
  color: #fff;
}

.service-hub-package-cta h2 {
  margin: 0 0 0.45rem;
  color: #fff;
  font-size: 1.2rem;
}

.service-hub-package-cta p {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

/* ---- Package product extras ---- */
.as-pkg-extras {
  max-width: 48rem;
  margin: 0 auto 3rem;
  padding: 0 0.5rem;
}

.as-pkg-extras__rights {
  margin: 0 0 1.5rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(92, 125, 183, 0.12);
  border: 1px solid rgba(92, 125, 183, 0.3);
  font-size: 0.95rem;
  color: #1e2f42;
  text-align: center;
}

.as-pkg-extras__pitch h2 {
  margin: 0 0 0.5rem;
  font-size: 1.65rem;
  color: #0a2540;
}

.as-pkg-extras__audience {
  font-weight: 650;
  color: #5c7db7;
  margin: 0 0 1rem;
}

.as-pkg-extras__pitch p {
  margin: 0 0 0.85rem;
  color: #3d4f63;
  line-height: 1.6;
}

.as-pkg-extras__links a {
  font-weight: 700;
  color: #5c7db7;
}

.as-pkg-extras__faq {
  margin-top: 2rem;
}

.as-pkg-extras__faq h2 {
  margin: 0 0 0.85rem;
  font-size: 1.35rem;
  color: #0a2540;
}

.as-pkg-extras__faq-item {
  border: 1px solid #d5e0ec;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  background: #fff;
}

.as-pkg-extras__faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: #0a2540;
}

.as-pkg-extras__faq-item p {
  margin: 0.55rem 0 0;
  color: #5b6b7c;
  font-size: 0.92rem;
  line-height: 1.5;
}

/* ---- Founder teaser ---- */
.home-founder-teaser {
  padding: 2rem 0;
  background: #fff;
  border-bottom: 1px solid #e8eef5;
}

.home-founder-teaser__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem 2rem;
}

.home-founder-teaser__photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 6px 14px rgba(10, 37, 64, 0.12);
}

.home-founder-teaser__placeholder {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0a2540, #5c7db7);
  color: #fff;
  font-weight: 800;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-founder-teaser__copy {
  flex: 1 1 280px;
  max-width: 40rem;
}

.home-founder-teaser__copy h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
}

.home-founder-teaser__copy p {
  margin: 0 0 0.85rem;
  color: #5b6b7c;
  line-height: 1.55;
}

/* Priority placement: immediately after hero (primary trust signal) */
.home-founder-teaser--early {
  padding: 2.25rem 0 2.35rem;
  background: linear-gradient(180deg, #f4f7fb 0%, #fff 55%);
  border-bottom: 1px solid #d5e0ec;
  box-shadow: 0 10px 28px rgba(10, 37, 64, 0.05);
}

.home-founder-teaser--early .home-founder-teaser__photo,
.home-founder-teaser--early .home-founder-teaser__placeholder {
  width: 112px;
  height: 112px;
  font-size: 1.75rem;
  box-shadow: 0 10px 28px rgba(10, 37, 64, 0.14);
  border: 3px solid #fff;
}

.home-founder-teaser--early .home-founder-teaser__copy {
  max-width: 44rem;
}

.home-founder-teaser--early .home-founder-teaser__copy h2 {
  font-size: clamp(1.4rem, 2.8vw, 1.85rem);
}

.home-founder-teaser__accountability {
  margin: 0 0 1rem !important;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  background: #eef3f9;
  border-left: 3px solid #5c7db7;
  font-size: 0.9rem;
  color: #334155 !important;
}

.home-founder-teaser__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0.5rem;
}

.home-founder-teaser__rights {
  text-align: left !important;
  margin-top: 0.5rem !important;
}

@media (max-width: 640px) {
  .home-founder-teaser--early .home-founder-teaser__inner {
    flex-direction: column;
    text-align: center;
  }

  .home-founder-teaser--early .home-founder-teaser__actions {
    justify-content: center;
  }

  .home-founder-teaser__rights {
    text-align: center !important;
  }

  .home-founder-teaser__accountability {
    text-align: left;
  }
}

/* ---- Services suites ---- */
.svc-suites-intro {
  margin: 0 0 1.25rem;
  max-width: 46rem;
}

.svc-suites-intro__title {
  margin: 0 0 0.45rem;
  font-size: 1.45rem;
  color: #0a2540;
}

.svc-suites-intro__lede {
  margin: 0;
  color: #5b6b7c;
  line-height: 1.55;
}

.svc-pain-hub__suite {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5c7db7;
}

.svc-catalog-note {
  margin: 0 0 1.75rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: #eef3f9;
  border: 1px solid #d5e0ec;
  color: #3d4f63;
  font-size: 0.92rem;
  line-height: 1.5;
}

/* ---- Homepage proof strip ---- */
.home-proof-section {
  padding: 3rem 0 2.75rem;
  background: linear-gradient(180deg, #fff 0%, #eef3f9 100%);
  border-bottom: 1px solid #d5e0ec;
}

.home-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.75rem;
  align-items: stretch;
  margin-top: 1.5rem;
}

.home-proof-visual {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(10, 37, 64, 0.14);
  border: 1px solid rgba(92, 125, 183, 0.22);
  background: #0a2540;
}

.home-proof-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.home-proof-visual figcaption {
  padding: 0.65rem 1rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(10, 37, 64, 0.92);
}

.home-proof-covers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.home-proof-covers a,
.home-proof-covers figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #d5e0ec;
  background: #fff;
  box-shadow: 0 8px 18px rgba(10, 37, 64, 0.08);
}

.home-proof-covers img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.home-proof-note {
  margin: 1rem 0 0;
  font-size: 0.9rem;
  color: #5b6b7c;
  max-width: 48rem;
}

.home-proof-note--reframe {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #f4f7fb;
  border: 1px solid #d5e0ec;
  color: #334155;
}

.home-proof-note--reframe .home-proof-note__lead {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #0a2540;
}

.home-proof-note--reframe .home-proof-note__support {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #475569;
}

/* Verify-before-you-buy trust strip (no fake testimonials) */
.home-trust-proof {
  margin-top: 2rem;
  padding: 1.5rem 1.4rem 1.35rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #f4f7fb 100%);
  border: 1px solid #d5e0ec;
  box-shadow: 0 10px 28px rgba(10, 37, 64, 0.06);
}

.home-trust-proof__head {
  max-width: 40rem;
  margin: 0 auto 1.15rem;
  text-align: center;
}

.home-trust-proof__title {
  margin: 0.25rem 0 0.5rem;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  line-height: 1.3;
  color: #0a2540;
}

.home-trust-proof__lede {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #475569;
}

.home-trust-proof__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.home-trust-proof__grid li {
  margin: 0;
  padding: 0.95rem 1rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.home-trust-proof__grid strong {
  font-size: 0.95rem;
  color: #0a2540;
}

.home-trust-proof__grid span {
  font-size: 0.86rem;
  line-height: 1.45;
  color: #475569;
}

.home-trust-proof__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 1.15rem;
}

.home-trust-proof__actions .btn-secondary {
  background: #fff;
  color: #0a2540;
  border-color: #5c7db7;
}

.home-trust-proof__actions .btn-secondary:hover {
  background: #eef3f9;
  color: #0a2540;
}

@media (max-width: 768px) {
  .home-trust-proof__grid {
    grid-template-columns: 1fr;
  }
}

/* Book production: replace fake quotes */
.bp-trust-proof {
  padding: 3rem 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.bp-trust-proof h2 {
  margin: 0 0 0.5rem;
  text-align: center;
  color: #0a2540;
}

.bp-trust-proof__lede {
  max-width: 36rem;
  margin: 0 auto 1.25rem;
  text-align: center;
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.5;
}

.bp-trust-proof__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 40rem;
  display: grid;
  gap: 0.65rem;
}

.bp-trust-proof__list li {
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e2e8f0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #334155;
}

.bp-trust-proof__list strong {
  color: #0a2540;
}

.bp-trust-proof__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 1.25rem;
}

/* ---- Package outcomes (proof-friendly, no fake metrics) ---- */
.pkg-outcomes {
  margin: 0 0 1.75rem;
  padding: 1.5rem 1.25rem 1.35rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #d5e0ec;
}

.pkg-outcomes__intro {
  max-width: 42rem;
  margin: 0 auto 1.25rem;
  text-align: center;
}

.pkg-outcomes__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5c7db7;
}

.pkg-outcomes__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  color: #0a2540;
  line-height: 1.25;
}

.pkg-outcomes__lede {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #475569;
}

.pkg-outcomes__profiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

.pkg-outcomes__card {
  padding: 1rem 1.05rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.pkg-outcomes__card--highlight {
  background: #eef3f9;
  border-color: #c5d0e8;
  box-shadow: 0 0 0 1px rgba(92, 125, 183, 0.15);
}

.pkg-outcomes__card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
}

.pkg-outcomes__name {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0a2540;
}

.pkg-outcomes__price {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0a2540;
  font-variant-numeric: tabular-nums;
}

.pkg-outcomes__profile,
.pkg-outcomes__result,
.pkg-outcomes__skip {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #334155;
}

.pkg-outcomes__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-top: 0.15rem;
}

.pkg-outcomes__split > div {
  padding: 0.55rem 0.6rem;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e2e8f0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #475569;
}

.pkg-outcomes__split-label {
  margin: 0 0 0.2rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5c7db7;
}

.pkg-outcomes__link {
  margin-top: auto;
  font-size: 0.86rem;
  font-weight: 700;
  color: #0d9488;
  text-decoration: none;
}

.pkg-outcomes__link:hover {
  color: #0a2540;
  text-decoration: underline;
}

.pkg-scope {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin-bottom: 0.75rem;
}

.pkg-scope__col {
  padding: 1rem 1.05rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.pkg-scope__col--in {
  background: #f0fdf4;
  border-color: #bbf7d0;
}

.pkg-scope__col--out {
  background: #fff7ed;
  border-color: #fed7aa;
}

.pkg-scope__col h3 {
  margin: 0 0 0.55rem;
  font-size: 0.98rem;
  color: #0a2540;
}

.pkg-scope__col ul {
  margin: 0;
  padding: 0 0 0 1.1rem;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #334155;
}

.pkg-scope__col li {
  margin-bottom: 0.35rem;
}

.pkg-scope__honesty {
  margin: 0 0 1.25rem;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  background: #f1f5f9;
  border-left: 3px solid #5c7db7;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #334155;
}

.pkg-finish-checklist {
  margin: 0 0 1.25rem;
  padding: 1.1rem 1.15rem;
  border-radius: 12px;
  background: #0a2540;
  color: #e8eef8;
}

.pkg-finish-checklist h3 {
  margin: 0 0 0.35rem;
  color: #fff;
  font-size: 1.1rem;
}

.pkg-finish-checklist__lede {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  color: rgba(232, 238, 248, 0.88);
}

.pkg-finish-checklist__steps {
  margin: 0 0 0.9rem;
  padding: 0 0 0 1.2rem;
  font-size: 0.88rem;
  line-height: 1.5;
}

.pkg-finish-checklist__steps li {
  margin-bottom: 0.4rem;
}

.pkg-finish-checklist__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.85rem;
}

.pkg-finish-checklist__links a {
  color: #a8c4e8;
  font-size: 0.84rem;
  font-weight: 600;
}

.pkg-finish-checklist__links a:hover {
  color: #fff;
}

.pkg-dist-block {
  margin: 0 0 1.15rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: #f0f4fa;
  border: 1px solid #d5e0ec;
}

.pkg-dist-block h3 {
  margin: 0 0 0.5rem;
  font-size: 1.02rem;
  color: #0a2540;
}

.pkg-dist-block ul {
  margin: 0 0 0.55rem;
  padding: 0 0 0 1.1rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #334155;
}

.pkg-dist-block__note {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #64748b;
}

.pkg-faq-outcomes {
  margin: 0 0 1.15rem;
}

/* ---- Trust chips (2×3) + What you’ll receive + Big Three ---- */
.as-trust-chips {
  padding: 1.75rem 0 1.85rem;
  background: #f4f8fd;
  border-bottom: 1px solid #d5e0ec;
}

.as-trust-chips__inner {
  max-width: 1100px;
}

.as-trust-chips__head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 1.1rem;
}

.as-trust-chips__title {
  margin: 0 0 0.4rem;
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  color: #0a2540;
}

.as-trust-chips__sub {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #5c7db7;
}

.as-trust-chips__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.as-trust-chip {
  margin: 0;
  padding: 0.85rem 0.95rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #d5e0ec;
  box-shadow: 0 4px 12px rgba(10, 37, 64, 0.06);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "mark title"
    "mark text";
  column-gap: 0.55rem;
  row-gap: 0.2rem;
  align-content: start;
}

.as-trust-chip__mark {
  grid-area: mark;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #0d9488;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.as-trust-chip__title {
  grid-area: title;
  font-size: 0.92rem;
  font-weight: 800;
  color: #0a2540;
  line-height: 1.25;
}

.as-trust-chip__text {
  grid-area: text;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #64748b;
}

.as-trust-chips__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  margin-top: 1.15rem;
}

.as-consult-micro {
  margin: 0.55rem 0 0;
  font-size: 0.82rem;
  line-height: 1.4;
  color: #475569;
  text-align: center;
}

.as-consult-micro--on-dark,
.home-hero__enroll-note.as-consult-micro {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
  text-align: left;
  max-width: 36rem;
}

.home-hero__text > .as-consult-micro {
  grid-column: 1 / -1;
}

.as-receive {
  margin: 0 0 1rem;
  padding: 1rem 1.05rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.as-receive__title {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  color: #0a2540;
}

.as-receive__summary {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #334155;
}

.as-receive__buckets {
  margin: 0 0 0.65rem;
  padding: 0 0 0 1.1rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #334155;
}

.as-receive__buckets li {
  margin-bottom: 0.3rem;
}

.as-receive__best,
.as-receive__why {
  margin: 0 0 0.4rem;
  font-size: 0.84rem;
  line-height: 1.4;
  color: #475569;
}

.as-receive__cta {
  margin-top: 0.5rem;
}

.as-receive__rights {
  text-align: left !important;
  margin-top: 0.55rem !important;
}

.as-big-three {
  margin: 0 0 1.5rem;
}

.as-big-three__head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 1rem;
}

.as-big-three__title {
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
  color: #0a2540;
}

.as-big-three__lede {
  margin: 0;
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.45;
}

.as-big-three__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: stretch;
}

.as-big-three__card {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.05rem 1.1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #d5e0ec;
  box-shadow: 0 8px 22px rgba(10, 37, 64, 0.06);
}

.as-big-three__card--featured {
  border-color: #5c7db7;
  box-shadow: 0 0 0 1px rgba(92, 125, 183, 0.25), 0 12px 28px rgba(10, 37, 64, 0.1);
}

.as-big-three__badge {
  align-self: flex-start;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5c7db7;
  background: #e8eef8;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  margin-bottom: 0.4rem;
}

.as-big-three__name {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0a2540;
}

.as-big-three__price {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0a2540;
  margin: 0.15rem 0 0.35rem;
}

.as-big-three__note {
  margin: 0 0 0.65rem;
  font-size: 0.86rem;
  line-height: 1.4;
  color: #475569;
}

.as-big-three__card .as-receive {
  flex: 1 1 auto;
  margin-bottom: 0.75rem;
  background: #f4f7fb;
}

.as-big-three__btn {
  margin-top: auto;
  text-align: center;
}

.as-big-three__all {
  margin: 1rem 0 0.35rem;
  text-align: center;
  font-size: 0.92rem;
}

.as-big-three__all a {
  font-weight: 700;
  color: #0d9488;
}

.home-all-tiers {
  margin: 0 0 1.25rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.home-all-tiers__summary {
  cursor: pointer;
  font-weight: 700;
  color: #0a2540;
  font-size: 0.95rem;
}

.home-all-tiers .home-tier-grid {
  margin-top: 1rem;
}

@media (max-width: 960px) {
  .as-trust-chips__grid,
  .as-big-three__grid {
    grid-template-columns: 1fr;
  }
}

/* Rights line near CTAs (social-proof substitute) */
.as-rights-near-cta {
  margin: 0.65rem 0 0;
  font-size: 0.88rem;
  line-height: 1.4;
  color: #0a2540;
  text-align: center;
}

.as-rights-near-cta strong {
  font-weight: 800;
}

.as-rights-near-cta--on-dark,
.as-rights-near-cta.home-hero__rights {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
  text-align: left;
}

.home-hero__text > .as-rights-near-cta {
  grid-area: rights;
  margin: 0;
  text-align: left;
  max-width: 36rem;
}

@media (max-width: 900px) {
  .home-hero__text > .as-rights-near-cta {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.home-safe-decision {
  margin-top: 1.5rem;
  padding: 1.25rem 1.3rem;
  border-radius: 16px;
  background: linear-gradient(165deg, #0a2540 0%, #12305a 100%);
  color: #e8eef8;
  border: 1px solid rgba(168, 196, 232, 0.25);
}

.home-safe-decision .home-section-head__eyebrow {
  color: #a8c4e8;
}

.home-safe-decision h3 {
  margin: 0.25rem 0 0.75rem;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: #fff;
  line-height: 1.3;
}

.home-safe-decision__steps {
  margin: 0;
  padding: 0 0 0 1.2rem;
  font-size: 0.9rem;
  line-height: 1.5;
}

.home-safe-decision__steps li {
  margin-bottom: 0.45rem;
}

.home-process-steps--who .home-process-step__split {
  margin: 0.35rem 0 0;
  font-size: 0.84rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}

.home-process-step__who {
  display: inline-block;
  margin-right: 0.35rem;
  padding: 0.08rem 0.4rem;
  border-radius: 4px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  vertical-align: baseline;
}

.home-process-step__who--us {
  background: rgba(13, 148, 136, 0.45);
}

.home-section-head__lede--on-dark {
  color: rgba(232, 238, 248, 0.9);
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.home-process-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  align-items: center;
}

.packages-page-panel--why .as-rights-near-cta {
  margin-top: 1rem;
}

/* Hero enrollment note under CTAs */
.home-hero__enroll-note {
  margin: 0.55rem 0 0;
  max-width: 36rem;
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

.home-hero__text > .home-hero__enroll-note {
  grid-column: 1 / -1;
  justify-self: start;
}

@media (max-width: 900px) {
  .home-hero__text > .home-hero__enroll-note {
    text-align: center;
    justify-self: center;
  }
}

.contact-readiness-panel__badge {
  display: inline-block;
  margin: 0 0 0.65rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #0a2540;
  background: #e8eef8;
  border: 1px solid #c5d0e0;
}

.contact-readiness-panel__list {
  margin: 0.75rem 0 1rem;
  padding: 0 0 0 1.15rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #334155;
}

.contact-readiness-panel__list li {
  margin-bottom: 0.35rem;
}

/* Risk-reversal line (consult, not fake package MBG) */
.home-risk-line {
  margin: 0.85rem 0 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #475569;
  text-align: center;
}

.home-risk-line a {
  color: #0d9488;
  font-weight: 700;
}

.home-risk-line--cta {
  margin-top: 0.75rem;
}

.home-dist-after {
  margin-top: 1.75rem;
  padding: 1.35rem 1.25rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #d5e0ec;
}

.home-dist-after__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1.25rem;
  align-items: start;
}

.home-dist-after__title {
  margin: 0.25rem 0 0.5rem;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  color: #0a2540;
  line-height: 1.25;
}

.home-dist-after__lede {
  margin: 0 0 0.75rem;
  font-size: 0.94rem;
  line-height: 1.5;
  color: #475569;
}

.home-dist-after__list {
  margin: 0 0 0.65rem;
  padding: 0 0 0 1.1rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #334155;
}

.home-dist-after__list li {
  margin-bottom: 0.4rem;
}

.home-dist-after__note {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #64748b;
}

.home-dist-after__card {
  padding: 1.05rem 1.1rem;
  border-radius: 12px;
  background: #0a2540;
  color: #e8eef8;
}

.home-dist-after__card h4 {
  margin: 0 0 0.65rem;
  color: #fff;
  font-size: 1rem;
}

.home-dist-after__card ul {
  margin: 0 0 1rem;
  padding: 0 0 0 1.05rem;
  font-size: 0.86rem;
  line-height: 1.5;
}

.home-dist-after__card .btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
}

.home-dist-after__card .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.package-fit-helper__guarantee {
  margin: 0.85rem 0 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #475569;
  text-align: center;
}

.package-fit-helper__guarantee a {
  color: #0d9488;
  font-weight: 700;
}

.package-fit-helper--home {
  margin: 0 0 1.5rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .home-dist-after__grid {
    grid-template-columns: 1fr;
  }
}

.pkg-faq-outcomes h3 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  color: #0a2540;
}

.pkg-faq-outcomes details {
  margin: 0 0 0.45rem;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.pkg-faq-outcomes summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 0.9rem;
  color: #0a2540;
}

.pkg-faq-outcomes details p {
  margin: 0.5rem 0 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #475569;
}

.pkg-outcomes__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.pkg-outcomes__cta .btn-secondary {
  background: #fff;
  color: #0a2540;
  border-color: #5c7db7;
}

.help-article-page .pkg-outcomes {
  margin-top: 1.5rem;
}

@media (max-width: 900px) {
  .pkg-outcomes__profiles,
  .pkg-scope {
    grid-template-columns: 1fr;
  }

  .pkg-outcomes__split {
    grid-template-columns: 1fr;
  }
}

.home-proof-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.15rem;
}

@media (max-width: 900px) {
  .home-proof-grid {
    grid-template-columns: 1fr;
  }
  .home-proof-covers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ---- Footer trust ---- */
.footer-trust {
  margin-top: 0.85rem;
  font-size: 0.84rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.footer-trust strong {
  color: #fff;
  font-weight: 650;
}

.footer-entity {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
}

/* ---- Rights near money CTAs ---- */
.as-rights-guarantee {
  margin: 0.75rem 0 0;
  padding: 0.65rem 0.9rem;
  border-radius: 10px;
  background: rgba(92, 125, 183, 0.1);
  border: 1px solid rgba(92, 125, 183, 0.28);
  font-size: 0.88rem;
  line-height: 1.45;
  color: #1e2f42;
}

.as-rights-guarantee strong {
  color: #0a2540;
}

.packages-page .as-rights-guarantee,
.home-packages-section .as-rights-guarantee {
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

/* ---- Packages: smarter investment + mobile cards ---- */
.packages-smarter {
  margin: 2rem 0 0;
  padding: 1.75rem 1.5rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #d5e0ec;
  box-shadow: 0 12px 28px rgba(10, 37, 64, 0.06);
}

.packages-smarter h2 {
  margin: 0 0 0.65rem;
  font-size: 1.45rem;
  color: #0a2540;
}

.packages-smarter__lede {
  margin: 0 0 1rem;
  color: #5b6b7c;
  max-width: 46rem;
}

.packages-smarter__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.packages-smarter__card {
  padding: 1rem 1.05rem;
  border-radius: 12px;
  background: #eef3f9;
  border: 1px solid #d5e0ec;
}

.packages-smarter__card h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  color: #0a2540;
}

.packages-smarter__card p {
  margin: 0;
  font-size: 0.9rem;
  color: #3d4f63;
  line-height: 1.5;
}

.packages-mobile-cards {
  display: none;
  margin-top: 1.25rem;
  gap: 0.85rem;
}

.packages-mobile-card {
  border: 1px solid #d5e0ec;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.packages-mobile-card--featured {
  border-color: #5c7db7;
  box-shadow: 0 0 0 2px rgba(92, 125, 183, 0.25);
}

.packages-mobile-card__toggle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
  padding: 0.95rem 1rem;
  border: 0;
  background: #f7fafc;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: #0a2540;
}

.packages-mobile-card__name {
  font-weight: 800;
  font-size: 1.05rem;
}

.packages-mobile-card__price {
  font-weight: 700;
  color: #5c7db7;
}

.packages-mobile-card__badge {
  margin-left: auto;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: #5c7db7;
  color: #fff;
}

.packages-mobile-card__body {
  display: none;
  padding: 0 1rem 1rem;
  border-top: 1px solid #e8eef5;
}

.packages-mobile-card.is-open .packages-mobile-card__body {
  display: block;
}

.packages-mobile-card__body ul {
  margin: 0.75rem 0 1rem;
  padding-left: 1.1rem;
  color: #3d4f63;
  font-size: 0.9rem;
}

.packages-mobile-card__body li {
  margin-bottom: 0.35rem;
}

@media (max-width: 900px) {
  .authorshelf-pricing-table-wrapper .comparison-table-scroll {
    display: none;
  }
  .packages-mobile-cards {
    display: grid;
  }
  .packages-smarter__grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 901px) {
  .packages-mobile-cards {
    display: none !important;
  }
}

/* ---- Services: pain hubs + workflow ---- */
.svc-pain-hubs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 0 1.5rem;
}

.svc-pain-hub {
  padding: 1.15rem 1.2rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #d5e0ec;
  box-shadow: 0 10px 22px rgba(10, 37, 64, 0.06);
}

.svc-pain-hub img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 0.65rem;
}

.svc-pain-hub h2 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  color: #0a2540;
}

.svc-pain-hub p {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: #5b6b7c;
  line-height: 1.5;
}

.svc-pain-hub a {
  font-weight: 700;
  color: #5c7db7;
  text-decoration: none;
}

.svc-pain-hub a:hover {
  text-decoration: underline;
}

.svc-workflow {
  margin: 0 0 1.75rem;
  padding: 1.25rem 1.35rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #0a2540 0%, #1a3a5c 100%);
  color: #fff;
}

.svc-workflow h2 {
  margin: 0 0 0.85rem;
  font-size: 1.2rem;
  color: #fff;
}

.svc-workflow__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.svc-workflow__steps li {
  padding: 0.75rem 0.85rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.88rem;
  line-height: 1.4;
}

.svc-workflow__steps strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #a8c4e8;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .svc-pain-hubs,
  .svc-workflow__steps {
    grid-template-columns: 1fr;
  }
}

/* ---- Process visual journey ---- */
.process-visual-journey {
  padding: 2.5rem 0;
  background: #eef3f9;
  border-bottom: 1px solid #d5e0ec;
}

.process-visual-journey h2 {
  margin: 0 0 0.5rem;
  text-align: center;
  color: #0a2540;
}

.process-visual-journey__lede {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 1.5rem;
  color: #5b6b7c;
}

.process-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.process-visual-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d5e0ec;
  box-shadow: 0 10px 22px rgba(10, 37, 64, 0.07);
}

.process-visual-card img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.process-visual-card__body {
  padding: 0.95rem 1rem 1.1rem;
}

.process-visual-card__body h3 {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
  color: #0a2540;
}

.process-visual-card__body p {
  margin: 0;
  font-size: 0.88rem;
  color: #5b6b7c;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .process-visual-grid {
    grid-template-columns: 1fr;
  }
}

/* ---- Compare: honest competitor notes ---- */
.compare-honest {
  margin: 2rem 0;
  padding: 1.5rem 1.4rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #d5e0ec;
}

.compare-honest h2 {
  margin: 0 0 0.65rem;
  color: #0a2540;
}

.compare-honest__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.compare-honest article {
  padding: 1rem;
  border-radius: 12px;
  background: #eef3f9;
  border: 1px solid #d5e0ec;
}

.compare-honest h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  color: #0a2540;
}

.compare-honest p {
  margin: 0;
  font-size: 0.9rem;
  color: #3d4f63;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .compare-honest__grid {
    grid-template-columns: 1fr;
  }
}

/* ---- Service hub pillars ---- */
.service-hub-hero {
  padding: 3.5rem 0 2.5rem;
  background: linear-gradient(145deg, #0a2540 0%, #1a3a5c 55%, #5c7db7 140%);
  color: #fff;
}

.service-hub-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  color: #fff;
}

.service-hub-hero__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a8c4e8;
}

.service-hub-hero__lede {
  margin: 0 0 1rem;
  max-width: 42rem;
  font-size: 1.08rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.service-hub-hero__trust {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.9rem;
}

.service-hub-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.service-hub-hero__rights {
  margin: 1rem 0 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

.service-hub-body {
  padding: 2.5rem 0 3rem;
}

.service-hub-body__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr);
  gap: 1.5rem;
}

.service-hub-copy h2 {
  margin: 0 0 0.65rem;
  color: #0a2540;
}

.service-hub-copy p {
  margin: 0 0 0.9rem;
  color: #3d4f63;
  line-height: 1.6;
}

.service-hub-copy__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.service-hub-aside__card {
  padding: 1.15rem 1.2rem;
  border-radius: 14px;
  background: #eef3f9;
  border: 1px solid #d5e0ec;
  margin-bottom: 1rem;
}

.service-hub-aside__card--navy {
  background: #0a2540;
  color: #fff;
  border-color: transparent;
}

.service-hub-aside__card--navy p {
  color: rgba(255, 255, 255, 0.9);
}

.service-hub-aside__steps {
  margin: 0.5rem 0 0.85rem;
  padding-left: 1.15rem;
  color: #3d4f63;
  font-size: 0.92rem;
}

.service-hub-aside__link {
  font-weight: 700;
  color: #5c7db7;
}

@media (max-width: 900px) {
  .service-hub-body__grid {
    grid-template-columns: 1fr;
  }
}

.service-hub-copy__icon {
  width: 96px;
  height: 96px;
  object-fit: contain;
  margin: 0 0 1rem;
}

.service-hub-faq {
  margin: 1rem 0 1.5rem;
}

.service-hub-faq__item {
  border: 1px solid #d5e0ec;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.55rem;
  background: #fff;
}

.service-hub-faq__item summary {
  cursor: pointer;
  font-weight: 700;
  color: #0a2540;
}

.service-hub-faq__item p {
  margin: 0.55rem 0 0;
  color: #5b6b7c;
  font-size: 0.92rem;
}

/* ---- Portal UI preview mock ---- */
.as-portal-preview {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(92, 125, 183, 0.35);
  box-shadow: 0 18px 40px rgba(10, 37, 64, 0.16);
  background: #0b1220;
}

.as-portal-preview__chrome {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.75rem;
  background: #141c2b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.as-portal-preview__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #475569;
}

.as-portal-preview__dot:nth-child(1) { background: #ff5f57; }
.as-portal-preview__dot:nth-child(2) { background: #febc2e; }
.as-portal-preview__dot:nth-child(3) { background: #28c840; }

.as-portal-preview__url {
  margin-left: 0.5rem;
  font-size: 0.72rem;
  color: #94a3b8;
  font-family: ui-monospace, Consolas, monospace;
}

.as-portal-preview__app {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  min-height: 320px;
  background: #0f172a;
  color: #e2e8f0;
}

.as-portal-preview__nav {
  background: #0a2540;
  padding: 0.85rem 0.65rem;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.as-portal-preview__brand {
  font-weight: 800;
  font-size: 0.85rem;
  margin-bottom: 0.85rem;
  padding: 0 0.35rem;
}

.as-portal-preview__brand-a { color: #ff4d51; }
.as-portal-preview__brand-s { color: #a8c4e8; }

.as-portal-preview__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.as-portal-preview__nav li {
  padding: 0.4rem 0.5rem;
  border-radius: 8px;
  font-size: 0.75rem;
  color: #94a3b8;
  margin-bottom: 0.2rem;
}

.as-portal-preview__nav li.is-active {
  background: rgba(92, 125, 183, 0.35);
  color: #fff;
  font-weight: 700;
}

.as-portal-preview__main {
  padding: 0.85rem 0.9rem 1rem;
}

.as-portal-preview__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.as-portal-preview__hello {
  margin: 0;
  font-size: 0.7rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.as-portal-preview__top h3 {
  margin: 0.15rem 0 0;
  font-size: 1rem;
  color: #fff;
}

.as-portal-preview__badge {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #5c7db7, #3d5a8a);
  color: #fff;
  white-space: nowrap;
}

.as-portal-preview__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.4rem;
  margin-bottom: 0.75rem;
}

.as-portal-preview__stats div {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 0.45rem 0.5rem;
}

.as-portal-preview__stats strong {
  display: block;
  font-size: 0.85rem;
  color: #fff;
}

.as-portal-preview__stats span {
  font-size: 0.62rem;
  color: #94a3b8;
  line-height: 1.25;
}

.as-portal-preview__panels {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0.55rem;
}

.as-portal-preview__card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 0.65rem 0.7rem;
}

.as-portal-preview__card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
}

.as-portal-preview__card-head strong {
  font-size: 0.82rem;
  color: #fff;
}

.as-portal-preview__pill {
  font-size: 0.6rem;
  font-weight: 700;
  padding: 0.15rem 0.4rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.2);
  color: #86efac;
}

.as-portal-preview__pill--soft {
  background: rgba(92, 125, 183, 0.25);
  color: #bfdbfe;
}

.as-portal-preview__phases {
  list-style: none;
  margin: 0 0 0.5rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.3rem;
}

.as-portal-preview__phases li {
  font-size: 0.62rem;
  padding: 0.3rem 0.35rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: #94a3b8;
  text-align: center;
}

.as-portal-preview__phases li.is-done {
  background: rgba(34, 197, 94, 0.15);
  color: #86efac;
}

.as-portal-preview__phases li.is-now {
  background: rgba(92, 125, 183, 0.35);
  color: #fff;
  font-weight: 700;
}

.as-portal-preview__task {
  margin: 0;
  font-size: 0.7rem;
  color: #cbd5e1;
}

.as-portal-preview__msgs {
  list-style: none;
  margin: 0 0 0.55rem;
  padding: 0;
}

.as-portal-preview__msgs li {
  font-size: 0.68rem;
  color: #cbd5e1;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  line-height: 1.35;
}

.as-portal-preview__msgs span {
  display: block;
  font-weight: 700;
  color: #a8c4e8;
  font-size: 0.62rem;
  margin-bottom: 0.1rem;
}

.as-portal-preview__royalty {
  background: rgba(92, 125, 183, 0.15);
  border-radius: 8px;
  padding: 0.5rem 0.55rem;
}

.as-portal-preview__royalty p {
  margin: 0;
  font-size: 0.62rem;
  color: #94a3b8;
}

.as-portal-preview__royalty strong {
  display: block;
  font-size: 0.75rem;
  color: #fff;
  margin: 0.15rem 0;
}

.as-portal-preview__royalty small {
  font-size: 0.6rem;
  color: #94a3b8;
}

.as-portal-preview figcaption {
  padding: 0.55rem 0.85rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.78);
  background: #0a2540;
  line-height: 1.4;
}

.home-proof-grid--portal {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr);
}

.home-proof-portal-block {
  margin-bottom: 2rem;
}

.home-proof-ctas--portal {
  margin-top: 1rem;
  justify-content: center;
}

/* Books proof: SIDE BY SIDE on desktop — book card | design samples */
.home-proof-books {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 0.5rem;
  align-items: stretch;
  width: 100%;
}

.home-proof-books > .home-proof-visual--book,
.home-proof-books > .home-proof-books-secondary {
  min-width: 0;
  width: 100%;
}

.home-proof-books-secondary {
  min-width: 0;
}

.home-proof-books-secondary__label {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5c7db7;
}

/* Tablet+ : true side-by-side row */
@media (min-width: 768px) {
  .home-proof-books {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 1.25rem 1.5rem !important;
    align-items: start !important;
  }

  .home-proof-books > .home-proof-visual--book {
    grid-column: 1;
    grid-row: 1;
  }

  .home-proof-books > .home-proof-books-secondary {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .home-proof-books-secondary .home-proof-covers {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.55rem !important;
  }

  .home-proof-books-secondary .home-proof-note {
    margin-top: 0.85rem;
  }

  .home-proof-books-secondary .home-proof-ctas {
    margin-top: 0.85rem;
  }
}

@media (min-width: 1100px) {
  .home-proof-books {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) !important;
    gap: 1.5rem 1.75rem !important;
  }
}

/* Product UI screenshots (demo data) — compact slider */
.as-portal-shots {
  margin: 0;
}

.as-portal-shots--slider {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.as-portal-slider {
  position: relative;
  outline: none;
}

.as-portal-slider__viewport {
  position: relative;
}

.as-portal-slider__track {
  position: relative;
}

.as-portal-slider__slide {
  margin: 0;
}

.as-portal-slider__slide[hidden] {
  display: none !important;
}

.as-portal-shots__frame {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.4) inset,
    0 2px 4px rgba(10, 37, 64, 0.06),
    0 18px 48px rgba(10, 37, 64, 0.16);
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  /* Device chrome so screenshots feel like product, not flat mockups */
  padding: 0.55rem 0.55rem 0.65rem;
}

.as-portal-shots__frame::before {
  content: "";
  display: block;
  height: 10px;
  margin: 0 0 0.45rem;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #ff5f57 0 10px,
    transparent 10px 14px,
    #febc2e 14px 24px,
    transparent 24px 28px,
    #28c840 28px 38px,
    transparent 38px
  );
  opacity: 0.95;
}

.as-portal-shots__frame img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  user-select: none;
  border-radius: 8px;
  background: #fff;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.as-portal-shots__label {
  margin: 0.55rem 0 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: #0a2540;
  letter-spacing: 0.01em;
  text-align: center;
}

.as-portal-slider__count {
  display: inline-block;
  margin-right: 0.4rem;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: #e8eef8;
  color: #475569;
  font-size: 0.72rem;
  font-weight: 700;
  vertical-align: middle;
}

.as-portal-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 0.85rem;
  /* Never let long accessible names leak as layout text */
  font-size: 0;
}

.as-portal-slider__btn {
  box-sizing: border-box;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  max-width: 2.5rem;
  padding: 0 !important;
  margin: 0;
  border-radius: 999px;
  border: 1px solid #c5d0e0;
  background: #fff;
  color: #0a2540;
  font-size: 0 !important;
  line-height: 0;
  text-indent: 0;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  /* Kill theme/global button widths that blow these up */
  width: 2.5rem !important;
}

.as-portal-slider__icon {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  pointer-events: none;
}

.as-portal-slider__btn:hover,
.as-portal-slider__btn:focus-visible {
  background: #0a2540;
  border-color: #0a2540;
  color: #fff;
  outline: none;
}

.as-portal-slider__btn:hover .as-portal-slider__icon,
.as-portal-slider__btn:focus-visible .as-portal-slider__icon {
  color: #fff;
}

.as-portal-slider__dots {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0;
}

.as-portal-slider__dot {
  box-sizing: border-box;
  width: 0.55rem;
  height: 0.55rem;
  min-width: 0.55rem;
  padding: 0 !important;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: #c5d0e0;
  cursor: pointer;
  font-size: 0 !important;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
  color: transparent;
  transition: background 0.15s ease, transform 0.15s ease;
}

.as-portal-slider__dot.is-active {
  background: #5c7db7;
  transform: scale(1.2);
}

.as-portal-slider__dot:focus-visible {
  outline: 2px solid #5c7db7;
  outline-offset: 2px;
}

.as-portal-shots__caption,
.as-portal-shots figcaption:not(.as-portal-shots__label) {
  margin: 0.75rem auto 0;
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.45;
  max-width: 40rem;
  text-align: center;
}

.as-portal-shots--single .as-portal-shots__frame {
  max-width: 100%;
}

.portal-features-shots {
  padding: 2.5rem 0 1rem;
  background: #f4f7fb;
  border-bottom: 1px solid #d5e0ec;
}

.portal-features-shots .as-portal-shots--slider {
  margin-top: 1.25rem;
}

.home-proof-portal-block .as-portal-shots--slider {
  margin-bottom: 0.25rem;
}

.home-proof-visual--book {
  margin: 0;
  min-height: auto;
  display: flex;
  flex-direction: column;
  background: #0a2540;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(10, 37, 64, 0.06),
    0 20px 50px rgba(10, 37, 64, 0.14);
  border: 1px solid rgba(92, 125, 183, 0.22);
}

.home-proof-book-stage {
  position: relative;
  overflow: hidden;
  background: #1a3354;
  /* Keep full photo — no forced crop that makes cover type look cheap */
  line-height: 0;
}

.home-proof-visual--book img,
.home-proof-book-stage img {
  display: block;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center;
}

/* Sales copy — same quality on phone + desktop */
.home-proof-book-copy {
  margin: 0 !important;
  padding: 0 !important;
  flex: 1;
  display: flex;
  align-items: stretch;
  background:
    linear-gradient(165deg, #12305a 0%, #0a2540 48%, #081c33 100%) !important;
  color: rgba(255, 255, 255, 0.92) !important;
  border-top: 1px solid rgba(168, 196, 232, 0.18);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-proof-book-copy__inner {
  padding: 1.25rem 1.2rem 1.4rem;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.home-proof-book-copy__inner::before {
  content: "";
  display: block;
  width: 2.25rem;
  height: 3px;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #5c7db7, #a8c4e8);
}

.home-proof-book-copy__kicker {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b8cee8;
}

.home-proof-book-copy__headline {
  margin: 0 0 0.65rem;
  font-family: Georgia, "Times New Roman", "Liberation Serif", serif;
  font-size: clamp(1.28rem, 2.4vw, 1.75rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: #fff;
  text-wrap: balance;
}

.home-proof-book-copy__lede {
  margin: 0 0 1.05rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(232, 238, 248, 0.9);
  max-width: 38em;
}

.home-proof-book-copy__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.home-proof-book-copy__list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin: 0;
  padding: 0.7rem 0.8rem;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(168, 196, 232, 0.14);
  border-radius: 10px;
}

.home-proof-book-copy__list li::before {
  content: "";
  flex: 0 0 1.15rem;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.08rem;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='10' fill='%235C7DB7'/%3E%3Cpath d='M5.8 10.2l2.6 2.6 5.8-5.8' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

/*
 * Desktop: book card (photo stacked on navy copy) | design samples beside it
 * Keep book figure as a vertical card so cover type stays sharp.
 */
@media (min-width: 900px) {
  .home-proof-visual--book {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .home-proof-book-stage {
    background: linear-gradient(180deg, #1a3354 0%, #0f2744 100%);
  }

  .home-proof-visual--book img,
  .home-proof-book-stage img {
    width: 100%;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    object-position: 50% 40% !important;
  }

  .home-proof-book-copy {
    border-top: 1px solid rgba(168, 196, 232, 0.18);
    border-left: 0;
    flex: 1;
  }

  .home-proof-book-copy__inner {
    padding: 1.2rem 1.15rem 1.35rem;
  }

  .home-proof-book-copy__headline {
    font-size: 1.35rem;
    margin-bottom: 0.55rem;
  }

  .home-proof-book-copy__lede {
    font-size: 0.9rem;
    margin-bottom: 0.85rem;
  }

  .home-proof-book-copy__list {
    gap: 0.45rem;
  }

  .home-proof-book-copy__list li {
    padding: 0.55rem 0.65rem;
    font-size: 0.84rem;
  }
}

@media (min-width: 1100px) {
  .home-proof-book-copy__inner {
    padding: 1.35rem 1.3rem 1.5rem;
  }

  .home-proof-book-copy__headline {
    font-size: 1.45rem;
  }
}

@media (max-width: 899px) {
  .home-proof-covers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .home-proof-book-copy__inner {
    padding: 1.15rem 1.05rem 1.3rem;
  }

  .home-proof-book-copy__headline {
    font-size: 1.22rem;
  }

  .home-proof-covers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .home-proof-grid--portal,
  .home-proof-grid--books {
    grid-template-columns: 1fr;
  }
  .as-portal-preview__app {
    grid-template-columns: 1fr;
  }
  .as-portal-preview__nav {
    display: none;
  }
  .as-portal-preview__stats,
  .as-portal-preview__panels {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .as-portal-preview__stats,
  .as-portal-preview__panels {
    grid-template-columns: 1fr;
  }
}

/* Service suite cards (services hub) */
.svc-suites-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  margin: 1.25rem 0 1.5rem;
}

.svc-suite-card {
  background: #fff;
  border: 1px solid #d5e0ec;
  border-radius: 14px;
  padding: 1.25rem 1.35rem 1.35rem;
  box-shadow: 0 4px 16px rgba(10, 37, 64, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.svc-suite-card__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5c7db7;
}

.svc-suite-card h2 {
  margin: 0;
  font-size: 1.2rem;
  color: #0a2540;
  line-height: 1.25;
}

.svc-suite-card p {
  margin: 0;
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.5;
  flex: 1;
}

.svc-suite-card__meta {
  margin: 0;
  font-size: 0.8rem;
  color: #64748b;
}

.svc-suite-card .btn {
  align-self: flex-start;
  margin-top: 0.25rem;
}

.svc-package-priority {
  background: linear-gradient(135deg, #0a2540 0%, #1a3a5c 100%);
  color: #e8eef8;
  border-radius: 14px;
  padding: 1.25rem 1.5rem;
  margin: 0 0 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.svc-package-priority p {
  margin: 0;
  max-width: 40rem;
  line-height: 1.45;
  font-size: 0.95rem;
}

.svc-package-priority strong {
  color: #fff;
}

.svc-catalog-toggle {
  margin: 1.5rem 0 0.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid #d5e0ec;
}

.svc-catalog-toggle h2 {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  color: #0a2540;
}

.svc-catalog-toggle p {
  margin: 0 0 0.75rem;
  color: #64748b;
  font-size: 0.92rem;
}

.service-hub-process {
  margin: 1.5rem 0;
  padding: 1.15rem 1.25rem;
  background: #f4f7fb;
  border: 1px solid #d5e0ec;
  border-radius: 12px;
}

.service-hub-process h2 {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  color: #0a2540;
}

.service-hub-process ol {
  margin: 0;
  padding-left: 1.15rem;
  color: #334155;
  font-size: 0.92rem;
  line-height: 1.5;
}

.service-hub-process li {
  margin-bottom: 0.55rem;
}

.service-hub-process li strong {
  color: #0a2540;
}

.service-hub-types {
  margin: 1.25rem 0;
}

.service-hub-types h2 {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  color: #0a2540;
}

.service-hub-types dl {
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.service-hub-types dt {
  font-weight: 700;
  color: #0a2540;
  font-size: 0.95rem;
}

.service-hub-types dd {
  margin: 0.2rem 0 0;
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.45;
}

@media (max-width: 720px) {
  .svc-suites-grid {
    grid-template-columns: 1fr;
  }
  .svc-package-priority {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ---- Founder ---- */
.ab-founder {
  padding: 3rem 0;
  background: #eef3f9;
  border-bottom: 1px solid #d5e0ec;
}

.ab-founder__grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.5rem 1.75rem;
  align-items: center;
}

.ab-founder__photo {
  width: 140px;
  max-width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(10, 37, 64, 0.14);
  display: block;
}

.ab-founder__media {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.ab-founder__placeholder {
  width: 140px;
  height: 140px;
  max-width: 140px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(145deg, #0a2540, #5c7db7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.ab-founder__placeholder span {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ab-founder__placeholder p {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  opacity: 0.85;
}

.ab-founder__copy h2 {
  margin: 0 0 0.35rem;
  color: #0a2540;
}

.ab-founder__copy h3 {
  margin: 0 0 0.25rem;
  font-size: 1.35rem;
  color: #0a2540;
}

.ab-founder__role {
  margin: 0 0 0.85rem;
  color: #5c7db7;
  font-weight: 700;
}

.ab-founder__facts {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  color: #3d4f63;
}

.ab-founder__facts li {
  margin-bottom: 0.4rem;
}

.ab-founder__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

@media (max-width: 800px) {
  .ab-founder__grid {
    grid-template-columns: 1fr;
  }
}

/* ---- Process grid with portal ---- */
.process-visual-grid--with-portal {
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.85fr) minmax(0, 0.85fr);
}

@media (max-width: 1000px) {
  .process-visual-grid--with-portal {
    grid-template-columns: 1fr;
  }
}

/* ---- Checklist page ---- */
.checklist-hero {
  padding: 3.25rem 0 2.5rem;
  background: linear-gradient(145deg, #0a2540 0%, #1a3a5c 60%, #5c7db7 140%);
  color: #fff;
}

.checklist-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 3.8vw, 2.5rem);
  color: #fff;
  max-width: 40rem;
}

.checklist-hero__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a8c4e8;
}

.checklist-hero__lede {
  margin: 0 0 1.25rem;
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.55;
}

.checklist-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.checklist-body {
  padding: 2.5rem 0 3rem;
}

.checklist-body__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.75fr);
  gap: 1.5rem;
}

.checklist-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.9rem 1rem;
  margin-bottom: 0.55rem;
  border-radius: 12px;
  border: 1px solid #d5e0ec;
  background: #fff;
  cursor: pointer;
}

.checklist-item input {
  margin-top: 0.35rem;
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
}

.checklist-item__num {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #0a2540;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
}

.checklist-item__copy strong {
  display: block;
  color: #0a2540;
  margin-bottom: 0.25rem;
}

.checklist-item__copy em {
  display: block;
  font-style: normal;
  font-size: 0.88rem;
  color: #5b6b7c;
  line-height: 1.45;
}

.checklist-aside__card {
  padding: 1.2rem;
  border-radius: 14px;
  background: #eef3f9;
  border: 1px solid #d5e0ec;
  margin-bottom: 1rem;
}

.checklist-aside__card h2 {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  color: #0a2540;
}

.checklist-aside__card ul {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  color: #3d4f63;
  font-size: 0.9rem;
}

.checklist-aside__card .btn {
  display: inline-block;
  margin: 0 0.4rem 0.4rem 0;
}

.checklist-aside__card--navy {
  background: #0a2540;
  color: #fff;
  border-color: transparent;
}

.checklist-aside__card--navy p {
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 900px) {
  .checklist-body__grid {
    grid-template-columns: 1fr;
  }
}

@media print {
  .site-header,
  .site-footer,
  .checklist-hero__ctas,
  .checklist-aside {
    display: none !important;
  }
  .checklist-body__grid {
    grid-template-columns: 1fr;
  }
  .checklist-item {
    break-inside: avoid;
  }
}

/* ---- Hero start panel (compact — fits fixed hero height) ---- */
.home-hero-start {
  margin: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  text-align: left;
  display: flex;
}

.home-hero-start__panel {
  padding: 0.65rem 0.7rem 0.55rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow:
    0 1px 2px rgba(10, 37, 64, 0.08),
    0 12px 28px rgba(10, 37, 64, 0.18);
  color: #0a2540;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-hero-start__header {
  margin: 0 0 0.45rem;
  padding: 0 0.1rem;
}

.home-hero-start__eyebrow {
  margin: 0 0 0.15rem;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5c7db7;
}

.home-hero-start__title {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.3;
  font-weight: 500;
  color: #334155;
}

.home-hero-start__title strong {
  color: #0a2540;
  font-weight: 700;
}

.home-hero-start__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
}

.home-hero-start__card {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.5rem 0.55rem 0.5rem;
  border-radius: 10px;
  background: #f4f7fb;
  border: 1px solid #d5e0ec;
  color: #0a2540;
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease, background 0.15s ease;
}

.home-hero-start__card:hover,
.home-hero-start__card:focus-visible {
  background: #fff;
  border-color: #5c7db7;
  box-shadow: 0 8px 22px rgba(10, 37, 64, 0.1);
  transform: translateY(-2px);
  color: #0a2540;
  outline: none;
}

.home-hero-start__card--featured {
  background: #fff;
  border-color: #5c7db7;
  box-shadow: 0 0 0 1px rgba(92, 125, 183, 0.25);
}

.home-hero-start__badge {
  align-self: flex-start;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5c7db7;
  background: #e8eef8;
  padding: 0.12rem 0.35rem;
  border-radius: 999px;
}

.home-hero-start__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem;
}

.home-hero-start__name {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0a2540;
}

.home-hero-start__price {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0a2540;
  font-variant-numeric: tabular-nums;
}

.home-hero-start__note {
  font-size: 0.68rem;
  line-height: 1.3;
  color: #64748b;
}

.home-hero-start__cta {
  margin-top: 0.05rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #5c7db7;
}

.home-hero-start__card:hover .home-hero-start__cta,
.home-hero-start__card:focus-visible .home-hero-start__cta {
  color: #0a2540;
}

.home-hero-start__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.45rem;
  padding-top: 0.45rem;
  border-top: 1px solid #e2e8f0;
}

.home-hero-start__nav a {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  color: #334155;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.home-hero-start__nav a:hover,
.home-hero-start__nav a:focus-visible {
  background: #e8eef8;
  border-color: #c5d0e0;
  color: #0a2540;
  outline: none;
}

@media (max-width: 520px) {
  .home-hero-start__cards {
    grid-template-columns: 1fr;
  }

  .home-hero-start__panel {
    padding: 0.9rem;
  }

  .home-hero-start__nav {
    flex-direction: column;
  }

  .home-hero-start__nav a {
    justify-content: center;
  }
}

.home-compare-promo__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.75rem;
}

.packages-rec-row {
  margin: 0 0 1.25rem;
  padding: 1.15rem 1.2rem;
  border-radius: 14px;
  background: #eef3f9;
  border: 1px solid #d5e0ec;
}

.packages-rec-row__label {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  color: #0a2540;
}

.packages-rec-row__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.packages-rec-card {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #c5d0e0;
  color: #0a2540;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(10, 37, 64, 0.06);
}

.packages-rec-card--featured {
  border-color: #5c7db7;
  box-shadow: 0 6px 18px rgba(92, 125, 183, 0.18);
}

.packages-rec-card__badge {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5c7db7;
}

.packages-rec-card__name {
  font-size: 1.2rem;
  font-weight: 700;
}

.packages-rec-card__price {
  font-size: 1.1rem;
  font-weight: 700;
}

.packages-rec-card__note {
  font-size: 0.84rem;
  color: #475569;
  line-height: 1.4;
}

.packages-table-disclosure {
  border: 1px solid #d5e0ec;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.packages-table-disclosure__summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.15rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  background: #f4f7fb;
  border-bottom: 1px solid #d5e0ec;
  font-weight: 700;
  color: #0a2540;
}

.packages-table-disclosure__summary::-webkit-details-marker {
  display: none;
}

.packages-table-disclosure__hint {
  font-size: 0.8rem;
  font-weight: 500;
  color: #64748b;
}

.packages-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  padding: 0.5rem;
}

.packages-table-scroll .authorshelf-comparison-table,
.packages-table-scroll table {
  min-width: 720px;
}

.packages-table-footer-links {
  margin: 1rem 0 0;
  font-size: 0.9rem;
  color: #475569;
}

.svc-popular-path {
  margin: 0 0 1.75rem;
  padding: 1.35rem 1.4rem 1.45rem;
  border-radius: 14px;
  background: linear-gradient(165deg, #0a2540 0%, #12305a 100%);
  color: #e8eef8;
  border: 1px solid rgba(168, 196, 232, 0.2);
}

.svc-popular-path__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a8c4e8;
}

.svc-popular-path h2 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  color: #fff;
}

.svc-popular-path__lede {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.svc-popular-path__steps {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  color: rgba(255, 255, 255, 0.92);
}

.svc-popular-path__steps li {
  margin-bottom: 0.75rem;
  line-height: 1.45;
}

.svc-popular-path__steps strong {
  display: block;
  color: #fff;
  margin-bottom: 0.15rem;
}

.svc-popular-path__steps span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
}

.svc-popular-path a {
  color: #c5d8f0;
}

.svc-popular-path__note {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.82);
}

.svc-package-priority__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.85rem;
}

.create-account-reassure {
  margin: 0.65rem 0 0;
  padding: 0.75rem 0.85rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #334155;
  background: #eef3f9;
  border: 1px solid #d5e0ec;
  border-radius: 10px;
}

.as-checkout-rights__portal {
  margin: 0.5rem 0 0;
  font-size: 0.92rem;
}

@media (max-width: 640px) {
  .packages-rec-row__cards {
    grid-template-columns: 1fr;
  }
}

/* Package fit helper */
.package-fit-helper {
  margin: 1.25rem 0 1.5rem;
  padding: 1.25rem 1.3rem 1.35rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #d5e0ec;
  box-shadow: 0 8px 24px rgba(10, 37, 64, 0.06);
}

.package-fit-helper__title {
  margin: 0 0 0.4rem;
  font-size: 1.25rem;
  color: #0a2540;
}

.package-fit-helper__lede {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.45;
}

.package-fit-helper__form {
  display: grid;
  gap: 0.85rem;
}

.package-fit-helper__q {
  margin: 0;
  padding: 0.85rem 0.9rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
}

.package-fit-helper__q legend {
  font-weight: 700;
  color: #0a2540;
  padding: 0 0.25rem;
  font-size: 0.92rem;
}

.package-fit-helper__q label {
  display: block;
  margin: 0.4rem 0 0;
  font-size: 0.9rem;
  color: #334155;
  cursor: pointer;
}

.package-fit-result {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: linear-gradient(165deg, #0a2540, #12305a);
  color: #e8eef8;
}

.package-fit-result__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a8c4e8;
}

.package-fit-result__title {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
  color: #fff;
}

.package-fit-result__body {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.package-fit-result__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.package-fit-result__note {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
}

/* Compare vs child pages */
.compare-vs-hero {
  padding: 2.75rem 0 2.25rem;
  background: linear-gradient(165deg, #0a2540 0%, #12305a 100%);
  color: #fff;
}

.compare-vs-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.6rem, 3.2vw, 2.35rem);
  max-width: 42rem;
}

.compare-vs-hero__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a8c4e8;
}

.compare-vs-hero__lede {
  margin: 0 0 1.15rem;
  max-width: 40rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.compare-vs-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.compare-vs-body {
  padding: 2.5rem 0 3rem;
}

.compare-vs-body__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.75fr);
  gap: 1.5rem;
}

.compare-vs-block {
  margin-bottom: 1.75rem;
}

.compare-vs-block h2 {
  margin: 0 0 0.65rem;
  font-size: 1.35rem;
  color: #0a2540;
}

.compare-vs-block p {
  margin: 0 0 0.75rem;
  color: #334155;
  line-height: 1.55;
}

.compare-vs-table-wrap {
  overflow-x: auto;
  margin: 0.75rem 0;
  border: 1px solid #d5e0ec;
  border-radius: 12px;
}

.compare-vs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  min-width: 560px;
}

.compare-vs-table th,
.compare-vs-table td {
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid #e2e8f0;
  text-align: left;
  vertical-align: top;
}

.compare-vs-table thead th {
  background: #0a2540;
  color: #fff;
}

.compare-vs-table-note {
  font-size: 0.82rem;
  color: #64748b;
}

.compare-vs-list {
  margin: 0;
  padding-left: 1.2rem;
  color: #334155;
  line-height: 1.5;
}

.compare-vs-bottom-cta {
  margin-top: 2rem;
  padding: 1.25rem 1.35rem;
  border-radius: 14px;
  background: #eef3f9;
  border: 1px solid #d5e0ec;
}

.compare-vs-bottom-cta__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.compare-vs-aside__card {
  padding: 1.15rem 1.2rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #d5e0ec;
  margin-bottom: 1rem;
}

.compare-vs-aside__card--navy {
  background: #0a2540;
  color: #e8eef8;
  border-color: #0a2540;
}

.compare-vs-aside__card ul {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
}

.compare-vs-aside__card a {
  color: inherit;
}

.checklist-bottom-cta {
  padding: 2.5rem 0;
  background: #0a2540;
  color: #e8eef8;
}

.checklist-bottom-cta__inner {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto;
}

.checklist-bottom-cta h2 {
  margin: 0 0 0.5rem;
  color: #fff;
}

.checklist-bottom-cta p {
  color: rgba(232, 238, 248, 0.92);
}

.checklist-bottom-cta__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 1rem;
}

/* Dark band: secondary outline must be light (default .btn-secondary is navy-on-transparent) */
.checklist-bottom-cta .btn-secondary,
.checklist-bottom-cta a.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.75);
}

.checklist-bottom-cta .btn-secondary:hover,
.checklist-bottom-cta .btn-secondary:focus-visible,
.checklist-bottom-cta a.btn-secondary:hover,
.checklist-bottom-cta a.btn-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  color: #fff !important;
  border-color: #fff;
}

.checklist-bottom-cta .btn-primary {
  color: #fff;
}

.svc-high-value {
  margin: 0 0 1.5rem;
  padding: 1.25rem 1.3rem;
  border-radius: 14px;
  background: #eef3f9;
  border: 1px solid #d5e0ec;
}

.svc-high-value h2 {
  margin: 0 0 0.4rem;
  font-size: 1.25rem;
  color: #0a2540;
}

.svc-high-value__lede {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: #475569;
}

.svc-high-value__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.svc-high-value__card {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.95rem 1rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #d5e0ec;
  text-decoration: none;
  color: #0a2540;
}

.svc-high-value__card span {
  font-size: 0.86rem;
  color: #64748b;
  line-height: 1.4;
}

.process-timeline__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.contact-readiness-panel__schedule {
  margin: 0.65rem 0 0;
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .compare-vs-body__grid {
    grid-template-columns: 1fr;
  }

  .svc-high-value__grid {
    grid-template-columns: 1fr;
  }
}

/*
 * Desktop: stretch start-panel content to fill the full column height
 * (header top · cards grow · nav bottom).
 */
@media (min-width: 901px) {
  .authorshelf-home--v2 .home-hero-start {
    height: 100%;
    min-height: 100%;
    align-self: stretch;
  }

  .authorshelf-home--v2 .home-hero-start__panel {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1.1rem 1.05rem 1rem;
    box-sizing: border-box;
  }

  .authorshelf-home--v2 .home-hero-start__header {
    flex: 0 0 auto;
    margin: 0;
    padding: 0 0.1rem;
  }

  .authorshelf-home--v2 .home-hero-start__eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    margin-bottom: 0.35rem;
  }

  .authorshelf-home--v2 .home-hero-start__title {
    font-size: 1.05rem;
    line-height: 1.35;
  }

  .authorshelf-home--v2 .home-hero-start__cards {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    align-content: stretch;
    min-height: 0;
  }

  .authorshelf-home--v2 .home-hero-start__card {
    height: 100%;
    min-height: 100%;
    padding: 0.95rem 0.9rem 0.9rem;
    gap: 0.4rem;
    justify-content: flex-start;
    box-sizing: border-box;
  }

  .authorshelf-home--v2 .home-hero-start__badge {
    font-size: 0.65rem;
    padding: 0.22rem 0.5rem;
  }

  .authorshelf-home--v2 .home-hero-start__name {
    font-size: 1.35rem;
  }

  .authorshelf-home--v2 .home-hero-start__price {
    font-size: 1.25rem;
  }

  .authorshelf-home--v2 .home-hero-start__note {
    font-size: 0.82rem;
    line-height: 1.4;
    flex: 0 0 auto;
  }

  /* Feature list fills the free vertical space under price/note */
  .authorshelf-home--v2 .home-hero-start__features {
    list-style: none;
    margin: 0.15rem 0 0;
    padding: 0.45rem 0 0;
    border-top: 1px solid #e2e8f0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 0.28rem;
    min-height: 0;
  }

  .authorshelf-home--v2 .home-hero-start__features li {
    position: relative;
    margin: 0;
    padding: 0 0 0 1.05rem;
    font-size: 0.78rem;
    line-height: 1.35;
    font-weight: 550;
    color: #334155;
  }

  .authorshelf-home--v2 .home-hero-start__features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.72rem;
    font-weight: 800;
    color: #0d9488;
  }

  .authorshelf-home--v2 .home-hero-start__card--featured .home-hero-start__features {
    border-top-color: #c5d0e8;
  }

  .authorshelf-home--v2 .home-hero-start__cta {
    margin-top: auto;
    font-size: 0.88rem;
    padding-top: 0.45rem;
  }

  .authorshelf-home--v2 .home-hero-start__nav {
    flex: 0 0 auto;
    margin-top: 0;
    padding-top: 0.75rem;
    gap: 0.4rem;
  }

  .authorshelf-home--v2 .home-hero-start__nav a {
    padding: 0.4rem 0.7rem;
    font-size: 0.78rem;
  }
}

.authorshelf-home--v2 .home-hero__rights {
  font-size: 0.82rem;
}

/* Feature list base (all breakpoints) */
.home-hero-start__features {
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0.4rem 0 0;
  border-top: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.home-hero-start__features li {
  position: relative;
  margin: 0;
  padding: 0 0 0 1rem;
  font-size: 0.74rem;
  line-height: 1.35;
  color: #475569;
}

.home-hero-start__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.7rem;
  font-weight: 800;
  color: #0d9488;
}

@media (max-width: 768px) {
  .authorshelf-home--v2 .home-hero__text > .home-hero__body {
    margin: 0 auto;
    max-width: 36rem;
    font-size: 0.84rem;
    line-height: 1.4;
  }

  .authorshelf-home--v2 .home-hero-start {
    width: 100%;
    max-width: 22rem;
    height: auto;
  }

  .authorshelf-home--v2 .home-hero-start__panel {
    min-height: 0;
    height: auto;
    justify-content: flex-start;
  }

  .authorshelf-home--v2 .home-hero-start__features {
    flex: none;
    justify-content: flex-start;
  }
}

/* ========== Immaculate polish v1.3.24 ========== */
.authorshelf-home--v2 .home-section-head {
  margin-bottom: 1.5rem;
}

.authorshelf-home--v2 .home-section-head__eyebrow {
  letter-spacing: 0.08em;
}

.authorshelf-home--v2 .home-proof-section,
.authorshelf-home--v2 .home-packages-section,
.authorshelf-home--v2 .home-story-section {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.authorshelf-home--v2 .btn {
  border-radius: 8px;
  letter-spacing: 0.01em;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.authorshelf-home--v2 .btn:hover {
  transform: translateY(-1px);
}

.as-trust-chips__ctas .btn-secondary {
  background: #fff;
  color: #0a2540;
  border-color: #5c7db7;
}

.as-trust-chips__ctas .btn-secondary:hover {
  background: #eef3f9;
  color: #0a2540;
}

/* Big Three: cleaner nested receive blocks */
.as-big-three__card .as-receive {
  padding: 0.75rem 0.8rem;
  border: none;
  background: #f4f7fb;
  border-radius: 10px;
}

.as-big-three__card .as-receive__title {
  font-size: 0.88rem;
  margin-bottom: 0.3rem;
}

.as-big-three__card .as-receive__summary {
  font-size: 0.8rem;
  margin-bottom: 0.45rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.as-big-three__card .as-receive__buckets {
  font-size: 0.78rem;
  margin-bottom: 0.4rem;
}

.as-big-three__card .as-receive__best {
  font-size: 0.78rem;
  margin-bottom: 0;
}

.as-big-three__card .as-receive__why,
.as-big-three__card .as-receive__cta,
.as-big-three__card .as-receive__rights,
.as-big-three__card .as-consult-micro {
  display: none;
}

.as-big-three__card--featured {
  position: relative;
}

.as-big-three__card--featured .as-big-three__badge {
  background: #0a2540;
  color: #fff;
}

.package-fit-helper {
  border-color: #c5d0e0;
}

.package-fit-result__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.package-fit-result .btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.package-fit-result .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.package-fit-result__note {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
  opacity: 0.88;
}

.home-risk-line {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.home-founder-teaser--early .home-section-head__eyebrow {
  color: #5c7db7;
}

.checklist-bottom-cta .btn {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.as-pkg-extras .as-receive {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  background: #fff;
  border: 1px solid #d5e0ec;
}

.as-pkg-extras .as-receive__title {
  font-size: 1.15rem;
}

/* Footer calm polish */
.site-footer a:hover {
  opacity: 0.9;
}

/* Reduce horizontal overflow on home */
.authorshelf-home--v2 {
  overflow-x: clip;
}

@media (max-width: 768px) {
  .as-trust-chips__ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .as-trust-chips__ctas .btn {
    width: 100%;
    text-align: center;
  }

  .as-big-three__card .as-receive__summary {
    -webkit-line-clamp: 4;
  }
}

