/* PSEO Global Styles */
.pseo-wrapper {
    width: 100%;
    max-width: var(--wp--style--global--content-size, 1200px);
    margin: 0 auto;
    padding: 0 var(--wp--preset--spacing--30, 20px);
}

/* Hero Block */
.pseo-hero {
    text-align: center;
    padding: var(--wp--preset--spacing--60, 60px) 20px;
    background: var(--wp--preset--color--neutral-50, #f8f9fa);
    border-radius: 12px;
    margin-bottom: var(--wp--preset--spacing--60, 60px);
}

.pseo-hero h1 {
    font-size: var(--wp--preset--font-size--xxl, 2.5rem);
    margin-bottom: 20px;
    color: var(--wp--preset--color--primary-950, #1a1a1a);
    line-height: 1.2;
}

.pseo-hero p {
    font-size: var(--wp--preset--font-size--medium, 1.25rem);
    color: var(--wp--preset--color--neutral-700, #4a4a4a);
    max-width: 800px;
    margin: 0 auto;
}

.pseo-hero-image {
    margin-top: 40px;
}

.pseo-hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Text Sections (Intro & Mid) */
.pseo-text-section {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
    padding: 0 20px;
}

.pseo-text-section .pseo-subtitle {
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--wp--preset--color--primary-600, #666);
    margin-bottom: 10px;
    font-weight: 600;
}

.pseo-text-section h2 {
    font-size: var(--wp--preset--font-size--xl, 2rem);
    margin-bottom: 20px;
    margin-top: 0;
}

.pseo-content {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--wp--preset--color--neutral-700, #4a4a4a);
    text-align: justify;
}

.pseo-content a {
    color: var(--wp--preset--color--primary-600, #0073aa);
    text-decoration: underline;
}

/* Lists Block (Pain/Benefits) */
.pseo-lists {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    padding: 0 1.5rem;
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}

.pseo-list-box h3 {
    border-bottom: 2px solid var(--wp--preset--color--neutral-100, #eee);
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: var(--wp--preset--font-size--large, 1.5rem);
}

.pseo-list-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pseo-list-box li {
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
    font-size: var(--wp--preset--font-size--medium, 1rem);
}

.pseo-list-box.pain li:before {
    content: "✕";
    color: #e53935;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.pseo-list-box.benefit li:before {
    content: "✓";
    color: #43a047;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* CTA Block */
.pseo-cta {
    text-align: center;
    padding: 60px;
    background: var(--wp--preset--color--primary-950, #1a1a1a);
    color: white;
    border-radius: 12px;
}

.pseo-cta h2 {
    color: white;
    margin-bottom: 30px;
    font-size: var(--wp--preset--font-size--xl, 2rem);
}

.pseo-button {
    display: inline-block;
    background: #fff;
    color: #1a1a1a;
    padding: 15px 30px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    transition: transform 0.2s;
    border: 1px solid transparent;
}

.pseo-button:hover {
    transform: translateY(-2px);
    background: #f0f0f0;
}

/* Related Block */
.pseo-related {
    margin-top: 60px;
    padding: 40px 20px;
    background: var(--wp--preset--color--neutral-50, #f8f9fa);
    border-radius: 12px;
}

.pseo-related h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: var(--wp--preset--font-size--xl, 2rem);
    color: var(--wp--preset--color--primary-950, #1a1a1a);
}

.pseo-related ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.pseo-related li {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.pseo-related a {
    display: block;
    padding: 15px;
    background: #fff;
    border: 1px solid var(--wp--preset--color--neutral-200, #e0e0e0);
    border-radius: 8px;
    color: var(--wp--preset--color--primary-950, #1a1a1a);
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 500;
}

.pseo-related a:hover {
    border-color: var(--wp--preset--color--primary-600, #0073aa);
    color: var(--wp--preset--color--primary-600, #0073aa);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}


.pseo-flow-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 0 1.5rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.pseo-solution-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;

}

/* Balloons */
.pseo-balloon {
    position: relative;
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    color: #1a1a1a;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 2 / 1;

}

.pseo-balloon h3 {
    font-size: 1.8rem;
    margin: 0;
    font-weight: 800;
}

.pseo-balloon p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0;
}

/* Specific Colors */
.pseo-balloon.problem {
    background-color: #ff9999;
}

.pseo-balloon.consequence {
    background-color: #ffcc80;
}

.pseo-balloon.solution {
    background-color: #99ff99;
}


/* Desktop Grid System */
@media (min-width: 992px) {

    .pseo-problem-consequence-container {
        display: flex;
        gap: 4rem;
    }

}

@media (max-width: 991px) {


    .pseo-problem-consequence-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4rem;
    }

    .pseo-arrow-overlay-container {
        display: none;
    }

    .pseo-balloon {
        width: 100%;
        max-width: 400px;
        aspect-ratio: auto;
        border-radius: 20px;
    }

    .pseo-solution-container {

        width: 100%;

    }
}