/* Product Overview Page */

/* Hero */
.cf-product-hero {
    padding: calc(8rem + clamp(2rem, 4vw, 3rem)) 0 clamp(3rem, 6vw, 5rem);
    text-align: center;
    background: #000000;
}

.cf-product-hero__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.cf-product-hero__badge {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid rgba(209, 254, 23, 0.3);
    border-radius: 100px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #d1fe17;
    letter-spacing: 0.04em;
    margin-bottom: 1.5rem;
}

.cf-product-hero__title {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    margin: 0 0 1.25rem;
    letter-spacing: -0.02em;
}

.cf-product-hero__subtitle {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    color: #9ca3af;
    line-height: 1.6;
    margin: 0 0 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cf-product-hero__microcopy {
    font-size: 0.8125rem;
    color: #6b7280;
    margin-top: 0.75rem;
}

/* Features Section */
.cf-product-features,
.cf-product-capabilities {
    padding: clamp(3rem, 6vw, 5rem) 0;
}

.cf-product-features {
    background: #000000;
}

.cf-product-capabilities {
    background: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.cf-product-features__container,
.cf-product-capabilities__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.cf-product-features__header,
.cf-product-capabilities__header {
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.cf-product-features__badge,
.cf-product-capabilities__badge {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid rgba(209, 254, 23, 0.2);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #d1fe17;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.cf-product-features__title,
.cf-product-capabilities__title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.75rem;
    letter-spacing: -0.02em;
}

.cf-product-features__subtitle,
.cf-product-capabilities__subtitle {
    font-size: clamp(0.9375rem, 1.25vw, 1.125rem);
    color: #9ca3af;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Feature Card Grid */
.cf-product-features__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.cf-product-capabilities__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

/* Feature Cards */
.cf-product-feature-card,
.cf-product-cap-card {
    display: flex;
    flex-direction: column;
    padding: clamp(1.5rem, 3vw, 2rem);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.cf-product-feature-card:hover,
.cf-product-cap-card:hover {
    border-color: rgba(209, 254, 23, 0.3);
    background: rgba(255, 255, 255, 0.05);
}

.cf-product-feature-card__icon,
.cf-product-cap-card__icon {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    line-height: 1;
}

.cf-product-feature-card__title,
.cf-product-cap-card__title {
    font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 0.5rem;
}

.cf-product-feature-card__desc,
.cf-product-cap-card__desc {
    font-size: 0.875rem;
    color: #9ca3af;
    line-height: 1.6;
    margin: 0 0 1rem;
    flex: 1;
}

.cf-product-feature-card__link,
.cf-product-cap-card__link {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #d1fe17;
    letter-spacing: 0.02em;
}

/* Trust Strip */
.cf-product-trust {
    padding: clamp(2rem, 4vw, 3rem) 0;
    background: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cf-product-trust__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: center;
    gap: clamp(2rem, 4vw, 4rem);
    flex-wrap: wrap;
}

.cf-product-trust__item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.cf-product-trust__icon {
    font-size: 1.5rem;
    line-height: 1;
}

.cf-product-trust__text {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.cf-product-trust__text strong {
    font-size: 0.875rem;
    font-weight: 600;
    color: #ffffff;
}

.cf-product-trust__text span {
    font-size: 0.75rem;
    color: #6b7280;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .cf-product-hero {
        padding-top: calc(7rem + clamp(2rem, 4vw, 3rem));
    }

    .cf-product-hero__title {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .cf-product-hero__subtitle {
        max-width: 100%;
    }

    .cf-product-hero .cf-home-hero__cta-row {
        flex-direction: column;
        width: 100%;
    }

    .cf-product-hero .cf-home-hero__cta-row .cf-home-hero__cta-primary {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .cf-product-features__grid {
        grid-template-columns: 1fr;
    }

    .cf-product-capabilities__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cf-product-trust__container {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .cf-product-hero {
        padding-top: calc(7rem + clamp(1.5rem, 3vw, 2rem));
    }

    .cf-product-hero__title {
        font-size: clamp(1.75rem, 7vw, 2.25rem);
    }

    .cf-product-hero__subtitle {
        font-size: clamp(0.9375rem, 3.5vw, 1rem);
    }

    .cf-product-capabilities__grid {
        grid-template-columns: 1fr;
    }

    .cf-product-feature-card,
    .cf-product-cap-card {
        padding: 1.25rem;
    }

    .cf-product-feature-card__title,
    .cf-product-cap-card__title {
        font-size: 1rem;
    }

    .cf-product-features__title,
    .cf-product-capabilities__title {
        font-size: clamp(1.5rem, 6vw, 1.75rem);
    }
}
