/* ============================================
   Single Post v4 - Matching Main Site Hero
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* === BREADCRUMB (matches main site components.css) === */
.breadcrumb {
    background: #f8fafc;
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
    font-size: 14px;
    font-family: 'AvertaPE', -apple-system, BlinkMacSystemFont, sans-serif;
    margin-bottom: 0;
    border-radius: 0;
}

.breadcrumb .container {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.breadcrumb a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb a:hover {
    color: #47BB5C;
}

.breadcrumb .separator {
    color: #cbd5e1;
    font-size: 12px;
    margin: 0 4px;
}

.breadcrumb .current {
    color: #1f295e;
    font-weight: 600;
}

/* === HERO (clean, minimal - no image) === */
.sp-hero-compact {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 48px 0 52px;
}

/* Google Reviews badge (matches main site) */
.sp-hero-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    color: #1f295e;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    width: fit-content;
    font-family: 'AvertaPE', sans-serif;
}

.sp-hero-badge img {
    height: 20px;
    width: auto;
}

.sp-badge-rating {
    color: #f59e0b;
    font-weight: 700;
}

/* Date/read time - below headline, subtle */
.sp-hero-meta {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #475569;
    margin-bottom: 24px;
}

/* Author CTA block (like Neil Patel's) */
.sp-hero-author {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px 0 0;
    border-top: 1px solid #e2e8f0;
}

.sp-hero-author-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #1f295e;
    padding: 10px;
    flex-shrink: 0;
    object-fit: contain;
}

.sp-hero-author-text {
    font-family: 'Inter', sans-serif;
}

.sp-hero-author-text p {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    margin: 0 0 4px;
}

.sp-hero-author-text p a {
    color: #47BB5C;
    font-weight: 600;
    text-decoration: none;
}

.sp-hero-author-text p a:hover {
    text-decoration: underline;
}

.sp-hero-author-text span {
    font-size: 13px;
    color: #94a3b8;
}

.sp-hero-author-text strong {
    color: #1f295e;
}

/* Headline (matches hero-headline from main site) */
.sp-hero-headline {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    color: #111827;
    margin: 0 0 20px;
    font-family: 'AvertaPE', -apple-system, BlinkMacSystemFont, sans-serif;
}

.sp-hero-headline strong {
    color: #47BB5C;
}

/* Hero image removed in v5 */

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    background: #47BB5C;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'AvertaPE', sans-serif;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    line-height: 1.2;
    white-space: nowrap;
}

.btn-primary:hover {
    background: #3da84f;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(71,187,92,0.3);
}

.btn-lg {
    padding: 16px 36px;
    font-size: 17px;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    background: transparent;
    color: #1f295e;
    font-size: 16px;
    font-weight: 600;
    font-family: 'AvertaPE', sans-serif;
    text-decoration: none;
    border: 2px solid #cbd5e1;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    line-height: 1.2;
    white-space: nowrap;
}

.btn-outline:hover {
    border-color: #47BB5C;
    color: #47BB5C;
    text-decoration: none;
}

.btn-outline svg {
    color: #47BB5C;
}

.btn-outline-light {
    color: #fff;
    border-color: rgba(255,255,255,0.3);
}

.btn-outline-light:hover {
    border-color: #fff;
    color: #fff;
}

