:root {
  --yco-bg: #f5f8fc;
  --yco-surface: rgba(255, 255, 255, 0.98);
  --yco-surface-strong: #ffffff;
  --yco-border: rgba(92, 110, 134, 0.18);
  --yco-border-strong: rgba(92, 110, 134, 0.24);
  --yco-ink: #081a32;
  --yco-muted: #5c6e86;
  --yco-primary: #0f6fff;
  --yco-primary-dark: #0b59cc;
  --yco-primary-soft: rgba(15, 111, 255, 0.08);
  --yco-success: #0a8f5a;
  --yco-success-soft: rgba(10, 143, 90, 0.12);
  --yco-warning: #c07a00;
  --yco-warning-soft: rgba(192, 122, 0, 0.12);
  --yco-danger: #d14343;
  --yco-danger-soft: rgba(209, 67, 67, 0.12);
  --yco-radius-lg: 18px;
  --yco-radius-md: 14px;
  --yco-radius-sm: 999px;
  --yco-shadow: 0 24px 60px rgba(18, 44, 79, 0.1);
  --yco-shadow-soft: 0 16px 34px rgba(18, 44, 79, 0.08);
  --yco-font: "CircularStd", Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--yco-ink);
  font-family: var(--yco-font);
  background:
    radial-gradient(circle at top left, rgba(15, 111, 255, 0.12), transparent 22%),
    radial-gradient(circle at top right, rgba(14, 168, 120, 0.08), transparent 18%),
    linear-gradient(180deg, #fbfdff 0%, var(--yco-bg) 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

.yco-page {
  min-height: 100vh;
}

.yco-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.yco-container-narrow {
  width: min(820px, calc(100% - 32px));
}

.yco-hero,
.yco-section,
.yco-results-section {
  padding: 40px 0;
}

.yco-hero {
  padding-top: 56px;
}

.yco-kicker {
  margin: 0 0 18px;
  color: var(--yco-primary);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.yco-kicker-tight {
  margin-bottom: 14px;
}

.yco-hero-copy h1,
.yco-section-header h2,
.yco-section-header h3,
.yco-channel-summary h2,
.yco-category-card h4,
.yco-detail-header h4,
.yco-detail-card h5,
.yco-video-main h4,
.yco-verdict-copy h4,
.yco-recommendation-card h4 {
  margin: 0;
  letter-spacing: -0.04em;
}

.yco-hero-copy {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.yco-hero-copy h1 {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 0.98;
}

.yco-subhead,
.yco-lead,
.yco-section-copy,
.yco-faq-item p,
.yco-feature-card p,
.yco-form-message,
.yco-channel-url-text,
.yco-category-summary,
.yco-detail-copy,
.yco-video-summary,
.yco-video-meta,
.yco-recommendation-detail,
.yco-inline-list p,
.yco-section-meta,
.yco-verdict-summary {
  color: var(--yco-muted);
  line-height: 1.7;
}

.yco-lead {
  margin: 18px auto 0;
  max-width: 760px;
  font-size: 1.08rem;
}

.yco-subhead {
  margin: 18px 0 0;
  font-size: 1.16rem;
  font-weight: 600;
  line-height: 1.6;
}

.yco-results-shell,
.yco-verdict-card,
.yco-feature-card,
.yco-faq-item,
.yco-category-card,
.yco-detail-card,
.yco-video-row {
  border: 1px solid var(--yco-border);
  border-radius: var(--yco-radius-lg);
  background: var(--yco-surface);
  box-shadow: var(--yco-shadow-soft);
}

.yco-results-shell {
  padding: 24px;
}

.yco-form {
  margin-top: 28px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.yco-input-row input {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid var(--yco-border-strong);
  border-radius: 18px;
  background: #fff;
  color: var(--yco-ink);
}

.yco-input-row input:focus {
  outline: 2px solid rgba(15, 111, 255, 0.16);
  border-color: rgba(15, 111, 255, 0.34);
}

.yco-form-actions {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.yco-form-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--yco-radius-sm);
  color: #fff;
  background: linear-gradient(135deg, var(--yco-primary) 0%, #3e98ff 100%);
  box-shadow: 0 16px 30px rgba(15, 111, 255, 0.22);
  font-weight: 700;
  transition: transform 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
}

.yco-form-actions button:hover {
  transform: translateY(-1px);
}

.yco-form-actions button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.yco-form-message {
  margin: 12px 0 0;
  min-height: 24px;
  text-align: center;
}

.yco-form-message.error,
.yco-error {
  color: var(--yco-danger);
}

.yco-form-message.success {
  color: var(--yco-success);
}

.yco-results-section {
  padding-top: 8px;
  padding-bottom: 20px;
}

.yco-loading,
.yco-error {
  border-radius: var(--yco-radius-md);
  padding: 24px;
  text-align: center;
  border: 1px dashed var(--yco-border-strong);
  background: rgba(255, 255, 255, 0.9);
}

.yco-spinner {
  width: 34px;
  height: 34px;
  margin: 0 auto 14px;
  border-radius: 999px;
  border: 3px solid rgba(15, 111, 255, 0.14);
  border-top-color: var(--yco-primary);
  animation: yco-spin 0.9s linear infinite;
}

@keyframes yco-spin {
  to {
    transform: rotate(360deg);
  }
}

.yco-channel-summary {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--yco-border);
}

.yco-channel-heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

.yco-channel-avatar {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 28px rgba(18, 44, 79, 0.12);
}

.yco-channel-summary h2 {
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1.02;
}

.yco-channel-url-text {
  margin: 8px 0 0;
  word-break: break-word;
}

.yco-section {
  padding-top: 28px;
}

#yco-results > .yco-section {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--yco-border);
}

#yco-results > .yco-channel-summary + .yco-section {
  margin-top: 24px;
  padding-top: 0;
  border-top: 0;
}

.yco-section-dark {
  margin: 0;
  padding: 40px 0;
}

.yco-marketing-section {
  position: relative;
}

.yco-marketing-section::before {
  content: "";
  display: block;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 40px;
  border-top: 1px solid rgba(92, 110, 134, 0.22);
}

.yco-section-header {
  display: grid;
  gap: 14px;
  margin-bottom: 22px;
}

.yco-section-header-inline {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 16px;
}

.yco-section-header-centered {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.yco-section-header h2,
.yco-section-header h3 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.04;
}

.yco-section-copy,
.yco-section-meta {
  margin: 0;
}

.yco-copy-stack {
  display: grid;
  gap: 18px;
}

.yco-copy-stack p {
  margin: 0;
  color: var(--yco-muted);
  font-size: 1.04rem;
  line-height: 1.78;
}

.yco-copy-stack-centered {
  max-width: 860px;
  margin: 0 auto;
}

.yco-marketing-grid {
  display: grid;
  gap: 16px;
}

.yco-marketing-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yco-marketing-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yco-marketing-card,
.yco-step-card,
.yco-sample-shell,
.yco-compare-table-wrap {
  border: 1px solid var(--yco-border);
  border-radius: var(--yco-radius-lg);
  background: var(--yco-surface);
  box-shadow: var(--yco-shadow-soft);
}

.yco-marketing-card {
  padding: 22px;
}

.yco-marketing-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(15, 111, 255, 0.12) 0%, rgba(15, 111, 255, 0.04) 100%);
  color: var(--yco-primary-dark);
  box-shadow: inset 0 0 0 1px rgba(15, 111, 255, 0.08);
}

