/* Value Proposition */
.value-section {
    padding: 200px 40px;
    background: var(--black);
    color: var(--white);
    position: relative;
    clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%);
    margin-top: -80px;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.value-container {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.value-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(50px, 8vw, 120px);
    line-height: 1.1;
    max-width: 900px;
    margin-bottom: 80px;
    font-style: italic;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.value-card {
    background: var(--white);
    color: var(--black);
    padding: 60px 40px;
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
    width: 100%;
    box-sizing: border-box;
}

.value-card.visible {
    transform: translateY(0);
    opacity: 1;
}

.value-card:nth-child(1) { transition-delay: 0.1s; }
.value-card:nth-child(2) { transition-delay: 0.2s; margin-top: 60px; }
.value-card:nth-child(3) { transition-delay: 0.3s; }

.value-icon {
    font-size: 40px;
    margin-bottom: 30px;
}

.value-card h3 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.value-card p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--gray);
}

/* Pricing Section */
.pricing-section {
    padding: 200px 40px;
    background: var(--white);
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.pricing-container {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.pricing-header {
    margin-bottom: 120px;
}

.pricing-header h2 {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(50px, 8vw, 120px);
    line-height: 1.1;
    margin-bottom: 30px;
}

.pricing-header .accent-line {
    background: var(--accent);
    height: 6px;
    width: 200px;
    margin-bottom: 30px;
}

.pricing-header p {
    font-size: 20px;
    color: var(--gray);
    max-width: 600px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    box-sizing: border-box;
}

.pricing-card {
    border: 3px solid var(--black);
    padding: 50px 40px;
    position: relative;
    background: var(--white);
    transition: transform 0.3s ease, background 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.pricing-card:hover {
    transform: translate(-8px, -8px);
    background: var(--yellow);
}

.pricing-card.featured {
    background: var(--black);
    color: var(--white);
    transform: scale(1.05);
}

.pricing-card.featured:hover {
    background: var(--accent);
    transform: scale(1.05) translate(-8px, -8px);
}

.pricing-badge {
    position: absolute;
    top: -15px;
    right: 30px;
    background: var(--accent);
    color: var(--white);
    padding: 6px 16px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.pricing-name {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.pricing-price {
    font-family: 'DM Serif Display', serif;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 30px;
}

.pricing-features {
    list-style: none;
    margin-bottom: 40px;
}

.pricing-features li {
    padding: 12px 0;
    border-bottom: 1px solid var(--light-gray);
    font-size: 15px;
    font-weight: 500;
}

.pricing-card.featured .pricing-features li {
    border-bottom-color: rgba(255,255,255,0.2);
}

.pricing-cta {
    display: block;
    text-align: center;
    padding: 18px 40px;
    border: 3px solid var(--black);
    background: transparent;
    color: var(--black);
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.pricing-card.featured .pricing-cta {
    border-color: var(--white);
    color: var(--white);
}

.pricing-cta:hover {
    background: var(--black);
    color: var(--white);
}

.pricing-card.featured .pricing-cta:hover {
    background: var(--white);
    color: var(--black);
}

/* Testimonial Section - Professional Brutalist */
.testimonial-brutalist {
    position: relative;
    padding: 180px 40px;
    background: var(--black);
    clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
    margin-top: -80px;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.testimonial-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 100px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

/* Left: Stats Cards */
.testimonial-stats-hero {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.stat-card {
    position: relative;
    padding: 45px 40px;
    border: 4px solid var(--white);
    background: var(--black);
    transition: all 0.3s ease;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: var(--accent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-card:hover::before {
    opacity: 1;
}

.stat-card:hover {
    transform: translateX(8px);
    border-color: var(--accent);
}

.stat-number {
    font-size: 80px;
    font-weight: 900;
    line-height: 1;
    color: var(--white);
    font-family: 'Archivo', sans-serif;
    margin-bottom: 12px;
}

.stat-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gray);
}

/* Right: Testimonial Content */
.testimonial-content-hero {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.testimonial-verified {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--gray);
    width: fit-content;
}

.testimonial-verified svg {
    color: var(--accent);
}

.testimonial-quote-hero {
    font-size: 28px;
    line-height: 1.5;
    font-family: 'DM Serif Display', serif;
    color: var(--white);
    margin: 0;
    font-weight: 400;
}

.testimonial-author-section {
    padding-top: 30px;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.testimonial-author-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.author-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
}

.author-role {
    font-size: 15px;
    font-weight: 600;
    color: var(--gray);
}

.author-company {
    font-size: 15px;
    color: var(--gray);
    font-weight: 500;
}

/* CTA Section */
.cta-section {
    padding: 200px 40px;
    background: var(--white);
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.cta-container {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.cta-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(50px, 7vw, 100px);
    line-height: 1.1;
}

.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cta-button {
    display: block;
    padding: 30px 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    border: 3px solid var(--black);
}

.cta-primary {
    background: var(--black);
    color: var(--white);
}

.cta-primary:hover {
    background: var(--accent);
    border-color: var(--accent);
    transform: translate(-4px, -4px);
}

.cta-secondary {
    background: transparent;
    color: var(--black);
}

.cta-secondary:hover {
    background: var(--yellow);
    transform: translate(-4px, -4px);
}

@media (max-width: 1024px) {
    .value-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .value-card:nth-child(2) {
        margin-top: 0;
    }

    .cta-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .stat-number {
        font-size: 70px;
    }

    .testimonial-quote-hero {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .value-section,
    .pricing-section,
    .testimonial-brutalist,
    .cta-section {
        padding: 100px 20px;
    }

    .testimonial-brutalist {
        padding: 100px 20px;
    }

    .testimonial-grid {
        gap: 50px;
    }

    .stat-card {
        padding: 35px 30px;
    }

    .stat-number {
        font-size: 60px;
    }

    .stat-label {
        font-size: 13px;
    }

    .testimonial-quote-hero {
        font-size: 22px;
    }

    .author-name {
        font-size: 18px;
    }

    .author-role,
    .author-company {
        font-size: 14px;
    }

    .value-card {
        padding: 30px 20px;
    }

    .value-card h3 {
        font-size: 24px;
    }

    .pricing-card {
        padding: 30px 20px;
    }

    .pricing-card:hover {
        transform: none;
    }

    .pricing-card.featured:hover {
        transform: scale(1.05);
    }

    .pricing-price {
        font-size: 50px;
    }

    .stat-card:hover {
        transform: none;
    }

    .cta-button {
        padding: 25px 40px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .cta-primary:hover,
    .cta-secondary:hover {
        transform: none;
    }
}
