/* ============================================================================
   PARTNERSHIPS PAGE STYLES
   Mobile-first responsive design approach
   All sections organized by component with detailed comments
   ============================================================================ */

/* ============================================================================
   HERO SECTION - Partnership Introduction
   ============================================================================ */

/* Mobile-first: Hero section base styles */
.partnerships-hero {
    height: auto;
    min-height: 60vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    overflow: hidden;
    padding: 80px 0 2rem 0;
}

/* Hero background image container */
.partnerships-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Hero background image styling */
.partnerships-hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 100%;
}

/* Hero overlay for better text readability */
.partnerships-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(45, 90, 74, 0.6), rgba(45, 90, 74, 0.7));
    z-index: 2;
    min-height: 100%;
}

/* Hero container for content alignment */
.partnerships-hero .container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
}

/* Hero content wrapper */
.partnerships-hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: var(--white);
    max-width: 100%;
    width: 100%;
    padding: 1.5rem 1rem;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Hero main title */
.partnerships-hero-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--white);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Prevent text wrapping for company name */
.partnerships-hero-title .no-break {
    white-space: normal;
}

/* Hero subtitle text */
.partnerships-hero-subtitle {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--white);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* ============================================================================
   EXECUTIVE SUMMARY SECTION - Why Partner With La Satarah
   ============================================================================ */

/* Executive summary section container */
.executive-summary-section {
    padding: 2rem 1.5rem;
    background-color: var(--white);
}

/* Executive summary content wrapper */
.executive-summary-content {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}

/* Executive summary heading */
.executive-summary-content h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: var(--primary-green);
}

/* Executive summary lead text (highlighted intro) */
.executive-summary-content .lead-text {
    font-size: 1.1rem;
    line-height: 1.9;
    color: var(--primary-green);
    font-weight: 500;
    margin-bottom: 1.5rem;
}

/* Executive summary paragraph text */
.executive-summary-content p {
    font-size: 1rem;
    line-height: 1.9;
    color: var(--text-color);
    margin-bottom: 1.5rem;
}

/* ============================================================================
   KEY REASONS TO PARTNER SECTION - Partnership Advantages
   ============================================================================ */

/* Why partner section container */
.why-partner-section {
    padding: 2rem 1.5rem;
    background-color: var(--neutral-light);
}

/* Partnership cards grid - mobile first (single column) */
.why-partner-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

/* Individual partnership reason card */
.why-partner-card {
    background-color: var(--white);
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid var(--highlight);
}

/* Card hover effect for interactivity */
.why-partner-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-medium);
}

/* Icon styling for partnership cards */
.partner-icon {
    color: var(--primary-green);
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: flex-start;
}

/* Partnership card heading */
.why-partner-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--primary-green);
}

/* Partnership card description */
.why-partner-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-color);
    margin: 0;
}

/* ============================================================================
   IMAGE BREAK SECTION - Visual Breaks Between Sections
   ============================================================================ */

/* Image break section spacing */
.image-break-section {
    padding: 2rem 1.5rem;
    background-color: var(--neutral-light);
}

/* Image break content wrapper */
.image-break-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Image break styling */
.image-break-content img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-medium);
    display: block;
}

/* ============================================================================
   MARKET ANALYSIS SECTION - Global Market Opportunities
   ============================================================================ */

/* Market analysis section container */
.market-analysis-section {
    padding: 2rem 1.5rem;
    background-color: var(--white);
}

/* Market content wrapper */
.market-content {
    margin-top: 2rem;
}

/* Market section header */
.market-header {
    max-width: 100%;
    margin: 0 auto 2rem;
    text-align: center;
}

/* Market section title */
.market-header h3 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    color: var(--primary-green);
}

/* Market section lead text */
.market-header .lead-text {
    font-size: 1.1rem;
    line-height: 1.9;
    color: var(--primary-green);
    font-weight: 500;
    margin-bottom: 0;
}

/* Market visual content grid - mobile first */
.market-visual-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 2rem;
}

/* Market map image wrapper */
.market-map-wrapper {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-medium);
    height: 100%;
    min-height: 300px;
    order: 1;
}

/* Market map image styling */
.market-map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
}

/* Hover effect on map image */
.market-map-wrapper:hover .market-map-image {
    transform: scale(1.05);
}

/* Market map overlay for text contrast */
.market-map-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(45, 90, 74, 0.9), rgba(45, 90, 74, 0.7), transparent);
    padding: 1.5rem;
    color: var(--white);
}

/* Market overlay heading */
.map-overlay-content h4 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: var(--white);
    font-weight: 700;
}

