/*
Theme Name: Review XO199 Studio
Template: astra
Version: 1.0.0
*/

:root {
  --xo-bg: #f4efe7;
  --xo-paper: rgba(255, 252, 247, 0.86);
  --xo-paper-strong: rgba(255, 255, 255, 0.94);
  --xo-ink: #11131a;
  --xo-muted: #637086;
  --xo-line: rgba(17, 19, 26, 0.08);
  --xo-cyan: #199e9a;
  --xo-cyan-soft: rgba(25, 158, 154, 0.12);
  --xo-gold: #d89a3a;
  --xo-gold-soft: rgba(216, 154, 58, 0.14);
  --xo-rose: #df7964;
  --xo-rose-soft: rgba(223, 121, 100, 0.12);
  --xo-navy: #1d2433;
  --xo-shadow: 0 24px 70px rgba(22, 28, 41, 0.1);
  --xo-radius-xl: 36px;
  --xo-radius-lg: 28px;
  --xo-radius-md: 22px;
  --xo-section-gap: clamp(26px, 3.6vw, 42px);
  --xo-panel-padding: clamp(24px, 4vw, 40px);
}

html {
  scroll-behavior: smooth;
}

body.page-template-page-templates-xo-homepage,
body.page-template-page-templates-xo-articles,
body.single-post,
body.home {
  background:
    radial-gradient(circle at 12% 8%, rgba(25, 158, 154, 0.14), transparent 24%),
    radial-gradient(circle at 84% 10%, rgba(216, 154, 58, 0.14), transparent 24%),
    linear-gradient(180deg, #fbf7f1 0%, var(--xo-bg) 100%);
  color: var(--xo-ink);
}

body.page-template-page-templates-xo-homepage #page,
body.page-template-page-templates-xo-articles #page,
body.single-post #page,
body.home #page {
  overflow-x: clip;
}

body.page-template-page-templates-xo-homepage .site-content,
body.page-template-page-templates-xo-articles .site-content,
body.single-post .site-content,
body.home .site-content {
  padding-top: 0;
  padding-bottom: 0;
}

body.page-template-page-templates-xo-homepage .ast-container,
body.page-template-page-templates-xo-articles .ast-container,
body.single-post .ast-container,
body.home .ast-container {
  display: block;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.xo-page {
  position: relative;
  padding: clamp(28px, 4vw, 52px) 0 clamp(56px, 7vw, 88px);
}

.xo-page,
.xo-page p,
.xo-page span,
.xo-page div,
.xo-page a,
.xo-page summary,
.xo-page details,
.xo-page strong,
.xo-page h1,
.xo-page h2,
.xo-page h3,
.xo-page h4 {
  font-family: inherit !important;
}

.xo-page__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 18%, rgba(25, 158, 154, 0.1), transparent 18%),
    radial-gradient(circle at 78% 14%, rgba(216, 154, 58, 0.09), transparent 18%),
    radial-gradient(circle at 82% 74%, rgba(223, 121, 100, 0.08), transparent 16%);
}

.xo-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.xo-hero {
  position: relative;
  overflow: hidden;
  padding: var(--xo-panel-padding);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 42px;
  background:
    linear-gradient(132deg, rgba(220, 243, 242, 0.9) 0%, rgba(255, 251, 245, 0.94) 52%, rgba(252, 243, 226, 0.9) 100%);
  box-shadow: var(--xo-shadow);
  backdrop-filter: blur(18px);
}

.xo-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(17, 19, 26, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 19, 26, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.12;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), transparent 92%);
}

.xo-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
  align-items: end;
}

.xo-hero__copy {
  grid-column: span 7;
}

.xo-hero__panel {
  grid-column: span 5;
}

.xo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 19, 26, 0.06);
  color: #556173;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xo-eyebrow::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--xo-cyan), #49c9c4);
  box-shadow: 0 0 0 6px rgba(25, 158, 154, 0.12);
}

