/* Phase 1.1 / 1.2 — free sample + annotated product shots */

.sample-banner {
  background: linear-gradient(135deg, #0f3685 0%, #1a4a9e 100%);
  color: #fff;
  padding: 12px 16px;
}
.sample-banner-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  font-size: 0.9375rem;
}
.sample-banner-inner strong {
  background: rgba(255,255,255,0.18);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.sample-banner-inner a {
  color: #fff;
  font-weight: 700;
  margin-left: auto;
  text-decoration: underline;
}

.sample-upsell {
  margin: 28px 16px 48px;
}
.sample-upsell-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 32px 28px;
  border-radius: 16px;
  border: 1px solid #b8d4f8;
  background: linear-gradient(135deg, #f0f7ff 0%, #fff 60%);
  text-align: center;
  box-shadow: 0 10px 30px rgba(15, 54, 133, 0.08);
}
.sample-upsell-eyebrow {
  margin: 0 0 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0f3685;
}
.sample-upsell-title {
  margin: 0 0 10px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  color: #0f3685;
  line-height: 1.25;
}
.sample-upsell-body {
  margin: 0 auto 22px;
  max-width: 36em;
  color: #5a6b7d;
  font-size: 1.05rem;
  line-height: 1.55;
}
.sample-upsell-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.sample-hero-eyebrow {
  margin: 0 0 12px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0f3685;
}
.sample-hero-note {
  margin: 18px 0 0;
  font-size: 0.95rem;
  color: #5a6b7d;
  line-height: 1.5;
  max-width: 34em;
}

/* Annotated product shots */
.product-shots {
  margin: 8px 0 8px;
}
.product-shots-header {
  text-align: center;
  margin-bottom: 28px;
}
.product-shots-title {
  margin: 0 0 10px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  color: #0f3685;
}
.product-shots-intro {
  margin: 0 auto 18px;
  max-width: 36em;
  color: #5a6b7d;
  font-size: 1.05rem;
  line-height: 1.5;
}
.product-shots-cta {
  margin: 0;
}
.product-shots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.product-shot {
  margin: 0;
}
.product-shot-frame {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d6e6fb;
  box-shadow: 0 10px 28px rgba(15, 54, 133, 0.08);
  background: #f8fbff;
}
.product-shot-frame img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.product-shot-pins {
  list-style: none;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.product-shot-pin {
  position: absolute;
  z-index: 2;
}
.product-shot-pin span {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(15, 54, 133, 0.92);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  max-width: 11em;
}
.product-shot-pin--tl { top: 12px; left: 12px; }
.product-shot-pin--tr { top: 12px; right: 12px; }
.product-shot-pin--bl { bottom: 12px; left: 12px; }
.product-shot-pin--br { bottom: 12px; right: 12px; }
.product-shot figcaption {
  margin-top: 12px;
  font-size: 0.9375rem;
  color: #5a6b7d;
  line-height: 1.45;
}
.product-shot figcaption strong {
  display: block;
  color: #0f3685;
  font-size: 1rem;
  margin-bottom: 4px;
}

@media (max-width: 640px) {
  .sample-banner-inner a {
    margin-left: 0;
    width: 100%;
  }
  .product-shot-pin span {
    font-size: 0.65rem;
    padding: 5px 8px;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Phase 1.4 — school PDF vs 11plusSolved */
.why-pay-section {
  background: #f0f7ff;
}

.why-pay-compare .lp-section-header {
  margin-bottom: 28px;
}

.why-pay-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 14px;
  border: 1px solid #d0e0f5;
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 54, 133, 0.06);
  width: 100%;
}

.why-pay-table {
  display: table; /* override mobile.css table{display:block} */
  width: 100%;
  max-width: none;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 0.9375rem;
  overflow: visible;
}

.why-pay-table col.why-pay-col-feature {
  width: 26%;
}

.why-pay-table col.why-pay-col-school,
.why-pay-table col.why-pay-col-us {
  width: 37%;
}

.why-pay-table th,
.why-pay-table td {
  padding: 14px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e8eef7;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.why-pay-table thead th {
  background: #0f3685;
  color: #fff;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  border-bottom: none;
}

.why-pay-table thead th:first-child {
  border-radius: 13px 0 0 0;
}

.why-pay-table thead th:last-child {
  border-radius: 0 13px 0 0;
  background: #163f96;
}

.why-pay-table tbody th {
  font-weight: 700;
  color: #0f172a;
  background: #f8fafc;
}

.why-pay-table tbody tr:last-child th,
.why-pay-table tbody tr:last-child td {
  border-bottom: none;
}

.why-pay-table td {
  color: #475569;
}

.why-pay-cell-inner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.why-pay-icon {
  display: inline-flex;
  flex-shrink: 0;
  line-height: 0;
}

.why-pay-icon--yes {
  color: #059669;
}

.why-pay-icon--no {
  color: #dc2626;
}

.why-pay-icon-label {
  font-weight: 600;
  color: #0f3685;
}

.why-pay-cell--win {
  color: #0f3685;
  font-weight: 600;
  background: #f0f7ff;
}

.why-pay-cell--win .why-pay-icon-label {
  color: #0f3685;
}

.why-pay-more {
  text-align: center;
  margin: 22px 0 0;
}

.why-pay-more a {
  color: #0f3685;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.why-pay-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

.why-pay-cta--page {
  margin-top: 40px;
}

.why-pay-page-body {
  max-width: 900px;
}

.why-pay-prose {
  margin: 0 auto 36px;
  max-width: 680px;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #334155;
}

.why-pay-prose p + p {
  margin-top: 14px;
}

.why-pay-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.why-pay-detail {
  padding: 20px 22px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
}

.why-pay-detail h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: #0f3685;
}

.why-pay-detail p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #5a6b7d;
}

@media (max-width: 700px) {
  .why-pay-detail-grid {
    grid-template-columns: 1fr;
  }

  .why-pay-table th,
  .why-pay-table td {
    padding: 12px 12px;
    font-size: 0.875rem;
  }
}