/* Market overlay text */
.map-overlay-content p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    line-height: 1.6;
}

/* Market description text */
.market-text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    order: 2;
}

/* Market paragraph styling */
.market-text p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-color);
    margin: 0;
}

/* Market text emphasis */
.market-text strong {
    color: var(--primary-green);
    font-weight: 600;
}

/* Market statistics grid - mobile first */
.market-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
}

/* Individual market stat card */
.market-stat-card {
    background-color: var(--neutral-light);
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-soft);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid var(--primary-green);
}

/* Stat card hover effect */
.market-stat-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-medium);
}

/* Market stat number */
.market-stat-card .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-green);
    font-family: var(--heading-font);
    margin-bottom: 0.5rem;
}

/* Market stat label */
.market-stat-card .stat-label {
    font-size: 1rem;
    color: var(--primary-green);
    font-weight: 600;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Market stat description */
.market-stat-card p {
    font-size: 0.95rem;
    color: var(--text-color);
    margin: 0;
    line-height: 1.6;
}

/* ============================================================================
   MARKETING STRATEGY SECTION - Distribution & Marketing Channels
   ============================================================================ */

/* Marketing strategy section container */
.marketing-strategy-section {
    padding: 2rem 1.5rem;
    background-color: var(--neutral-light);
}

/* Strategy cards grid - mobile first */
.strategy-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

/* Individual strategy card */
.strategy-card {
    background-color: var(--white);
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid var(--highlight);
}

/* Strategy card hover effect */
.strategy-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-medium);
}

/* Strategy card icon */
.strategy-icon {
    color: var(--primary-green);
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: flex-start;
}

/* Strategy card heading */
.strategy-card h4 {
    font-size: 1.35rem;
    margin-bottom: 1rem;
    color: var(--primary-green);
}

/* Strategy card description */
.strategy-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-color);
    margin-bottom: 1.5rem;
}

/* Strategy list styling */
.strategy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Strategy list item */
.strategy-list li {
    padding: 0.75rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-color);
    border-bottom: 1px solid rgba(45, 90, 74, 0.1);
}

/* Remove bottom border from last item */
.strategy-list li:last-child {
    border-bottom: none;
}

/* Strategy list check mark */
.strategy-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--highlight);
    font-weight: bold;
    font-size: 1.1rem;
}

/* ============================================================================
   GROWTH OPPORTUNITIES SECTION - Expansion & Market Growth
   ============================================================================ */

/* Growth opportunities section container */
.growth-opportunities-section {
    padding: 2rem 1.5rem;
    background-color: var(--white);
}

/* Growth grid - mobile first */
.growth-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

/* Individual growth card */
.growth-card {
    background-color: var(--neutral-light);
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid var(--primary-green);
}

/* Growth card hover effect */
.growth-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-medium);
}

/* Growth card icon */
.growth-icon {
    color: var(--primary-green);
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: flex-start;
}

/* Growth card heading */
.growth-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--primary-green);
}

/* Growth card description */
.growth-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-color);
    margin: 0;
}

/* ============================================================================
   PARTNERSHIP TYPES SECTION - Partnership Models & Opportunities
   ============================================================================ */

/* Partnership types section container */
.partnership-types-section {
    padding: 2rem 1.5rem;
    background-color: var(--white);
}

/* Partnership types grid - mobile first */
.partnership-types-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

/* Individual partnership type card */
.partnership-type-card {
    background-color: var(--neutral-light);
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid var(--primary-green);
}

/* Partnership type card hover effect */
.partnership-type-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-medium);
}

/* Partnership type icon */
.type-icon {
    color: var(--primary-green);
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: flex-start;
}

/* Partnership type heading */
.partnership-type-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--primary-green);
}

/* Partnership type description */
.partnership-type-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-color);
    margin-bottom: 1.5rem;
}

/* Partnership features list */
.partnership-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Partnership feature item */
.partnership-features li {
    padding: 0.75rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-color);
    border-bottom: 1px solid rgba(45, 90, 74, 0.1);
}

/* Remove bottom border from last item */
.partnership-features li:last-child {
    border-bottom: none;
}

/* Partnership feature check mark */
.partnership-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--highlight);
    font-weight: bold;
    font-size: 1.1rem;
}

/* ============================================================================
   SUCCESS STORIES SECTION - Partnership Testimonials & Case Studies
   ============================================================================ */

/* Success stories section container */
.success-stories-section {
    padding: 2rem 1.5rem;
    background-color: var(--neutral-light);
}

/* Stories grid - mobile first */
.stories-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

/* Individual story card */
.story-card {
    background-color: var(--white);
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid var(--highlight);
}

