.seo-page {
  --seo-width: 1120px;
  min-width: 320px;
  color: var(--text-primary);
}

.seo-page main {
  display: block;
  overflow: hidden;
}

.seo-page h1,
.seo-page h2,
.seo-page h3,
.seo-page p,
.seo-page dl,
.seo-page dd,
.seo-page ol,
.seo-page ul {
  margin-top: 0;
}

.seo-page h1 {
  max-width: 920px;
  margin-bottom: 24px;
  font-size: clamp(2.5rem, 6.4vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.seo-page h2 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.seo-page h3 {
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.seo-header {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 40;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  width: min(var(--seo-width), calc(100% - 32px));
  min-height: 66px;
  padding: 10px 12px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: rgba(8, 8, 10, 0.86);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px) saturate(132%);
  transition: border-color 180ms ease, background 180ms ease;
}

.seo-header.is-scrolled {
  border-color: rgba(255, 49, 77, 0.28);
  background: rgba(7, 7, 9, 0.96);
}

.seo-nav {
  display: flex;
  justify-content: center;
  gap: 2px;
  min-width: 0;
}

.seo-nav a {
  padding: 10px;
  border-radius: 7px;
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease;
}

.seo-nav a:hover,
.seo-nav a[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.seo-nav a[aria-current="page"] {
  color: #ff8798;
}

.seo-hero,
.seo-section,
.seo-final-cta {
  width: min(var(--seo-width), calc(100% - 40px));
  margin-inline: auto;
}

.seo-hero {
  padding-top: 148px;
  padding-right: 0;
  padding-bottom: 84px;
  padding-left: 0;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 46px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 700;
}

.breadcrumbs a {
  color: var(--text-secondary);
}

.breadcrumbs a:hover {
  color: #fff;
}

.seo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(290px, 0.65fr);
  gap: 54px;
  align-items: end;
}

.seo-lead,
.section-intro {
  max-width: 760px;
  color: var(--text-secondary);
  font-size: clamp(1.02rem, 1.8vw, 1.24rem);
  line-height: 1.7;
}

.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.seo-actions.centered {
  justify-content: center;
}

.seo-actions .btn {
  text-align: center;
}

.seo-summary-card {
  position: relative;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 49, 77, 0.25);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(30, 20, 24, 0.9), rgba(11, 11, 14, 0.9));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.seo-summary-card::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 49, 77, 0.14);
  filter: blur(25px);
}

.summary-label,
.section-kicker,
.hub-guide-card > span,
.seo-card > span {
  color: #ff788d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.seo-summary-card > strong {
  display: block;
  margin: 9px 0 22px;
  font-size: 20px;
  line-height: 1.3;
}

.seo-summary-card dl {
  display: grid;
  gap: 15px;
  margin-bottom: 0;
}

.seo-summary-card dl > div {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-summary-card dt {
  margin-bottom: 5px;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.seo-summary-card dd {
  margin-left: 0;
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.5;
}

.seo-summary-card dd a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.28);
  text-underline-offset: 3px;
}

.seo-section {
  padding-block: 82px;
  padding-inline: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.section-kicker {
  margin-bottom: 13px;
}

.context-grid,
.workflow-grid,
.related-grid,
.hub-card-grid {
  display: grid;
  gap: 16px;
}

.context-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.seo-card {
  min-height: 206px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(25, 25, 29, 0.79), rgba(12, 12, 15, 0.76));
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.28);
}

.seo-card p {
  margin: 18px 0 0;
  color: #e9dfe1;
  font-size: 17px;
  line-height: 1.62;
}

.seo-price-section {
  position: relative;
}

.price-table-wrap {
  margin-top: 32px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(7, 7, 9, 0.68);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.3);
}

.seo-price-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  text-align: left;
}

.seo-price-table th,
.seo-price-table td {
  padding: 20px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: middle;
}

