* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #f5f5f5;
  min-height: 100vh;
  padding: 20px;
  padding-bottom: 100px;
}

/* Approval Page */
.approval-page {
  background: linear-gradient(135deg, #f5f1ff 0%, #f8fffb 48%, #eef7ff 100%);
  color: #1f2937;
  min-height: 100vh;
  padding: 0;
  padding-bottom: 0;
  line-height: 1.5;
}

.approval-site {
  width: 100%;
  min-height: 100vh;
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 20px 56px;
}

.approval-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 64px;
}

.approval-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #36295a;
  font-size: 16px;
  font-weight: 800;
}

.approval-brand-icon {
  width: 34px;
  height: 38px;
  border: 2px solid #6d28d9;
  border-top: 0;
  border-radius: 7px 7px 16px 16px;
  color: #6d28d9;
  display: grid;
  place-items: center;
  line-height: 1;
}

.approval-reference {
  color: #786f82;
  font-size: 13px;
  font-weight: 600;
}

.approval-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: stretch;
}

.approval-card,
.approval-details-card,
.approval-next-steps {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(124, 58, 237, 0.1);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(59, 39, 102, 0.12);
  backdrop-filter: blur(14px);
}

.approval-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 62px 42px 48px;
}

.approval-icon {
  width: 108px;
  height: 108px;
  margin: 0 auto 26px;
  border: 5px solid rgba(77, 209, 147, 0.22);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.approval-icon span {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 3px solid #5bd4a1;
  display: grid;
  place-items: center;
  color: #39b57f;
  font-size: 30px;
  font-weight: 700;
}

.approval-kicker {
  margin: 0 0 10px;
  color: #6d28d9;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.approval-card h1 {
  margin: 0;
  color: #171923;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.approval-subtitle {
  max-width: 560px;
  margin: 18px auto 0;
  color: #776d7d;
  font-size: 19px;
}

.approval-amount-card {
  margin: 36px auto 34px;
  padding: 27px 24px 25px;
  width: 100%;
  max-width: 420px;
  text-align: center;
  border-radius: 18px;
  background: linear-gradient(
    90deg,
    rgba(224, 255, 237, 0.45) 0%,
    rgba(214, 254, 231, 0.95) 50%,
    rgba(224, 255, 237, 0.45) 100%
  );
  border: 1px solid rgba(67, 189, 138, 0.16);
  box-shadow: 0 18px 40px rgba(84, 210, 151, 0.13);
}

.approval-amount-card span,
.approval-amount-card p {
  display: block;
  color: #729081;
  font-size: 14px;
  font-weight: 700;
}

.approval-amount-card strong {
  display: block;
  margin: 4px 0 6px;
  color: #28b483;
  font-size: clamp(48px, 7vw, 68px);
  line-height: 1;
  letter-spacing: 0.01em;
}

.approval-details-card {
  padding: 42px;
}

.approval-details-card h2,
.approval-next-steps h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  color: #55406f;
  font-size: 24px;
  font-weight: 800;
}

.approval-details-card h2 span {
  color: #7c3aed;
  font-size: 16px;
}

.approval-details-list {
  display: grid;
  gap: 18px;
  margin: 0;
}

.approval-details-list div {
  padding: 0 0 18px;
  border-bottom: 1px solid #eee9f4;
}

.approval-details-list dt {
  color: #9c94a5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.approval-details-list dd {
  margin: 4px 0 0;
  color: #43384f;
  font-size: 18px;
  font-weight: 800;
}

.approval-details-list .approval-status-approved {
  color: #43bd8a;
}

.approval-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  min-height: 62px;
  margin: 0 auto;
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  border-radius: 14px;
  background: linear-gradient(180deg, #4b12cf 0%, #24008c 100%);
  box-shadow: 0 18px 34px rgba(55, 12, 168, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.approval-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(55, 12, 168, 0.34);
}

.approval-cta::before {
  content: "\25A3";
  margin-right: 8px;
  font-size: 13px;
  opacity: 0.75;
}

.approval-next-steps {
  margin-top: 28px;
  padding: 38px;
}

.approval-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.approval-step-grid article {
  background: #f8f6ff;
  border: 1px solid #ece6ff;
  border-radius: 20px;
  padding: 22px;
}

.approval-step-grid article span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #6d28d9;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 800;
  margin-bottom: 14px;
}

.approval-step-grid h3 {
  color: #2a2038;
  font-size: 18px;
  margin: 0 0 8px;
}

.approval-step-grid p {
  color: #776d7d;
  margin: 0;
}

@media (max-width: 820px) {
  .approval-site {
    padding: 22px 14px 36px;
  }

  .approval-header,
  .approval-hero {
    margin-bottom: 22px;
  }

  .approval-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .approval-hero,
  .approval-step-grid {
    grid-template-columns: 1fr;
  }

  .approval-card,
  .approval-details-card,
  .approval-next-steps {
    border-radius: 22px;
  }

  .approval-card,
  .approval-details-card,
  .approval-next-steps {
    padding: 28px 20px;
  }

  .approval-subtitle {
    font-size: 16px;
  }
}

/* News Article Page */
.news-page {
  background: #0a0a0a;
  color: #202124;
  padding: 0;
  padding-bottom: 0;
  line-height: 1.55;
}