/* Story card hover effect */
.story-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-medium);
}

/* Story card heading */
.story-content h3 {
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
    color: var(--primary-green);
}

/* Story meta tag (category/type) */
.story-meta {
    font-size: 0.9rem;
    color: var(--highlight);
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Story paragraph */
.story-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-color);
    margin-bottom: 1rem;
}

/* Last paragraph has no margin */
.story-content p:last-child {
    margin-bottom: 0;
}

/* ============================================================================
   SECTION HEADER - Common Section Title & Subtitle
   ============================================================================ */

/* Section header wrapper */
.section-header {
    max-width: 100%;
    margin: 0 auto 2rem;
    text-align: center;
}

/* Section header heading */
.section-header h2 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    color: var(--primary-green);
}

/* Section header subtitle */
.section-header p {
    font-size: 1rem;
    color: var(--text-color);
    margin: 0;
}

/* ============================================================================
   CALL TO ACTION SECTION - Partnership Inquiry CTA
   ============================================================================ */

/* CTA section container */
.partnerships-cta-section {
    padding: 2rem 1.5rem;
    background-color: var(--white);
}

/* CTA content wrapper */
.partnerships-cta-content {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* CTA heading */
.partnerships-cta-content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--primary-green);
}

/* CTA description */
.partnerships-cta-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 2rem;
}

/* CTA buttons container */
.partnerships-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

/* CTA buttons are full width on mobile */
.partnerships-cta-buttons .btn {
    width: 100%;
}

/* CTA features container */
.cta-features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(45, 90, 74, 0.2);
}

/* Individual CTA feature */
.cta-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--primary-green);
    font-weight: 600;
    font-size: 0.95rem;
}

/* CTA feature icon */
.cta-feature svg {
    color: var(--highlight);
    flex-shrink: 0;
}

/* ============================================================================
   RESPONSIVE DESIGN - Tablet & Desktop Views
   ============================================================================ */

/* Tablet breakpoint (768px and up) */
@media (min-width: 768px) {
    /* Hero section for tablet and up */
    .partnerships-hero {
        height: auto;
        min-height: 65vh;
        padding: 90px 0 2rem 0;
    }

    .partnerships-hero-title {
        font-size: 2.5rem;
        line-height: 1.3;
    }

    .partnerships-hero-title .no-break {
        white-space: nowrap;
    }

    .partnerships-hero-subtitle {
        font-size: 1.15rem;
    }

    /* Executive summary for tablet and up */
    .executive-summary-section {
        padding: 3rem 1.5rem;
    }

    .executive-summary-content {
        max-width: 900px;
    }

    .executive-summary-content h2 {
        font-size: 2.5rem;
    }

    .executive-summary-content .lead-text {
        font-size: 1.25rem;
    }

    /* Why partner grid for tablet and up */
    .why-partner-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }

    /* Market section for tablet and up */
    .market-visual-content {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }

    .market-map-wrapper {
        min-height: 400px;
        order: 1;
    }

    .market-text {
        order: 2;
    }

    .market-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .image-break-content img {
        max-height: 400px;
    }

    /* Strategy grid for tablet and up */
    .strategy-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Growth grid for tablet and up */
    .growth-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Partnership types for tablet and up */
    .partnership-types-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Stories for tablet and up */
    .stories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* CTA buttons for tablet and up */
    .partnerships-cta-buttons {
        flex-direction: row;
        gap: 1.5rem;
    }

    .partnerships-cta-buttons .btn {
        width: auto;
        flex: 1;
    }

    .cta-features {
        flex-direction: row;
        gap: 3rem;
        justify-content: center;
    }
}

/* Desktop breakpoint (992px and up) */
@media (min-width: 992px) {
    /* Hero section for desktop */
    .partnerships-hero {
        height: 70vh;
        min-height: 500px;
        padding: 0;
    }

    .partnerships-hero .container {
        width: 100%;
        height: 100%;
    }

    .partnerships-hero-content {
        padding: 2rem 1.5rem;
    }

    .partnerships-hero-title {
        font-size: 3.5rem;
    }

    .partnerships-hero-subtitle {
        font-size: 1.35rem;
    }

    /* Executive summary for desktop */
    .executive-summary-section {
        padding: 4rem 1.5rem;
    }

    /* Why partner grid for desktop */
    .why-partner-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem;
    }

    /* Market section for desktop */
    .market-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Strategy grid for desktop */
    .strategy-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Growth grid for desktop */
    .growth-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Partnership types for desktop */
    .partnership-types-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Stories for desktop */
    .stories-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

