body.post-page {
    background: #ffffff;
}

.post-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.82);
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 28px;
}

.post-breadcrumb:hover {
    color: #ffffff;
}

.post-meta {
    gap: 16px 28px;
}

.post-feature-wrap {
    padding: 28px 0 12px;
}

.post-feature-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(29, 78, 216, 0.12);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.post-feature-card img {
    width: 100%;
    display: block;
}

.post-feature-caption {
    padding: 18px 24px 24px;
    color: #475569;
    font-size: 0.98rem;
}

.overview-grid,
.info-card-grid,
.results-highlight-grid {
    display: grid;
    gap: 24px;
}

.overview-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    align-items: start;
}

.overview-copy,
.overview-note,
.info-card,
.results-highlight,
.takeaway-panel {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.overview-copy,
.overview-note,
.takeaway-panel {
    padding: 28px;
}

.overview-copy p,
.overview-note p,
.takeaway-panel p,
.takeaway-panel li {
    color: #475569;
    line-height: 1.8;
}

.overview-copy p + p,
.takeaway-panel p + p,
.takeaway-panel ul,
.strategy-panel ul {
    margin-top: 16px;
}

.overview-note-label {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #2563eb;
}

.info-card-grid,
.results-highlight-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.info-card,
.results-highlight {
    padding: 24px;
}

.info-card-icon,
.results-highlight-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(59, 130, 246, 0.18));
    color: #2563eb;
    font-size: 1.2rem;
}

.info-card h3,
.results-highlight h3,
.strategy-panel h3,
.takeaway-panel h3 {
    color: #0f172a;
    margin-bottom: 10px;
}

.info-card p,
.results-highlight p,
.strategy-panel p,
.strategy-panel li {
    color: #475569;
    line-height: 1.75;
}

.strategy-stack {
    display: grid;
    gap: 20px;
}

.strategy-panel {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    padding: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.strategy-number {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0f172a 0%, #2563eb 100%);
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 800;
}

.strategy-panel ul,
.takeaway-panel ul {
    padding-left: 20px;
}

.results-highlight-value {
    display: block;
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.results-highlight-label {
    display: block;
    margin-bottom: 10px;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563eb;
}

.takeaway-panel strong {
    color: #0f172a;
}

.takeaway-list-check {
    list-style: none;
    padding-left: 0 !important;
}

.takeaway-list-check li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.takeaway-list-check li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #10b981;
    font-weight: 800;
}

.post-cta-buttons .btn-secondary {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.25);
}

.post-cta-buttons .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.22);
}

.footer .footer-title,
.footer .footer-map a,
.footer .footer-logo h3 {
    color: #ffffff;
}

.footer .footer-content {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    align-items: start;
}

.footer .footer-section {
    min-width: 0;
}

.footer .footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer .footer-links a,
.footer .footer-address,
.footer .footer-tagline,
.footer .footer-section p {
    color: rgba(255, 255, 255, 0.78);
}

.footer .footer-links a {
    display: block;
    line-height: 1.5;
}

.footer .footer-map a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer .footer-links a:hover,
.footer .footer-map a:hover {
    color: #ffffff;
}

@media (max-width: 900px) {
    .overview-grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 768px) {
    .strategy-panel {
        grid-template-columns: 1fr;
    }

    .strategy-number {
        width: 52px;
        height: 52px;
    }

    .overview-copy,
    .overview-note,
    .info-card,
    .results-highlight,
    .strategy-panel,
    .takeaway-panel,
    .post-feature-caption {
        padding: 22px;
    }

    .footer .footer-content {
        grid-template-columns: 1fr;
    }
}