.news-topbar {
  height: 44px;
  background: linear-gradient(180deg, #d91f2b 0%, #a70f1b 100%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  padding: 0 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
}

.news-menu {
  margin-right: auto;
  display: grid;
  gap: 4px;
}

.news-menu span {
  width: 18px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
}

.news-watch,
.news-subscribe {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.news-subscribe {
  background: #ffffff;
  color: #b30f1c;
  padding: 6px 10px;
  border-radius: 999px;
}

.news-shell {
  max-width: 760px;
  min-height: calc(100vh - 44px);
  margin: 0 auto;
  background: #ffffff;
  padding: 26px 22px 60px;
}

.news-article {
  max-width: 680px;
  margin: 0 auto;
}

.news-section-label {
  color: #b30f1c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.news-article h1 {
  color: #555555;
  font-size: clamp(38px, 8vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: #9a9a9a;
  font-size: 13px;
  margin-bottom: 26px;
}

.news-meta span:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: #cfcfcf;
  vertical-align: middle;
}

.news-hero-image {
  margin: 0 0 22px;
}

.news-hero-photo {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 2px;
}

.news-hero-image figcaption {
  color: #8a8a8a;
  font-size: 12px;
  margin-top: 7px;
}

.news-article p {
  color: #555555;
  font-size: 17px;
  margin: 0 0 18px;
}

.news-callout {
  border-left: 5px solid #b30f1c;
  background: #fff3f3;
  padding: 18px 20px;
  margin: 26px 0;
}

.news-callout strong {
  display: block;
  color: #242424;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 6px;
}

.news-callout span {
  color: #6d6d6d;
  font-size: 15px;
}

.news-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  margin: 30px 0;
  color: #ffffff;
  background: #b30f1c;
  border-radius: 8px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(179, 15, 28, 0.24);
}

.news-editor-note {
  border-top: 1px solid #e6e6e6;
  padding-top: 18px;
  color: #777777;
  font-size: 14px !important;
}

@media (max-width: 640px) {
  .news-shell {
    padding: 20px 14px 42px;
  }

  .news-topbar {
    padding: 0 12px;
  }

  .news-article h1 {
    font-size: 38px;
  }

  .news-hero-photo {
    aspect-ratio: 4 / 3;
  }
}

/* Zillow-style Home Value Page */
.zhome-page {
  min-height: 100vh;
  padding: 0;
  padding-bottom: 0;
  background: #f3f4f6;
  color: #0f172a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  display: grid;
  place-items: start center;
}

.zhome-app {
  width: min(100%, 440px);
  margin: 0 auto;
  padding: 20px 16px 40px;
  display: grid;
  gap: 14px;
}

.zhome-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 4px 2px;
}

.zhome-brand {
  color: #006aff;
  text-decoration: none;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.zhome-header-actions {
  display: flex;
  gap: 14px;
}

.zhome-header-actions button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 0;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 6px 4px;
}

.zhome-header-actions button span {
  color: #475569;
  font-size: 14px;
}

.zhome-photo {
  position: relative;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
  background: #e5e7eb;
}

.zhome-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.zhome-photo-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #16a34a;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 9px;
  border-radius: 4px;
  box-shadow: 0 6px 14px rgba(22, 163, 74, 0.32);
}

.zhome-photo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 16px 14px;
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0) 0%,
    rgba(15, 23, 42, 0.78) 78%
  );
  color: #ffffff;
}

.zhome-photo figcaption strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.zhome-photo figcaption span {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 500;
}

.zhome-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 18px 18px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
  text-align: center;
}

.zhome-card-eyebrow {
  margin: 0 0 6px;
  color: #16a34a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.zhome-card-eyebrow span {
  font-size: 10px;
}

