:root {
  --ink: #17172f;
  --muted: #656578;
  --pink: #f52979;
  --pink-dark: #df1768;
  --purple: #7526e9;
  --soft-pink: #fff5f9;
  --soft-purple: #f7f3ff;
  --border: #e8e7ee;
  --green: #12a66b;
  --shadow: 0 14px 40px rgba(34, 19, 66, .08);
  --radius: 18px;
}
body > .icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* Content pages: reviews, guides, comparisons, safety */
.content-shell {
  padding: 42px 0 72px;
  background:
    radial-gradient(circle at 8% 0%, rgba(245, 41, 121, .08), transparent 25%),
    linear-gradient(180deg, #fff, #fbfaff 70%, #fff);
}

.prose-card {
  max-width: 920px;
  padding: 44px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow);
}

.prose-card h1 {
  max-width: 780px;
  margin: 0 0 18px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -.05em;
}

.prose-card h2 {
  margin: 42px 0 14px;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.15;
  letter-spacing: -.035em;
}

.prose-card h3 {
  margin: 28px 0 10px;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.prose-card p,
.prose-card li {
  color: #45455a;
  font-size: 17px;
}

.prose-card .lead {
  max-width: 760px;
  margin: 0 0 18px;
  color: #4e4e61;
  font-size: 20px;
  line-height: 1.6;
}

.content-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 26px;
  color: #686779;
  font-size: 14px;
  font-weight: 700;
}

.content-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  background: #f7f5fb;
}

.content-note {
  margin: 24px 0 30px;
  padding: 18px 20px;
  color: #35354a;
  border: 1px solid #eddaf0;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff7fb, #f8f3ff);
}

.prose-card ul,
.prose-card ol {
  padding-left: 24px;
}

.prose-card a {
  color: var(--purple);
  font-weight: 800;
}

.article-summary,
.key-takeaways,
.verdict-box {
  margin: 28px 0;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fbfaff;
}

.article-summary h2,
.key-takeaways h2,
.verdict-box h2 {
  margin-top: 0;
}

.score-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: center;
  margin: 28px 0;
  padding: 22px;
  border: 1px solid #ffd2e1;
  border-radius: 20px;
  background: #fff7fa;
}

.score-number {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  color: #fff;
  border-radius: 28px;
  background: linear-gradient(135deg, #f52979, #7a27f1);
  font-size: 34px;
  font-weight: 800;
}

.content-table {
  width: 100%;
  margin: 28px 0;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 16px;
}

.content-table th,
.content-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  text-align: left;
}

.content-table th {
  color: #38384b;
  background: #f8f7fa;
  font-size: 13px;
}

.content-table tr:last-child td {
  border-bottom: 0;
}

.content-faq {
  margin-top: 44px;
}

.content-faq details {
  margin: 12px 0;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
}

.content-faq summary {
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
}

.redirect-page {
  min-height: 70vh;
  display: grid;
  align-items: center;
  background: linear-gradient(135deg, #fff, #fff4f8);
}

@media (max-width: 720px) {
  .content-shell { padding: 24px 0 48px; }
  .prose-card { padding: 28px 20px; border-radius: 20px; }
  .prose-card p,
  .prose-card li { font-size: 16px; }
  .prose-card .lead { font-size: 18px; }
  .score-card { grid-template-columns: 1fr; }
  .content-table {
    display: block;
    width: 100%;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .content-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .content-table tbody {
    display: grid;
    gap: 12px;
    width: 100%;
  }

  .content-table tr {
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(31, 25, 51, .045);
  }

  .content-table td {
    display: grid;
    grid-template-columns: minmax(92px, .8fr) minmax(0, 1.35fr);
    gap: 12px;
    width: 100%;
    min-width: 0;
    padding: 12px 14px;
    overflow-wrap: anywhere;
  }

  .content-table td::before {
    content: attr(data-label);
    color: #716b7d;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.45;
    text-transform: uppercase;
  }

  .content-table tr:last-child td:not(:last-child),
  .content-table td:not(:last-child) {
    border-bottom: 1px solid var(--border);
  }

  .content-table td:last-child {
    border-bottom: 0;
  }
}

/* Article system: reviews, comparisons, guides and safety */
.content-shell {
  padding: 34px 0 96px;
  background:
    radial-gradient(circle at 7% 3%, rgba(245, 41, 121, .085), transparent 24%),
    radial-gradient(circle at 94% 8%, rgba(117, 38, 233, .07), transparent 22%),
    linear-gradient(180deg, #fff8fb 0, #fff 420px, #fbfaff 100%);
}

.article-container {
  max-width: 1220px;
}

.article-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  color: #7a7689;
  font-size: 13px;
  font-weight: 700;
}

.article-breadcrumbs a {
  color: #5f5870;
}

.article-breadcrumbs a:hover {
  color: var(--pink);
}

.article-breadcrumbs span[aria-current="page"] {
  min-width: 0;
  overflow: hidden;
  color: #8d8898;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prose-card {
  max-width: none;
  padding: 0;
  overflow: visible;
  border: 1px solid #ece6ef;
  border-radius: 28px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 22px 64px rgba(42, 24, 69, .09);
}

.article-header {
  position: relative;
  padding: 54px 64px 42px;
  overflow: hidden;
  border-bottom: 1px solid #f0e9f2;
  border-radius: 27px 27px 0 0;
  background:
    radial-gradient(circle at 88% 28%, rgba(245, 41, 121, .115), transparent 28%),
    radial-gradient(circle at 96% 86%, rgba(117, 38, 233, .085), transparent 29%),
    linear-gradient(120deg, #fff 0, #fff 58%, #fff7fb 100%);
}

.article-header::after {
  content: "";
  position: absolute;
  right: 54px;
  bottom: 28px;
  width: 92px;
  height: 58px;
  opacity: .22;
  background-image: radial-gradient(var(--pink) 1.4px, transparent 1.4px);
  background-size: 13px 13px;
  pointer-events: none;
}

.article-header .section-kicker {
  margin: 0 0 16px;
}

.article-header h1 {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 0 20px;
  font-size: clamp(38px, 5vw, 62px);
}

.article-header .lead {
  position: relative;
  z-index: 1;
  max-width: 840px;
  margin: 0;
}

.article-header .lead a {
  color: var(--purple);
  font-weight: 800;
  text-decoration-color: rgba(117, 38, 233, .28);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.article-header .content-meta {
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
}

.article-featured {
  margin: 0;
  padding: 32px 64px 0;
  background: #fff;
}

.article-featured img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 22px;
}

.article-content-grid {
  display: grid;
  grid-template-columns: minmax(190px, 230px) minmax(0, 1fr);
  gap: clamp(38px, 5vw, 70px);
  align-items: start;
  padding: 46px 64px 66px;
}

.article-content-grid--single {
  grid-template-columns: minmax(0, 790px);
  justify-content: center;
}

.article-sidebar {
  min-width: 0;
  align-self: stretch;
}

.article-toc {
  position: sticky;
  top: 96px;
  padding: 20px 18px;
  border: 1px solid #ede7f0;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #fcf9ff);
  box-shadow: 0 10px 28px rgba(37, 22, 58, .05);
}

.article-toc > strong {
  display: block;
  margin: 0 0 13px;
  color: var(--ink);
  font-size: 14px;
}

.article-toc ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: toc;
}

.article-toc li {
  counter-increment: toc;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.35;
}

.article-toc a {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 7px;
  padding: 8px 0;
  color: #656174;
  font-weight: 700;
}

.article-toc a::before {
  content: counter(toc, decimal-leading-zero);
  color: #b8b1c5;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.8;
}

.article-toc a:hover {
  color: var(--pink);
}

.content-article-copy {
  min-width: 0;
  max-width: 800px;
}

.article-media {
  margin: 30px 0 38px;
}

.article-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(37, 22, 58, .09);
}

.article-media--brand {
  width: min(100%, 320px);
  margin: 30px auto 38px;
}

.article-media--brand img {
  aspect-ratio: 1;
}

.content-article-copy > :first-child {
  margin-top: 0;
}

.content-article-copy h2 {
  scroll-margin-top: 104px;
  margin: 54px 0 17px;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.13;
}

.content-article-copy h3 {
  scroll-margin-top: 104px;
  margin: 30px 0 11px;
  color: #242137;
  font-size: 21px;
}

.content-article-copy p,
.content-article-copy li {
  color: #45455a;
  font-size: 17px;
  line-height: 1.78;
}

.content-article-copy p {
  margin: 0 0 19px;
}

.content-article-copy ul,
.content-article-copy ol {
  margin: 0 0 24px;
  padding-left: 25px;
}

.content-article-copy li + li {
  margin-top: 7px;
}

.content-article-copy a:not(.button):not(.related-content-card) {
  color: #6d28d9;
  font-weight: 800;
  text-decoration-color: rgba(109, 40, 217, .26);
  text-underline-offset: 3px;
}

.content-article-copy a:not(.button):not(.related-content-card):hover {
  color: var(--pink);
}

.content-article-copy .content-note {
  margin: 0 0 30px;
  padding: 16px 18px;
  color: #555064;
  font-size: 14px;
  line-height: 1.6;
}

.review-summary {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  margin: 0 0 30px;
  padding: 26px;
  border: 1px solid #f0dce6;
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 18%, rgba(117, 38, 233, .09), transparent 27%),
    linear-gradient(135deg, #fff7fb, #fbf8ff);
}

.review-summary h2 {
  margin: 0 0 13px;
  font-size: clamp(25px, 3vw, 32px);
}

.review-summary p {
  margin-bottom: 15px;
}

.review-summary > div:only-child {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.15fr) minmax(250px, .85fr);
  gap: 0 30px;
  width: 100%;
}

