/* ══════════════════════════════════════════════════════════
   PHOTOGRAPHER PAGE — Page-specific styles only
   Component styles live in their own CSS files:
     trusted-by.css, pain-points.css, how-work.css,
     benefits-outcomes.css, works-with.css, lead-flow.css,
     comparison-table.css, image-showcase.css
   ══════════════════════════════════════════════════════════ */

/* ── Base section padding ── */
.no-code-section {
    padding: var(--spacing-2xl) 0;
}

/* ── Section Header Centering ── */
.no-code-section .section-header,
.trusted-by-section .section-header,
.pain-points-section .section-header,
.benefits-outcomes-section .section-header,
.works-with-section .section-header,
.lead-flow-section .section-header,
.template-showcase-section .section-header,
.comparison-table-section .section-header,
.image-showcase .section-header {
    text-align: center;
}

/* ── CTA Button ── */
/* ── Section CTA Row ── */
.no-code-section-cta {
    display: flex;
    justify-content: center;
    gap: var(--spacing-md);
    margin-top: var(--spacing-3xl);
    flex-wrap: wrap;
}

.photographer-section-cta {
    display: flex;
    justify-content: center !important;
    gap: var(--spacing-md);
    margin-top: var(--spacing-3xl);
    margin-bottom: var(--spacing-xl);
    flex-wrap: wrap;
}

/* ── Hero ── */
.universal-hero.photographer-hero {
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(67, 56, 202, 0.06) 0%, transparent 100%),
        linear-gradient(180deg, #C7D2FE 0%, #EEF2FF 25%, #FFFFFF 50%, #FAFAFA 100%);
}

.universal-hero.photographer-hero .hero-content {
    max-width: 100%;
}