@keyframes zhomePop {
  0% {
    transform: scale(0.92);
    opacity: 0;
  }
  60% {
    transform: scale(1.04);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

.zhome-card-amount {
  display: block;
  margin: 4px 0 4px;
  color: #16a34a;
  font-size: clamp(38px, 11vw, 52px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  animation: zhomePop 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.zhome-card-window {
  margin: 0 0 8px;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.zhome-card-percent {
  margin: 0 0 16px;
  color: #16a34a;
  font-size: 16px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.zhome-card-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0 0 16px;
  padding: 14px 0 4px;
  border-top: 1px solid #e5e7eb;
  text-align: left;
}

.zhome-card-values div {
  padding: 0 6px;
}

.zhome-card-values div + div {
  border-left: 1px solid #e5e7eb;
  text-align: right;
}

.zhome-card-values dt {
  color: #94a3b8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zhome-card-values dd {
  margin: 4px 0 0;
  color: #0f172a;
  font-size: 17px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.zhome-card-current {
  color: #16a34a;
}

.zhome-chart {
  margin: 6px -4px 14px;
  position: relative;
}

.zhome-chart svg {
  display: block;
  width: 100%;
  height: 88px;
  overflow: visible;
}

.zhome-chart-line {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: zhomeDraw 1.8s ease-out 0.35s forwards;
}

@keyframes zhomeDraw {
  to {
    stroke-dashoffset: 0;
  }
}

.zhome-chart-fill {
  opacity: 0;
  animation: zhomeFill 0.6s ease-out 1.6s forwards;
}

@keyframes zhomeFill {
  to {
    opacity: 1;
  }
}

.zhome-chart-dot {
  opacity: 0;
  transform-origin: 320px 10px;
  animation: zhomeDot 0.4s ease-out 1.9s forwards;
}

@keyframes zhomeDot {
  0% {
    opacity: 0;
    r: 0;
  }
  100% {
    opacity: 1;
    r: 4;
  }
}

.zhome-chart-axis {
  display: flex;
  justify-content: space-between;
  padding: 6px 4px 0;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.zhome-page .zhome-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  border-radius: 10px;
  background: #006aff;
  box-shadow: 0 12px 22px rgba(0, 106, 255, 0.24);
}

.zhome-page .zhome-cta:hover {
  background: #005ce0;
}

.zhome-page .zhome-cta::before {
  content: none;
}

.zhome-disclaimer {
  margin: 4px 4px 0;
  color: #94a3b8;
  font-size: 11px;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 380px) {
  .zhome-app {
    padding: 16px 12px 32px;
  }

  .zhome-photo figcaption strong {
    font-size: 19px;
  }

  .zhome-card {
    padding: 18px 14px 14px;
  }

  .zhome-card-values dd {
    font-size: 15px;
  }
}

/* Senior Daily Initiative Page */
.initiative-page {
  background: #ffffff;
  color: #1f2933;
  padding: 0;
  padding-bottom: 0;
  line-height: 1.6;
  font-family: Georgia, "Times New Roman", "Iowan Old Style", serif;
}

.initiative-topbar {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.initiative-topbar-inner {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 24px;
}

.initiative-brand {
  font-family: Georgia, "Times New Roman", serif;
  color: #0f172a;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.initiative-nav {
  display: flex;
  gap: 22px;
}

.initiative-nav a {
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  color: #475569;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.initiative-nav a:hover {
  color: #0f172a;
}

.initiative-shell {
  max-width: 1260px;
  margin: 0 auto;
  padding: 40px 22px 56px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 220px;
  gap: 32px;
  align-items: start;
}

.initiative-article {
  text-align: left;
  max-width: 720px;
  margin: 0 auto;
}

.initiative-rail {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 76px;
  align-self: start;
}

/* Generic ad shell */
.ad {
  position: relative;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px 14px 14px;
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  color: #1f2933;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.ad h3 {
  margin: 8px 0 6px;
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #0f172a;
}

.ad p {
  margin: 0 0 10px;
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #475569;
}

.ad a {
  display: inline-block;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  color: #1d4ed8;
}

.ad-label {
  display: inline-block;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 6px;
  border-radius: 3px;
}

.ad-label-light {
  background: #fff7ed;
  color: #c2410c;
}

.ad-label-blue {
  background: #dbeafe;
  color: #1d4ed8;
}

/* Hearing aids ad */
.ad-hearing {
  background: linear-gradient(180deg, #ecfeff 0%, #ffffff 60%);
  border-color: #cffafe;
}

.ad-hearing h3 em {
  font-style: normal;
  color: #0e7490;
}

.ad-hearing-art {
  position: relative;
  height: 50px;
  margin: 10px 0 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ad-hearing-ear {
  font-size: 28px;
  color: #0e7490;
  line-height: 1;
}

.ad-hearing-wave {
  width: 14px;
  height: 14px;
  border: 2px solid #0e7490;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 0 50% 0 0;
  transform: rotate(0deg);
  opacity: 0.4;
  animation: hearingWave 1.6s ease-in-out infinite;
}

.ad-hearing-wave:nth-child(3) {
  width: 18px;
  height: 18px;
  animation-delay: 0.2s;
}

.ad-hearing-wave:nth-child(4) {
  width: 22px;
  height: 22px;
  animation-delay: 0.4s;
}

@keyframes hearingWave {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.9;
  }
}

/* Walk-in tub ad */
.ad-tub {
  background: linear-gradient(180deg, #fff7ed 0%, #ffffff 65%);
  border-color: #fed7aa;
}

.ad-tub-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ea580c;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 4px 7px;
  border-radius: 999px;
  text-transform: uppercase;
}

.ad-checklist {
  list-style: none;
  padding: 0;
  margin: 4px 0 10px;
  display: grid;
  gap: 4px;
}

.ad-checklist li {
  position: relative;
  padding-left: 18px;
  font-size: 12px;
  color: #44403c;
}

.ad-checklist li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #ea580c;
  font-weight: 900;
}

.ad-tub-cta {
  display: block !important;
  text-align: center;
  background: #ea580c;
  color: #ffffff !important;
  padding: 10px 8px;
  border-radius: 6px;
  margin-top: 4px;
}

/* Medicare ad */
.ad-medicare {
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 65%);
  border-color: #bfdbfe;
}

.ad-medicare-flag {
  display: inline-block;
  margin: 8px 0 2px;
  background: #1d4ed8;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 3px 6px;
  border-radius: 3px;
}

.ad-medicare h3 strong {
  color: #1d4ed8;
  font-size: 17px;
}

.ad-medicare-cta {
  display: block !important;
  text-align: center;
  background: #1d4ed8;
  color: #ffffff !important;
  padding: 10px 8px;
  border-radius: 6px;
  margin: 6px 0 6px;
}

.ad-medicare-note {
  display: block;
  color: #b91c1c;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

/* Knee pain ad */
.ad-knee {
  background: linear-gradient(180deg, #ffffff 0%, #fafaf9 100%);
}

.ad-knee-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 6px 0 0;
  font-size: 11px;
  color: #64748b;
  font-weight: 600;
}

.ad-stars {
  color: #f59e0b;
  letter-spacing: 1px;
  font-size: 13px;
}

/* Life insurance ad */
.ad-life {
  background: linear-gradient(180deg, #f0f9ff 0%, #ffffff 65%);
  border-color: #bae6fd;
  text-align: center;
}

.ad-life-price {
  margin: 6px 0 8px;
}

.ad-life-amount {
  display: inline-block;
  color: #0c4a6e;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
}

.ad-life-amount sup {
  font-size: 14px;
  font-weight: 800;
  vertical-align: super;
  margin-left: 1px;
}

.ad-life-unit {
  color: #475569;
  font-size: 13px;
  font-weight: 700;
  margin-left: 2px;
}

.ad-life-cta {
  display: block !important;
  text-align: center;
  background: #0369a1;
  color: #ffffff !important;
  padding: 10px 8px;
  border-radius: 6px;
}

.ad-life-fine {
  display: block;
  margin-top: 8px;
  color: #94a3b8;
  font-size: 10px;
  font-style: italic;
}

/* Reverse mortgage ad */
.ad-reverse {
  background: linear-gradient(150deg, #064e3b 0%, #047857 100%);
  color: #ffffff;
  border-color: #064e3b;
}

.ad-reverse .ad-label {
  background: rgba(255, 255, 255, 0.18);
  color: #ecfdf5;
}

.ad-reverse h3,
.ad-reverse p {
  color: #ffffff;
}

.ad-reverse p {
  color: rgba(255, 255, 255, 0.82);
}

.ad-reverse-tag {
  display: inline-block;
  margin: 8px 0 2px;
  background: #fbbf24;
  color: #422006;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 3px 7px;
  border-radius: 999px;
  text-transform: uppercase;
}

.ad-reverse-cta {
  display: block !important;
  text-align: center;
  background: #fbbf24;
  color: #422006 !important;
  padding: 10px 8px;
  border-radius: 6px;
}

/* Cruise ad */
.ad-cruise {
  background: linear-gradient(180deg, #e0f2fe 0%, #ffffff 70%);
  border-color: #bae6fd;
}

.ad-cruise-art {
  position: relative;
  height: 50px;
  margin: 8px -14px 4px;
  background: linear-gradient(180deg, #38bdf8 0%, #0ea5e9 100%);
  overflow: hidden;
}

.ad-cruise-sun {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fde68a;
  box-shadow: 0 0 16px rgba(253, 230, 138, 0.8);
}

.ad-cruise-wave {
  position: absolute;
  bottom: -10px;
  left: -10px;
  right: -10px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.ad-cruise-wave:nth-child(3) {
  bottom: -16px;
  background: rgba(255, 255, 255, 0.85);
}

.ad-cruise-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 6px 0 6px;
}

.ad-cruise-was {
  color: #94a3b8;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 700;
}

.ad-cruise-now {
  color: #0c4a6e;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.ad-cruise-cta {
  display: block !important;
  text-align: center;
  background: #0ea5e9;
  color: #ffffff !important;
  padding: 10px 8px;
  border-radius: 6px;
}

/* Diabetic supplies ad */
.ad-diabetic {
  background: linear-gradient(180deg, #f5f3ff 0%, #ffffff 70%);
  border-color: #ddd6fe;
}

.ad-diabetic-badge {
  display: inline-block;
  margin: 8px 0 2px;
  background: #7c3aed;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 3px 7px;
  border-radius: 3px;
  text-transform: uppercase;
}

.ad-diabetic-cta {
  display: block !important;
  text-align: center;
  background: #7c3aed;
  color: #ffffff !important;
  padding: 10px 8px;
  border-radius: 6px;
}

/* Flash offer ad */
.ad-flash {
  background: linear-gradient(180deg, #fef2f2 0%, #ffffff 65%);
  border-color: #fecaca;
  text-align: center;
  position: relative;
}

.ad-flash-pulse {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dc2626;
  box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.6);
  animation: flashPulse 1.4s ease-out infinite;
}

@keyframes flashPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.6);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(220, 38, 38, 0);
  }
}

.ad-flash-timer {
  margin: 6px 0 8px;
  color: #dc2626;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}

.ad-flash-cta {
  display: block !important;
  text-align: center;
  background: #dc2626;
  color: #ffffff !important;
  padding: 10px 8px;
  border-radius: 6px;
}

/* Sponsored content / Taboola */
.initiative-taboola {
  margin: 36px 0 8px;
  border-top: 1px solid #e5e7eb;
  padding-top: 20px;
}

.initiative-taboola h4 {
  margin: 0 0 14px;
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.initiative-taboola h4 span {
  color: #94a3b8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.taboola-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.taboola-card {
  display: block;
  text-decoration: none;
  color: inherit;
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
}

.taboola-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  margin-bottom: 8px;
  background-size: cover;
  background-position: center;
}

.taboola-thumb-1 {
  background: linear-gradient(135deg, #fb923c 0%, #b45309 100%);
  position: relative;
}

.taboola-thumb-1::after {
  content: "$19";
  position: absolute;
  top: 8px;
  right: 8px;
  background: #ffffff;
  color: #b45309;
  font-size: 12px;
  font-weight: 900;
  padding: 3px 6px;
  border-radius: 3px;
}

.taboola-thumb-2 {
  background: linear-gradient(135deg, #34d399 0%, #065f46 100%);
}

.taboola-thumb-3 {
  background: linear-gradient(135deg, #1e3a8a 0%, #0f172a 100%);
}

.taboola-thumb-4 {
  background: linear-gradient(135deg, #38bdf8 0%, #0e7490 60%, #fbbf24 100%);
}

.taboola-card strong {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 4px;
}

.taboola-card .taboola-source {
  display: block;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.taboola-card:hover strong {
  color: #1d4ed8;
}

/* Responsive: hide rails on narrower screens */
@media (max-width: 1180px) {
  .initiative-shell {
    grid-template-columns: 200px minmax(0, 1fr) 200px;
    gap: 24px;
  }
}

@media (max-width: 1024px) {
  .initiative-shell {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 28px;
    max-width: 980px;
  }

  .initiative-rail-left {
    display: none;
  }
}

.initiative-article h1 {
  margin: 0 0 14px;
  color: #111827;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.18;
  letter-spacing: -0.01em;
  font-weight: 700;
  text-align: center;
}

.initiative-date {
  margin: 0 0 18px;
  color: #6b7280;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 14px;
  text-align: center;
}

.initiative-deck {
  max-width: 620px;
  margin: 0 auto 28px;
  color: #4b5563;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
}

.initiative-hero {
  margin: 0 0 22px;
}

.initiative-hero img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.initiative-hero figcaption {
  margin-top: 10px;
  color: #6b7280;
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
  font-style: italic;
}

.initiative-byline {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin: 0 0 26px;
  color: #6b7280;
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.initiative-byline span:not(:first-child)::before {
  content: "\2022";
  margin-right: 10px;
  color: #cbd5e1;
}

.initiative-article > p {
  color: #1f2933;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.75;
  margin: 0 0 20px;
}

.initiative-article h2 {
  margin: 28px 0 12px;
  color: #111827;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.initiative-pullquote {
  margin: 28px 0;
  padding: 4px 0 4px 22px;
  border-left: 3px solid #111827;
  color: #1f2933;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.45;
  font-style: italic;
}

.initiative-pullquote cite {
  display: block;
  margin-top: 10px;
  color: #6b7280;
  font-size: 14px;
  font-style: normal;
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.02em;
}

.initiative-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  margin: 28px 0 22px;
  color: #ffffff;
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
  text-decoration: none;
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.01em;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(29, 78, 216, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.initiative-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(29, 78, 216, 0.3);
}

.initiative-disclaimer {
  border-top: 1px solid #e5e7eb;
  padding-top: 18px;
  margin: 22px 0 0;
  color: #6b7280;
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  font-style: italic;
}

.initiative-footer {
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
  color: #6b7280;
  text-align: center;
  padding: 18px 20px;
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
}

.initiative-footer p {
  margin: 0;
}

@media (max-width: 640px) {
  .initiative-topbar-inner {
    padding: 12px 18px;
  }

  .initiative-brand {
    font-size: 18px;
  }

  .initiative-shell {
    padding: 28px 18px 44px;
    grid-template-columns: 1fr;
  }

  .initiative-rail-right {
    display: none;
  }

  .initiative-article h1 {
    font-size: 26px;
  }

  .initiative-article > p {
    font-size: 17px;
  }

  .initiative-pullquote {
    font-size: 19px;
  }

  .taboola-grid {
    grid-template-columns: 1fr;
  }
}

/* Approved Benefit Page */
.approved-page {
  background: #f4f6f8;
  color: #0f172a;
  padding: 0;
  padding-bottom: 0;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

.approved-shell {
  width: min(100%, 460px);
  margin: 0 auto;
  padding: 36px 22px 60px;
  text-align: center;
}

@keyframes approvedPop {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  60% {
    transform: scale(1.12);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

@keyframes approvedFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes approvedPulse {
  0%,
  100% {
    box-shadow: 0 18px 38px rgba(29, 78, 216, 0.28),
      0 0 0 0 rgba(37, 99, 235, 0.4);
  }
  50% {
    box-shadow: 0 18px 38px rgba(29, 78, 216, 0.28),
      0 0 0 16px rgba(37, 99, 235, 0);
  }
}

.approved-check {
  width: 84px;
  height: 84px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #34d399 0%, #059669 100%);
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 42px;
  font-weight: 900;
  box-shadow: 0 18px 30px rgba(5, 150, 105, 0.28);
  animation: approvedPop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.approved-shell h1 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: clamp(30px, 7vw, 38px);
  font-weight: 800;
  letter-spacing: -0.02em;
  animation: approvedFadeUp 0.5s ease-out 0.15s both;
}

.approved-greeting {
  margin: 0 0 24px;
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
  animation: approvedFadeUp 0.5s ease-out 0.25s both;
}

.approved-greeting strong {
  color: #0f172a;
  font-weight: 700;
}

.approved-card {
  background: linear-gradient(165deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  border-radius: 22px;
  padding: 26px 22px 22px;
  box-shadow: 0 24px 50px rgba(29, 78, 216, 0.28);
  animation: approvedFadeUp 0.55s ease-out 0.35s both;
}

.approved-card h2 {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.approved-card > p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.55;
}

.approved-amount-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px 16px 18px;
  margin-bottom: 14px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18);
}

.approved-amount {
  display: block;
  color: #1d4ed8;
  font-size: clamp(40px, 11vw, 52px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  transition: transform 0.25s ease;
}

.approved-amount-done {
  animation: approvedPop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.approved-amount-card span {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.approved-timer-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 18px 16px 16px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18);
}

.approved-timer-label {
  display: block;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.approved-timer {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin: 6px 0 6px;
  color: #dc2626;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.approved-timer-units {
  color: #dc2626;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.approved-timer-note {
  display: block;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 600;
}

.approved-bathroom {
  position: relative;
  margin: 22px 0 22px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.18);
  animation: approvedFadeUp 0.55s ease-out 0.45s both;
}

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

.approved-bathroom-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 18px 16px;
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0) 0%,
    rgba(15, 23, 42, 0.78) 80%
  );
  color: #ffffff;
  text-align: left;
}

.approved-bathroom-overlay p {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.approved-page .approved-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  margin: 0 0 18px;
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  border-radius: 14px;
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
  animation: approvedPulse 2s ease-in-out infinite;
}

.approved-page .approved-cta:hover {
  filter: brightness(1.05);
}

.approved-page .approved-cta::before {
  content: none;
}

.approved-disclaimer {
  margin: 0;
  color: #94a3b8;
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 380px) {
  .approved-shell {
    padding: 28px 16px 48px;
  }

  .approved-card h2 {
    font-size: 17px;
  }

  .approved-timer {
    font-size: 32px;
  }
}

/* Senior News Network Page */
.snn-page {
  background: #f4f6f8;
  color: #1f2933;
  padding: 0;
  padding-bottom: 0;
  line-height: 1.6;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.snn-topbar {
  background: #ffffff;
  border-bottom: 1px solid #e6e9ee;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
  position: sticky;
  top: 0;
  z-index: 10;
}

.snn-topbar-inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 22px;
}

.snn-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0f172a;
}

.snn-brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #1d4ed8;
  color: #ffffff;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.snn-brand-name {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.snn-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.snn-nav a {
  color: #475569;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.snn-nav a:hover {
  color: #1d4ed8;
}

.snn-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 22px 56px;
}

.snn-article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  column-gap: 36px;
  row-gap: 0;
  align-items: start;
}

.snn-breaking {
  grid-column: 1 / -1;
  justify-self: start;
  display: inline-block;
  background: #dc2626;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 4px;
  margin-bottom: 14px;
}

.snn-kicker {
  grid-column: 1 / 2;
  margin: 0 0 8px;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
}

.snn-article h1 {
  grid-column: 1 / 2;
  margin: 0 0 18px;
  color: #0b1d3a;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-weight: 800;
}

.snn-byline {
  grid-column: 1 / 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin: 0 0 20px;
  color: #64748b;
  font-size: 13px;
}

.snn-byline span:not(:first-child)::before {
  content: "\2022";
  margin-right: 10px;
  color: #cbd5e1;
}

.snn-hero {
  grid-column: 1 / 2;
  margin: 0 0 24px;
}

.snn-hero img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 10px;
}

.snn-hero figcaption {
  margin-top: 10px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

.snn-sidebar {
  grid-column: 2 / 3;
  grid-row: 2 / span 6;
  position: sticky;
  top: 80px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.snn-sidebar-eyebrow {
  margin: 0 0 8px;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.snn-sidebar h2 {
  margin: 0 0 10px;
  color: #0b1d3a;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.snn-sidebar p {
  margin: 0 0 16px;
  color: #475569;
  font-size: 14px;
}

.snn-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: grid;
  gap: 10px;
  border-top: 1px solid #e2e8f0;
  padding-top: 14px;
}

.snn-sidebar-list li {
  position: relative;
  padding-left: 22px;
  color: #334155;
  font-size: 13px;
  line-height: 1.45;
}

.snn-sidebar-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1d4ed8;
}

.snn-sidebar-list strong {
  color: #0b1d3a;
  font-weight: 800;
}

.snn-sidebar-cta {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #1d4ed8;
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(29, 78, 216, 0.25);
}

.snn-sidebar-cta:hover {
  background: #1e40af;
}

.snn-lede {
  grid-column: 1 / 2;
  color: #1f2933;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 500;
  margin: 0 0 18px;
}

.snn-article > p {
  grid-column: 1 / 2;
  color: #334155;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.snn-callout {
  grid-column: 1 / 2;
  background: #eff6ff;
  border-left: 4px solid #1d4ed8;
  border-radius: 8px;
  padding: 20px 22px;
  margin: 6px 0 22px;
}

.snn-callout strong {
  display: block;
  color: #0b1d3a;
  font-size: 16px;
  margin-bottom: 10px;
}

.snn-callout ul {
  margin: 0;
  padding-left: 20px;
  color: #334155;
  font-size: 16px;
  line-height: 1.7;
}

.snn-callout li {
  margin-bottom: 4px;
}

.snn-subhead {
  grid-column: 1 / 2;
  margin: 14px 0 10px;
  color: #0b1d3a;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.snn-cta {
  grid-column: 1 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin: 18px 0 22px;
  color: #ffffff;
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(29, 78, 216, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.snn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(29, 78, 216, 0.32);
}

.snn-disclaimer {
  grid-column: 1 / 2;
  border-top: 1px solid #e2e8f0;
  padding-top: 18px;
  color: #64748b;
  font-size: 13px !important;
  line-height: 1.6;
}

.snn-footer {
  background: #0f172a;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 18px 20px;
  font-size: 13px;
}

.snn-footer p {
  margin: 0;
  max-width: 980px;
  margin: 0 auto;
}

@media (max-width: 820px) {
  .snn-topbar-inner {
    padding: 12px 16px;
    gap: 12px;
  }

  .snn-brand-name {
    font-size: 15px;
  }

  .snn-nav {
    gap: 14px;
  }

  .snn-nav a {
    font-size: 13px;
  }

  .snn-shell {
    padding: 22px 16px 44px;
  }

  .snn-article {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .snn-kicker,
  .snn-article h1,
  .snn-byline,
  .snn-hero,
  .snn-lede,
  .snn-article > p,
  .snn-callout,
  .snn-subhead,
  .snn-cta,
  .snn-disclaimer {
    grid-column: 1 / -1;
  }

  .snn-sidebar {
    grid-column: 1 / -1;
    grid-row: auto;
    position: static;
    margin: 4px 0 22px;
  }

  .snn-article h1 {
    font-size: 32px;
  }

  .snn-lede {
    font-size: 17px;
  }
}

@media (max-width: 520px) {
  .snn-nav {
    display: none;
  }

  .snn-article h1 {
    font-size: 28px;
  }
}

/* Demo Bank Page */
.bank-page {
  min-height: 100vh;
  padding: 0;
  padding-bottom: 0;
  background: #111827;
  display: grid;
  place-items: center;
  color: #102033;
  line-height: 1.4;
}

.bank-app {
  position: relative;
  width: min(100%, 390px);
  min-height: 844px;
  overflow: hidden;
  background: #f3f7fb;
  border: 10px solid #050505;
  border-radius: 36px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.58);
  padding: 22px 18px 88px;
}

.bank-app::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 248px;
  background: linear-gradient(135deg, #073d86 0%, #0b65bf 62%, #13a6d8 100%);
  z-index: 0;
}

.bank-app > * {
  position: relative;
  z-index: 1;
}

.bank-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  padding: 8px 2px 22px;
}

.bank-eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bank-header h1 {
  margin: 4px 0 0;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.bank-profile {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-weight: 900;
}

.bank-total-card {
  padding: 22px;
  border-radius: 24px;
  color: #ffffff;
  background: linear-gradient(145deg, #102c5c 0%, #0f64bf 100%);
  box-shadow: 0 22px 34px rgba(5, 40, 96, 0.24);
}

.bank-card-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.bank-total-card strong {
  display: block;
  margin: 14px 0 4px;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.bank-total-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.bank-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 16px 0 18px;
}

.bank-actions a {
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 12px 6px;
  border-radius: 17px;
  color: #173a63;
  background: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(31, 67, 110, 0.08);
}

.bank-actions span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #0b65bf;
  font-size: 16px;
  font-weight: 900;
}

.bank-grant-alert {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  margin-bottom: 20px;
  border: 1px solid rgba(34, 197, 94, 0.22);
  border-radius: 20px;
  background: #ecfdf3;
  box-shadow: 0 12px 24px rgba(23, 120, 67, 0.08);
}

.bank-alert-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #20a464;
  font-weight: 900;
}

.bank-grant-alert h2 {
  margin: 0 0 2px;
  color: #14523a;
  font-size: 15px;
}

.bank-grant-alert p {
  margin: 0;
  color: #5f746a;
  font-size: 12px;
}

.bank-grant-alert strong {
  color: #179657;
  font-size: 16px;
  white-space: nowrap;
}

.bank-section {
  margin-top: 18px;
}

.bank-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.bank-section-heading h2 {
  margin: 0;
  color: #102033;
  font-size: 18px;
  font-weight: 900;
}

.bank-section-heading a {
  color: #0b65bf;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.bank-account-list,
.bank-activity-list {
  display: grid;
  gap: 10px;
}

.bank-account-card,
.bank-activity-list article {
  display: grid;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e6edf5;
  box-shadow: 0 10px 22px rgba(31, 67, 110, 0.06);
}

.bank-account-card {
  grid-template-columns: 44px 1fr auto;
  gap: 12px;
  padding: 14px;
  border-radius: 20px;
}

.bank-highlight-card {
  border-color: rgba(34, 197, 94, 0.28);
  background: linear-gradient(90deg, #ffffff 0%, #f2fff7 100%);
}

.bank-account-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #0b65bf;
  font-weight: 900;
}

.bank-savings-icon {
  background: #5b6ee1;
}

.bank-grant-icon {
  background: #20a464;
}

.bank-account-card h3,
.bank-activity-list h3 {
  margin: 0 0 3px;
  color: #16283d;
  font-size: 14px;
  font-weight: 900;
}

.bank-account-card p,
.bank-activity-list p {
  margin: 0;
  color: #7b8794;
  font-size: 12px;
}

.bank-balance {
  text-align: right;
  min-width: 104px;
}

.bank-balance strong {
  display: block;
  color: #16283d;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 900;
}

.bank-balance span {
  display: block;
  color: #7b8794;
  font-size: 11px;
  margin-top: 3px;
}

.bank-positive,
.bank-positive strong {
  color: #2b9e62;
}

.bank-activity-section {
  margin-bottom: 16px;
}

.bank-activity-list article {
  grid-template-columns: 12px 1fr auto;
  gap: 10px;
  padding: 13px 14px;
  border-radius: 18px;
}

.bank-activity-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #20a464;
}

.bank-muted-dot {
  background: #0b65bf;
}

.bank-activity-list strong {
  color: #16283d;
  font-size: 13px;
  font-weight: 900;
}

.bank-bottom-nav {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 9px;
  border: 1px solid #e5edf6;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 -12px 28px rgba(31, 67, 110, 0.12);
  backdrop-filter: blur(14px);
}

.bank-bottom-nav a {
  padding: 10px 6px;
  color: #7b8794;
  border-radius: 15px;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  font-weight: 900;
}

.bank-bottom-nav .bank-nav-active {
  color: #ffffff;
  background: #0b65bf;
}

@media (max-width: 480px) {
  .bank-page {
    display: block;
    background: #f3f7fb;
  }

  .bank-app {
    width: 100%;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
    padding: 22px 14px 88px;
  }

  .bank-app::before {
    height: 236px;
  }

  .bank-total-card strong {
    font-size: 38px;
  }

  .bank-grant-alert {
    grid-template-columns: 38px 1fr;
  }

  .bank-grant-alert strong {
    grid-column: 2;
  }
}

.container {
  max-width: 900px;
  margin: 0 auto;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
}

/* Header */
.header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.main-title {
  font-size: 2em;
  color: #2c3e50;
  margin: 0;
  font-weight: 600;
}

.urgency-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #0b1635;
  color: #ffffff;
  border-radius: 8px;
  padding: 12px 18px;
  margin-bottom: 25px;
  box-shadow: 0 10px 25px rgba(11, 22, 53, 0.2);
}

.timer-icon {
  font-size: 1.2em;
}

.urgency-subtext {
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.75);
}

/* Intro Section */
.intro-section {
  margin: 30px 0;
}

.intro-box {
  background: #e3f2fd;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.intro-message {
  font-size: 1.1em;
  color: #1976d2;
  line-height: 1.6;
  min-height: 1.5em;
}

.intro-message::after {
  content: "|";
  animation: blink 1s infinite;
  margin-left: 2px;
  color: #1976d2;
}

.intro-message.typing-complete::after {
  display: none;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/* Testimonial Section */
.testimonial-section {
  margin: 30px 0;
  text-align: center;
}

.testimonial-title {
  font-size: 1.5em;
  color: #2c3e50;
  font-weight: 700;
}

/* Mini CTA Section */
.mini-cta-section {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  border: 2px solid #28a745;
  border-radius: 12px;
  padding: 30px;
  margin: 30px 0;
  text-align: center;
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.2);
}

.mini-cta-title {
  font-size: 1.8em;
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 10px;
}

.mini-cta-subtitle {
  font-size: 1.1em;
  color: #666;
  margin-bottom: 25px;
}

.mini-age-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.mini-age-button {
  display: inline-block;
  padding: 14px 24px;
  background: #28a745;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1em;
  font-weight: 600;
  transition: all 0.2s;
  min-width: 80px;
  box-shadow: 0 3px 8px rgba(40, 167, 69, 0.3);
}

.mini-age-button:hover {
  background: #218838;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(40, 167, 69, 0.4);
}

.mini-cta-guarantee {
  font-size: 0.9em;
  color: #666;
  margin: 0;
  font-style: italic;
}

/* Review Page */
.review-hero {
  background: linear-gradient(135deg, #f3f7ff 0%, #ffffff 100%);
  border: 1px solid #e0e9ff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 8px 20px rgba(28, 58, 128, 0.12);
}

.reviewer-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.reviewer-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reviewer-label {
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #52627c;
}

.reviewer-name {
  font-weight: 700;
  color: #2c3e50;
}

.reviewer-title,
.review-date {
  color: #6c7d92;
  font-size: 0.9em;
}

.review-rating {
  text-align: right;
  min-width: 140px;
}

.rating-stars {
  color: #ffc107;
  font-size: 1.3em;
  letter-spacing: 4px;
}

.rating-score {
  font-weight: 700;
  font-size: 1.4em;
  color: #2c3e50;
}

.review-intro {
  margin-top: 20px;
  color: #44516c;
  font-size: 1.05em;
  line-height: 1.7;
}

.review-highlights {
  margin-top: 20px;
  padding-left: 20px;
  color: #4b5671;
  line-height: 1.7;
}

.review-highlights li {
  margin-bottom: 10px;
}

.section-subtitle {
  max-width: 620px;
  margin: 0 auto 25px;
  text-align: center;
  color: #6c7d92;
  line-height: 1.6;
}

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

.pros-cons .pros,
.pros-cons .cons {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 12px 30px rgba(15, 35, 95, 0.08);
  border-left: 4px solid #007bff;
}

.pros-cons .pros {
  border-color: #28a745;
}

.pros-cons .cons {
  border-color: #dc3545;
}

.pros-cons h4 {
  margin-bottom: 15px;
  color: #2c3e50;
  font-size: 1.2em;
}

.pros-cons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.pros-cons li {
  position: relative;
  padding-left: 28px;
  color: #4b5671;
  line-height: 1.6;
}

.pros-cons li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #28a745;
  font-size: 1.1em;
}

.pros-cons .cons li::before {
  content: "✖";
  color: #dc3545;
}

.review-steps {
  margin: 40px 0;
}

.step-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}

.step-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #eef4ff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(35, 64, 120, 0.1);
  border: 1px solid rgba(0, 123, 255, 0.05);
}

.step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #007bff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
}

.step-content h4 {
  margin: 0 0 6px;
  font-size: 1.05em;
  color: #2c3e50;
}

.step-content p {
  margin: 0;
  color: #4b5671;
  line-height: 1.6;
}

.how-it-works {
  margin: 40px 0;
}

.how-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.how-step {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  background: #eef4ff;
  border-radius: 10px;
  padding: 18px;
  border: 1px solid rgba(0, 123, 255, 0.08);
  box-shadow: 0 8px 20px rgba(14, 44, 110, 0.12);
}

.how-step .step-number {
  width: 32px;
  height: 32px;
  font-size: 0.95em;
}

.how-step h4 {
  margin: 0 0 6px;
  color: #2c3e50;
  font-size: 1.05em;
}

.how-step p {
  margin: 0;
  color: #4b5671;
  line-height: 1.6;
}

.stats-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  margin: 40px 0;
}

.stat-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 22px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(24, 52, 112, 0.12);
  border: 1px solid rgba(0, 123, 255, 0.08);
}

.stat-card strong {
  display: block;
  font-size: 1.8em;
  color: #0b1635;
  margin-bottom: 6px;
}

.stat-card span {
  color: #4b5671;
  font-size: 0.95em;
  line-height: 1.6;
}

.loss-section {
  margin: 40px 0;
  background: #fff3f0;
  border: 1px solid #ffcbc0;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 12px 25px rgba(190, 60, 0, 0.15);
}

.loss-list {
  margin: 20px 0 0;
  padding-left: 20px;
  color: #51210a;
  line-height: 1.7;
  display: grid;
  gap: 12px;
}

.cta-guarantee {
  margin-top: 20px;
  color: #4b5671;
  font-size: 0.95em;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(12, 23, 58, 0.95);
  box-shadow: 0 -10px 25px rgba(12, 23, 58, 0.3);
  padding: 14px 20px;
  z-index: 1000;
}

.sticky-cta-content {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.sticky-cta-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1em;
}

.sticky-cta-button {
  background: #ff5722;
  color: #fff;
  text-decoration: none;
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 10px 20px rgba(255, 87, 34, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sticky-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(255, 87, 34, 0.45);
}

/* Age Selection Section */
.age-section {
  margin: 40px 0;
  text-align: center;
}

.section-title {
  font-size: 1.3em;
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.age-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  align-items: center;
  width: 100%;
}

.age-buttons-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: 100%;
  max-width: 450px;
}

.age-buttons-row-full {
  grid-template-columns: 1fr;
  max-width: 450px;
}

.age-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  background: #ff5722;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: 600;
  transition: all 0.2s;
  text-align: center;
  min-height: 56px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.age-button:hover {
  background: #e64a19;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Review Badges */
.review-badges {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
  background: white;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  min-width: 150px;
  flex-shrink: 0;
  text-align: center;
}

.badge-logo {
  width: 120px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
  background: white;
  padding: 5px;
  border-radius: 4px;
}

.badge-text {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.badge-text strong {
  display: block;
  font-size: 1em;
  color: #2c3e50;
  margin-bottom: 5px;
}

.badge-text span {
  font-size: 0.9em;
  color: #666;
}

/* Quotes Section */
.quotes-section {
  margin: 40px 0;
}

.table-wrapper {
  overflow-x: auto;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
}

.quotes-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}

.quotes-table thead {
  background: #007bff;
  color: white;
}

.quotes-table th {
  padding: 12px;
  text-align: left;
  font-weight: 600;
  font-size: 1em;
}

.quotes-table td {
  padding: 12px;
  border-bottom: 1px solid #e0e0e0;
}

.quotes-table tbody tr:hover {
  background-color: #f8f9fa;
}

.quotes-table tbody tr:last-child td {
  border-bottom: none;
}

.rate {
  color: #28a745;
  font-weight: 600;
}

.name-blur {
  filter: blur(4px);
  user-select: none;
}

/* Reviews Section */
.reviews-section {
  margin: 40px 0;
}

.reviews-intro {
  text-align: center;
  color: #666;
  margin-bottom: 20px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.review-card {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 6px;
  border-left: 3px solid #007bff;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.avatar-wrapper {
  position: relative;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.review-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #007bff;
}

.google-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: white;
  padding: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.review-author-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.review-author-info strong {
  color: #2c3e50;
  font-size: 1.1em;
}

.stars {
  color: #ffc107;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.review-text {
  font-size: 1em;
  color: #495057;
  margin-bottom: 15px;
  font-style: italic;
  line-height: 1.6;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.review-author strong {
  color: #2c3e50;
}

.verified-badge {
  background: #28a745;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.8em;
  font-weight: 500;
}

/* Disclaimer */
.disclaimer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  font-size: 0.85em;
  color: #666;
  line-height: 1.6;
}

.disclaimer p {
  margin-bottom: 15px;
}

.disclaimer strong {
  color: #495057;
}

/* Responsive Design */
@media (max-width: 768px) {
  .container {
    padding: 20px;
  }

  .main-title {
    font-size: 1.6em;
  }

  .testimonial-title {
    font-size: 1.3em;
  }

  .mini-cta-section {
    padding: 20px;
  }

  .mini-cta-title {
    font-size: 1.4em;
  }

  .mini-age-buttons {
    gap: 8px;
  }

  .mini-age-button {
    padding: 12px 18px;
    font-size: 0.9em;
    min-width: 70px;
  }

  .age-buttons-row {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }

  .age-buttons-row-single {
    grid-template-columns: 1fr;
    max-width: 220px;
  }

  .reviewer-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .review-rating {
    text-align: left;
  }

  .pros-cons {
    grid-template-columns: 1fr;
  }

  .step-card {
    flex-direction: column;
  }

  .how-steps {
    grid-template-columns: 1fr;
  }

  .stats-section {
    grid-template-columns: 1fr;
  }

  .loss-section {
    padding: 20px;
  }

  .sticky-cta-content {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .sticky-cta-text {
    width: 100%;
  }

  .sticky-cta-button {
    width: 100%;
    text-align: center;
  }

  .review-badges {
    display: none;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .table-wrapper {
    overflow-x: visible;
  }

  .quotes-table {
    font-size: 0.8em;
  }

  .quotes-table th,
  .quotes-table td {
    padding: 8px 6px;
    word-wrap: break-word;
  }

  .quotes-table th:first-child,
  .quotes-table td:first-child {
    max-width: 80px;
  }
}

@media (max-width: 480px) {
  body {
    padding: 10px;
  }

  .container {
    padding: 15px;
  }

  .main-title {
    font-size: 1.4em;
  }

  .mini-cta-title {
    font-size: 1.2em;
  }

  .mini-cta-subtitle {
    font-size: 1em;
  }

  .mini-age-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .mini-age-button {
    width: 100%;
    padding: 14px;
  }

  .age-buttons-row {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .review-hero {
    padding: 20px;
  }

  .pros-cons {
    margin: 30px 0;
  }

  .step-card {
    padding: 16px;
  }

  .stats-section {
    gap: 14px;
  }

  .loss-list {
    padding-left: 10px;
  }

  .age-buttons-row-single {
    max-width: 100%;
  }

  .age-button {
    padding: 18px;
    min-height: 54px;
  }

  .table-wrapper {
    overflow-x: visible;
  }

  .quotes-table {
    font-size: 0.75em;
  }

  .quotes-table th,
  .quotes-table td {
    padding: 6px 4px;
  }

  .quotes-table th:first-child,
  .quotes-table td:first-child {
    max-width: 70px;
  }
}