.review-summary > div:only-child h2 {
  grid-column: 1 / -1;
}

.review-summary > div:only-child p {
  margin: 0;
}

.review-summary > div:only-child .summary-checks {
  align-self: start;
  padding: 16px 18px !important;
  border: 1px solid rgba(117, 38, 233, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .68);
}

.review-score {
  display: grid;
  place-items: center;
  min-height: 142px;
  padding: 14px;
  color: #fff;
  border-radius: 24px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,.22), transparent 24%),
    linear-gradient(145deg, var(--pink), var(--purple));
  box-shadow: 0 14px 26px rgba(117, 38, 233, .18);
  text-align: center;
}

.review-score span,
.review-score small {
  color: rgba(255, 255, 255, .84);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.review-score strong {
  margin: -2px 0;
  color: #fff;
  font-size: 42px;
  line-height: 1;
}

.summary-checks {
  display: grid;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.summary-checks li {
  position: relative;
  margin: 0 !important;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.55;
}

.summary-checks li::before {
  content: "";
  position: absolute;
  top: .6em;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 4px rgba(245, 41, 121, .1);
}

.editorial-note,
.article-callout {
  margin: 28px 0;
  padding: 20px 22px;
  border-left: 4px solid var(--purple);
  border-radius: 0 16px 16px 0;
  background: var(--soft-purple);
}

.editorial-note > strong,
.article-callout > strong {
  display: block;
  margin-bottom: 5px;
  color: #34224d;
  font-size: 16px;
}

.editorial-note p,
.article-callout p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.article-callout {
  border-left-color: var(--pink);
  background: var(--soft-pink);
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.plan-grid article {
  min-width: 0;
  padding: 21px 18px;
  border: 1px solid #e9e3ed;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(41, 27, 58, .045);
}

.plan-grid article.plan-featured {
  border-color: #f4bfd4;
  background: linear-gradient(150deg, #fff6fa, #fff);
}

.plan-grid article > span {
  display: inline-flex;
  padding: 5px 8px;
  color: var(--pink);
  border-radius: 999px;
  background: #fff0f6;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.plan-grid h3 {
  margin: 14px 0 9px;
  font-size: 19px;
}

.plan-grid p {
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 1.6;
}

.plan-grid strong {
  color: #29243b;
  font-size: 13px;
}

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

.pros-cons-grid > section,
.fit-grid > article {
  padding: 23px;
  border: 1px solid #e8e3ec;
  border-radius: 19px;
  background: #fff;
}

.pros-cons-grid .pros-card {
  border-color: #ceeede;
  background: linear-gradient(150deg, #f4fcf8, #fff);
}

.pros-cons-grid .cons-card {
  border-color: #f2dbe3;
  background: linear-gradient(150deg, #fff8fa, #fff);
}

.pros-cons-grid h3,
.fit-grid h3 {
  margin: 0 0 14px;
}

.pros-cons-grid ul,
.fit-grid ul {
  margin: 0;
  padding-left: 21px;
}

.pros-cons-grid li,
.fit-grid li {
  font-size: 15px;
  line-height: 1.55;
}

.fit-grid > article {
  position: relative;
  padding-top: 58px;
  background: linear-gradient(150deg, #fff, #fcf9ff);
}

.fit-icon {
  position: absolute;
  top: 20px;
  left: 23px;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: #fff;
  border-radius: 50%;
  background: var(--green);
  font-weight: 900;
}

.fit-icon-muted {
  color: #7c7489;
  background: #eeeaf1;
}

.safety-checklist {
  margin: 28px 0;
  padding: 25px;
  border: 1px solid #dcd1f1;
  border-radius: 20px;
  background:
    radial-gradient(circle at 96% 10%, rgba(117, 38, 233, .1), transparent 28%),
    linear-gradient(135deg, #fff, #f8f4ff);
}

.safety-checklist h3 {
  margin: 0 0 15px;
}

.safety-checklist ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.safety-checklist li {
  position: relative;
  margin: 0;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.55;
}

.safety-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.alternative-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 27px 0;
}

.alternative-list article {
  padding: 22px;
  border: 1px solid #e9e4ec;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #fffafd);
}

.alternative-list h3 {
  margin: 0 0 8px;
}

.alternative-list p {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
}

.alternative-list a {
  font-size: 14px;
}

.final-verdict {
  position: relative;
  margin: 58px 0 0;
  padding: 34px;
  overflow: hidden;
  color: #fff;
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 18%, rgba(255,255,255,.14), transparent 25%),
    linear-gradient(135deg, #211553, #7526e9 60%, #f52979);
  box-shadow: 0 18px 38px rgba(63, 28, 104, .18);
}

.final-verdict .section-kicker {
  color: #ffb8d1;
}

.final-verdict h2 {
  margin: 9px 0 14px;
  color: #fff;
}

.final-verdict p,
.final-verdict strong {
  color: #fff;
}

.final-verdict p {
  max-width: 690px;
}

.verdict-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 25px;
}

.final-verdict .button {
  min-height: 46px;
  padding: 12px 18px;
  background: #fff;
  color: #53208d;
}

.final-verdict .button-outline {
  color: #fff;
  border-color: rgba(255,255,255,.42);
  background: rgba(255,255,255,.08);
}

.content-faq {
  margin-top: 58px;
  padding-top: 42px;
  border-top: 1px solid var(--border);
}

.content-faq > .section-kicker {
  margin-bottom: 7px;
}

.content-faq > h2 {
  margin: 0 0 22px;
}

.content-faq details {
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e9e4ec;
  border-radius: 15px;
  background: #fff;
}

.content-faq summary {
  position: relative;
  padding: 18px 52px 18px 19px;
  cursor: pointer;
  list-style: none;
  color: #29243b;
  font-size: 16px;
  line-height: 1.4;
}

.content-faq summary::-webkit-details-marker {
  display: none;
}

.content-faq summary::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 21px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #554b67;
  border-bottom: 2px solid #554b67;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.content-faq details[open] summary::after {
  top: 25px;
  transform: rotate(225deg);
}

.content-faq details p {
  margin: 0;
  padding: 0 19px 15px;
  font-size: 15px;
  line-height: 1.65;
}

.content-faq details > a {
  display: inline-block;
  margin: 0 19px 18px;
  font-size: 14px;
}

.related-content {
  margin-top: 58px;
  padding-top: 42px;
  border-top: 1px solid var(--border);
}

.related-content-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 20px;
}

.related-content-heading .section-kicker {
  margin-bottom: 6px;
}

.related-content-heading h2 {
  margin: 0;
}

.related-content-heading > a {
  flex: 0 0 auto;
  margin-bottom: 4px;
  font-size: 14px;
}

.related-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.related-content-card {
  display: flex;
  min-width: 0;
  min-height: 178px;
  flex-direction: column;
  padding: 20px;
  color: inherit;
  border: 1px solid #e9e4ed;
  border-radius: 17px;
  background: linear-gradient(150deg, #fff, #fdfaff);
  box-shadow: 0 9px 24px rgba(41, 27, 58, .04);
  transition: transform .2s ease, border-color .2s ease;
}

.related-content-card:hover {
  border-color: #efbad0;
  transform: translateY(-3px);
}

.related-content-card span {
  align-self: flex-start;
  margin-bottom: 13px;
  padding: 5px 8px;
  color: var(--pink);
  border-radius: 999px;
  background: var(--soft-pink);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.related-content-card strong {
  color: #29243b;
  font-size: 16px;
  line-height: 1.35;
}

.related-content-card p {
  margin: 10px 0 0;
  color: #686376;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 960px) {
  .article-header {
    padding: 46px 44px 38px;
  }

  .article-featured {
    padding: 28px 44px 0;
  }

  .article-content-grid {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 34px;
    padding: 40px 44px 56px;
  }

  .plan-grid,
  .related-content-grid {
    grid-template-columns: 1fr;
  }

  .related-content-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .content-shell {
    padding: 22px 0 58px;
  }

  .article-breadcrumbs {
    gap: 7px;
    margin-bottom: 15px;
    font-size: 11px;
  }

  .prose-card {
    padding: 0;
    border-radius: 21px;
  }

  .article-header {
    padding: 32px 23px 29px;
  }

  .article-header::after {
    display: none;
  }

  .article-header h1 {
    margin-bottom: 16px;
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.07;
  }

  .article-header .lead {
    font-size: 17px;
    line-height: 1.62;
  }

  .article-header .content-meta {
    gap: 7px;
    margin-top: 19px;
  }

  .content-meta span {
    padding: 7px 9px;
    font-size: 11px;
  }

  .article-featured {
    padding: 20px 20px 0;
  }

  .article-featured img {
    border-radius: 16px;
  }

  .article-content-grid,
  .article-content-grid--single {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
    padding: 25px 20px 40px;
  }

  .article-toc {
    position: static;
    padding: 17px 16px;
  }

  .article-sidebar {
    align-self: start;
  }

  .article-toc ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
  }

  .article-toc a {
    grid-template-columns: 20px minmax(0, 1fr);
    font-size: 12px;
  }

  .content-article-copy h2 {
    margin-top: 43px;
    font-size: 28px;
  }

  .content-article-copy h3 {
    font-size: 20px;
  }

  .content-article-copy p,
  .content-article-copy li {
    font-size: 16px;
    line-height: 1.72;
  }

  .review-summary {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .review-summary > div:only-child {
    display: block;
  }

  .review-summary > div:only-child p {
    margin-bottom: 15px;
  }

  .review-score {
    grid-template-columns: 1fr auto auto;
    gap: 7px;
    min-height: 0;
    padding: 16px 18px;
    border-radius: 17px;
    text-align: left;
  }

  .review-score strong {
    font-size: 34px;
  }

  .plan-grid,
  .pros-cons-grid,
  .fit-grid,
  .alternative-list,
  .safety-checklist ul {
    grid-template-columns: 1fr;
  }

  .pros-cons-grid > section,
  .fit-grid > article,
  .safety-checklist,
  .alternative-list article {
    padding: 20px;
  }

  .fit-grid > article {
    padding-top: 56px;
  }

  .final-verdict {
    margin-top: 46px;
    padding: 27px 22px;
    border-radius: 20px;
  }

  .verdict-actions {
    display: grid;
  }

  .final-verdict .button {
    justify-content: center;
    text-align: center;
  }

  .related-content-heading {
    display: block;
  }

  .related-content-heading > a {
    display: inline-block;
    margin-top: 10px;
  }
}

@media (max-width: 460px) {
  .article-toc ol {
    grid-template-columns: 1fr;
  }
}

/* Money landing pages */
.money-page {
  background: #fff;
}

.money-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 58px;
  background:
    radial-gradient(circle at 18% 16%, rgba(245, 41, 121, .14), transparent 27%),
    radial-gradient(circle at 82% 18%, rgba(117, 38, 233, .10), transparent 28%),
    linear-gradient(180deg, #fff, #fff8fb 88%);
  border-bottom: 1px solid var(--border);
}

.money-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .8fr);
  gap: 58px;
  align-items: center;
}

.money-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 8px 13px;
  color: var(--pink);
  border-radius: 999px;
  background: #fff0f6;
  font-size: 13px;
  font-weight: 800;
}

.money-eyebrow::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #fff;
  border-radius: 50%;
  background: var(--pink);
  font-size: 11px;
}

.money-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.02;
  letter-spacing: -.06em;
}

.money-hero h1 span {
  display: block;
  color: var(--pink);
}

.money-lead {
  max-width: 680px;
  margin: 24px 0 22px;
  color: #444459;
  font-size: 19px;
  line-height: 1.7;
}

.money-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.money-bullets span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid #f3d3e0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .8);
  color: #303044;
  font-size: 14px;
  font-weight: 800;
}