.seo-price-table thead th {
  color: var(--text-muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-price-table tbody th {
  width: 34%;
  font-size: 14px;
}

.seo-price-table tbody th small {
  display: block;
  margin: 5px 0 0 38px;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 600;
}

.seo-price-table td {
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.5;
}

.seo-price-table td:last-child {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.seo-price-table tr:last-child th,
.seo-price-table tr:last-child td {
  border-bottom: 0;
}

.offer-name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.offer-name img,
.mini-brand {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 7px;
}

.offer-name img {
  object-fit: cover;
}

.mini-brand {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--accent-red), var(--accent-orange));
  color: #fff;
  font-weight: 900;
}

.source-link {
  display: inline-block;
  margin-left: 5px;
  color: #ff93a2;
  font-size: 11px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.subtotal-row {
  background: rgba(255, 255, 255, 0.035);
}

.rateio-row {
  background: linear-gradient(90deg, rgba(255, 49, 77, 0.15), rgba(255, 107, 53, 0.06));
}

.rateio-row td:last-child {
  color: #62ef96;
  font-size: 19px;
}

.price-note {
  margin: 16px 0 0;
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.65;
}

.price-note a {
  color: var(--text-secondary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.workflow-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: workflow;
}

.workflow-grid li {
  position: relative;
  min-height: 260px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(15, 15, 18, 0.76);
}

.workflow-grid li::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -70px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 49, 77, 0.08);
  filter: blur(20px);
}

.workflow-grid li > span {
  display: block;
  margin-bottom: 36px;
  color: var(--accent-red);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  font-weight: 900;
}

.workflow-grid h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.workflow-grid p {
  margin-bottom: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.65;
}

.decision-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 70px;
  align-items: center;
}

.decision-section > *,
.transparency-section > *,
.hub-method > * {
  min-width: 0;
}

.decision-section > div > p {
  color: var(--text-secondary);
  line-height: 1.75;
}

.decision-list {
  display: grid;
  gap: 12px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.decision-list li {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text-secondary);
  font-size: 14px;
}

.decision-list li span {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(50, 232, 117, 0.12);
  color: #55ec8d;
  font-weight: 900;
}

.transparency-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
  gap: 55px;
}

.transparency-section > div:first-child p {
  color: var(--text-secondary);
  line-height: 1.75;
}

.transparency-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-self: start;
  gap: 10px;
}

.transparency-stats > div {
  min-height: 154px;
  padding: 18px;
  border: 1px solid rgba(255, 49, 77, 0.18);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255, 49, 77, 0.1), rgba(255, 255, 255, 0.025));
}

.transparency-stats strong,
.transparency-stats span {
  display: block;
}

.transparency-stats strong {
  margin-bottom: 12px;
  font-size: 24px;
}

.transparency-stats span {
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.5;
}

.privacy-callout {
  grid-column: 1 / -1;
  padding: 20px 22px;
  border: 1px solid rgba(255, 176, 32, 0.25);
  border-radius: 10px;
  background: rgba(255, 176, 32, 0.07);
  color: #d8c9ae;
  font-size: 13px;
  line-height: 1.7;
}

.privacy-callout strong {
  color: #ffd277;
}

.related-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 32px;
}

.related-card {
  display: grid;
  gap: 10px;
  min-height: 174px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  background: rgba(18, 18, 21, 0.72);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.related-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 49, 77, 0.35);
  background: rgba(25, 20, 23, 0.86);
}

.related-card > span {
  color: var(--text-muted);
  font-size: 11px;
}

.related-card strong {
  align-self: start;
  font-size: 17px;
  line-height: 1.4;
}

.related-card small {
  align-self: end;
  color: #ff8294;
  font-weight: 800;
}

.seo-faq-list {
  max-width: 880px;
  margin-top: 30px;
}