.yco-marketing-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.yco-marketing-card h3,
.yco-step-card h3 {
  margin: 0;
  font-size: 1.18rem;
  letter-spacing: -0.03em;
}

.yco-marketing-card p,
.yco-step-card p {
  margin: 8px 0 0;
  color: var(--yco-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

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

.yco-step-card {
  padding: 22px;
}

.yco-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 32px;
  margin-bottom: 18px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid var(--yco-border-strong);
  background: rgba(255, 255, 255, 0.88);
  color: var(--yco-muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.yco-sample-shell {
  padding: 24px;
}

.yco-sample-header,
.yco-sample-body,
.yco-sample-bar-row,
.yco-sample-actions {
  display: flex;
}

.yco-sample-header {
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--yco-border);
}

.yco-sample-label {
  color: var(--yco-ink);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.yco-sample-actions {
  gap: 10px;
  flex-wrap: wrap;
}

.yco-sample-actions span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--yco-border);
  color: var(--yco-muted);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.yco-sample-body {
  align-items: center;
  gap: 24px;
  padding: 22px 0;
}

.yco-sample-orbit {
  --score-fill: calc(var(--score) * 1%);
  width: 148px;
  min-width: 148px;
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    conic-gradient(var(--yco-primary) 0 var(--score-fill), rgba(15, 111, 255, 0.12) var(--score-fill) 100%);
  padding: 10px;
}

.yco-sample-orbit-inner {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  border: 1px solid rgba(8, 26, 50, 0.08);
  background: #fff;
}

.yco-sample-orbit-inner strong {
  color: var(--yco-primary-dark);
  font-size: 2.8rem;
  line-height: 0.92;
}

.yco-sample-orbit-inner span {
  color: var(--yco-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.yco-sample-bars {
  flex: 1 1 auto;
  display: grid;
  gap: 14px;
}

.yco-sample-bar-row {
  align-items: center;
  gap: 14px;
}

.yco-sample-bar-row span,
.yco-sample-bar-row strong {
  font-size: 0.9rem;
  white-space: nowrap;
}

.yco-sample-bar-row span {
  min-width: 116px;
  color: var(--yco-muted);
  text-transform: lowercase;
}

.yco-sample-bar-row strong {
  min-width: 28px;
  color: var(--yco-ink);
}

.yco-sample-bar {
  position: relative;
  flex: 1 1 auto;
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(8, 26, 50, 0.08);
}

.yco-sample-bar span {
  position: absolute;
  inset: 0 auto 0 0;
  min-width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--yco-primary) 0%, #66abff 100%);
}

.yco-sample-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--yco-border);
}

.yco-sample-thumbs span {
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  border: 1px solid var(--yco-border);
  background:
    linear-gradient(135deg, rgba(15, 111, 255, 0.05), rgba(15, 111, 255, 0.02)),
    repeating-linear-gradient(135deg, rgba(92, 110, 134, 0.12) 0 8px, transparent 8px 16px);
}

.yco-compare-table-wrap {
  overflow-x: auto;
}

.yco-compare-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.yco-compare-table th,
.yco-compare-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(92, 110, 134, 0.16);
  text-align: left;
}