.money-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.money-hero-panel {
  position: relative;
  min-height: 585px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}

.money-hero-panel::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -12% -34% -8% -24%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 44%, rgba(245, 41, 121, .22), transparent 38%),
    radial-gradient(circle at 70% 38%, rgba(117, 38, 233, .18), transparent 42%);
  filter: blur(46px);
  opacity: .74;
}

.money-panel-top {
  position: absolute;
  top: 28px;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(34, 19, 66, .10);
}

.money-panel-top span {
  color: #686779;
  font-size: 12px;
  font-weight: 800;
}

.money-panel-top strong {
  font-size: 20px;
  white-space: nowrap;
}

.money-panel-top::before {
  content: "★";
  color: #ffb800;
  font-size: 27px;
}

.money-people-stage {
  position: relative;
  min-height: 430px;
  margin: 42px -48px 0 -28px;
  border-radius: 0;
  overflow: visible;
}

.money-hero-panel:not([data-visual="ranking"]) .money-people-stage {
  min-height: 390px;
  margin-top: 96px;
}

.money-people-stage::before {
  display: none;
}

.money-hero-panel[data-visual="ranking"] .money-people-stage::before {
  display: none;
}

.money-people-stage img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(720px, 112%);
  height: auto;
  max-width: none;
  min-height: 0;
  margin-left: auto;
  filter: drop-shadow(0 26px 34px rgba(43, 18, 56, .18));
}

.money-hero-panel:not([data-visual="ranking"]) .money-people-stage img {
  width: min(680px, 105%);
  transform: translateX(-3%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 64%, rgba(0, 0, 0, .92) 70%, rgba(0, 0, 0, .62) 82%, rgba(0, 0, 0, .2) 92%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 64%, rgba(0, 0, 0, .92) 70%, rgba(0, 0, 0, .62) 82%, rgba(0, 0, 0, .2) 92%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.money-visual-decor {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
}

.money-visual-badge,
.money-match-chip,
.money-float-icon {
  position: absolute;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 16px 36px rgba(52, 22, 76, .16);
  backdrop-filter: blur(12px);
}

.money-visual-badge {
  top: -60px;
  left: 4%;
  gap: 10px;
  padding: 10px 14px 10px 10px;
  border-radius: 18px;
  color: #29243b;
  font-size: 13px;
}

.money-visual-badge-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, #ff4b91, #f41f70);
}

.money-icon {
  display: none;
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.money-icon-check,
.money-icon-spark {
  fill: none;
}

.money-hero-panel[data-visual="free-apps"] .money-icon-heart,
.money-hero-panel[data-visual="free-sites"] .money-icon-heart,
.money-hero-panel[data-visual="serious"] .money-icon-heart,
.money-hero-panel[data-visual="profiles"] .money-icon-spark,
.money-hero-panel[data-visual="trusted"] .money-icon-check {
  display: block;
}

.money-hero-panel[data-visual="profiles"] .money-visual-badge-icon {
  background: linear-gradient(145deg, #9857ff, #7131dc);
}

.money-hero-panel[data-visual="trusted"] .money-visual-badge-icon {
  background: linear-gradient(145deg, #22c779, #0b9b59);
}

.money-hero-panel[data-visual="serious"] .money-visual-badge-icon {
  background: linear-gradient(145deg, #ff6b8d, #ef266b);
}

.money-float-icon {
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  color: var(--pink);
  border-color: rgba(255, 255, 255, .62);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 10px 24px rgba(52, 22, 76, .12);
}

.money-float-icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.money-float-icon--heart {
  left: 2%;
  top: 48%;
  transform: rotate(-10deg);
}

.money-float-icon--spark {
  top: 52%;
  right: 2%;
  color: #7b36e8;
  transform: rotate(9deg);
}

.money-float-icon--spark svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.money-hero-panel[data-visual="free-apps"]::before {
  background:
    radial-gradient(circle at 34% 42%, rgba(255, 112, 169, .25), transparent 40%),
    radial-gradient(circle at 72% 40%, rgba(139, 87, 236, .2), transparent 44%);
}

.money-hero-panel[data-visual="free-apps"] .money-people-stage img {
  width: 103%;
  transform: translateX(-1%);
}

.money-hero-panel[data-visual="free-apps"] .money-float-icon--heart {
  left: 1%;
  top: 48%;
}

.money-hero-panel[data-visual="free-apps"] .money-float-icon--spark {
  top: 58%;
  right: 1%;
}

.money-hero-panel[data-visual="profiles"]::before {
  inset: -18% -42% -14% -52%;
  background:
    radial-gradient(circle at 65% 36%, rgba(132, 73, 229, .22), transparent 42%),
    radial-gradient(circle at 30% 50%, rgba(247, 87, 148, .19), transparent 44%);
  filter: blur(70px);
  opacity: .64;
}

.money-hero-panel[data-visual="profiles"] .money-people-stage img {
  width: 100%;
  transform: translateX(-1%);
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, rgba(0, 0, 0, .28) 4%, #000 11%, #000 91%, rgba(0, 0, 0, .62) 95%, rgba(0, 0, 0, .2) 98%, transparent 100%),
    linear-gradient(to bottom, #000 0%, #000 64%, rgba(0, 0, 0, .92) 70%, rgba(0, 0, 0, .62) 82%, rgba(0, 0, 0, .2) 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, rgba(0, 0, 0, .28) 4%, #000 11%, #000 91%, rgba(0, 0, 0, .62) 95%, rgba(0, 0, 0, .2) 98%, transparent 100%),
    linear-gradient(to bottom, #000 0%, #000 64%, rgba(0, 0, 0, .92) 70%, rgba(0, 0, 0, .62) 82%, rgba(0, 0, 0, .2) 92%, transparent 100%);
  mask-composite: intersect;
}

.money-hero-panel[data-visual="profiles"] .money-float-icon--heart {
  left: 1%;
  top: 62%;
}

.money-hero-panel[data-visual="profiles"] .money-float-icon--spark {
  top: 53%;
  right: 1%;
}

.money-hero-panel[data-visual="free-sites"]::before {
  background:
    radial-gradient(circle at 35% 46%, rgba(255, 155, 92, .2), transparent 42%),
    radial-gradient(circle at 70% 36%, rgba(244, 75, 145, .2), transparent 44%);
}

.money-hero-panel[data-visual="free-sites"] .money-people-stage img {
  width: 107%;
  transform: translateX(-4%);
}

.money-hero-panel[data-visual="free-sites"] .money-float-icon--heart {
  left: 47%;
  top: 42%;
}

.money-hero-panel[data-visual="free-sites"] .money-float-icon--spark {
  top: 62%;
  right: 45%;
}

.money-hero-panel[data-visual="trusted"]::before {
  background:
    radial-gradient(circle at 34% 48%, rgba(49, 196, 129, .18), transparent 42%),
    radial-gradient(circle at 72% 36%, rgba(124, 68, 225, .2), transparent 44%);
}

.money-hero-panel[data-visual="trusted"] .money-people-stage img {
  width: 102%;
  transform: translateX(-2%);
}

.money-hero-panel[data-visual="trusted"] .money-float-icon--heart {
  left: 46%;
  top: 58%;
}

.money-hero-panel[data-visual="trusted"] .money-float-icon--spark {
  top: 40%;
  right: 1%;
  color: #12a966;
}

.money-hero-panel[data-visual="serious"]::before {
  background:
    radial-gradient(circle at 36% 46%, rgba(246, 79, 133, .22), transparent 42%),
    radial-gradient(circle at 72% 38%, rgba(255, 155, 98, .18), transparent 44%);
}

.money-hero-panel[data-visual="serious"] .money-people-stage img {
  width: 104%;
  transform: translateX(-2%);
}

.money-hero-panel[data-visual="serious"] .money-float-icon--heart {
  left: 2%;
  top: 58%;
}

.money-hero-panel[data-visual="serious"] .money-float-icon--spark {
  top: 57%;
  right: 1%;
}

.money-match-chip {
  right: 4%;
  bottom: 28px;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 999px;
  color: #343047;
  font-size: 12px;
}

.money-match-chip span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #f94b91, #ef1f6c);
  font-size: 11px;
}

.money-hero-panel[data-visual="trusted"] .money-match-chip span {
  background: linear-gradient(145deg, #27ca7d, #0a9a58);
}

.money-hero-panel[data-visual="trusted"] .money-match-chip span::before {
  content: "✓";
}

.money-hero-panel[data-visual="trusted"] .money-match-chip span {
  font-size: 0;
}

.money-mini-card {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 4;
  width: min(430px, 100%);
  margin: -22px 0 18px auto;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 38px rgba(34, 19, 66, .16);
  backdrop-filter: blur(10px);
}

.money-mini-card strong,
.money-mini-card span {
  display: block;
}

.money-mini-card strong {
  margin-bottom: 4px;
  font-size: 19px;
}

.money-mini-card span {
  color: #686779;
  font-size: 13px;
  font-weight: 700;
}

.money-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin-left: auto;
}

.money-stats div {
  padding: 16px 12px;
  border: 1px solid #f2e8f2;
  border-radius: 18px;
  background: #fff;
}

.money-stats strong {
  display: block;
  margin-bottom: 4px;
  color: var(--pink);
  font-size: 24px;
  line-height: 1;
}

.money-stats span {
  color: #686779;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.money-section {
  padding: 62px 0;
}

.money-section-soft {
  background: linear-gradient(180deg, #fff, #fbf9ff);
}

.money-section-head {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.money-section-head h2,
.money-method-copy h2,
.money-safety-grid h2,
.money-final-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.money-section-head p,
.money-method-copy p,
.money-safety-grid p,
.money-final-cta p {
  color: #545466;
  font-size: 17px;
}

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

.money-app-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.money-app-rank {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--pink);
  border-radius: 50%;
  background: #fff0f6;
  font-weight: 800;
}

.money-app-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 28px rgba(245, 41, 121, .18);
  overflow: hidden;
}

.money-app-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.money-app-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  letter-spacing: -.025em;
}

.money-app-card p {
  min-height: 70px;
  margin: 0 0 16px;
  color: #56566a;
  font-size: 15px;
}

.money-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.money-rating span {
  color: var(--pink);
  font-size: 17px;
  font-weight: 800;
}

.money-rating small {
  color: #686779;
  font-size: 12px;
  font-weight: 800;
}

.money-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 20px;
}

.money-tags span {
  padding: 6px 9px;
  color: #5b3a80;
  border-radius: 999px;
  background: #f4efff;
  font-size: 12px;
  font-weight: 800;
}

.money-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
}

.money-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.money-card-link:hover {
  transform: translateY(-1px);
}

.money-card-link-primary {
  color: #fff;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--pink), #f01878);
  box-shadow: 0 12px 24px rgba(245, 41, 121, .22);
}

.money-card-link-secondary {
  color: var(--pink);
  border: 1px solid rgba(245, 41, 121, .28);
  background: #fff;
}

.money-card-link-secondary:hover {
  border-color: rgba(245, 41, 121, .55);
  background: #fff7fb;
}

.money-table-wrap {
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.money-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.money-table th,
.money-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--border);
  text-align: left;
}

.money-table th {
  color: #686779;
  background: #f9f8fb;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.money-table tr:last-child td {
  border-bottom: 0;
}

.money-table a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 13px;
  color: var(--pink);
  border: 1px solid #ffd1e2;
  border-radius: 10px;
  font-weight: 800;
}

.money-table-app {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.money-table-app img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 8px 16px rgba(34, 19, 66, .10);
}

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

.money-intent-card {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(34, 19, 66, .06);
  transition: transform .2s, box-shadow .2s;
}

.money-intent-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(34, 19, 66, .10);
}