.seo-faq {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.seo-faq:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.seo-faq summary {
  position: relative;
  padding: 22px 46px 22px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

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

.seo-faq summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 4px;
  color: var(--accent-red);
  font-size: 24px;
}

.seo-faq[open] summary::after {
  content: "−";
}

.seo-faq p {
  max-width: 780px;
  margin-bottom: 24px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.75;
}

.seo-final-cta {
  margin-bottom: 80px;
  padding: 76px 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 49, 77, 0.23);
  border-radius: 16px;
  background:
    radial-gradient(circle at 10% 50%, rgba(255, 49, 77, 0.17), transparent 34%),
    radial-gradient(circle at 90% 20%, rgba(56, 189, 248, 0.09), transparent 31%),
    rgba(13, 13, 16, 0.82);
  text-align: center;
}

.seo-final-cta h2,
.seo-final-cta p {
  margin-inline: auto;
}

.seo-final-cta p:not(.eyebrow) {
  max-width: 690px;
  color: var(--text-secondary);
  line-height: 1.65;
}

.seo-footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(320px, 1.2fr);
  gap: 28px 70px;
  padding: 44px max(24px, calc((100vw - var(--seo-width)) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.4);
}

.seo-footer > div p {
  max-width: 400px;
  margin: 7px 0 0;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.6;
}

.seo-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.seo-footer nav a {
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 700;
}

.seo-footer nav a:hover {
  color: #fff;
}

.seo-footer .seo-legal {
  max-width: 860px;
  margin: 0;
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.65;
}

.seo-footer > span {
  justify-self: end;
  color: var(--text-muted);
  font-size: 11px;
}

.hub-hero {
  padding-bottom: 72px;
}

.hub-hero h1 {
  max-width: 980px;
}

.hub-hero .seo-lead {
  max-width: 820px;
}

.hub-method {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: 65px;
}

.compact-workflow {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compact-workflow li {
  display: flex;
  gap: 16px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
}

.compact-workflow li > span {
  color: var(--accent-red);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 900;
}

.compact-workflow strong {
  display: block;
  margin-bottom: 6px;
}

.compact-workflow p {
  margin-bottom: 0;
  color: var(--text-secondary);
  font-size: 12px;
  line-height: 1.6;
}

.hub-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
}

.hub-guide-card {
  display: flex;
  min-height: 340px;
  flex-direction: column;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(24, 24, 28, 0.78), rgba(11, 11, 14, 0.78));
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease;
}

.hub-guide-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 49, 77, 0.33);
}

.guide-logos {
  display: flex;
  margin-bottom: 28px;
}

.guide-logos img {
  width: 38px;
  height: 38px;
  margin-right: -7px;
  object-fit: cover;
  border: 2px solid #121216;
  border-radius: 9px;
  background: #fff;
}

.hub-guide-card > span {
  min-height: 29px;
  margin-bottom: 8px;
  color: var(--text-muted);
  font-size: 9px;
  line-height: 1.45;
}

.hub-guide-card h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.hub-guide-card h3 a::after {
  content: "";
  position: absolute;
  inset: 0;
}

.hub-guide-card {
  position: relative;
}

.hub-guide-card p {
  margin-bottom: 22px;
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.65;
}

.guide-link {
  margin-top: auto;
  color: #ff8395;
  font-size: 12px;
  font-weight: 900;
}

.article-hero {
  max-width: 980px;
  padding-bottom: 62px;
}

.article-hero h1 {
  max-width: 960px;
  font-size: clamp(2.7rem, 6vw, 5rem);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.article-meta span,
.keyword-row span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: var(--text-secondary);
  background: rgba(255, 255, 255, 0.035);
  font-size: 10px;
  font-weight: 800;
}

.article-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 790px);
  gap: 58px;
  justify-content: center;
  width: min(var(--seo-width), calc(100% - 40px));
  margin-inline: auto;
}

.article-toc {
  position: sticky;
  top: 106px;
  display: grid;
  align-self: start;
  gap: 4px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(13, 13, 16, 0.76);
  backdrop-filter: blur(16px);
}

.article-toc strong {
  margin-bottom: 9px;
  color: #fff;
  font-size: 12px;
}