.sp-btn-ghost {
    display: inline-flex;
    color: rgba(255,255,255,0.6);
    padding: 14px 18px;
    font-size: 15px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.sp-btn-ghost:hover {
    color: #fff;
    text-decoration: none;
}

/* Hero visual removed in v5 */

/* === TWO-COLUMN BODY === */
.sp-body {
    background: #fff;
    padding: 48px 0 20px;
}

.sp-two-col {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.sp-article {
    flex: 1;
    min-width: 0;
}

.sp-sidebar {
    width: 360px;
    flex-shrink: 0;
}

.sp-sidebar-inner {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* === ARTICLE TYPOGRAPHY (Inter, modern) === */
.sp-content {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.sp-content p {
    margin-bottom: 1.5em;
}

.sp-content h2 {
    font-family: 'AvertaPE', 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    color: #1a1a1a;
    margin: 2.2em 0 0.7em;
    letter-spacing: -0.3px;
}

.sp-content h3 {
    font-family: 'AvertaPE', 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 1.8em 0 0.6em;
}

.sp-content h4 {
    font-family: 'AvertaPE', 'Inter', sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 1.6em 0 0.5em;
}

.sp-content a {
    color: #47BB5C;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sp-content a:hover {
    color: #3da84f;
}

.sp-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}

.sp-content blockquote {
    border-left: 4px solid #47BB5C;
    margin: 2em 0;
    padding: 16px 24px;
    background: #f8faf9;
    border-radius: 0 8px 8px 0;
    font-size: 17px;
    color: #555;
}

.sp-content ul,
.sp-content ol {
    margin: 1.2em 0;
    padding-left: 1.5em;
}

.sp-content li {
    margin-bottom: 0.5em;
    line-height: 1.7;
}

.sp-content strong {
    color: #1a1a1a;
}

.sp-content hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 2.5em 0;
}

/* === AUTHOR BOX === */
.sp-author-box {
    margin: 3em 0 0;
    padding: 28px;
    background: #f8f9fa;
    border-radius: 12px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    font-family: 'Inter', sans-serif;
}

.sp-author-avatar {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background: #1f295e;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.sp-author-avatar img {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
}

.sp-author-info h3 {
    font-family: 'AvertaPE', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 6px;
}

.sp-author-info p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0 0 10px;
}

.sp-author-info a {
    color: #47BB5C;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.sp-author-stats {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #888;
}

.sp-author-stats strong {
    color: #1a1a1a;
}

/* === SIDEBAR === */
.sp-sb-box {
    border-radius: 10px;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

/* === BIG SIDEBAR CTA (warm, inviting) === */
.sp-sb-hero {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-left: 4px solid #47BB5C;
    border-radius: 12px;
    padding: 32px 24px 28px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.sp-sb-catchline {
    font-family: 'AvertaPE', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    color: #1f295e;
    margin: 0 0 16px;
}

.sp-sb-catchline span {
    color: #47BB5C;
}

.sp-sb-divider {
    width: 40px;
    height: 3px;
    background: #47BB5C;
    margin: 0 auto 16px;
    border-radius: 2px;
}

.sp-sb-pitch {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 20px;
}

.sp-sb-btn-green {
    display: block;
    background: #47BB5C;
    color: #fff;
    padding: 14px 20px;
    font-size: 15px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    transition: all 0.2s;
    margin-bottom: 10px;
}

.sp-sb-btn-green:hover {
    background: #3da84f;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(71,187,92,0.3);
}

.sp-sb-btn-listen {
    display: none; /* removed */
}

/* Interview Preview (chat with context, links to process page) */
.sp-sb-interview-preview {
    display: block;
    background: #f1f5f9;
    border: 2px solid #cbd5e1;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
}

.sp-sb-interview-preview:hover {
    border-color: #47BB5C;
    box-shadow: 0 4px 16px rgba(71,187,92,0.12);
    text-decoration: none;
    color: inherit;
    transform: translateY(-2px);
}

.sp-preview-context {
    padding: 18px 16px 12px;
}

.sp-preview-context strong {
    display: block;
    font-family: 'AvertaPE', sans-serif;
    font-size: 15px;
    color: #1f295e;
    margin-bottom: 4px;
}

.sp-preview-context p {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}

.sp-chat-mini {
    margin: 0;
}

.sp-chat-header {
    background: #1f295e;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sp-chat-avatar {
    width: 30px;
    height: 30px;
    background: #47BB5C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.sp-chat-info strong {
    display: block;
    color: #fff;
    font-family: 'AvertaPE', sans-serif;
    font-size: 13px;
}

.sp-chat-info small {
    color: rgba(255,255,255,0.6);
    font-size: 10px;
}

.sp-chat-body {
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #f8fafc;
}

.sp-chat-bubble {
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.4;
    max-width: 85%;
    font-family: 'Inter', sans-serif;
}

.sp-chat-left {
    background: #fff;
    color: #333;
    border: 1px solid #e8e8e8;
    align-self: flex-start;
    border-bottom-left-radius: 3px;
}

.sp-chat-right {
    background: #47BB5C;
    color: #fff;
    align-self: flex-end;
    border-bottom-right-radius: 3px;
}

.sp-preview-link {
    display: block;
    padding: 12px 16px;
    font-family: 'AvertaPE', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #47BB5C;
    border-top: 1px solid #e2e8f0;
    text-align: center;
}

/* Testimonial (outlined) */
.sp-sb-testimonial {
    background: #fff;
    border: 2px solid #bbf7d0;
    border-radius: 12px;
    overflow: hidden;
}

.sp-testimonial-label {
    padding: 10px 16px 6px;
    font-family: 'AvertaPE', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #47BB5C;
}

.sp-sb-video {
    display: block;
    position: relative;
    overflow: hidden;
}

.sp-sb-video img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.sp-sb-video:hover img {
    transform: scale(1.03);
}

.sp-sb-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.55);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.sp-sb-play svg {
    margin-left: 2px;
}

.sp-sb-video:hover .sp-sb-play {
    background: #47BB5C;
}

.sp-sb-quote-wrap {
    padding: 14px 16px;
}

.sp-sb-quote-wrap blockquote {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    margin: 0 0 6px;
    padding: 0;
    border: none;
    background: none;
    font-style: italic;
}

.sp-sb-quote-wrap cite {
    font-size: 11px;
    color: #999;
    font-style: normal;
    font-weight: 600;
}

/* Resume Sample Preview */
.sp-sb-sample-preview {
    display: block;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
}

.sp-sb-sample-preview:hover {
    border-color: #47BB5C;
    box-shadow: 0 4px 16px rgba(71,187,92,0.12);
    text-decoration: none;
    color: inherit;
    transform: translateY(-2px);
}

.sp-sample-context {
    padding: 16px 16px 10px;
}

.sp-sample-context strong {
    display: block;
    font-family: 'AvertaPE', sans-serif;
    font-size: 15px;
    color: #1f295e;
    margin-bottom: 4px;
}

.sp-sample-context p {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}

.sp-sample-image {
    padding: 0 16px;
    margin-bottom: 0;
}

.sp-sample-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.sp-sample-link {
    display: block;
    padding: 12px 16px;
    font-family: 'AvertaPE', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #47BB5C;
    border-top: 1px solid #e2e8f0;
    text-align: center;
    margin-top: 12px;
}

/* Industries */
.sp-sb-industries {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px 16px;
}

.sp-sb-industries > strong {
    display: block;
    font-family: 'AvertaPE', sans-serif;
    font-size: 15px;
    color: #1f295e;
    margin-bottom: 12px;
}

.sp-industry-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.sp-industry-tags a {
    display: inline-block;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #475569;
    text-decoration: none;
    transition: all 0.2s;
}

.sp-industry-tags a:hover {
    border-color: #47BB5C;
    color: #47BB5C;
    background: #f0faf4;
    text-decoration: none;
}

.sp-industries-link {
    display: block;
    font-family: 'AvertaPE', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #47BB5C;
    text-decoration: none;
}

.sp-industries-link:hover {
    text-decoration: underline;
}

/* Not Sure (warm, low-pressure) */
.sp-sb-notsure {
    background: #f0faf4;
    border: 2px solid #d1fae5;
    border-radius: 12px;
    padding: 22px 20px;
    text-align: center;
}

.sp-notsure-icon {
    font-size: 28px;
    margin-bottom: 8px;
}

.sp-sb-notsure h4 {
    font-family: 'AvertaPE', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1f295e;
    margin: 0 0 6px;
}

.sp-sb-notsure p {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #475569;
    line-height: 1.5;
    margin: 0 0 14px;
}

.sp-sb-btn-talk {
    display: block;
    background: #1f295e;
    color: #fff;
    padding: 12px 20px;
    font-size: 15px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    transition: all 0.2s;
}

.sp-sb-btn-talk:hover {
    background: #162048;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(31,41,94,0.3);
}

/* Listen CTA (curiosity) */
.sp-sb-listen-cta {
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    background: #fefce8;
}

.sp-sb-listen-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 16px;
    background: #fefce8;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s;
}

.sp-sb-listen-btn:hover {
    background: #fef9c3;
}

.sp-sb-listen-btn svg {
    color: #47BB5C;
    flex-shrink: 0;
}

.sp-sb-listen-btn strong {
    display: block;
    font-family: 'AvertaPE', sans-serif;
    font-size: 14px;
    color: #1f295e;
    margin-bottom: 2px;
}

.sp-sb-listen-btn small {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #94a3b8;
}

/* === FULL-WIDTH CTA === */
.sp-full-cta {
    background: #1f295e;
    padding: 60px 0;
}

.sp-full-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.sp-cta-eyebrow {
    color: #47BB5C;
    font-size: 13px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 14px;
}

.sp-full-cta h2 {
    color: #fff;
    font-family: 'AvertaPE', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 14px;
    letter-spacing: -0.3px;
}

.sp-cta-desc {
    color: rgba(255,255,255,0.7);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 24px;
}

.sp-cta-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.sp-cta-features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 20px;
    color: rgba(255,255,255,0.5);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
}