.money-intent-card span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  color: var(--pink);
  border-radius: 50%;
  background: #fff0f6;
  font-size: 28px;
}

.money-intent-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.money-intent-card p {
  margin: 0;
  color: #56566a;
}

.money-method-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 34px;
  align-items: start;
}

.money-method-copy {
  position: sticky;
  top: 96px;
}

.money-method-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.money-method-list article {
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(34, 19, 66, .05);
}

.money-method-list h3 {
  margin: 0 0 9px;
  font-size: 19px;
}

.money-method-list p {
  margin: 0;
  color: #56566a;
}

.money-safety-band {
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgba(255,255,255,.16), transparent 26%),
    linear-gradient(135deg, #211553, #7d2bea 58%, #f52979);
}

.money-safety-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.money-safety-grid .section-kicker,
.money-safety-grid p {
  color: rgba(255, 255, 255, .82);
}

.money-safety-points {
  display: grid;
  gap: 12px;
}

.money-safety-points span {
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 16px;
  background: rgba(255,255,255,.10);
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.money-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(245, 41, 121, .12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 86% 22%, rgba(117, 38, 233, .10), transparent 28%),
    radial-gradient(circle at 12% 80%, rgba(245, 41, 121, .10), transparent 30%),
    linear-gradient(135deg, #fff4f9, #f8f1ff);
  box-shadow: 0 24px 60px rgba(34, 19, 66, .09);
}

.money-final-cta p {
  max-width: 700px;
  margin-bottom: 0;
}

.money-final-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 230px;
  min-height: 58px;
  padding: 0 22px 0 26px;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pink), #ef1772);
  box-shadow: 0 18px 38px rgba(245, 41, 121, .26);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease;
}

.money-final-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(245, 41, 121, .32);
}