.article-toc a {
  padding: 7px 8px;
  border-radius: 7px;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 700;
}

.article-toc a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.article-content {
  min-width: 0;
}

.article-section {
  padding: 66px 0;
  scroll-margin-top: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.article-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.article-section h2 {
  max-width: 760px;
  font-size: clamp(2rem, 4.2vw, 3.25rem);
}

.article-section h3 {
  margin-top: 38px;
  margin-bottom: 16px;
  font-size: 23px;
}

.article-section > p,
.privacy-section > p {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.85;
}

.article-section > p strong {
  color: #fff;
}

.answer-box {
  margin-bottom: 28px;
  padding: 26px;
  border: 1px solid rgba(255, 49, 77, 0.3);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(76, 18, 29, 0.42), rgba(17, 14, 18, 0.88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.answer-box span {
  display: block;
  margin-bottom: 11px;
  color: #ff8194;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.answer-box p {
  margin-bottom: 0;
  color: #f8edf0;
  font-size: 17px;
  line-height: 1.72;
}

.article-thesis {
  padding-left: 18px;
  border-left: 3px solid var(--primary);
}

.use-case-grid,
.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0;
}

.use-case-grid > div {
  min-height: 132px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.025);
}

.use-case-grid span {
  display: block;
  margin-bottom: 18px;
  color: #ff6f84;
  font-size: 11px;
  font-weight: 900;
}

.use-case-grid p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.article-workflow {
  display: grid;
  gap: 12px;
  margin: 32px 0;
  padding: 0;
  list-style: none;
}

.article-workflow li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  padding: 21px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
}

.article-workflow li > span {
  color: #ff6f84;
  font-size: 12px;
  font-weight: 900;
}

.article-workflow h3 {
  margin: 0 0 7px;
  font-size: 17px;
}

.article-workflow p {
  margin-bottom: 0;
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.7;
}

.article-workflow.wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.check-grid {
  padding: 0;
  list-style: none;
}

.check-grid li {
  display: flex;
  gap: 11px;
  min-height: 88px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  color: var(--text-secondary);
  background: rgba(255, 255, 255, 0.025);
  font-size: 13px;
  line-height: 1.55;
}

.check-grid li span {
  color: #ff7186;
  font-weight: 900;
}

.pitfall-list {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
  padding: 0;
  list-style: none;
}

.pitfall-list li {
  position: relative;
  padding: 14px 16px 14px 42px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  color: var(--text-secondary);
  background: rgba(255, 255, 255, 0.018);
  font-size: 13px;
}

.pitfall-list li::before {
  content: "×";
  position: absolute;
  left: 17px;
  color: #ff7186;
  font-weight: 900;
}

.privacy-section {
  padding: 42px;
  border: 1px solid rgba(255, 49, 77, 0.22);
  border-radius: 16px;
  background: linear-gradient(140deg, rgba(55, 17, 25, 0.28), rgba(10, 10, 13, 0.86));
}

.more-articles {
  margin-top: 72px;
}

.blog-index-hero {
  padding-bottom: 56px;
}

.blog-controls {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
}

.blog-controls label {
  display: block;
  margin-bottom: 9px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.blog-controls input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  outline: 0;
  color: #fff;
  background: #0b0b0e;
  font: inherit;
}

.blog-controls input:focus {
  border-color: rgba(255, 69, 95, 0.75);
  box-shadow: 0 0 0 3px rgba(255, 49, 77, 0.12);
}

.blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.blog-filters button {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: var(--text-secondary);
  background: transparent;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.blog-filters button span {
  margin-left: 4px;
  color: var(--text-muted);
}

.blog-filters button:hover,
.blog-filters button.is-active {
  border-color: rgba(255, 69, 95, 0.5);
  color: #fff;
  background: rgba(255, 49, 77, 0.12);
}

.category-shortcuts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 68px;
}

.category-shortcuts a {
  min-height: 146px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.018);
}

