/* Growth Fraction Homepage Styles */

/* Hero Section */
.hero-section {
    background: var(--bg-dark);
    padding: 80px 60px 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--white);
}

.hero-content .strikethrough {
    text-decoration: line-through;
    text-decoration-thickness: 3px;
}

.hero-tagline {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 32px;
    line-height: 1.6;
}

.hero-image {
    display: flex;
    justify-content: center;
}

.device-mockup {
    background: var(--bg-dark-lighter);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.1);
}

.search-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.search-item .emoji {
    font-size: 1rem;
}

.search-item .highlight {
    color: var(--accent-lime);
}

/* Problem/Benefits Section */
.problem-section {
    background: var(--bg-dark-lighter);
    padding: 100px 60px;
}

.problem-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.problem-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 32px;
    line-height: 1.2;
    color: var(--white);
}

.problem-content p {
    font-size: 1rem;
    color: var(--text-muted);
    margin-bottom: 20px;
    line-height: 1.8;
}

.problem-content a {
    color: var(--white);
    text-decoration: underline;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.benefit-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.benefit-icon {
    width: 40px;
    height: 40px;
    background: rgba(191, 255, 0, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-icon svg {
    width: 20px;
    height: 20px;
    color: var(--accent-lime);
}

.benefit-text h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--white);
}

.benefit-text p {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin: 0;
}

/* Roles Section */
.roles-section {
    background: var(--white);
    color: var(--bg-dark);
    padding: 100px 60px;
}

.roles-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.roles-label {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gray-mid);
    margin-bottom: 16px;
}

.roles-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 60px;
    color: var(--bg-dark);
}

.roles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.role-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.role-card-header {
    height: 80px;
    display: flex;
    align-items: flex-end;
    padding: 16px;
}

.role-card-header.lime { background: var(--accent-lime); }
.role-card-header.gray { background: #888888; }
.role-card-header.outline {
    background: var(--white);
    border: 2px solid #e0e0e0;
    border-bottom: none;
}
.role-card-header.coral { background: var(--accent-coral); }

.role-card-header svg {
    width: 24px;
    height: 24px;
}

.role-card-header.lime svg,
.role-card-header.gray svg,
.role-card-header.coral svg { color: var(--bg-dark); }
.role-card-header.outline svg { color: var(--bg-dark); }

.role-card-body {
    padding: 24px;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 12px 12px;
}

.role-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--bg-dark);
}

.role-card p {
    font-size: 0.9rem;
    color: var(--gray-mid);
    line-height: 1.6;
}

/* About Section */
.about-section {
    background: var(--gray-light);
    padding: 60px;
}

.about-container {
    max-width: 900px;
    margin: 0 auto;
    background: var(--bg-dark);
    border-radius: 24px;
    padding: 60px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 60px;
    align-items: center;
}

.about-image {
    position: relative;
}

.about-badge {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 4px solid var(--accent-lime);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-badge img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
}

.photo-placeholder {
    width: 140px;
    height: 140px;
    background: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 12px;
}

.badge-text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotate 20s linear infinite;
}

.badge-text svg {
    width: 100%;
    height: 100%;
}

.badge-text text {
    fill: var(--accent-lime);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.about-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 24px;
    color: var(--white);
}

.about-content p {
    font-size: 1rem;
    color: var(--text-muted);
    margin-bottom: 16px;
    line-height: 1.8;
}

/* FAQ Section */
.faq-section {
    background: var(--white);
    color: var(--bg-dark);
    padding: 100px 60px;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 48px;
    color: var(--bg-dark);
}

.faq-item {
    border-bottom: 1px solid #e0e0e0;
}

.faq-item summary {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--bg-dark);
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--bg-dark);
    transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
    transform: rotate(45deg);
}

.faq-item[open] summary {
    color: var(--bg-dark);
}

.faq-item p {
    padding: 0 0 24px 0;
    color: var(--gray-mid);
    line-height: 1.8;
    font-size: 0.95rem;
}

/* Final CTA Section */
.final-cta-section {
    background: var(--bg-dark);
    padding: 120px 60px;
    text-align: center;
}

.final-cta-section h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
    color: var(--white);
}

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

@media (max-width: 768px) {
    .hero-section {
        grid-template-columns: 1fr;
        padding: 60px 24px;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-image {
        order: -1;
    }

    .problem-container {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .problem-section,
    .roles-section,
    .faq-section,
    .final-cta-section {
        padding: 60px 24px;
    }

    .roles-grid {
        grid-template-columns: 1fr;
    }

    .about-container {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 40px 24px;
    }

    .about-image {
        display: flex;
        justify-content: center;
    }

    .final-cta-section h2 {
        font-size: 2rem;
    }
}