.xo-title {
  margin: 22px 0 0;
  max-width: 8.4ch;
  font-size: clamp(3.4rem, 7vw, 5.9rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: var(--xo-ink);
}

.xo-lede {
  max-width: 58ch;
  margin: 20px 0 0;
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  line-height: 1.9;
  color: var(--xo-muted);
}

.xo-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.xo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.xo-button:hover {
  transform: translateY(-1px);
}

.xo-button--dark {
  background: linear-gradient(180deg, #1f2635 0%, #111723 100%);
  color: #fff;
  box-shadow: 0 18px 28px rgba(17, 23, 35, 0.18);
}

.xo-button--light {
  background: rgba(255, 255, 255, 0.78);
  color: var(--xo-ink);
  border-color: rgba(17, 19, 26, 0.08);
}

.xo-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.xo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(17, 19, 26, 0.06);
  font-size: 13px;
  font-weight: 800;
}

.xo-pill--cyan {
  background: var(--xo-cyan-soft);
  color: #177f7d;
}

.xo-pill--gold {
  background: var(--xo-gold-soft);
  color: #936418;
}

.xo-pill--rose {
  background: var(--xo-rose-soft);
  color: #b05b4c;
}

.xo-score-panel {
  overflow: hidden;
  padding: clamp(22px, 3vw, 28px);
  border-radius: 32px;
  background: rgba(255, 252, 247, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.xo-score-panel__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.xo-score-panel__mark {
  font-size: clamp(3.6rem, 5vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.xo-score-panel__label {
  margin-top: 10px;
  color: #687286;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.xo-score-panel__tag {
  max-width: 205px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(25, 158, 154, 0.12);
  border: 1px solid rgba(25, 158, 154, 0.16);
  color: #177f7d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.xo-score-panel__stack {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.xo-mini {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 19, 26, 0.06);
}

.xo-mini__icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(25, 158, 154, 0.12);
  color: #177f7d;
}

.xo-mini__title {
  font-size: 14px;
  font-weight: 800;
  color: var(--xo-ink);
}

.xo-mini__text {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--xo-muted);
}

.xo-floating-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: var(--xo-section-gap);
  padding: 0;
}

.xo-feature-card {
  min-height: 190px;
  padding: clamp(22px, 3vw, 28px);
  border-radius: 28px;
  background: var(--xo-paper-strong);
  border: 1px solid rgba(17, 19, 26, 0.06);
  box-shadow: 0 18px 42px rgba(19, 26, 41, 0.06);
}

.xo-feature-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(17, 19, 26, 0.06);
  font-size: 18px;
}

.xo-feature-card__title {
  margin: 18px 0 8px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.xo-feature-card__text {
  margin: 0;
  color: var(--xo-muted);
  font-size: 14px;
  line-height: 1.8;
}

.xo-section {
  margin-top: var(--xo-section-gap);
}

.xo-section__panel {
  padding: var(--xo-panel-padding);
  border-radius: 34px;
  background: rgba(255, 252, 247, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(20, 28, 42, 0.05);
}

.xo-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

.xo-section__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 19, 26, 0.06);
  color: #596578;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.xo-section__title {
  margin: 12px 0 0;
  max-width: 12ch;
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.xo-section__copy {
  margin: 0;
  color: var(--xo-muted);
  font-size: 15px;
  line-height: 1.9;
}

.xo-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.xo-review-card {
  height: 100%;
  padding: clamp(20px, 3vw, 24px);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 19, 26, 0.06);
}

.xo-review-card__rank {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(29, 36, 51, 0.98), rgba(54, 62, 82, 0.96));
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}

.xo-review-card__name {
  margin-top: 18px;
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.xo-review-card__desc {
  margin: 10px 0 0;
  color: var(--xo-muted);
  font-size: 14px;
  line-height: 1.8;
}

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

.xo-step-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 19, 26, 0.06);
}

.xo-step-card__no {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(223, 121, 100, 0.14), rgba(216, 154, 58, 0.14));
  color: var(--xo-ink);
  font-size: 15px;
  font-weight: 800;
}

.xo-step-card__title {
  font-size: 16px;
  font-weight: 800;
}

.xo-step-card__text {
  margin-top: 6px;
  color: var(--xo-muted);
  font-size: 14px;
  line-height: 1.8;
}

.xo-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 16px;
}

.xo-cta {
  padding: var(--xo-panel-padding);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(29, 36, 51, 0.98), rgba(21, 71, 80, 0.96));
  color: #fff;
}