.category-shortcuts strong,
.category-shortcuts span {
  display: block;
}

.category-shortcuts strong {
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
}

.category-shortcuts span {
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.55;
}

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

.blog-results-heading h2 {
  margin-bottom: 0;
}

.blog-results-heading > p {
  color: var(--text-muted);
  font-size: 12px;
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.blog-card-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-card {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(24, 24, 28, 0.78), rgba(10, 10, 13, 0.82));
  transition: transform 180ms ease, border-color 180ms ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 49, 77, 0.34);
}

.blog-card[hidden] {
  display: none;
}

.blog-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--text-muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-card-meta span {
  color: #ff788d;
}

.blog-card h2 {
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.blog-card h2 a::after {
  content: "";
  position: absolute;
  inset: 0;
}

.blog-card > p {
  margin-bottom: 20px;
  color: var(--text-secondary);
  font-size: 12px;
  line-height: 1.7;
}

.keyword-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 23px;
}

.keyword-row span {
  padding: 5px 7px;
  font-size: 8px;
}

.blog-card .guide-link {
  position: relative;
  z-index: 2;
}

.blog-empty {
  padding: 42px;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  color: var(--text-secondary);
  text-align: center;
}

.tool-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin: 34px 0;
}

.tool-directory-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  min-height: 190px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
}

.tool-directory-card[hidden] {
  display: none;
}

.tool-directory-card > img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 10px;
  background: #fff;
}

.tool-directory-card h3 {
  margin-bottom: 7px;
  font-size: 17px;
}

.tool-directory-card p {
  min-height: 42px;
  margin-bottom: 13px;
  color: var(--text-muted);
  font-size: 10px;
  line-height: 1.5;
}

.tool-directory-card div div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}

.tool-directory-card a {
  position: relative;
  color: #ff8294;
  font-size: 10px;
  font-weight: 800;
}

.tool-card-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.catalog-badge {
  flex: 0 0 auto;
  padding: 5px 7px;
  border: 1px solid rgba(74, 222, 128, 0.24);
  border-radius: 999px;
  color: #86efac;
  background: rgba(74, 222, 128, 0.08);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tool-facts {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
}

.tool-facts div {
  display: grid !important;
  grid-template-columns: 52px 1fr;
  gap: 8px !important;
}

.tool-facts dt {
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.tool-facts dd {
  margin: 0;
  color: var(--text-muted);
  font-size: 9px;
  line-height: 1.45;
}

.limit-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.limit-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.65fr) minmax(0, 1.6fr) auto;
  gap: 30px;
  align-items: start;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.022);
  scroll-margin-top: 110px;
}

.limit-card h3,
.status-grid h3 {
  margin: 5px 0 10px;
  font-size: 19px;
}

.limit-card > div > span {
  color: #ff7f91;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.limit-card p,
.limit-card dd,
.status-panel p,
.status-grid p {
  color: var(--text-secondary);
  font-size: 11px;
  line-height: 1.65;
}

.limit-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.limit-card dl div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
}

.limit-card dt {
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.limit-card dd {
  margin: 0;
}

.status-panel {
  display: flex;
  gap: 22px;
  align-items: start;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(30, 30, 35, 0.8), rgba(10, 10, 13, 0.86));
}

.status-panel h2 {
  margin-bottom: 10px;
}

.status-panel small {
  color: var(--text-muted);
}

.status-dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.status-dot.is-neutral {
  border: 2px solid #fbbf24;
  background: rgba(251, 191, 36, 0.18);
  box-shadow: 0 0 18px rgba(251, 191, 36, 0.2);
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.status-grid article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
}

.status-grid article > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.status-grid strong {
  color: #fcd34d;
  font-size: 10px;
}

.status-grid a {
  color: #ff8294;
  font-size: 10px;
  font-weight: 800;
}

.policy-hero {
  padding-bottom: 48px;
}

.policy-content {
  max-width: 900px;
  padding-top: 26px;
}