/* === RELATED === */
.sp-related {
    background: #f8f9fa;
    padding: 60px 0;
}

.sp-section-title {
    font-family: 'AvertaPE', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 28px;
}

.sp-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sp-related-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    transition: all 0.2s;
}

.sp-related-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    text-decoration: none;
    color: inherit;
}

.sp-related-img {
    aspect-ratio: 16/10;
    overflow: hidden;
}

.sp-related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sp-related-body {
    padding: 18px;
}

.sp-related-body h4 {
    font-family: 'AvertaPE', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0 0 6px;
}

.sp-related-body p {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #777;
    line-height: 1.5;
    margin: 0 0 10px;
}

.sp-related-link {
    font-size: 13px;
    color: #47BB5C;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
}

/* === VIDEO MODAL === */
.video-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

.video-modal-overlay.active {
    display: flex;
}

.video-modal-content {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 20px;
    max-width: 700px;
    width: 90%;
    position: relative;
}

.video-modal-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background: #47BB5C;
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.video-modal-close:hover {
    background: #3da84f;
}

.video-modal-title {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'AvertaPE', sans-serif;
    font-weight: 600;
}

.video-modal-body {
    position: relative;
    padding-top: 56.25%;
}

.video-modal-body iframe,
.video-modal-body > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

/* === RESPONSIVE === */
@media (max-width: 991px) {
    .sp-two-col {
        flex-direction: column;
    }
    
    .sp-sidebar {
        width: 100%;
    }
    
    .sp-sidebar-inner {
        position: static;
    }
    
    .sp-sb-hero {
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .sp-hero-compact {
        padding: 32px 0 36px;
    }
    
    .sp-hero-headline {
        font-size: 28px;
    }
    
    .sp-hero-badge {
        font-size: 13px;
        padding: 6px 12px;
    }
    
    .sp-content {
        font-size: 16px;
    }
    
    .sp-sb-catchline {
        font-size: 22px;
    }
    
    .sp-author-box {
        flex-direction: column;
    }
    
    .sp-full-cta h2 {
        font-size: 24px;
    }
    
    .sp-cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    
    .btn-lg {
        justify-content: center;
    }
    
    .sp-related-grid {
        grid-template-columns: 1fr;
    }
    
    .sp-cta-features {
        flex-direction: column;
        align-items: center;
    }
}
