/* ===== Product Page Styles ===== */

/* Product Hero */
.product-hero {
    padding: 160px 0 80px;
    text-align: center;
    background: var(--deep-space);
    background: radial-gradient(ellipse at center top, rgba(30, 58, 95, 0.3) 0%, transparent 60%);
}

.product-hero-content {
    max-width: 700px;
    margin: 0 auto;
}

.product-icon-large {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 32px;
    background: rgba(244, 164, 53, 0.1);
    border-radius: var(--radius-lg);
}

.product-icon-large svg {
    width: 40px;
    height: 40px;
    stroke: var(--arcturus-gold);
}

.product-hero h1 {
    font-size: clamp(40px, 6vw, 64px);
    margin-bottom: 16px;
}

.product-hero-tagline {
    color: var(--arcturus-gold);
    font-size: 20px;
    margin-bottom: 24px;
}

.product-hero-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
    font-size: 16px;
    color: var(--cosmic-gray);
}

.meta-price strong {
    color: var(--star-white);
    font-family: var(--font-mono);
}

.meta-divider {
    opacity: 0.3;
}

.meta-result {
    color: var(--success-green);
    font-family: var(--font-mono);
}

/* Product Sections */
.product-section {
    padding: 80px 0;
}

.product-section.bg-alt {
    background: var(--deep-space-light);
}

.product-section-header {
    margin-bottom: 48px;
}

.product-section-header h2 {
    font-size: 32px;
    text-align: center;
}

/* Problem Content */
.problem-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.large-text {
    font-size: 20px;
    line-height: 1.7;
    color: var(--cosmic-gray-light);
    margin-bottom: 24px;
}

.highlight-text {
    font-size: 24px;
    font-weight: 600;
    color: var(--arcturus-gold);
}

/* Solution Content */
.solution-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.feature-card {
    padding: 32px;
    background: var(--deep-space-light);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    background: rgba(244, 164, 53, 0.1);
    border-radius: var(--radius-md);
}

.feature-icon svg {
    width: 24px;
    height: 24px;
    stroke: var(--arcturus-gold);
}

.feature-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.feature-card p {
    font-size: 15px;
    color: var(--cosmic-gray);
    line-height: 1.6;
}

/* Results Showcase */
.results-showcase {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-bottom: 48px;
}

.result-item {
    text-align: center;
    padding: 24px 32px;
    background: var(--deep-space);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    min-width: 160px;
}

.result-item.highlight {
    border-color: var(--arcturus-gold);
    background: rgba(244, 164, 53, 0.05);
}

.result-value {
    display: block;
    font-family: var(--font-mono);
    font-size: 36px;
    font-weight: 600;
    color: var(--arcturus-gold);
    margin-bottom: 8px;
}

.result-label {
    font-size: 14px;
    color: var(--cosmic-gray);
}

.result-cta {
    text-align: center;
}

/* Guarantee Box */
.guarantee-box {
    display: flex;
    align-items: center;
    gap: 32px;
    max-width: 700px;
    margin: 0 auto;
    padding: 40px;
    background: rgba(34, 197, 94, 0.05);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: var(--radius-lg);
}

.guarantee-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: rgba(34, 197, 94, 0.1);
    border-radius: var(--radius-md);
}

.guarantee-icon svg {
    width: 32px;
    height: 32px;
    stroke: var(--success-green);
}

.guarantee-content h3 {
    font-size: 22px;
    margin-bottom: 8px;
    color: var(--success-green);
}

.guarantee-content p {
    font-size: 16px;
    color: var(--cosmic-gray-light);
    line-height: 1.6;
}

/* Product CTA */
.product-cta {
    padding: 100px 0;
    text-align: center;
    background: linear-gradient(180deg, var(--deep-space-light) 0%, var(--deep-space) 100%);
}

.product-cta h2 {
    font-size: 40px;
    margin-bottom: 16px;
}

.product-cta > .container > p {
    color: var(--cosmic-gray);
    font-size: 18px;
    margin-bottom: 32px;
}

.product-cta .cta-email {
    margin-top: 24px;
    color: var(--cosmic-gray);
    font-size: 15px;
}

.product-cta .cta-email a {
    color: var(--arcturus-gold);
}

/* How It Works */
.how-it-works {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.step-card {
    text-align: center;
    padding: 32px 24px;
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 auto 20px;
    background: var(--arcturus-gold);
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    color: var(--deep-space);
}

.step-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.step-card p {
    font-size: 14px;
    color: var(--cosmic-gray);
    line-height: 1.6;
}

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

    .how-it-works {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .product-hero {
        padding: 120px 0 60px;
    }

    .product-hero-meta {
        flex-direction: column;
        gap: 8px;
    }

    .meta-divider {
        display: none;
    }

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

    .results-showcase {
        flex-direction: column;
        align-items: center;
    }

    .result-item {
        width: 100%;
        max-width: 300px;
    }

    .guarantee-box {
        flex-direction: column;
        text-align: center;
    }

    .how-it-works {
        grid-template-columns: 1fr;
    }
}