.money-final-button svg {
  width: 22px;
  height: 22px;
  padding: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.money-faq {
  max-width: 900px;
}

.money-faq details {
  margin: 12px 0;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
}

.money-faq summary {
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
}

.money-faq p {
  color: #56566a;
}

.money-faq p a {
  color: #6d28d9;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(109, 40, 217, .28);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.money-faq p a:hover {
  color: var(--pink);
  text-decoration-color: currentColor;
}

.money-editorial-guide {
  padding: 70px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(245, 41, 121, .06), transparent 24%),
    linear-gradient(180deg, #fff, #fbfaff 58%, #fff);
}

.money-editorial-card {
  max-width: 980px;
  margin: 0 auto;
}

.money-editorial-card > .section-kicker {
  margin-top: 0;
}

.money-editorial-card h2 {
  max-width: 820px;
  margin: 48px 0 16px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.money-editorial-card h3 {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.money-editorial-card p,
.money-editorial-card li {
  max-width: 820px;
  color: #45455a;
  font-size: 18px;
  line-height: 1.75;
}

.money-editorial-card .key-takeaways {
  margin: 22px 0 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.money-editorial-card .key-takeaways h2 {
  margin-top: 0;
}

.money-editorial-card .key-takeaways ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: none;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.money-editorial-card .key-takeaways li {
  max-width: none;
  position: relative;
  margin: 0;
  padding: 16px 18px 16px 46px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 10px 26px rgba(34, 19, 66, .05);
}

.money-editorial-card .key-takeaways li::before {
  content: "✓";
  position: absolute;
  top: 17px;
  left: 17px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  background: var(--pink);
  font-size: 12px;
  font-weight: 900;
}

.editorial-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 28px 0 10px;
}

.editorial-steps article {
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(34, 19, 66, .06);
}

.editorial-steps span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  color: var(--pink);
  border-radius: 14px;
  background: #fff0f6;
  font-weight: 900;
}

.editorial-steps p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.money-editorial-card .verdict-box {
  max-width: 820px;
  margin: 34px 0 0;
  padding: 26px 30px;
  border: 0;
  border-left: 5px solid var(--pink);
  border-radius: 0 22px 22px 0;
  background: linear-gradient(135deg, #fff4f9, #f7f2ff);
  box-shadow: none;
}

.money-editorial-card .verdict-box h2 {
  margin-top: 0;
  font-size: clamp(26px, 3vw, 34px);
}

@media (min-width: 981px) and (max-width: 1200px) {
  .money-hero-grid {
    gap: 34px;
  }

  .money-people-stage {
    margin-right: 0;
    margin-left: -14px;
  }
  .money-hero-panel:not([data-visual="ranking"]) .money-people-stage {
    min-height: 0;
    margin-top: 82px;
  }

  .money-people-stage img {
    width: 105%;
  }
}

@media (max-width: 980px) {
  .money-hero-grid,
  .money-method-grid,
  .money-safety-grid {
    grid-template-columns: 1fr;
  }
  .money-hero-panel {
    min-height: 460px;
  }
  .money-method-copy {
    position: static;
  }
  .money-app-grid,
  .money-intent-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .money-hero {
    padding: 42px 0 38px;
  }
  .money-hero-grid {
    gap: 24px;
  }
  .money-hero h1 {
    font-size: 39px;
  }
  .money-lead {
    font-size: 17px;
  }
  .money-actions .button {
    width: 100%;
  }
  .money-hero-panel {
    min-height: auto;
    padding: 0;
    border-radius: 0;
    margin-top: 4px;
  }
  .money-hero-panel::before {
    inset: -10% -26% -6% -20%;
    opacity: .68;
    filter: blur(36px);
  }
  .money-panel-top {
    top: 0;
    right: 0;
    gap: 7px;
    padding: 9px 11px;
    border-radius: 15px;
  }
  .money-panel-top strong {
    font-size: 15px;
  }
  .money-panel-top span {
    font-size: 10px;
  }
  .money-panel-top::before {
    font-size: 20px;
  }
  .money-people-stage {
    min-height: auto;
    margin: 34px -12px 0;
    border-radius: 0;
  }
  .money-hero-panel:not([data-visual="ranking"]) .money-people-stage {
    min-height: 0;
    margin-top: 82px;
  }
  .money-people-stage::before {
    inset: 46px 4% 14px 7%;
    opacity: .86;
  }
  .money-people-stage img {
    width: 104%;
    margin-left: -2%;
    min-height: 0;
    filter: drop-shadow(0 16px 22px rgba(43, 18, 56, .14));
  }
  .money-hero-panel:not([data-visual="ranking"]) .money-people-stage img {
    width: 105%;
    margin-left: -2%;
    transform: translateX(-2%);
  }
  .money-visual-badge {
    top: -48px;
    left: 2%;
    gap: 7px;
    padding: 7px 10px 7px 7px;
    border-radius: 15px;
    font-size: 10px;
  }
  .money-visual-badge-icon {
    width: 28px;
    height: 28px;
    border-radius: 10px;
  }
  .money-icon {
    width: 15px;
    height: 15px;
  }
  .money-float-icon {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }
  .money-float-icon--heart {
    left: 0;
    bottom: 44px;
  }
  .money-float-icon--spark {
    top: 116px;
    right: 0;
  }
  .money-match-chip {
    right: 0;
    bottom: 8px;
    gap: 6px;
    padding: 7px 9px;
    font-size: 10px;
  }
  .money-match-chip span {
    width: 21px;
    height: 21px;
  }
  .money-mini-card {
    position: relative;
    width: 100%;
    margin: -4px 0 12px;
    padding: 15px 16px;
    border-radius: 18px;
  }
  .money-mini-card strong {
    font-size: 17px;
  }
  .money-mini-card span {
    font-size: 12px;
  }
  .money-app-grid,
  .money-intent-grid,
  .money-method-list {
    grid-template-columns: 1fr;
  }
  .money-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    max-width: none;
  }
  .money-stats div {
    padding: 12px 8px;
    border-radius: 15px;
  }
  .money-stats strong {
    font-size: 20px;
  }
  .money-stats span {
    font-size: 10px;
  }
  .money-section {
    padding: 42px 0;
  }
  .money-editorial-guide {
    padding: 48px 0;
  }
  .money-editorial-card p,
  .money-editorial-card li {
    font-size: 16px;
    line-height: 1.65;
  }
  .money-editorial-card h2 {
    margin-top: 36px;
    font-size: 30px;
  }
  .money-editorial-card .key-takeaways ul,
  .editorial-steps {
    grid-template-columns: 1fr;
  }
  .money-editorial-card .key-takeaways li {
    padding: 15px 16px 15px 44px;
  }
  .editorial-steps article {
    padding: 18px;
  }
  .money-editorial-card .verdict-box {
    padding: 22px 20px;
  }
  .money-section-head {
    text-align: left;
  }
  .money-app-card {
    min-height: auto;
  }
  .money-app-card p {
    min-height: 0;
  }
  .money-table,
  .money-table tbody,
  .money-table tr,
  .money-table td {
    display: block;
    width: 100%;
  }
  .money-table thead {
    display: none;
  }
  .money-table tr {
    padding: 14px;
    border-bottom: 1px solid var(--border);
  }
  .money-table tr:last-child {
    border-bottom: 0;
  }
  .money-table td {
    padding: 7px 0;
    border-bottom: 0;
  }
  .money-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 2px;
    color: #858397;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .money-final-cta {
    display: block;
    padding: 24px;
  }
  .money-final-button {
    width: 100%;
    margin-top: 18px;
  }
}

@media (max-width: 380px) {
  .money-hero-panel:not([data-visual="ranking"]) .money-people-stage {
    margin-top: 112px;
  }

  .money-visual-badge {
    top: -54px;
    left: 0;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 72px;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.brand img { display: block; width: 38px; height: 44px; object-fit: contain; }
.brand-name { display: flex; align-items: baseline; font-size: 22px; line-height: 1; letter-spacing: -.055em; }
.brand-name b { font-weight: 800; }
.brand-name b:first-child { color: #202033; }
.brand-name b:last-child {
  color: transparent;
  background: linear-gradient(90deg, #7a27f1, #d51cad 55%, #ff3476);
  background-clip: text;
  -webkit-background-clip: text;
}
.main-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.main-nav a { position: relative; font-size: 14px; font-weight: 700; color: #38384b; white-space: nowrap; transition: color .2s; }
.main-nav a:hover, .main-nav a.active { color: var(--pink); }
.main-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -26px; height: 2px; background: var(--pink); }
.nav-dropdown { position: relative; }
.nav-dropdown-toggle {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 7px;
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: #38384b;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: color .2s;
}
.nav-dropdown-toggle:hover,
.nav-dropdown.open .nav-dropdown-toggle { color: var(--pink); }
.nav-dropdown-toggle svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform .2s;
}
.nav-dropdown.open .nav-dropdown-toggle svg { transform: rotate(180deg); }
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 70;
  display: none;
  width: 318px;
  padding: 12px;
  transform: translateX(-50%);
  border: 1px solid #ece5ef;
  border-radius: 16px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 20px 52px rgba(39, 24, 66, .14);
}
.nav-dropdown.open .nav-dropdown-menu { display: grid; gap: 8px; }
.nav-dropdown-group { padding: 6px; }
.nav-dropdown-group + .nav-dropdown-group {
  padding-top: 12px;
  border-top: 1px solid #f0eaf2;
}
.nav-dropdown-group > span {
  display: block;
  margin: 0 10px 5px;
  color: #9790a3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.main-nav .nav-dropdown-menu a {
  display: block;
  padding: 9px 10px;
  border-radius: 10px;
  color: #29283b;
  font-size: 13px;
  white-space: normal;
}
.main-nav .nav-dropdown-menu a:hover {
  color: var(--pink);
  background: #fff3f8;
}
.mobile-nav-cta { display: none; }
.header-actions { display: flex; align-items: center; gap: 13px; }
.icon-button { width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #f6f5f9; cursor: pointer; }
.icon-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid var(--pink);
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, #f72b79, #ec176b);
  box-shadow: 0 8px 20px rgba(241, 37, 117, .18);
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(241, 37, 117, .27); }
.button-small { min-height: 42px; padding: 0 19px; font-size: 13px; }
.button-outline { color: #58328d; background: #fff; border-color: #e3d7ec; box-shadow: none; }
.menu-button { display: none; width: 38px; height: 38px; padding: 9px; border: 0; background: transparent; }
.menu-button span { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--ink); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 0;
  background:
    radial-gradient(circle at 82% 34%, rgba(255, 91, 151, .20), transparent 30%),
    radial-gradient(circle at 95% 72%, rgba(255, 184, 214, .34), transparent 27%),
    linear-gradient(105deg, #fff 0%, #fff 40%, #fff7fb 62%, #ffe1ee 100%);
  border-bottom: 1px solid var(--border);
}
.hero-grid {
  min-height: 585px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .8fr);
  gap: 58px;
  align-items: start;
  padding-top: 122px;
}
.eyebrow, .section-kicker { margin: 0 0 11px; color: var(--pink); font-size: 11px; font-weight: 800; letter-spacing: .025em; }
.eyebrow { display: inline-block; padding: 6px 10px; border-radius: 20px; background: #fff0f6; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(42px, 5.4vw, 68px); line-height: 1.04; letter-spacing: -.055em; }
.hero h1 span { color: var(--pink); }
.hero-text { max-width: 620px; margin: 24px 0 28px; color: #4e4e61; font-size: 18px; line-height: 1.7; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 430px;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 12% -7% 9% 20%;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(circle at 72% 35%, rgba(255, 52, 119, .18), transparent 42%);
  filter: blur(18px);
}
.hero-image-card {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: clamp(520px, 45vw, 560px);
  transform: translateX(36px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.hero-image-card::after {
  display: none;
}
.hero-image-card img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 30px 30px rgba(54, 28, 48, .16));
}
.hero-heart {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  color: #ff6da6;
  line-height: 1;
  opacity: .55;
  filter: blur(.15px) drop-shadow(0 14px 18px rgba(245, 41, 121, .16));
}
.hero-heart-one {
  left: 6%;
  top: 42%;
  font-size: 38px;
  transform: rotate(-13deg);
}
.hero-heart-two {
  left: 18%;
  bottom: 12%;
  font-size: 52px;
  color: #ff9bc0;
  opacity: .42;
  transform: rotate(12deg);
}
.hero-heart-three {
  right: 5%;
  top: 20%;
  font-size: 50px;
  color: #ff7bad;
  opacity: .48;
  transform: rotate(11deg);
}
.hero-heart-four {
  right: 0;
  top: 52%;
  font-size: 48px;
  opacity: .46;
  transform: rotate(-9deg);
}
.hero-dots { position: absolute; width: 120px; height: 70px; opacity: .55; background-image: radial-gradient(var(--pink) 1.5px, transparent 1.5px); background-size: 14px 14px; }
.hero-dots-one { right: 2%; top: 92px; }
.hero-dots-two { left: 4%; bottom: 78px; opacity: .2; }
.hero-trust { min-height: 72px; display: flex; align-items: center; gap: 58px; color: #555566; font-size: 13px; }
.hero-trust span { display: flex; align-items: center; gap: 8px; }
.hero-trust i { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: #ecfbf4; font-style: normal; font-weight: 800; }

.trust-method-section {
  padding-top: 30px;
}
.trust-method-card {
  display: grid;
  grid-template-columns: .9fr 1.35fr;
  gap: 34px;
  align-items: stretch;
  padding: 34px;
  border: 1px solid #f0e7f1;
  border-radius: 24px;
  background:
    radial-gradient(circle at 13% 18%, rgba(255, 52, 119, .10), transparent 24%),
    linear-gradient(135deg, #fff 0%, #fff8fc 54%, #f8f3ff 100%);
  box-shadow: 0 18px 45px rgba(40, 30, 70, .06);
}
.trust-method-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 420px;
}
.trust-method-copy h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: -.04em;
}
.trust-method-copy p {
  margin: 17px 0 20px;
  color: #555566;
  line-height: 1.75;
}
.trust-method-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.trust-method-grid article {
  min-height: 162px;
  padding: 20px;
  border: 1px solid #f0e9f2;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
}
.trust-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: -5px 0 8px -5px;
}
.trust-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.trust-method-grid h3 {
  margin: 0 0 8px;
  font-size: 16px;
  letter-spacing: -.025em;
}
.trust-method-grid p {
  margin: 0;
  color: #666576;
  font-size: 13px;
  line-height: 1.65;
}

.section { padding: 35px 0; }
.section-heading { margin-bottom: 27px; text-align: center; }
.section-heading.compact { margin-bottom: 24px; }
.section-heading h2, .guide-card h2, .safety-card h2, .section-title-row h2, .bottom-grid h2 { margin: 0; font-size: 24px; line-height: 1.25; letter-spacing: -.03em; }
.comparison-card {
  padding: 30px 29px 20px;
  border: 1px solid rgba(232, 231, 238, .95);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(245, 41, 121, .05), transparent 24%),
    #fff;
  box-shadow: 0 14px 34px rgba(34, 19, 66, .055);
}
.section-kicker { color: var(--purple); }
.table-wrap { overflow: hidden; }
.comparison-table { width: 100%; table-layout: fixed; border-collapse: separate; border-spacing: 0; font-size: 13px; }
.comparison-table th { padding: 12px 12px; color: #686779; background: #f8f7fa; text-align: left; font-size: 11px; }
.comparison-table th:first-child { border-radius: 8px 0 0 8px; }
.comparison-table th:last-child { border-radius: 0 8px 8px 0; }
.comparison-table th:nth-child(1), .comparison-table td:nth-child(1) { width: 13%; }
.comparison-table th:nth-child(2), .comparison-table td:nth-child(2) { width: 18%; }
.comparison-table th:nth-child(3), .comparison-table td:nth-child(3) { width: 15%; }
.comparison-table th:nth-child(4), .comparison-table td:nth-child(4) { width: 17%; }
.comparison-table th:nth-child(5), .comparison-table td:nth-child(5) { width: 18%; }
.comparison-table th:nth-child(6), .comparison-table td:nth-child(6) { width: 7%; }
.comparison-table th:nth-child(7), .comparison-table td:nth-child(7) { width: 12%; }
.comparison-table td { padding: 12px 12px; border-bottom: 1px solid #efedf2; white-space: normal; line-height: 1.35; overflow-wrap: anywhere; }
.comparison-table tr:last-child td { border: 0; }
.app-name { display: inline-flex; align-items: center; gap: 9px; min-width: 0; }
.app-name b { min-width: 0; }
.comparison-table a, .app-card a, .category-card a { display: inline-flex; padding: 7px 12px; color: var(--pink); border: 1px solid var(--pink); border-radius: 6px; font-size: 11px; font-weight: 800; white-space: nowrap; }
.table-note {
  margin: 12px 0 0;
  color: #7a778b;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}
.rating { color: #ff266f; letter-spacing: 1px; }
.app-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(34, 19, 66, .10);
}
.app-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-link { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 17px; color: var(--purple); font-size: 12px; font-weight: 800; }
.text-link span { font-size: 15px; }

.categories {
  margin-top: -14px;
  padding-top: 24px;
  padding-bottom: 54px;
  background: linear-gradient(180deg, #fff 0%, #fff 58%, #fdf9ff 100%);
}
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.category-card { padding: 24px 16px 17px; border: 1px solid var(--border); border-radius: 14px; background: linear-gradient(180deg, #fff, #fffafd); text-align: center; box-shadow: 0 7px 20px rgba(31, 25, 51, .04); }
.category-icon-art {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: -6px auto 8px;
}
.category-icon-art img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.category-card h3 { margin: 0; font-size: 14px; }
.category-card p { min-height: 42px; margin: 8px 0 14px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.category-card a { justify-content: center; width: 100%; }
.left-kicker { margin-bottom: 13px; }

.popular-apps {
  margin-top: -1px;
  padding-top: 44px;
  background:
    linear-gradient(180deg, #fdf9ff 0%, #fff 78%),
    radial-gradient(circle at 8% 16%, rgba(117, 38, 233, .035), transparent 20%),
    radial-gradient(circle at 94% 35%, rgba(245, 41, 121, .04), transparent 24%);
}
.app-card-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.app-card {
  position: relative;
  padding: 24px 13px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(232, 231, 238, .95);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #fffafd);
  text-align: center;
  box-shadow: 0 12px 30px rgba(31, 25, 51, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.app-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, rgba(245,41,121,.9), rgba(117,38,233,.8));
  opacity: .75;
}
.app-card:hover {
  transform: translateY(-3px);
  border-color: #f2c6da;
  box-shadow: 0 18px 42px rgba(31, 25, 51, .10);
}
.app-icon-large { width: 66px; height: 66px; border-radius: 18px; }
.app-card h3 { margin: 12px 0 5px; font-size: 15px; }
.app-card p { margin: 0 0 2px; font-size: 12px; font-weight: 800; color: #211a35; }
.app-card p .rating { font-size: 10px; }
.app-card p small, .app-card > span:not(.app-icon) { color: var(--muted); font-size: 11px; }
.app-card a { width: 100%; justify-content: center; margin-top: 13px; border-radius: 10px; }
.standalone { margin-top: 18px; }

.guide-card { display: grid; grid-template-columns: 1.25fr 3.75fr; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.guide-intro { padding: 29px 26px; border-right: 1px solid var(--border); background: linear-gradient(145deg, #fff, #fff8fb); }
.guide-intro h2 { font-size: 23px; }
.guide-intro > p:not(.section-kicker) { color: var(--muted); font-size: 13px; }
.guide-intro .button { min-height: 40px; padding: 0 16px; margin-top: 7px; font-size: 12px; }
.guide-steps { display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; }
.guide-steps article { padding: 23px 18px; text-align: center; }
.guide-step-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: -4px auto 8px;
}
.guide-step-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.guide-steps h3 { margin: 0 0 8px; font-size: 13px; }
.guide-steps p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

.safety-section { padding-top: 4px; }
.safety-card { position: relative; display: grid; grid-template-columns: 1.45fr 1fr 1fr; align-items: center; gap: 35px; padding: 29px 31px; border: 1px solid #ded6f3; border-radius: var(--radius); background: linear-gradient(115deg, #fff, #f4eeff); overflow: hidden; }
.safety-card::after { content: ""; position: absolute; right: -50px; bottom: -80px; width: 240px; height: 240px; border-radius: 50%; background: rgba(156, 101, 255, .07); }
.safety-card h2 { margin-bottom: 9px; }
.safety-card p { max-width: 490px; margin: 0; color: var(--muted); font-size: 13px; }
.safety-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; font-size: 12px; }
.safety-card li { display: flex; align-items: center; gap: 8px; }
.safety-card li span { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: #e8f8f0; font-weight: 800; }
.safety-card .text-link { position: relative; z-index: 1; margin: 0; justify-content: flex-start; }

.articles { padding-top: 25px; }
.section-title-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.section-title-row .text-link { margin: 0; }
.article-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.article-card { display: block; overflow: hidden; color: inherit; border: 1px solid var(--border); border-radius: 13px; background: #fff; box-shadow: 0 8px 22px rgba(31, 25, 51, .05); transition: transform .2s, border-color .2s; }
.article-card:hover { transform: translateY(-4px); }
.article-card-image { display: block; width: 100%; height: 150px; object-fit: cover; border-bottom: 1px solid var(--border); }
.article-placeholder { position: relative; height: 150px; display: grid; place-items: center; overflow: hidden; color: rgba(255,255,255,.88); font-size: 18px; font-weight: 800; line-height: 1.05; letter-spacing: -.03em; text-align: center; }
.article-placeholder::before, .article-placeholder::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.18); }
.article-placeholder::before { width: 150px; height: 150px; left: -50px; bottom: -75px; }
.article-placeholder::after { width: 100px; height: 100px; right: -25px; top: -35px; }
.article-placeholder span { position: relative; z-index: 1; }
.placeholder-one { background: linear-gradient(135deg, #211a35, #d95775); }
.placeholder-two { background: linear-gradient(135deg, #8d4f33, #251b30); }
.placeholder-three { background: linear-gradient(135deg, #315849, #9b5f64); }
.placeholder-four { background: linear-gradient(135deg, #9b2e55, #1e1833); }
.article-body { padding: 14px 15px 16px; }
.article-body small { color: var(--pink); font-size: 10px; font-weight: 800; }
.article-body h3 { min-height: 46px; margin: 4px 0 8px; font-size: 14px; line-height: 1.4; }
.article-body p { margin: 0; color: var(--muted); font-size: 10px; }

.bottom-section { padding-top: 15px; padding-bottom: 45px; }
.bottom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.faq-card, .newsletter-card { padding: 26px; border: 1px solid var(--border); border-radius: var(--radius); }
.faq-card h2, .newsletter-card h2 { font-size: 21px; }
.faq-list { margin: 17px 0 8px; }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { position: relative; padding: 13px 44px 13px 0; cursor: pointer; list-style: none; font-size: 12px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid #eee5f2;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff, #fff7fb);
  transform: translateY(-50%);
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.faq-list summary::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #3b3154;
  border-bottom: 2px solid #3b3154;
  transform: translateY(-65%) rotate(45deg);
  transition: transform .22s ease, border-color .2s;
}
.faq-list details:hover summary::before,
.faq-list details[open] summary::before {
  border-color: rgba(245, 41, 121, .32);
  background: #fff;
  box-shadow: 0 8px 18px rgba(245, 41, 121, .08);
}
.faq-list details:hover summary::after,
.faq-list details[open] summary::after {
  border-color: var(--pink);
}
.faq-list details[open] summary::after { transform: translateY(-35%) rotate(225deg); }
.faq-list details p { margin: -2px 25px 12px 0; color: var(--muted); font-size: 11px; }
.faq-card .text-link { justify-content: flex-start; }
.newsletter-card { position: relative; overflow: hidden; background: linear-gradient(120deg, #f9f2ff, #fff0f5); }
.newsletter-copy { position: relative; z-index: 2; width: 66%; }
.newsletter-copy > p:not(.section-kicker) { color: var(--muted); font-size: 12px; }
.newsletter-form { display: flex; align-items: stretch; gap: 8px; margin-top: 15px; }
.newsletter-form input { box-sizing: border-box; min-width: 0; flex: 1; width: 100%; height: 42px; padding: 0 14px; border: 1px solid #ddd7e5; border-radius: 10px; outline: none; background: #fff; font-size: 12px; line-height: 1.2; }
.newsletter-form input:focus { border-color: var(--purple); }
.newsletter-form .button { min-height: 42px; padding: 0 16px; font-size: 11px; }
.newsletter-copy > small { color: #8a8693; font-size: 10px; }
.newsletter-visual {
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 170px;
  height: 150px;
}
.newsletter-visual::before {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 4px;
  width: 132px;
  height: 132px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 30%, rgba(255,255,255,.9), transparent 22%),
    linear-gradient(135deg, rgba(255, 58, 127, .18), rgba(129, 62, 255, .12));
  filter: blur(.2px);
}
.newsletter-message-card {
  position: absolute;
  right: 0;
  bottom: 15px;
  z-index: 2;
  width: 148px;
  min-height: 86px;
  padding: 17px 14px 14px 48px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 34px rgba(67, 34, 91, .12);
  backdrop-filter: blur(10px);
  transform: rotate(-2deg);
}
.newsletter-message-card::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 15px;
  border: 1px solid rgba(245, 41, 121, .08);
}
.message-icon {
  position: absolute;
  left: 14px;
  top: 17px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 9px;
  background: linear-gradient(135deg, #ff2f7a, #8a45ff);
  box-shadow: 0 10px 18px rgba(245, 41, 121, .22);
  font-size: 13px;
}
.newsletter-message-card strong {
  position: relative;
  z-index: 1;
  display: block;
  color: #211a35;
  font-size: 12px;
  line-height: 1.15;
  letter-spacing: -.03em;
}
.newsletter-message-card small {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 5px;
  color: #7b748b;
  font-size: 9px;
  line-height: 1.35;
}
.newsletter-mini-card {
  position: absolute;
  right: 28px;
  bottom: 94px;
  width: 82px;
  height: 36px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,255,255,.84), rgba(255,229,240,.78));
  box-shadow: 0 12px 24px rgba(67, 34, 91, .1);
  transform: rotate(5deg);
}
.newsletter-mini-card::before,
.newsletter-mini-card::after {
  content: "";
  position: absolute;
  left: 12px;
  height: 5px;
  border-radius: 999px;
  background: rgba(245, 41, 121, .17);
}
.newsletter-mini-card::before { top: 11px; width: 42px; }
.newsletter-mini-card::after { top: 21px; width: 58px; }
.newsletter-spark {
  position: absolute;
  z-index: 3;
  color: #f55e94;
  text-shadow: 0 8px 18px rgba(245, 41, 121, .18);
}
.spark-a { right: 17px; top: 3px; font-size: 20px; }
.spark-b { left: 28px; top: 31px; font-size: 14px; color: #ff9cbe; }
.spark-c { right: 70px; top: 15px; font-size: 16px; color: #a75cff; }

.site-footer { padding: 42px 0 20px; color: #fff; background: radial-gradient(circle at 90% 10%, #3c2673, transparent 29%), linear-gradient(115deg, #1e164d, #27145c); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .95fr 1.25fr .8fr 1fr; gap: 32px; }
.footer-brand { margin-bottom: 13px; }
.footer-brand img { width: 34px; height: 40px; }
.footer-brand .brand-name { font-size: 20px; }
.footer-brand .brand-name b:first-child { color: #fff; }
.footer-about p, .footer-news p { max-width: 280px; color: #c5c0d8; font-size: 12px; }
.footer-grid h3 { margin: 0 0 13px; font-size: 11px; letter-spacing: .04em; }
.footer-grid > div > a { display: block; margin: 8px 0; color: #d3cde2; font-size: 11px; }
.footer-news form { display: flex; margin-top: 12px; }
.footer-news input { min-width: 0; width: 100%; height: 39px; padding: 0 10px; border: 0; border-radius: 5px 0 0 5px; font-size: 11px; }
.footer-news button { padding: 0 14px; color: #fff; border: 0; border-radius: 0 5px 5px 0; background: var(--pink); font-size: 10px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 35px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #aca6c6; font-size: 10px; }
.toast { position: fixed; z-index: 90; right: 24px; bottom: 24px; padding: 13px 18px; color: #fff; border-radius: 9px; background: #20184b; box-shadow: var(--shadow); font-size: 12px; font-weight: 700; opacity: 0; pointer-events: none; transform: translateY(15px); transition: .25s; }
.toast.show { opacity: 1; transform: translateY(0); }

.article-hub { background: linear-gradient(180deg, #fff7fb 0, #fff 310px); }
.article-hub-hero { padding: 74px 0 34px; text-align: center; }
.article-hub-hero h1 { max-width: 780px; margin: 0 auto; font-size: clamp(42px, 5vw, 64px); line-height: 1.05; letter-spacing: -.055em; }
.article-hub-hero p:not(.section-kicker) { max-width: 720px; margin: 20px auto 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.article-hub-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: start; }
.article-hub-card { display: flex; min-height: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--border); border-radius: 16px; background: #fff; box-shadow: 0 12px 34px rgba(31, 25, 51, .06); transition: transform .2s, box-shadow .2s; }
.article-hub-card:hover { transform: translateY(-4px); box-shadow: 0 16px 42px rgba(31, 25, 51, .1); }
.article-hub-card-image { display: block; width: 100%; height: 190px; flex: none; object-fit: cover; border-bottom: 1px solid var(--border); }
.article-hub-card-body { display: flex; min-height: 172px; flex: 1; flex-direction: column; padding: 18px; }
.article-hub-card span { align-self: flex-start; margin-bottom: 10px; padding: 5px 9px; border-radius: 999px; color: var(--pink); background: #fff0f6; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.article-hub-card h2 { display: -webkit-box; overflow: hidden; margin: 0; color: var(--ink); font-size: 18px; line-height: 1.3; letter-spacing: -.025em; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.article-hub-card p { display: -webkit-box; overflow: hidden; margin: 9px 0 13px; color: var(--muted); font-size: 13px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.article-hub-card small { margin-top: auto; color: #8d88a3; font-size: 11px; font-weight: 700; }

@media (max-width: 1050px) {
  .header-inner { gap: 20px; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 13px; }
  .guide-card { grid-template-columns: 1fr; }
  .guide-intro { border-right: 0; border-bottom: 1px solid var(--border); text-align: center; }
  .guide-intro br { display: none; }
  .app-card-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-about { grid-column: 1 / -1; }
  .footer-news { grid-column: 1 / -1; }
  .footer-news form { max-width: 420px; }
  .article-hub-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 561px) and (max-width: 980px) {
  .comparison-card { padding: 24px 18px 17px; }
  .table-wrap { overflow: visible; }
  .comparison-table {
    width: 100%;
    table-layout: fixed;
  }
  .comparison-table th:nth-child(2),
  .comparison-table th:nth-child(3),
  .comparison-table th:nth-child(4),
  .comparison-table th:nth-child(5),
  .comparison-table td:nth-child(2),
  .comparison-table td:nth-child(3),
  .comparison-table td:nth-child(4),
  .comparison-table td:nth-child(5) {
    display: none;
  }
  .comparison-table th:first-child,
  .comparison-table td:first-child {
    width: 48%;
  }
  .comparison-table th:nth-child(6),
  .comparison-table td:nth-child(6) {
    width: 17%;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
  }
  .comparison-table th:last-child,
  .comparison-table td:last-child {
    width: 35%;
    padding-right: 8px;
    padding-left: 8px;
    text-align: right;
  }
  .comparison-table th:nth-child(6) { border-radius: 0; }
  .comparison-table a {
    min-width: 96px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }
}

@media (max-width: 820px) {
  .site-header { height: 64px; }
  .brand img { width: 34px; height: 40px; }
  .brand-name { font-size: 20px; }
  .main-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 70px;
    display: none;
    gap: 4px;
    padding: 18px;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .nav-dropdown { width: 100%; }
  .nav-dropdown-toggle {
    width: 100%;
    min-height: 42px;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 15px;
  }
  .nav-dropdown-menu {
    position: static;
    width: 100%;
    margin: 3px 0 5px;
    padding: 8px;
    transform: none;
    border-color: #f0e9f2;
    border-radius: 12px;
    background: #fcfafd;
    box-shadow: none;
  }
  .nav-dropdown.open .nav-dropdown-menu { gap: 4px; }
  .nav-dropdown-group { padding: 5px; }
  .main-nav .nav-dropdown-menu a {
    padding: 10px;
    font-size: 14px;
  }
  .main-nav a {
    width: 100%;
    padding: 6px 0;
    font-size: 15px;
  }
  .main-nav .mobile-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 8px;
    padding: 0 18px;
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(135deg, #f72b79, #ec176b);
  }
  .main-nav .mobile-nav-cta:hover { color: #fff; }
  .main-nav a.active::after { display: none; }
  .header-actions .button, .icon-button { display: none; }
  .menu-button { display: block; }
  .hero { padding-top: 54px; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero h1 { margin: 0 auto; }
  .hero-text { margin-right: auto; margin-left: auto; }
  .hero-buttons { justify-content: center; }
  .hero-grid,
  .hero-visual { min-height: 0; }
  .hero-grid { padding-top: 0; }
  .hero-visual { width: min(620px, 100%); justify-content: center; margin: 38px auto 0; }
  .hero-image-card { transform: none; }
  .hero-trust { height: auto; padding: 25px 0; justify-content: center; flex-wrap: wrap; gap: 17px 30px; }
  .trust-method-card { grid-template-columns: 1fr; }
  .trust-method-copy { max-width: none; text-align: center; }
  .trust-method-copy .text-link { justify-content: center; }
  .category-grid, .app-card-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid > *:last-child { grid-column: span 2; }
  .guide-steps { grid-template-columns: repeat(3, 1fr); }
  .guide-steps article:nth-child(n+4) { grid-column: span 1; }
  .safety-card { grid-template-columns: 1fr 1fr; }
  .safety-card > div:first-child { grid-column: 1 / -1; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .bottom-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero { padding-top: 42px; }
  .hero h1 { font-size: 38px; line-height: 1.08; }
  .hero h1 br { display: none; }
  .hero-text { font-size: 16px; line-height: 1.6; }
  .hero-buttons { flex-direction: column; align-items: stretch; }
  .button {
    min-height: 52px;
    padding-right: 22px;
    padding-left: 22px;
    font-size: 14px;
  }
  .menu-button {
    width: 46px;
    height: 46px;
    padding: 11px;
  }
  .menu-button span { height: 2.5px; margin: 5px 0; }
  .main-nav a {
    width: 100%;
    padding: 5px 0;
    font-size: 15px;
  }
  .hero-visual { width: 100%; margin-top: 30px; }
  .hero-image-card { width: min(440px, 110%); margin-right: -5%; margin-left: -5%; transform: none; }
  .hero-visual::before { inset: 14% -10% 6% 12%; }
  .hero-trust { flex-direction: column; align-items: flex-start; padding-left: 25px; }
  .trust-method-card { padding: 23px 16px; border-radius: 20px; }
  .trust-method-grid { grid-template-columns: 1fr; }
  .trust-method-grid article { min-height: 0; padding: 17px; }
  .comparison-card { padding: 22px 15px 15px; }
  .table-wrap { overflow: visible; }
  .comparison-table {
    width: 100%;
    table-layout: fixed;
  }
  .comparison-table th:nth-child(2),
  .comparison-table th:nth-child(3),
  .comparison-table th:nth-child(4),
  .comparison-table th:nth-child(5),
  .comparison-table td:nth-child(2),
  .comparison-table td:nth-child(3),
  .comparison-table td:nth-child(4),
  .comparison-table td:nth-child(5) {
    display: none;
  }
  .comparison-table th:first-child,
  .comparison-table td:first-child {
    width: 48%;
  }
  .comparison-table th:nth-child(6),
  .comparison-table td:nth-child(6) {
    width: 17%;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
  }
  .comparison-table th:last-child,
  .comparison-table td:last-child {
    width: 35%;
    padding-right: 4px;
    padding-left: 4px;
    text-align: right;
  }
  .comparison-table td {
    height: 57px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .comparison-table td:first-child {
    padding-left: 8px;
  }
  .app-name { gap: 8px; }
  .comparison-table th:first-child {
    border-radius: 8px 0 0 8px;
  }
  .comparison-table th:nth-child(6) {
    border-radius: 0;
  }
  .comparison-table a {
    min-width: 82px;
    min-height: 44px;
    padding: 7px 9px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }
  .section-heading h2, .guide-card h2, .safety-card h2, .section-title-row h2, .bottom-grid h2 { font-size: 21px; }
  .category-grid, .app-card-grid, .article-grid { grid-template-columns: 1fr; }
  .category-grid > *:last-child, .app-card-grid > *:last-child { grid-column: auto; }
  .guide-steps { grid-template-columns: 1fr 1fr; }
  .guide-steps article:last-child { grid-column: 1 / -1; }
  .safety-card { grid-template-columns: 1fr; padding: 24px 22px; }
  .safety-card > div:first-child { grid-column: auto; }
  .section-title-row { align-items: flex-start; gap: 15px; }
  .section-title-row .text-link { white-space: nowrap; }
  .article-placeholder { height: 170px; }
  .newsletter-card { padding: 28px 22px; }
  .newsletter-copy { width: 100%; }
  .newsletter-form { flex-direction: column; align-items: stretch; width: 100%; gap: 10px; }
  .category-card a,
  .app-card a {
    min-height: 46px;
    align-items: center;
    font-size: 13px;
  }
  .guide-intro .button,
  .newsletter-form .button {
    min-height: 50px;
    font-size: 14px;
  }
  .newsletter-form input {
    flex: none;
    width: 100%;
    min-height: 52px;
    height: 52px;
    padding: 0 16px;
    border-radius: 12px;
    font-size: 15px;
  }
  .footer-news input,
  .footer-news button {
    min-height: 44px;
    font-size: 12px;
  }
  .newsletter-visual { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about, .footer-news { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .article-hub-hero { padding-top: 46px; }
  .article-hub-hero p:not(.section-kicker) { font-size: 16px; }
  .article-hub-grid { grid-template-columns: 1fr; }
  .article-hub-card--with-image { display: grid; grid-template-columns: 126px minmax(0, 1fr); min-height: 148px; }
  .article-hub-card--with-image .article-hub-card-image { width: 126px; height: 100%; min-height: 148px; border-right: 1px solid var(--border); border-bottom: 0; }
  .article-hub-card-body { min-height: 0; padding: 16px; }
  .article-hub-card p { display: none; }
  .article-hub-card h2 { font-size: 16px; }
}

/* Money landing editorial guide — final override */
.money-editorial-guide {
  padding: 76px 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(245, 41, 121, .055), transparent 28%),
    radial-gradient(circle at 86% 24%, rgba(117, 38, 233, .045), transparent 24%),
    linear-gradient(180deg, #fff, #fbfaff 55%, #fff);
}

.money-editorial-guide .money-editorial-card {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.money-editorial-guide .money-editorial-card > .section-kicker {
  margin: 0 0 22px;
}

.money-editorial-guide .money-guide-layout {
  display: grid;
  grid-template-columns: minmax(270px, 340px) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: start;
}

.money-editorial-guide .money-guide-summary {
  position: sticky;
  top: 96px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.money-editorial-guide .money-guide-summary h2 {
  max-width: 280px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(25px, 2.5vw, 32px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.money-editorial-guide .money-guide-summary ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.money-editorial-guide .money-guide-summary li {
  position: relative;
  max-width: none;
  margin: 0;
  padding: 0 0 0 30px;
  color: #4a4a60;
  font-size: 15px;
  line-height: 1.55;
}

.money-editorial-guide .money-guide-summary li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  background: var(--pink);
  font-size: 12px;
  font-weight: 900;
}

.money-editorial-guide .money-guide-copy {
  max-width: 790px;
}

.money-editorial-guide .money-guide-copy h2,
.money-editorial-guide .verdict-box h2 {
  max-width: none;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.money-editorial-guide .money-guide-copy h2:not(:first-child) {
  margin-top: 44px;
}

.money-editorial-guide .money-guide-copy p,
.money-editorial-guide .verdict-box p {
  max-width: none;
  margin: 0 0 18px;
  color: #45455a;
  font-size: 18px;
  line-height: 1.75;
}

.money-editorial-guide .verdict-box {
  max-width: none;
  margin: 38px 0 0;
  padding: 0 0 0 24px;
  border: 0;
  border-left: 4px solid var(--pink);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.money-editorial-guide .verdict-box h2 {
  margin-bottom: 12px;
  font-size: clamp(25px, 3vw, 32px);
}

.money-editorial-guide .verdict-box p:last-child,
.money-editorial-guide .money-guide-copy p:last-child {
  margin-bottom: 0;
}

@media (max-width: 760px) {
  .money-editorial-guide {
    padding: 50px 0;
  }

  .money-editorial-guide .money-editorial-card > .section-kicker {
    margin-bottom: 18px;
  }

  .money-editorial-guide .money-guide-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .money-editorial-guide .money-guide-summary {
    position: static;
  }

  .money-editorial-guide .money-guide-summary h2 {
    max-width: none;
  }

  .money-editorial-guide .money-guide-copy h2,
  .money-editorial-guide .verdict-box h2 {
    font-size: 29px;
  }

  .money-editorial-guide .money-guide-copy p,
  .money-editorial-guide .verdict-box p {
    font-size: 16px;
    line-height: 1.66;
  }
}
