/* ============================================
   Blog Post Layout — Matches guide page design
   ============================================ */

/* --- White header (match guide pages) --- */

.decision-guide-page .site-header.site-header-light {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.decision-guide-page .site-header.site-header-light .nav-list a {
    color: #00c0d4;
    text-shadow: none;
}

.decision-guide-page .site-header.site-header-light .nav-list a:hover {
    color: #0070cc;
    text-shadow: none;
}

.decision-guide-page .site-header.site-header-light .nav-list a::after {
    background: linear-gradient(90deg, #00c0d4, #0080ff);
    box-shadow: none;
}

.decision-guide-page .site-header.site-header-light .mobile-menu-toggle {
    background: rgba(0, 192, 212, 0.08);
    border: 1px solid rgba(0, 112, 204, 0.12);
}

.decision-guide-page .site-header.site-header-light .mobile-menu-toggle:hover,
.decision-guide-page .site-header.site-header-light .mobile-menu-toggle:active {
    background: rgba(0, 192, 212, 0.14);
    box-shadow: 0 8px 18px rgba(0, 112, 204, 0.12);
}

.decision-guide-page .site-header.site-header-light .hamburger-line {
    background-color: #0070cc;
}

/* --- Page-level overrides to match guide typography --- */

.blog-post {
    max-width: 1280px;
    background: none;
    border-radius: 0;
    padding: 32px 64px 64px;
    margin-top: 0;
    font-size: 17px;
    line-height: 26px;
    color: #000;
}

.blog-content-grid {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.blog-main-col {
    flex: 1;
    max-width: 780px;
    min-width: 0;
}

.blog-sidebar {
    width: 260px;
    flex-shrink: 0;
}

.blog-sidebar-toc {
    position: sticky;
    top: 96px;
    margin-top: 0;
    border-top: 1px solid #ebebec;
    padding-top: 12px;
}

.blog-sidebar-toc-title {
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #3d4045;
}

.blog-sidebar-toc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-sidebar-toc a {
    display: block;
    padding: 8px 8px 8px 16px;
    border-left: 4px solid transparent;
    color: #000;
    font-size: 17px;
    line-height: 26px;
    text-decoration: none;
    transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.blog-sidebar-toc a:hover {
    background: #eefaff;
    color: #000;
}

.blog-sidebar-toc a.active {
    border-left-color: #00c0d4;
    font-weight: 500;
    color: #0070cc;
}

.blog-post-content {
    max-width: none;
    margin-top: 0;
    color: #000;
}

.blog-post-content > section {
    position: relative;
    padding: 0 0 28px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(0, 112, 204, 0.12);
    scroll-margin-top: 80px;
}

.blog-post-content > section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.blog-post h2 {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    color: #000;
    margin-top: 48px;
    margin-bottom: 16px;
    padding-top: 32px;
    padding-left: 16px;
    border-top: 1px solid #ebebec;
    scroll-margin-top: 80px;
}

.blog-post h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 37px;
    width: 5px;
    height: calc(100% - 37px);
    border-radius: 999px;
    background: linear-gradient(180deg, #00c0d4, #0080ff);
}

.blog-post-content > section > h2 {
    margin: 0 0 16px;
    padding-top: 0;
    padding-left: 16px;
    border-top: none;
}

.blog-post-content > section > h2::before {
    top: 5px;
    height: calc(100% - 10px);
}

.blog-post h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
}

.blog-post h3[id] {
    scroll-margin-top: 112px;
}

.blog-post p {
    color: #000;
    margin-bottom: 16px;
}

.blog-post-content a:not(.doc-action-btn) {
    color: #0070cc;
    border-bottom: none;
    text-decoration: none;
}

.blog-post-content a:not(.doc-action-btn):hover {
    color: #0070cc;
    text-decoration: underline;
}

/* --- Hero Banner --- */

.blog-hero {
    background: linear-gradient(135deg, rgba(0, 192, 212, 0.95) 0%, rgba(0, 128, 255, 0.95) 100%);
    padding: 28px 0 36px;
    text-align: left;
}

.blog-hero-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 64px;
}

/* --- Breadcrumb (inside hero) --- */

.blog-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

.blog-breadcrumb a,
.blog-breadcrumb li {
    font-size: 11px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.blog-breadcrumb a:hover,
.blog-breadcrumb a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.blog-breadcrumb li[aria-current] {
    opacity: 1;
}

.blog-breadcrumb li + li::before {
    content: "\203A";
    margin-right: 8px;
}

/* --- Hero H1 --- */

.blog-hero .blog-post-title {
    margin: 0 0 16px;
    font-size: 44px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0.2px;
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: none;
    background-clip: border-box;
}

.blog-hero-intro {
    max-width: 780px;
    margin: 16px 0 0;
    color: #fff;
    font-size: 17px;
    line-height: 26px;
}

.blog-hero-intro strong {
    font-weight: 700;
    color: #fff;
}

/* --- Trust Strip (inside hero) --- */

.blog-trust-strip {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.blog-trust-strip .trust-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px 6px;
}

.blog-trust-strip .trust-label,
.blog-trust-strip .trust-name,
.blog-trust-strip .trust-date,
.blog-trust-strip .trust-badge,
.blog-trust-strip .trust-link,
.blog-trust-strip .trust-sep {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    text-decoration: none;
}

.blog-trust-strip .trust-label {
    font-weight: 500;
}

.blog-trust-strip .trust-name {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.blog-trust-strip .trust-name:hover,
.blog-trust-strip .trust-name:focus-visible {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.blog-trust-strip .trust-date {
    font-weight: 500;
}

.blog-trust-strip .trust-badge {
    font-weight: 700;
}

.blog-trust-strip .trust-badge::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: -3px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23 12l-2.44-2.79.34-3.69-3.61-.82-1.89-3.2L12 2.96 8.6 1.5 6.71 4.69 3.1 5.5l.34 3.7L1 12l2.44 2.79-.34 3.7 3.61.82L8.6 22.5l3.4-1.47 3.4 1.46 1.89-3.19 3.61-.82-.34-3.69L23 12z' fill='white'/%3E%3Cpath d='M10 17l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z' fill='%2300a8ba'/%3E%3C/svg%3E") no-repeat center / contain;
}

.blog-trust-strip .trust-sep {
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.4);
}

.blog-trust-strip .trust-link {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.blog-trust-strip .trust-link:hover,
.blog-trust-strip .trust-link:focus-visible {
    color: #fff;
    text-decoration-thickness: 2px;
}

/* Remove old author line */
.blog-post-author {
    display: none;
}

/* --- Quick Picks --- */

.blog-post-content > section.blog-quick-picks {
    margin: 0 0 40px;
    padding: 0 0 32px;
    border-bottom: 1px solid rgba(0, 112, 204, 0.12);
    background: none;
    box-shadow: none;
    overflow: visible;
}

.blog-quick-picks-head {
    margin-bottom: 16px;
}

.blog-quick-picks-head > h2 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: #04121f;
}

.blog-quick-picks-head > h2::before {
    display: none;
}

.blog-quick-picks-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-quick-picks-grid > li {
    display: flex;
}

.blog-quick-pick-card {
    position: relative;
    border: 1px solid var(--quick-pick-border, rgba(0, 112, 204, 0.12));
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, var(--quick-pick-glow, rgba(0, 192, 212, 0.14)), transparent 38%),
        linear-gradient(135deg, var(--quick-pick-bg-start, #ffffff) 0%, var(--quick-pick-bg-end, #f5fbff) 100%);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
    overflow: hidden;
}

.blog-post-content a.blog-quick-pick-card,
.blog-post-content a.blog-quick-pick-card:hover,
.blog-post-content a.blog-quick-pick-card:focus-visible {
    text-decoration: none;
    border-bottom: none;
}

.blog-quick-pick-card::before {
    content: none;
}

.blog-quick-pick-card::after {
    content: none;
}

.blog-quick-pick-card:hover,
.blog-quick-pick-card:focus-visible {
    transform: translateY(-4px);
    border-color: var(--quick-pick-border-hover, rgba(0, 112, 204, 0.22));
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.16);
    outline: none;
}

.blog-quick-pick-card:hover .blog-quick-pick-title,
.blog-quick-pick-card:focus-visible .blog-quick-pick-title {
    color: var(--quick-pick-title-hover, var(--quick-pick-title, #04121f));
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.blog-quick-picks-grid > li:first-child {
    grid-column: 1 / -1;
}

.blog-quick-pick-card--hero {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 124px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
    min-height: 250px;
    padding: 18px 22px 16px;
}

.blog-quick-pick-card--support {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 92px;
    align-items: start;
    gap: 16px;
    min-height: 186px;
    padding: 18px 18px 18px 20px;
}

.blog-quick-pick-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.blog-quick-pick-poster {
    width: 100%;
    aspect-ratio: 2 / 3;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
    background: rgba(0, 0, 0, 0.12);
}

.blog-quick-pick-poster img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-quick-pick-card--social {
    --quick-pick-bg-start: #071a2a;
    --quick-pick-bg-end: #13527e;
    --quick-pick-glow: rgba(125, 220, 255, 0.34);
    --quick-pick-border: rgba(116, 201, 255, 0.16);
    --quick-pick-border-hover: rgba(160, 226, 255, 0.28);
    --quick-pick-label-bg: rgba(255, 255, 255, 0.1);
    --quick-pick-label-border: rgba(255, 255, 255, 0.16);
    --quick-pick-label-text: #dff8ff;
    --quick-pick-title: #ffffff;
    --quick-pick-title-hover: #ffffff;
    --quick-pick-copy: rgba(237, 246, 255, 0.84);
}

.blog-quick-pick-card--ai-doc {
    --quick-pick-bg-start: #fff0c3;
    --quick-pick-bg-end: #f8b93f;
    --quick-pick-glow: rgba(255, 255, 255, 0.45);
    --quick-pick-border: rgba(173, 115, 14, 0.18);
    --quick-pick-border-hover: rgba(173, 115, 14, 0.28);
    --quick-pick-label-bg: rgba(255, 255, 255, 0.48);
    --quick-pick-label-border: rgba(173, 115, 14, 0.12);
    --quick-pick-label-text: #8a4f00;
    --quick-pick-title: #442500;
    --quick-pick-title-hover: #442500;
    --quick-pick-copy: rgba(83, 47, 0, 0.82);
}

.blog-quick-pick-card--alphago {
    --quick-pick-bg-start: #111722;
    --quick-pick-bg-end: #32496b;
    --quick-pick-glow: rgba(178, 226, 255, 0.2);
    --quick-pick-border: rgba(138, 170, 218, 0.18);
    --quick-pick-border-hover: rgba(168, 196, 238, 0.28);
    --quick-pick-label-bg: rgba(255, 255, 255, 0.1);
    --quick-pick-label-border: rgba(255, 255, 255, 0.14);
    --quick-pick-label-text: #d8e8ff;
    --quick-pick-title: #ffffff;
    --quick-pick-title-hover: #ffffff;
    --quick-pick-copy: rgba(231, 239, 250, 0.82);
}

.blog-quick-pick-card--ex-machina {
    --quick-pick-bg-start: #040404;
    --quick-pick-bg-end: #26282d;
    --quick-pick-glow: rgba(243, 62, 72, 0.28);
    --quick-pick-border: rgba(242, 73, 82, 0.16);
    --quick-pick-border-hover: rgba(244, 108, 116, 0.28);
    --quick-pick-label-bg: rgba(255, 255, 255, 0.09);
    --quick-pick-label-border: rgba(255, 255, 255, 0.16);
    --quick-pick-label-text: #fff1f3;
    --quick-pick-title: #ffffff;
    --quick-pick-title-hover: #ffffff;
    --quick-pick-copy: rgba(235, 239, 243, 0.82);
}

.blog-quick-pick-card--matrix {
    --quick-pick-bg-start: #06161b;
    --quick-pick-bg-end: #2d6470;
    --quick-pick-glow: rgba(124, 236, 255, 0.28);
    --quick-pick-border: rgba(104, 215, 233, 0.17);
    --quick-pick-border-hover: rgba(141, 232, 247, 0.28);
    --quick-pick-label-bg: rgba(255, 255, 255, 0.11);
    --quick-pick-label-border: rgba(255, 255, 255, 0.16);
    --quick-pick-label-text: #e4ffff;
    --quick-pick-title: #ffffff;
    --quick-pick-title-hover: #ffffff;
    --quick-pick-copy: rgba(233, 244, 248, 0.84);
}

.blog-quick-pick-card--her {
    --quick-pick-bg-start: #d40f57;
    --quick-pick-bg-end: #ff5a62;
    --quick-pick-glow: rgba(255, 200, 220, 0.3);
    --quick-pick-border: rgba(150, 9, 62, 0.18);
    --quick-pick-border-hover: rgba(150, 9, 62, 0.28);
    --quick-pick-label-bg: rgba(255, 224, 234, 0.54);
    --quick-pick-label-border: rgba(150, 9, 62, 0.12);
    --quick-pick-label-text: #fff6f9;
    --quick-pick-title: #ffffff;
    --quick-pick-title-hover: #ffffff;
    --quick-pick-copy: rgba(255, 242, 247, 0.94);
}

.blog-quick-pick-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 14px;
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--quick-pick-label-bg, linear-gradient(180deg, rgba(236, 249, 255, 1) 0%, rgba(225, 244, 255, 1) 100%));
    border: 1px solid var(--quick-pick-label-border, rgba(0, 112, 204, 0.08));
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--quick-pick-label-text, #0070cc);
}

.blog-quick-pick-title {
    display: inline-block;
    margin: 0 0 10px;
    max-width: calc(100% - 24px);
    font-weight: 700;
    color: var(--quick-pick-title, #04121f);
    text-decoration: none;
    transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.blog-quick-pick-card--hero .blog-quick-pick-title {
    max-width: 100%;
    font-size: 34px;
    line-height: 37px;
}

.blog-quick-pick-card--support .blog-quick-pick-title {
    font-size: 24px;
    line-height: 27px;
}

.blog-quick-pick-copy {
    display: block;
    margin: 0;
    color: var(--quick-pick-copy, #4b5864);
    padding-right: 24px;
}

.blog-quick-pick-card--hero .blog-quick-pick-copy {
    padding-right: 0;
    font-size: 17px;
    line-height: 25px;
    max-width: none;
}

.blog-quick-pick-card--support .blog-quick-pick-copy {
    font-size: 15px;
    line-height: 22px;
    max-width: 24ch;
}

.blog-post-content > p:first-of-type::first-letter {
    float: none;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    margin-right: 0;
    margin-top: 0;
}

/* --- Comparison Table --- */

.table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 16px;
}

.comp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 22px;
}

.comp-table th,
.comp-table td {
    padding: 10px 14px;
    text-align: left;
    vertical-align: top;
    border-bottom: 0.8px solid #e0e0e0;
}

.comp-table thead th {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #3d4045;
    background: linear-gradient(180deg, #f8f9fa 0%, #f0f1f2 100%);
    border-bottom: 0.8px solid #000;
    white-space: nowrap;
    position: sticky;
    top: 0;
    z-index: 1;
}

.comp-table tbody tr:nth-child(even) {
    background: #f8f9fa;
}

.comp-table tbody tr:hover {
    background: #eefaff;
}

.comp-table td:first-child {
    font-weight: 600;
}

.comp-table th:nth-child(2),
.comp-table td:nth-child(2) {
    text-align: right;
}

.comp-table a {
    color: #0070cc;
    text-decoration: none;
}

.comp-table a:hover {
    text-decoration: underline;
}

.table-wrap-glance {
    margin: 10px 0 8px;
}

.comp-table-glance {
    border-collapse: separate;
    border-spacing: 0 12px;
    font-size: 15px;
    line-height: 22px;
}

.comp-table-glance thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 0 16px 10px;
    border-bottom: 0;
    background: transparent;
    font-size: 11px;
    letter-spacing: 0.12em;
    color: #4b5864;
}

.comp-table-glance tbody td {
    padding: 14px;
    border-top: 1px solid rgba(0, 112, 204, 0.12);
    border-bottom: 1px solid rgba(0, 112, 204, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 255, 0.98) 100%);
    transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.comp-table-glance tbody td:first-child {
    border-left: 1px solid rgba(0, 112, 204, 0.12);
    border-radius: 22px 0 0 22px;
}

.comp-table-glance tbody td:last-child {
    border-right: 1px solid rgba(0, 112, 204, 0.12);
    border-radius: 0 22px 22px 0;
}

.comp-table-glance tbody tr:hover td {
    background: linear-gradient(180deg, rgba(247, 251, 255, 1) 0%, rgba(241, 248, 255, 1) 100%);
    border-color: rgba(0, 112, 204, 0.16);
}

.comp-table-glance tbody tr[data-row-link] {
    cursor: pointer;
}

.comp-table-glance th:nth-child(2),
.comp-table-glance td:nth-child(2) {
    text-align: center;
    width: 88px;
}

.comp-table-glance th:nth-child(3),
.comp-table-glance td:nth-child(3) {
    width: 162px;
}

.comp-table-glance th:nth-child(4),
.comp-table-glance td:nth-child(4) {
    width: 232px;
}

.comp-table-movies th:nth-child(3),
.comp-table-movies td:nth-child(3) {
    width: 148px;
}

.comp-table-movies th:nth-child(4),
.comp-table-movies td:nth-child(4) {
    width: 208px;
}

.comp-table-glance .comp-title-cell a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #04121f;
    text-decoration: none;
}

.comp-table-glance .comp-title-cell > .comp-rank,
.comp-table-glance .comp-title-cell > .comp-title-text {
    vertical-align: middle;
}

.comp-table-glance .comp-title-cell > .comp-title-text {
    display: inline-block;
    margin-left: 12px;
}

.comp-table-glance .comp-title-cell a:hover {
    text-decoration: none;
}

.comp-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    border-radius: 999px;
    background: linear-gradient(180deg, #eaf8ff 0%, #dff2ff 100%);
    border: 1px solid rgba(0, 112, 204, 0.08);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #0070cc;
}

.comp-title-text {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #04121f;
}

.comp-title-year {
    display: inline;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #5d6874;
    white-space: nowrap;
}

.comp-table-movies .comp-title-text {
    font-size: 17px;
    line-height: 23px;
}

.comp-table-movies .comp-title-year {
    font-size: 14px;
}

.comp-table-glance tbody tr[data-row-link]:hover .comp-title-text,
.comp-table-glance tbody tr[data-row-link]:focus-within .comp-title-text,
.comp-table-glance .comp-title-cell a:hover .comp-title-text,
.comp-table-glance .comp-title-cell a:focus-visible .comp-title-text {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.comp-score-pill,
.comp-intent-pill,
.comp-provider {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 700;
}

.comp-score-pill {
    min-width: 52px;
    padding: 8px 10px;
    background: linear-gradient(180deg, #16324f 0%, #255f87 100%);
    border: 1px solid rgba(8, 45, 78, 0.14);
    font-size: 13px;
    line-height: 1;
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 2px 8px rgba(18, 70, 109, 0.12);
}

.comp-intent-pill {
    justify-content: flex-start;
    padding: 8px 12px;
    background: linear-gradient(180deg, #edf7ff 0%, #e3f1fc 100%);
    border: 1px solid rgba(0, 112, 204, 0.1);
    font-size: 12px;
    line-height: 16px;
    color: #1d5377;
}

.comp-provider-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.comp-provider {
    padding: 6px 9px;
    background: linear-gradient(180deg, #fbfdff 0%, #f2f8fd 100%);
    border: 1px solid rgba(0, 112, 204, 0.1);
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.04em;
    color: #49667f;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
    white-space: nowrap;
}

/* --- Documentary Entry Cards --- */

.doc-card {
    padding: 24px;
    margin-bottom: 24px;
    border: 0.8px solid #d8d9da;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.doc-card h3 {
    margin-top: 0;
    margin-bottom: 16px;
}

.doc-card-head {
    display: grid;
    grid-template-columns: 124px minmax(0, 1fr);
    gap: 18px 20px;
    align-items: stretch;
    margin-bottom: 16px;
}

.doc-card img.poster {
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center top;
    border: 0.8px solid #ebebec;
    border-radius: 8px;
    background: #f7f7f7;
    justify-self: stretch;
    align-self: stretch;
}

.doc-meta-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-content: start;
    grid-template-areas:
        "primary"
        "imdb"
        "watch";
}

.doc-meta-grid-simple {
    grid-template-areas:
        "primary"
        "imdb"
        "watch";
}

.doc-meta-item {
    position: relative;
    padding-bottom: 10px;
}

.doc-meta-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(100%, 360px);
    height: 1px;
    background: #ebebec;
}

.doc-meta-item-imdb,
.doc-meta-item-watch {
    padding-top: 12px;
}

.doc-meta-item-primary { grid-area: primary; }
.doc-meta-item-rt { grid-area: rt; }
.doc-meta-item-imdb { grid-area: imdb; }
.doc-meta-item-watch { grid-area: watch; }

.doc-meta-label {
    display: block;
    margin-bottom: 6px;
    color: #64666a;
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.doc-meta-value {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}

.doc-card > p,
.doc-card .doc-actions {
    max-width: 72ch;
}

.doc-card > p {
    margin-top: 0;
}

.doc-actions {
    margin-top: 8px;
}

.doc-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    min-height: 44px;
    padding: 12px 18px;
    background: linear-gradient(135deg, rgba(0, 192, 212, 0.95) 0%, rgba(0, 128, 255, 0.95) 100%);
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 2px;
    transition: background 0.15s ease, transform 0.15s ease;
}

.doc-action-btn:hover,
.doc-action-btn:focus {
    background: linear-gradient(135deg, #00a8ba 0%, #0070cc 100%);
    color: #fff !important;
    transform: translateY(-1px);
    text-decoration: none !important;
}

.doc-card > p:last-of-type {
    margin-bottom: 0;
}

/* --- FAQ styling --- */

.blog-post-content .faq-item {
    border-top: 0.8px solid #d8d9da;
    padding: 0;
}

.blog-post-content .faq-item:last-child {
    border-bottom: 0.8px solid #d8d9da;
}

.blog-post-content .faq-item summary {
    cursor: pointer;
    font-weight: 600;
    font-size: 17px;
    color: #000;
    padding: 8px 24px 8px 46px;
    position: relative;
    list-style: none;
    transition: background-color 0.15s ease;
}

.blog-post-content .faq-item summary:hover {
    background: #eefaff;
}

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

.blog-post-content .faq-item summary::before {
    content: '+';
    position: absolute;
    left: 24px;
    top: 8px;
    font-weight: 700;
    color: #00c0d4;
    transition: transform 0.15s ease;
}

.blog-post-content .faq-item[open] summary::before {
    content: '\2212';
}

.blog-post-content .faq-item p {
    margin: 0;
    padding: 0 24px 16px;
    font-size: 17px;
    line-height: 26px;
    color: #000;
}

/* --- Related Posts --- */

.related-posts {
    max-width: 780px;
    margin: 32px auto 0 0;
    padding: 32px 0 0;
    border-top: 1px solid rgba(0, 112, 204, 0.12);
    background: transparent;
}

.blog-post .related-posts-header {
    margin-bottom: 20px;
}

.blog-post .related-posts-header h2 {
    margin: 0 0 16px;
    padding-top: 0;
    padding-left: 16px;
    border-top: 0;
    text-align: left;
    display: block;
    width: auto;
    color: #000;
    background: none;
    -webkit-text-fill-color: #000;
    background-clip: border-box;
}

.blog-post .related-posts-header h2::before {
    top: 5px;
    height: calc(100% - 10px);
}

.blog-post .related-posts-intro {
    margin: 0 0 20px;
    color: #000;
    font-size: 17px;
    line-height: 26px;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: 0;
    max-width: 60ch;
}

.blog-post .related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.blog-post .related-post-card-title a {
    color: #000;
    text-decoration: none;
}

.blog-post .related-post-card-title a:hover {
    text-decoration: underline;
    color: #000;
}

@media (max-width: 767px) {
    .blog-post .related-posts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 540px) {
    .blog-post .related-posts-grid {
        grid-template-columns: 1fr;
    }
}

.related-post-card {
    border: 1px solid #e3e5e8;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.related-post-card:hover {
    transform: translateY(-2px);
    border-color: #d5dbe2;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.related-post-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.related-post-card-content {
    padding: 14px 14px 16px;
}

.related-post-card-title {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.related-post-card-meta {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #64666a;
    text-transform: none;
    letter-spacing: normal;
}

/* ============================================
   MOBILE: <= 767px
   ============================================ */

@media (max-width: 767px) {
    .decision-guide-page .site-header.site-header-light .main-nav {
        background: rgba(255, 255, 255, 0.98);
        border-top: 1px solid rgba(15, 23, 42, 0.06);
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    }

    .decision-guide-page .site-header.site-header-light .nav-list a {
        color: #00c0d4;
    }

    .decision-guide-page .site-header.site-header-light .nav-list a:hover,
    .decision-guide-page .site-header.site-header-light .nav-list a:active {
        background-color: rgba(0, 192, 212, 0.08);
        border-color: rgba(0, 112, 204, 0.12);
        box-shadow: none;
        text-shadow: none;
    }

    .blog-hero {
        padding: 16px 0 22px;
    }

    .blog-hero-inner {
        padding: 0 16px;
    }

    .blog-hero .blog-post-title {
        font-size: 24px;
        line-height: 30px;
    }

    .blog-breadcrumb ol {
        display: none;
    }

    .blog-hero-intro {
        font-size: 17px;
        line-height: 26px;
    }

    .blog-post {
        padding: 24px 16px 48px;
        font-size: 16px;
        line-height: 25px;
    }

    .blog-content-grid {
        display: block;
    }

    .blog-sidebar {
        display: none;
    }

    .blog-post-content > section {
        padding: 0 0 20px;
    }

    .blog-post-content > section > h2 {
        font-size: 26px;
        line-height: 34px;
        padding-left: 14px;
    }

    .blog-post-content > section > h2::before {
        top: 4px;
        height: calc(100% - 8px);
    }

    .blog-post-content > section.blog-quick-picks {
        padding: 0 0 28px;
    }

    .blog-quick-picks-head {
        margin-bottom: 12px;
    }

    .blog-quick-picks-head > h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .blog-quick-picks-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .blog-quick-pick-card {
        border-radius: 22px;
    }

    .blog-quick-pick-card::after {
        right: 18px;
        bottom: 18px;
        width: 10px;
        height: 10px;
    }

    .blog-quick-pick-card--hero {
        grid-template-columns: 90px minmax(0, 1fr);
        gap: 14px;
        min-height: 0;
        padding: 14px 16px 12px;
    }

    .blog-quick-pick-card--support {
        grid-template-columns: minmax(0, 1fr) 72px;
        gap: 12px;
        min-height: 0;
        padding: 14px 14px 14px 16px;
    }

    .blog-quick-pick-poster {
        border-radius: 14px;
    }

    .blog-quick-pick-card--hero .blog-quick-pick-title {
        font-size: 24px;
        line-height: 27px;
    }

    .blog-quick-pick-card--support .blog-quick-pick-title {
        font-size: 20px;
        line-height: 22px;
    }

    .blog-quick-pick-card--hero .blog-quick-pick-copy {
        font-size: 14px;
        line-height: 20px;
        max-width: none;
    }

    .blog-quick-pick-card--support .blog-quick-pick-copy {
        font-size: 13px;
        line-height: 19px;
        max-width: none;
    }

    .comp-table {
        font-size: 14px;
        line-height: 20px;
    }

    .comp-table th,
    .comp-table td {
        padding: 8px 10px;
    }

    .table-wrap-glance {
        overflow: visible;
        margin-bottom: 0;
    }

    .comp-table-glance {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-spacing: 0 8px;
    }

    .comp-table-glance thead {
        display: table-header-group;
    }

    .comp-table-glance tbody {
        display: table-row-group;
    }

    .comp-table-glance tbody tr {
        display: table-row;
    }

    .comp-table-glance tbody td {
        display: table-cell;
        padding: 10px 8px;
    }

    .comp-table-glance thead th {
        padding: 0 8px 8px;
        font-size: 10px;
        letter-spacing: 0.1em;
    }

    .comp-table-glance thead th:first-child,
    .comp-table-glance tbody td:first-child {
        padding-left: 10px;
    }

    .comp-table-glance thead th:nth-child(4),
    .comp-table-glance tbody td:nth-child(4) {
        display: none;
    }

    .comp-table-glance th:nth-child(2),
    .comp-table-glance td:nth-child(2) {
        width: 68px;
        text-align: center;
    }

    .comp-table-glance th:nth-child(3),
    .comp-table-glance td:nth-child(3) {
        width: 122px;
    }

    .comp-table-glance tbody td:first-child {
        border-radius: 18px 0 0 18px;
    }

    .comp-table-glance tbody td:nth-child(3) {
        border-right: 1px solid rgba(0, 112, 204, 0.12);
        border-radius: 0 18px 18px 0;
    }

    .comp-table-glance tbody td:last-child {
        border-right: 0;
        border-radius: 0;
    }

    .comp-table-glance .comp-title-cell a {
        gap: 8px;
        align-items: flex-start;
    }

    .comp-table-glance .comp-title-cell > .comp-title-text {
        margin-left: 8px;
    }

    .comp-table-glance .comp-rank {
        min-width: 28px;
        height: 28px;
        padding: 0 6px;
        font-size: 10px;
    }

    .comp-table-glance .comp-title-text {
        font-size: 14px;
        line-height: 18px;
    }

    .comp-table-glance .comp-title-year {
        font-size: 12px;
        line-height: 18px;
    }

    .comp-table-glance .comp-score-pill,
    .comp-table-glance .comp-intent-pill {
        min-height: 0;
    }

    .comp-table-movies .comp-title-text {
        font-size: 14px;
        line-height: 18px;
    }

    .comp-table-movies .comp-title-year {
        font-size: 12px;
    }

    .comp-table-glance .comp-score-pill {
        min-width: 40px;
        padding: 6px 8px;
        font-size: 12px;
    }

    .comp-table-glance .comp-intent-pill {
        padding: 6px 10px;
        font-size: 10px;
        line-height: 13px;
    }

    .doc-card {
        padding: 16px;
        margin-bottom: 20px;
    }

    .doc-card h3 {
        margin-bottom: 14px;
    }

    .doc-card-head {
        grid-template-columns: 100px minmax(0, 1fr);
        gap: 14px;
        margin-bottom: 14px;
    }

    .doc-card img.poster {
        width: 100%;
    }

    .doc-meta-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        grid-template-areas: none;
    }

    .doc-meta-item {
        padding-bottom: 8px;
        grid-area: auto;
    }

    .doc-meta-item-imdb,
    .doc-meta-item-watch {
        padding-top: 10px;
    }

    .doc-meta-item::after {
        width: 100%;
    }

    .doc-meta-value {
        font-size: 14px;
        line-height: 20px;
    }

    .doc-card > p,
    .doc-card .doc-actions {
        max-width: none;
    }

    .doc-action-btn {
        width: 100%;
    }

    .blog-post-content .faq-item summary,
    .blog-post-content .faq-item p {
        padding-left: 0;
        padding-right: 0;
    }

    .blog-post-content .faq-item summary {
        padding-left: 22px;
    }

    .blog-post-content .faq-item summary::before {
        left: 0;
    }

    .related-posts {
        margin-top: 24px;
        padding-top: 24px;
    }

    .blog-post .related-posts-intro {
        margin-bottom: 16px;
    }
}