.policy-content section {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.policy-content h2 {
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.policy-content p {
  color: var(--text-secondary);
  line-height: 1.8;
}

.company-details {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
}

.company-details div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.company-details dt {
  color: var(--text-muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.company-details dd {
  margin: 0;
  color: #fff;
}

.source-box {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: var(--text-secondary);
  background: rgba(255, 255, 255, 0.025);
  font-size: 11px;
  line-height: 1.7;
}

.source-box a,
.policy-content a,
.privacy-callout a {
  color: #ff8294;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.editorial-parent-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 30px;
  border: 1px solid rgba(255, 49, 77, 0.28);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(67, 18, 28, 0.34), rgba(12, 12, 15, 0.88));
}

.editorial-parent-card h2 {
  margin-bottom: 11px;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
}

.editorial-parent-card p {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--text-secondary);
  line-height: 1.7;
}

@media (max-width: 980px) {
  .seo-header {
    grid-template-columns: auto auto;
  }

  .seo-nav {
    display: none;
  }

  .seo-header .header-cta {
    justify-self: end;
  }

  .seo-hero-grid,
  .hub-method {
    grid-template-columns: 1fr;
  }

  .seo-hero-grid {
    gap: 34px;
  }

  .seo-summary-card {
    max-width: 660px;
  }

  .context-grid,
  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .seo-card,
  .workflow-grid li {
    min-height: auto;
  }

  .workflow-grid li > span {
    margin-bottom: 22px;
  }

  .decision-section,
  .transparency-section {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hub-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-toc {
    position: static;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .article-toc strong {
    grid-column: 1 / -1;
  }

  .blog-card-grid,
  .tool-directory-grid,
  .status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .limit-card {
    grid-template-columns: 1fr;
  }

  .category-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editorial-parent-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .seo-page h1 {
    font-size: clamp(2.35rem, 12.5vw, 3.5rem);
  }

  .seo-page h2 {
    font-size: clamp(1.85rem, 9vw, 2.7rem);
  }

  .seo-header {
    top: 8px;
    width: calc(100% - 16px);
  }

  .seo-header .brand-copy small {
    display: none;
  }

  .seo-header .brand-copy strong {
    font-size: 12px;
  }

  .seo-header .header-cta {
    padding-inline: 13px;
    font-size: 11px;
  }

  .seo-hero,
  .seo-section,
  .seo-final-cta {
    width: min(100% - 28px, var(--seo-width));
  }

  .seo-hero {
    padding-top: 116px;
    padding-bottom: 54px;
  }

  .breadcrumbs {
    margin-bottom: 32px;
    overflow: hidden;
    white-space: nowrap;
  }

  .seo-actions,
  .seo-actions .btn {
    width: 100%;
  }

  .seo-section {
    padding-block: 58px;
  }

  .related-grid,
  .hub-card-grid {
    grid-template-columns: 1fr;
  }

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

  .transparency-stats > div {
    min-height: 112px;
  }

  .seo-final-cta {
    margin-bottom: 52px;
    padding: 56px 18px;
  }

  .seo-footer {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .seo-footer nav {
    display: grid;
    justify-content: start;
  }

  .seo-footer > span {
    justify-self: start;
  }

  .hub-guide-card {
    min-height: 300px;
  }

  .article-layout {
    width: min(100% - 28px, var(--seo-width));
    gap: 34px;
  }

  .article-toc {
    display: none;
  }

  .article-section {
    padding: 52px 0;
  }

  .privacy-section {
    padding: 26px 20px;
  }

  .use-case-grid,
  .check-grid,
  .article-workflow.wide,
  .blog-card-grid,
  .blog-card-grid.compact,
  .tool-directory-grid,
  .status-grid,
  .category-shortcuts {
    grid-template-columns: 1fr;
  }

  .limit-card dl div,
  .company-details div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .blog-card {
    min-height: 330px;
  }

  .blog-results-heading {
    align-items: start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-page *,
  .seo-page *::before,
  .seo-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