.xo-cta .xo-section__eyebrow {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
}

.xo-cta h2 {
  margin: 14px 0 0;
  max-width: 12ch;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #f9fbff !important;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.xo-cta p {
  margin: 14px 0 0;
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.96) !important;
  font-size: 15px;
  line-height: 1.8;
}

.xo-cta .xo-section__eyebrow {
  color: rgba(255, 255, 255, 0.96) !important;
}

.xo-faq-panel {
  padding: clamp(24px, 4vw, 34px);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(17, 19, 26, 0.06);
}

.xo-faq {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.xo-faq details {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(247, 243, 236, 0.78);
  border: 1px solid rgba(17, 19, 26, 0.06);
}

.xo-faq summary {
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 800;
  color: var(--xo-ink);
}

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

.xo-faq p {
  margin: 12px 0 0;
  color: var(--xo-muted);
  font-size: 14px;
  line-height: 1.8;
}

.xo-footer-note {
  margin-top: 20px;
  text-align: center;
  color: var(--xo-muted);
  font-size: 13px;
}

.xo-page--articles {
  padding-top: clamp(34px, 4.2vw, 54px);
}

.xo-page--single {
  padding-top: clamp(34px, 4.2vw, 54px);
}

.xo-shell--single {
  width: min(1240px, calc(100vw - 40px));
}

.xo-single-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
}

.xo-single-article {
  padding: var(--xo-panel-padding);
  border-radius: 34px;
  background: rgba(255, 252, 247, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(20, 28, 42, 0.05);
}

.xo-single-header {
  margin-bottom: 26px;
}

.xo-title--single {
  max-width: 14ch;
  margin-top: 18px;
  font-size: clamp(2.5rem, 4.6vw, 4.4rem);
  line-height: 1.02;
}

.xo-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.xo-single-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(17, 19, 26, 0.06);
  color: #596578;
  font-size: 12px;
  font-weight: 800;
}

.xo-lede--single {
  max-width: 68ch;
}

.xo-single-body {
  color: var(--xo-ink);
}

.xo-single-body > *:first-child {
  margin-top: 0;
}

.xo-single-body figure {
  margin: 0 0 28px;
}

.xo-single-body .wp-block-image img,
.xo-single-body figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 28px 44px rgba(20, 28, 42, 0.1);
}

.xo-single-body p,
.xo-single-body li {
  color: var(--xo-ink);
  font-size: 16px;
  line-height: 1.95;
}

.xo-single-body h2,
.xo-single-body h3 {
  scroll-margin-top: 120px;
  color: var(--xo-ink);
}

.xo-single-body h2 {
  margin-top: 34px;
}

.xo-single-body h3 {
  margin-top: 24px;
}

.xo-single-body ul,
.xo-single-body ol {
  margin: 18px 0;
  padding-left: 1.35em;
}

.xo-sidebar-stack {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 16px;
}

.xo-sidebar-card {
  padding: 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(17, 19, 26, 0.06);
  box-shadow: 0 18px 42px rgba(19, 26, 41, 0.06);
}

.xo-sidebar-card__title {
  margin-top: 14px;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--xo-ink);
}

