body.cost-playbook {
    background: radial-gradient(circle at 10% 20%, rgba(14, 165, 233, 0.12), transparent 45%),
        radial-gradient(circle at 80% 0%, rgba(99, 102, 241, 0.16), transparent 55%), #010313;
    color: #e2e8ff;
    overflow-x: hidden;
}

.cost-hero {
    position: relative;
    overflow: hidden;
    border-bottom: none;
    margin-bottom: -40px;
}

.cost-hero .container {
    position: relative;
    z-index: 2;
}

.cost-hero-glow {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.55;
    pointer-events: none;
    animation: heroPulse 12s ease-in-out infinite;
}

.cost-hero-glow--one {
    top: -40px;
    right: 0;
    background: rgba(14, 165, 233, 0.6);
}

.cost-hero-glow--two {
    bottom: -60px;
    left: 5%;
    background: rgba(99, 102, 241, 0.6);
    animation-delay: 3s;
}

.cost-hero-orbit {
    position: absolute;
    inset: 40px;
    border: 1px solid rgba(148, 163, 184, 0.15);
    border-radius: 40px;
    animation: orbitFloat 18s linear infinite;
}

.cost-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 12px 0 6px;
}

.cost-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.12);
    border: 1px solid rgba(14, 165, 233, 0.3);
    font-size: 0.85rem;
    color: #e0f2ff;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
 
.cost-tag--ghost {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}
.blog-post-layout .container{
    display: block;
}
.sidebar-card{
    color: black;
}
.cost-metric-ribbon {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.75);
    border: 1px solid rgba(148, 163, 184, 0.2);
    backdrop-filter: blur(12px);
}

.cost-metric {
    flex: 1 1 160px;
    min-width: 150px;
}

.cost-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(236, 253, 245, 0.9);
    border: 1px solid rgba(16, 185, 129, 0.4);
    font-size: 0.82rem;
    font-weight: 800;
    color: #052c1d;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.cost-tag--ghost {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.45);
    color: #031021;
}
.cost-cta {
    margin-bottom: 24px;
    padding: 32px;
    border-radius: 28px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: radial-gradient(circle at top right, rgba(14, 165, 233, 0.25), transparent 45%),
        rgba(15, 23, 42, 0.9);
    box-shadow: 0 25px 50px rgba(2, 6, 23, 0.55);
    color: #e2e8f0;
}

.cost-cta__badge {
    display: inline-flex;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(236, 254, 255, 0.08);
    border: 1px solid rgba(236, 254, 255, 0.3);
    color: #7dd3fc;
    font-size: 0.8rem;
    letter-spacing: 0.2em;
}

.cost-cta h3 {
    margin: 16px 0 10px;
    color: #f8fafc;
}

.cost-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.ghost-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(148, 163, 184, 0.4);
    color: #e2e8f0;
}

.ghost-btn:hover {
    background: rgba(148, 163, 184, 0.15);
}

.cost-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 24px 0 12px;
}

.cost-pill {
    padding: 14px 18px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: rgba(15, 23, 42, 0.7);
    box-shadow: inset 0 0 20px rgba(14, 165, 233, 0.08);
    flex: 1 1 160px;
    min-width: 150px;
}

.cost-pill span {
    display: block;
    font-size: 0.8rem;
    color: #94a3b8;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cost-pill strong {
    font-size: 1.4rem;
    color: #f1f5f9;
}

.cost-marquee {
    margin: 36px 0;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: rgba(15, 23, 42, 0.85);
}

.cost-marquee__track {
    display: flex;
    gap: 32px;
    padding: 18px 0;
    animation: marqueeSlide 22s linear infinite;
    white-space: nowrap;
}

.cost-marquee__track span {
    font-weight: 600;
    color: #e2e8f0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.inline-cta,
.article-content,
.article-sidebar .sidebar-card {
    position: relative;
}

.responsive-table {
    margin: 32px 0 20px;
    border-radius: 22px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(15, 23, 42, 0.85);
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.25);
}

