/* Creator Page Specific Styles - Refined Premium */

/* Creator Page Specific Styles - Refined Premium */

/* --- Hero Section & Global Overrides --- */
/* Fix Background */
body.site-bg-rhythm {
    background: linear-gradient(to bottom, #fbfbfd 0%, #f7f9fc 100%);
    background-attachment: fixed;
}

/* Hero Formatting Alignment */
.hero-white-container {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Vertically center */
    padding-top: 0;
    /* Sticky wrapper handles padding if needed, or we just center */
}

.hero-sticky-wrapper {
    width: 100%;
    /* Ensure content is centered */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    /* Adjust for header */
}

/* Ensure common hero text styles if global classes fail */
.hero-tagline.hero-primary-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin-bottom: 24px;
    color: #1d1d1f;
    text-align: center;
}

.hero-subtext.hero-primary-desc {
    font-size: 20px;
    line-height: 1.5;
    color: #86868b;
    max-width: 600px;
    margin: 0 auto 40px auto;
    text-align: center;
}

/* --- Benefits 2x2 Grid --- */
.creator-benefits-section {
    padding: 120px 0;
    background: #ffffff;
    /* Solid white background */
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    /* Subtle separation */
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
    /* Increased vertical gap for breathing room */
    max-width: 1100px;
    margin: 0 auto;
}

/* New "Row" Style Item */
.benefit-row-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.benefit-icon-box {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    background: #f0f0f2;
    /* Light gray box as seen in image */
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d1d1f;
    font-size: 24px;
}

.benefit-content {
    flex: 1;
}

.benefit-title {
    font-size: 20px;
    /* Slightly smaller than hero, cleaner */
    font-weight: 600;
    margin-bottom: 8px;
    color: #1d1d1f;
    letter-spacing: -0.01em;
    padding-top: 4px;
    /* Optical alignment with icon */
}

.benefit-desc {
    font-size: 16px;
    color: #666;
    /* Softer text color */
    line-height: 1.5;
}


/* --- Campaign Types Grid --- */
.campaign-types-section {
    padding: 120px 0;
    background: transparent;
}

.campaign-header-group {
    text-align: center;
    margin-bottom: 80px;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1d1d1f;
    letter-spacing: -0.02em;
}

.section-subtitle {
    font-size: 20px;
    color: #86868b;
    max-width: 600px;
    margin: 0 auto;
}

.campaign-grid-new-2x2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    /* Reduced gap */
    max-width: 1000px;
    margin: 0 auto;
}

.campaign-card-detailed {
    background: #fff;
    /* Fallback */
    padding: 32px;
    /* Compact padding */
    border-radius: 24px;
    /* Compact radius */
    text-align: left;
    height: 100%;
    /* Removed min-height to let content dictate size */
    display: flex;
    flex-direction: column;
    box-shadow: none;
    border: none;
    transition: transform 0.3s ease;
    position: relative;
    justify-content: flex-start;
}

.campaign-card-detailed:hover {
    transform: translateY(-4px);
}

.card-content-spacer {
    margin-bottom: 0;
}

/* Typography */
.campaign-card-title {
    font-size: 24px;
    /* Smaller title */
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.campaign-card-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 20px;
    /* Reduced margin */
}

/* Benefits List */
.campaign-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.campaign-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    /* Tighter list */
    font-size: 15px;
    color: #444;
    line-height: 1.4;
    font-weight: 400;
}

.campaign-benefit-item i {
    font-size: 16px;
    margin-top: 4px;
    color: #27C76F;
    /* Green checkmark from image */
}

.campaign-benefit-item:last-child {
    margin-bottom: 0;
}

/* --- Pastel Color Themes --- */
/* Orange / Pinkish */
.theme-pastel-orange {
    background: #FFF5F5;
    /* Very light pink/orange */
}

/* Blue */
.theme-pastel-blue {
    background: #F0F9FF;
}

/* Green */
.theme-pastel-green {
    background: #F0FFF4;
}

/* Purple */
.theme-pastel-purple {
    background: #F5F3FF;
}

/* Bottom CTA Area */
.campaign-bottom-cta {
    text-align: center;
    margin-top: 100px;
}

.campaign-cta-text {
    font-size: 24px;
    font-weight: 500;
    color: #1d1d1f;
    margin-bottom: 32px;
    letter-spacing: -0.01em;
}

/* --- Hero Store Buttons --- */
.store-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #1d1d1f;
    padding: 12px 28px;
    border-radius: 50px;
    /* Full Pill */
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.store-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.2);
    color: #000;
}

.store-btn i {
    font-size: 20px;
}

/* --- How It Works (Steps) --- */
.how-it-works-section {
    padding: 120px 0;
    background: rgba(245, 245, 247, 0.5);
    text-align: center;
}

.steps-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
    position: relative;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* Connecting Line */
.steps-row::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 15%;
    right: 15%;
    height: 2px;
    background: #e5e5e5;
    z-index: 0;
}

.step-item {
    position: relative;
    z-index: 1;
    flex: 1;
    padding: 0 20px;
}

.step-icon-circle {
    width: 54px;
    height: 54px;
    background: #1d1d1f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto 24px auto;
    box-shadow: 0 0 0 10px #f5f5f7;
    /* Thicker mask */
}

.step-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1d1d1f;
}

.step-desc {
    font-size: 16px;
    color: #86868b;
    line-height: 1.5;
}

/* --- Why Us --- */
.why-us-section {
    padding: 120px 0;
    background: transparent;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    text-align: center;
    margin-top: 60px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.why-item i {
    font-size: 36px;
    color: #1d1d1f;
    margin-bottom: 20px;
}

.why-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1d1d1f;
}

.why-item p {
    font-size: 16px;
    color: #86868b;
}

/* --- Bottom CTA App Download --- */
.bottom-app-cta {
    padding: 100px 0 180px;
    text-align: center;
    position: relative;
    overflow: hidden;
    /* Background removed as requested */
    background: transparent;
}

.bottom-app-cta .container {
    position: relative;
    z-index: 2;
}

.bottom-app-cta h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Responsive Optimizations */
@media (max-width: 768px) {
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .campaign-grid-new-2x2 {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
    }

    .steps-row {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    .steps-row::before {
        display: none;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .section-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
}

/* Refactor-only classes replacing inline styles in creator.html */
.creator-hero-register-btn {
    padding: 14px 32px;
    font-size: 16px;
}

.creator-store-group-top {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding-top: 24px;
}

.creator-hero-marquee {
    margin-top: auto;
    padding-bottom: 40px;
}

.creator-campaign-btn {
    padding: 16px 48px;
    font-size: 18px;
}

.creator-footer-brand-img {
    width: 100%;
    display: block;
    height: auto;
}

.creator-store-group-bottom {
    display: flex;
    justify-content: center;
    gap: 16px;
}