.yco-compare-table th {
  color: var(--yco-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.yco-compare-table td {
  font-size: 0.95rem;
  line-height: 1.55;
}

.yco-table-yes {
  display: inline-block;
  margin-right: 8px;
  color: var(--yco-success);
  font-weight: 800;
}

.yco-compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.yco-verdict-card {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.yco-verdict-layout {
  display: grid;
  grid-template-columns: minmax(170px, 210px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.yco-score-orbit {
  --score-fill: calc(var(--score) * 1%);
  --yco-orbit-color: var(--yco-warning);
  --yco-orbit-soft: rgba(192, 122, 0, 0.14);
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 190px;
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    conic-gradient(var(--yco-orbit-color) 0 var(--score-fill), var(--yco-orbit-soft) var(--score-fill) 100%);
  padding: 12px;
  box-shadow: inset 0 0 0 1px rgba(8, 26, 50, 0.08);
}

.yco-score-orbit.is-good {
  --yco-orbit-color: var(--yco-success);
  --yco-orbit-soft: rgba(10, 143, 90, 0.14);
}

.yco-score-orbit.is-warning {
  --yco-orbit-color: var(--yco-warning);
  --yco-orbit-soft: rgba(192, 122, 0, 0.14);
}

.yco-score-orbit.is-bad {
  --yco-orbit-color: var(--yco-danger);
  --yco-orbit-soft: rgba(209, 67, 67, 0.14);
}

.yco-score-orbit-inner {
  display: grid;
  place-items: center;
  gap: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background:
    radial-gradient(circle at top, rgba(8, 26, 50, 0.05), rgba(255, 255, 255, 0.96)),
    var(--yco-surface-strong);
  border: 1px solid rgba(8, 26, 50, 0.08);
}

.yco-score-orbit-inner strong {
  font-size: clamp(2.8rem, 7vw, 4rem);
  line-height: 0.92;
  color: var(--yco-orbit-color);
}

.yco-score-orbit-inner span {
  color: var(--yco-muted);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  margin-top: -2px;
}

.yco-verdict-copy h4 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
}

.yco-verdict-summary {
  margin: 12px 0 0;
  font-size: 1.05rem;
  max-width: 760px;
}

.yco-category-grid,
.yco-detail-grid,
.yco-feature-grid,
.yco-faq-list,
.yco-video-list,
.yco-detail-sections {
  display: grid;
  gap: 16px;
}

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

.yco-category-card,
.yco-detail-section,
.yco-video-row {
  overflow: hidden;
}

.yco-category-card {
  width: 100%;
  padding: 20px;
  border: 1px solid var(--yco-border);
  text-align: left;
}

.yco-category-top,
.yco-detail-top,
.yco-detail-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.yco-card-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.yco-category-card h4,
.yco-detail-header h4 {
  font-size: 1.32rem;
  font-weight: 700;
}

.yco-category-summary {
  margin: 2px 0 0;
  font-size: 0.88rem;
  line-height: 1.55;
}

.yco-score-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 54px;
  padding: 0 12px;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid var(--yco-border);
  background: rgba(8, 26, 50, 0.04);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1;
}

.yco-score-chip.is-small {
  min-width: 40px;
  min-height: 40px;
  padding: 0 10px;
  font-size: 0.92rem;
}

.yco-score-chip.is-good {
  color: var(--yco-success);
  background: var(--yco-success-soft);
  border-color: rgba(10, 143, 90, 0.18);
}

.yco-score-chip.is-warning {
  color: var(--yco-warning);
  background: var(--yco-warning-soft);
  border-color: rgba(192, 122, 0, 0.18);
}

.yco-score-chip.is-bad {
  color: var(--yco-danger);
  background: var(--yco-danger-soft);
  border-color: rgba(209, 67, 67, 0.18);
}

.yco-progress {
  position: relative;
  width: 100%;
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(8, 26, 50, 0.08);
}

.yco-category-card .yco-progress,
.yco-detail-card .yco-progress {
  margin-top: 16px;
}

.yco-progress span {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--yco-primary) 0%, #5da7ff 100%);
}

.yco-progress.is-good span {
  background: linear-gradient(90deg, var(--yco-success) 0%, #36ba83 100%);
}

.yco-progress.is-warning span {
  background: linear-gradient(90deg, var(--yco-warning) 0%, #f0a11a 100%);
}

.yco-progress.is-bad span {
  background: linear-gradient(90deg, var(--yco-danger) 0%, #ec7474 100%);
}

.yco-detail-sections {
  gap: 22px;
}

.yco-detail-section {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.yco-detail-section + .yco-detail-section {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--yco-border);
}

.yco-detail-header .yco-section-copy {
  margin-top: 10px;
  font-size: 0.95rem;
  line-height: 1.6;
}

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

.yco-detail-header h4 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.04;
}

.yco-detail-card {
  padding: 18px;
}

.yco-detail-card h5 {
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.3;
}

.yco-detail-value {
  display: block;
  margin: 14px 0 0;
  font-size: 0.95rem;
  color: var(--yco-muted);
  font-weight: 700;
  line-height: 1.3;
}

.yco-detail-copy {
  margin: 2px 0 0;
  font-size: 0.88rem;
  line-height: 1.55;
}

.yco-detail-card.is-good {
  border-color: rgba(10, 143, 90, 0.18);
}

.yco-detail-card.is-warning {
  border-color: rgba(192, 122, 0, 0.18);
}

.yco-detail-card.is-bad {
  border-color: rgba(209, 67, 67, 0.2);
}

.yco-video-list {
  gap: 14px;
}

.yco-video-toggle {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.yco-video-head {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
}

.yco-video-thumb {
  display: block;
  width: 140px;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  object-fit: cover;
  background: rgba(8, 26, 50, 0.08);
}

.yco-video-thumb-placeholder {
  border: 1px dashed var(--yco-border-strong);
}

.yco-video-main h4 {
  font-size: 1.12rem;
  line-height: 1.35;
}

.yco-video-meta {
  margin: 8px 0 12px;
  font-size: 0.92rem;
}

.yco-video-side {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.yco-chevron {
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--yco-muted);
  border-bottom: 2px solid var(--yco-muted);
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.yco-video-toggle[aria-expanded="true"] .yco-chevron {
  transform: rotate(225deg);
}

.yco-video-panel {
  padding: 0 18px 20px;
}

.yco-video-summary {
  margin: 0 0 18px;
}

.yco-video-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.yco-video-extra {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
}

.yco-video-extra-top {
  margin-top: 0;
  margin-bottom: 18px;
}

.yco-inline-list {
  flex: 1 1 240px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--yco-border);
  background: rgba(8, 26, 50, 0.03);
}

.yco-inline-list span {
  display: block;
  color: var(--yco-primary);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.yco-inline-list p {
  margin: 8px 0 0;
}

.yco-video-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: var(--yco-radius-sm);
  border: 1px solid rgba(15, 111, 255, 0.16);
  background: var(--yco-primary-soft);
  color: var(--yco-primary-dark);
  font-weight: 700;
}

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

.yco-recommendation-card {
  padding: 18px;
}

.yco-recommendation-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(92, 110, 134, 0.16);
  background: rgba(8, 26, 50, 0.04);
  color: var(--yco-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.yco-recommendation-meta.is-high {
  border-color: rgba(209, 67, 67, 0.16);
  background: rgba(209, 67, 67, 0.08);
  color: var(--yco-danger);
}

.yco-recommendation-meta.is-medium {
  border-color: rgba(192, 122, 0, 0.18);
  background: rgba(192, 122, 0, 0.08);
  color: var(--yco-warning);
}

.yco-recommendation-meta.is-low {
  border-color: rgba(10, 143, 90, 0.18);
  background: rgba(10, 143, 90, 0.08);
  color: var(--yco-success);
}

.yco-recommendation-alert {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--yco-danger);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1;
}

.yco-recommendation-meta.is-medium .yco-recommendation-alert {
  background: var(--yco-warning);
}

.yco-recommendation-meta.is-low .yco-recommendation-alert {
  background: var(--yco-success);
}

.yco-recommendation-card h4 {
  margin-top: 8px;
  font-size: 1.22rem;
  font-weight: 700;
}

.yco-recommendation-detail {
  margin: 4px 0 0;
  font-size: 0.88rem;
  line-height: 1.55;
}

.yco-video-controls {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.yco-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: var(--yco-radius-sm);
  border: 1px solid rgba(15, 111, 255, 0.16);
  background: rgba(255, 255, 255, 0.92);
  color: var(--yco-primary-dark);
  font-weight: 700;
}

.yco-section-dark .yco-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yco-feature-card {
  padding: 24px;
}

.yco-feature-card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.yco-faq-item {
  padding: 18px 20px;
}

.yco-faq-item summary {
  cursor: pointer;
  list-style: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

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

.yco-faq-item p {
  margin: 12px 0 0;
}

@media (max-width: 1024px) {
  .yco-verdict-layout,
  .yco-marketing-grid-3,
  .yco-category-grid,
  .yco-marketing-grid-4,
  .yco-recommendations-grid,
  .yco-detail-grid,
  .yco-video-detail-grid,
  .yco-step-grid,
  .yco-section-dark .yco-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yco-sample-body {
    flex-direction: column;
    align-items: flex-start;
  }

  .yco-sample-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .yco-video-head {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .yco-video-side {
    grid-column: 2;
    justify-items: start;
    grid-auto-flow: column;
  }
}

@media (max-width: 720px) {
  .yco-container {
    width: min(100%, calc(100% - 20px));
  }

  .yco-hero,
  .yco-section,
  .yco-results-section {
    padding: 28px 0;
  }

  .yco-results-shell {
    padding: 18px;
  }

  .yco-marketing-section::before {
    width: min(100%, calc(100% - 20px));
    margin-bottom: 28px;
  }

  .yco-section-header-inline {
    grid-template-columns: 1fr;
  }

  .yco-channel-heading {
    align-items: flex-start;
  }

  .yco-channel-avatar {
    width: 60px;
    height: 60px;
  }

  .yco-score-orbit {
    max-width: 156px;
    margin: 0 auto;
  }

  .yco-video-head {
    grid-template-columns: 1fr;
  }

  .yco-video-thumb {
    width: 100%;
    max-width: 220px;
  }

  .yco-video-side {
    grid-column: auto;
  }

  .yco-marketing-grid-4,
  .yco-marketing-grid-3,
  .yco-recommendations-grid,
  .yco-detail-grid,
  .yco-video-detail-grid,
  .yco-step-grid,
  .yco-section-dark .yco-feature-grid {
    grid-template-columns: 1fr;
  }

  .yco-copy-stack p {
    font-size: 0.98rem;
  }

  .yco-sample-shell,
  .yco-marketing-card,
  .yco-step-card,
  .yco-recommendation-card,
  .yco-feature-card,
  .yco-faq-item {
    padding: 18px;
  }

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

  .yco-sample-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yco-sample-bar-row {
    flex-wrap: wrap;
    gap: 8px;
  }

  .yco-sample-bar-row span {
    min-width: 0;
    width: 100%;
  }
}