.universal-hero.photographer-hero .hero-title {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.universal-hero.photographer-hero .hero-subtitle {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.universal-hero.photographer-hero .hero-feature {
    background: var(--accent-light);
    color: var(--accent);
    box-shadow: none;
    border: 1px solid rgba(67, 56, 202, 0.15);
    font-weight: var(--fw-medium);
}

.universal-hero.photographer-hero .hero-feature i {
    color: var(--accent);
}

.universal-hero.photographer-hero .hero-feature:hover {
    background: var(--accent);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(67, 56, 202, 0.2);
}

.universal-hero.photographer-hero .hero-feature:hover i {
    color: #FFFFFF;
}

@media (min-width: 1400px) {
    .universal-hero.photographer-hero .hero-title {
        max-width: 1100px;
    }

    .universal-hero.photographer-hero .hero-subtitle {
        max-width: 1000px;
    }

    .universal-hero.photographer-hero .hero-features {
        gap: 2.5rem;
    }
}

/* ── Freelancer Hero (shares same design as photographer/industry heroes) ── */
.universal-hero.freelancer-hero {
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(67, 56, 202, 0.06) 0%, transparent 100%),
        linear-gradient(180deg, #C7D2FE 0%, #EEF2FF 25%, #FFFFFF 50%, #FAFAFA 100%);
}

.universal-hero.freelancer-hero .hero-content {
    max-width: 100%;
}

.universal-hero.freelancer-hero .hero-title {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.universal-hero.freelancer-hero .hero-subtitle {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.universal-hero.freelancer-hero .hero-feature {
    background: var(--accent-light);
    color: var(--accent);
    box-shadow: none;
    border: 1px solid rgba(67, 56, 202, 0.15);
    font-weight: var(--fw-medium);
}

.universal-hero.freelancer-hero .hero-feature i {
    color: var(--accent);
}

.universal-hero.freelancer-hero .hero-feature:hover {
    background: var(--accent);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(67, 56, 202, 0.2);
}

.universal-hero.freelancer-hero .hero-feature:hover i {
    color: #FFFFFF;
}

@media (min-width: 1400px) {
    .universal-hero.freelancer-hero .hero-title {
        max-width: 1100px;
    }

    .universal-hero.freelancer-hero .hero-subtitle {
        max-width: 1000px;
    }

    .universal-hero.freelancer-hero .hero-features {
        gap: 2.5rem;
    }
}

/* ── Small Business Hero (shares same design as photographer/industry heroes) ── */
.universal-hero.small-business-hero {
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(67, 56, 202, 0.06) 0%, transparent 100%),
        linear-gradient(180deg, #C7D2FE 0%, #EEF2FF 25%, #FFFFFF 50%, #FAFAFA 100%);
}

.universal-hero.small-business-hero .hero-content {
    max-width: 100%;
}

.universal-hero.small-business-hero .hero-title {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.universal-hero.small-business-hero .hero-subtitle {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.universal-hero.small-business-hero .hero-feature {
    background: var(--accent-light);
    color: var(--accent);
    box-shadow: none;
    border: 1px solid rgba(67, 56, 202, 0.15);
    font-weight: var(--fw-medium);
}

.universal-hero.small-business-hero .hero-feature i {
    color: var(--accent);
}

.universal-hero.small-business-hero .hero-feature:hover {
    background: var(--accent);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(67, 56, 202, 0.2);
}

.universal-hero.small-business-hero .hero-feature:hover i {
    color: #FFFFFF;
}

@media (min-width: 1400px) {
    .universal-hero.small-business-hero .hero-title {
        max-width: 1100px;
    }

    .universal-hero.small-business-hero .hero-subtitle {
        max-width: 1000px;
    }

    .universal-hero.small-business-hero .hero-features {
        gap: 2.5rem;
    }
}

/* ── Feature Cards (#all-features) — page-specific card classes ── */

/* Photographer page cards */
.photographer-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-lg);
    max-width: 1100px;
    margin: 0 auto;
}

.photographer-feature-card {
    padding: var(--spacing-lg);
    background: var(--white);
    border: 1px solid rgba(67, 56, 202, 0.10);
    border-radius: var(--radius-lg);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.photographer-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(67, 56, 202, 0.10);
    border-color: rgba(67, 56, 202, 0.20);
}

.photographer-feature-header {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-sm);
}

.photographer-feature-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(67, 56, 202, 0.10) 0%, rgba(99, 102, 241, 0.10) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.photographer-feature-icon i {
    font-size: 1.2rem;
    color: var(--accent);
}

.photographer-feature-header h3 {
    font-size: 1rem;
    font-weight: var(--fw-bold);
    color: var(--text-primary);
    margin: 0;
}

.photographer-feature-card p {
    font-size: var(--text-base);
    color: var(--text-secondary);
    line-height: 1.5;
    margin: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/* Freelancer page cards (same design, different class names) */
.freelancer-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-lg);
    max-width: 1100px;
    margin: 0 auto;
}

.freelancer-feature-card {
    padding: var(--spacing-lg);
    background: var(--white);
    border: 1px solid rgba(67, 56, 202, 0.10);
    border-radius: var(--radius-lg);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.freelancer-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(67, 56, 202, 0.10);
    border-color: rgba(67, 56, 202, 0.20);
}

.freelancer-feature-header {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-sm);
}

.freelancer-feature-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(67, 56, 202, 0.10) 0%, rgba(99, 102, 241, 0.10) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.freelancer-feature-icon i {
    font-size: 1.2rem;
    color: var(--accent);
}

.freelancer-feature-header h3 {
    font-size: 1rem;
    font-weight: var(--fw-bold);
    color: var(--text-primary);
    margin: 0;
}

.freelancer-feature-card p {
    font-size: var(--text-base);
    color: var(--text-secondary);
    line-height: 1.5;
    margin: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .photographer-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .photographer-hero .hero-content,
    .photographer-hero .section-badge,
    .freelancer-hero .hero-content,
    .freelancer-hero .section-badge {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .photographer-features-grid,
    .freelancer-features-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .trusted-by-grid {
        gap: 0.625rem;
    }

    .trusted-by-card {
        padding: 0.5rem 1rem;
    }

    .trusted-by-label {
        font-size: var(--text-sm);
    }

    .comparison-table {
        font-size: var(--text-sm);
    }

    .comparison-table th,
    .comparison-table td {
        padding: 0.625rem 0.75rem;
    }

    .lf-row {
        flex-direction: column;
        align-items: center;
        max-width: 400px;
    }

    .lf-card {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .lf-arrow-right {
        transform: rotate(90deg);
        padding: var(--spacing-sm) 0;
        width: 100%;
        justify-content: center;
    }

    .lf-arrow-down {
        justify-content: center;
        padding: var(--spacing-sm) 0;
    }
}

@media (max-width: 480px) {

    .pain-points-section,
    .benefits-outcomes-section,
    .works-with-section,
    .lead-flow-section,
    .template-showcase-section,
    .comparison-table-section,
    .trusted-by-section,
    .image-showcase {
        padding: var(--spacing-xl) 0;
    }

    .benefit-outcome-card,
    .pain-point-card,
    .works-with-card {
        padding: var(--spacing-md);
    }

    .benefit-outcome-card h3 {
        font-size: var(--text-lg);
    }
}