.xo-toc {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.xo-toc__link {
  color: var(--xo-ink);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.7;
}

.xo-toc__link.is-sub {
  padding-left: 14px;
  color: var(--xo-muted);
}

.xo-sidebar-list,
.xo-sidebar-links {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.xo-sidebar-post,
.xo-sidebar-link {
  display: block;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(247, 243, 236, 0.78);
  border: 1px solid rgba(17, 19, 26, 0.06);
  text-decoration: none;
}

.xo-sidebar-post__title,
.xo-sidebar-link {
  color: var(--xo-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
}

.xo-sidebar-post__meta {
  display: block;
  margin-top: 6px;
  color: var(--xo-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.xo-single-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.xo-single-nav__item {
  min-height: 130px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 19, 26, 0.06);
}

.xo-single-nav__label {
  color: #596578;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.xo-single-nav__link {
  margin-top: 12px;
}

.xo-single-nav__link a {
  color: var(--xo-ink);
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.xo-title--articles {
  max-width: 9.5ch;
  font-size: clamp(3rem, 5vw, 4.7rem);
}

.xo-articles-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 18px;
  align-items: stretch;
}

.xo-articles-hero__copy,
.xo-articles-stats {
  padding: var(--xo-panel-padding);
  border-radius: 34px;
  background: rgba(255, 252, 247, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(20, 28, 42, 0.05);
}

.xo-articles-stats {
  display: grid;
  gap: 16px;
  background:
    linear-gradient(145deg, rgba(29, 36, 51, 0.98), rgba(21, 71, 80, 0.96));
}

.xo-stat-card {
  padding: 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.xo-stat-card__label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.xo-stat-card__value {
  margin-top: 10px;
  color: #fff;
  font-size: clamp(2.3rem, 5vw, 3.6rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.xo-stat-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.8;
}

.xo-articles-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 18px;
  padding: var(--xo-panel-padding);
  border-radius: 34px;
  background: rgba(255, 252, 247, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(20, 28, 42, 0.05);
}

.xo-articles-featured__media,
.xo-article-card__media {
  display: block;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(220, 243, 242, 0.72), rgba(252, 243, 226, 0.92));
}

.xo-articles-featured__media img,
.xo-article-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xo-articles-featured__media {
  min-height: 380px;
}

.xo-articles-featured__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.xo-section__title--wide {
  max-width: 13ch;
}

.xo-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.xo-article-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 19, 26, 0.06);
  color: #596578;
  font-size: 12px;
  font-weight: 800;
}

.xo-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.xo-article-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(17, 19, 26, 0.06);
  box-shadow: 0 18px 42px rgba(19, 26, 41, 0.06);
}

.xo-article-card__media {
  aspect-ratio: 16 / 9;
  border-radius: 0;
}

.xo-article-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.xo-article-card__body .xo-article-meta {
  margin-top: 0;
}

.xo-article-card__title {
  margin: 16px 0 0;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.xo-article-card__title a,
.xo-articles-featured__copy a {
  color: var(--xo-ink);
  text-decoration: none;
}

.xo-article-card__excerpt {
  margin: 12px 0 0;
  color: var(--xo-muted);
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.xo-article-card__link {
  margin-top: auto;
  padding-top: 18px;
  color: var(--xo-cyan);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.xo-articles-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background:
    radial-gradient(circle at 20% 22%, rgba(25, 158, 154, 0.22), transparent 20%),
    radial-gradient(circle at 78% 18%, rgba(216, 154, 58, 0.24), transparent 22%),
    linear-gradient(135deg, rgba(240, 248, 247, 1), rgba(254, 248, 240, 1));
}

.xo-empty-state {
  padding: 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 19, 26, 0.06);
  color: var(--xo-muted);
  font-size: 15px;
}

@media (max-width: 1100px) {
  .xo-hero__copy,
  .xo-hero__panel,
  .xo-review-grid,
  .xo-steps-grid,
  .xo-split {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .xo-hero__grid,
  .xo-floating-cards,
  .xo-review-grid,
  .xo-steps-grid,
  .xo-split,
  .xo-articles-hero,
  .xo-articles-featured,
  .xo-article-grid,
  .xo-single-grid,
  .xo-single-nav {
    grid-template-columns: 1fr;
  }

  .xo-floating-cards {
    margin-top: 18px;
    padding: 0;
  }

  .xo-section__head {
    grid-template-columns: 1fr;
  }

  .xo-sidebar-stack {
    position: static;
  }
}

@media (max-width: 782px) {
  .xo-shell {
    width: min(100vw - 20px, 1180px);
  }

  .xo-shell--single {
    width: min(100vw - 20px, 1240px);
  }

  .xo-page {
    padding-top: 18px;
  }

  .xo-hero {
    padding: 22px 18px;
    border-radius: 28px;
  }

  .xo-title {
    max-width: 100%;
    font-size: clamp(2.7rem, 12vw, 4.3rem);
  }

  .xo-score-panel__top {
    flex-direction: column;
  }

  .xo-section__panel,
  .xo-cta,
  .xo-faq-panel,
  .xo-single-article,
  .xo-sidebar-card,
  .xo-single-nav__item {
    padding: 22px 18px;
    border-radius: 28px;
  }

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