.responsive-table table {
    width: 100%;
    border-collapse: collapse;
    color: #e2e8f0;
}

.responsive-table thead {
    background: rgba(14, 165, 233, 0.12);
}

.responsive-table th,
.responsive-table td {
    padding: 16px 20px;
    text-align: left;
    font-size: 0.95rem;
}

.responsive-table th {
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7dd3fc;
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}

.responsive-table td {
    border-bottom: 1px solid rgba(30, 41, 59, 0.6);
}

.responsive-table tr:last-child td {
    border-bottom: none;
}

.faq-grid {
    margin: 36px 0 28px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.faq-card {
    padding: 20px 22px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(15, 23, 42, 0.85);
    color: #e2e8f0;
    box-shadow: 0 15px 35px rgba(2, 6, 23, 0.35);
}

.faq-card summary {
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 28px;
}

.faq-card summary::marker {
    display: none;
}

.faq-card summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2rem;
    color: #7dd3fc;
}

.faq-card[open] summary::after {
    content: "\2013";
}

.faq-card p {
    margin-top: 12px;
    color: #cbd5f5;
    line-height: 1.6;
}


.cost-chart {
    margin: 40px 0;
    padding: 34px;
    border-radius: 26px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: radial-gradient(circle at top right, rgba(14, 165, 233, 0.18), transparent 60%),
        linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #020617 100%);
    box-shadow: 0 25px 60px rgba(2, 6, 23, 0.55);
    color: #e2e8f0;
}

.cost-chart h3 {
    margin-bottom: 6px;
    font-size: 1.5rem;
    color: #f8fafc;
}

.cost-chart p {
    margin-bottom: 28px;
    color: #cbd5f5;
    font-size: 0.96rem;
}

.chart-bars {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.chart-row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 20px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.25);
    backdrop-filter: blur(6px);
    box-shadow: inset 0 0 25px rgba(14, 165, 233, 0.08);
}

.chart-row .label {
    font-weight: 700;
    color: #f8fafc;
    flex: 0 0 190px;
    font-size: 1rem;
}

.bar-track {
    position: relative;
    height: 18px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.25);
    overflow: hidden;
    flex: 1 1 auto;
}

.bar-track .bar {
    position: absolute;
    inset: 0;
    width: var(--bar-pct, 0);
    border-radius: 999px;
    background: linear-gradient(90deg, #22d3ee, #38bdf8, #6366f1);
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.45);
}

.chart-row .value {
    font-weight: 700;
    color: #e0f2ff;
    text-align: right;
    flex: 0 0 90px;
}

.chart-row .value::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    margin-left: auto;
    margin-top: 6px;
    background: rgba(148, 163, 184, 0.4);
}

@media (max-width: 640px) {
    .chart-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .chart-row .label,
    .chart-row .value {
        flex: 1 1 auto;
        width: 100%;
        text-align: left;
    }

    .chart-row .value::after {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .cost-cta__actions {
        flex-direction: column;
    }

    .cost-hero-tags {
        flex-direction: column;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .responsive-table table,
    .responsive-table thead,
    .responsive-table tbody,
    .responsive-table th,
    .responsive-table td,
    .responsive-table tr {
        display: block;
        width: 100%;
    }

    .responsive-table thead {
        display: none;
    }

    .responsive-table tr {
        border-bottom: 1px solid rgba(148, 163, 184, 0.2);
        padding: 16px 14px;
    }

    .responsive-table td {
        border: none;
        padding: 10px 12px 10px 130px;
        position: relative;
    }

    .responsive-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 16px;
        top: 10px;
        font-size: 0.75rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #94a3b8;
        font-weight: 700;
    }
}

@keyframes heroPulse {
    0%,
    100% {
        transform: scale(0.9);
        opacity: 0.35;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

@keyframes orbitFloat {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes marqueeSlide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
