/* Hero Section Sobre */
.about-hero-modern {
    position: relative;
    padding: 3rem 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f5f2 0%, #e55c78 100%);
    margin-top: -1px;
}

.about-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.about-hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at top left, rgba(229, 92, 120, 0.1), transparent 70%),
                radial-gradient(ellipse at bottom right, rgba(31, 26, 27, 0.1), transparent 70%);
}

.about-hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-image:
        repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, 0.05) 35px, rgba(255, 255, 255, 0.05) 70px);
}

.about-hero-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
    color: #6b6466;
    font-size: 0.875rem;
}

.about-breadcrumb a {
    color: #1f1a1b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.about-breadcrumb a:hover {
    color: #e55c78;
}

.about-hero-content {
    max-width: 800px;
}

.about-hero-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(45deg, #e55c78, #d14567);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(229, 92, 120, 0.3);
}

.about-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    color: #1f1a1b;
    margin-bottom: 1.5rem;
}

.about-title-main,
.about-title-accent {
    display: block;
}

.about-title-accent {
    color: #e55c78;
    position: relative;
}

.about-title-accent::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #e55c78, transparent);
    border-radius: 2px;
}

.about-hero-description {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #433d3f;
    margin-bottom: 2.5rem;
    max-width: 600px;
}

.about-hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Nossa História */
.about-story-modern {
    padding: 6rem 0;
    background: white;
}

.about-story-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.about-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.section-badge {
    display: inline-block;
    background: rgba(229, 92, 120, 0.1);
    color: #e55c78;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.about-story-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #1f1a1b;
    margin-bottom: 2rem;
}

.text-accent {
    color: #e55c78;
}

.about-story-text {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #433d3f;
    margin-bottom: 1.5rem;
}

.about-story-stats {
    display: flex;
    gap: 3rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(229, 92, 120, 0.1);
}

.story-stat {
    text-align: center;
}

.story-stat .stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #e55c78;
    line-height: 1;
}

.story-stat .stat-label {
    display: block;
    font-size: 0.875rem;
    color: #6b6466;
    margin-top: 0.25rem;
}

.about-story-visual {
    position: relative;
    height: auto;
    max-width: 400px;
    margin: 0 auto;
}

.story-image-wrapper {
    width: 100%;
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(229, 92, 120, 0.25);
}

.story-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.story-image-wrapper:hover .story-image {
    transform: scale(1.03);
}

/* Nossos Valores */
.about-values-modern {
    padding: 6rem 0;
    background: #f8f5f2;
}

.about-values-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.values-header {
    text-align: center;
    margin-bottom: 4rem;
}

.values-badge {
    display: inline-block;
    background: rgba(229, 92, 120, 0.1);
    color: #e55c78;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.values-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #1f1a1b;
    margin-bottom: 1rem;
}

.values-description {
    font-size: 1.125rem;
    color: #6b6466;
    max-width: 600px;
    margin: 0 auto;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.value-card {
    background: white;
    padding: 2.5rem;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(229, 92, 120, 0.1);
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(229, 92, 120, 0.2);
}

.value-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #e55c78, #d14567);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.value-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #1f1a1b;
    margin-bottom: 1rem;
}

.value-card p {
    color: #6b6466;
    line-height: 1.6;
}

/* Diferenciais */
.about-differentials-modern {
    padding: 6rem 0;
    background: white;
}

.about-differentials-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.differentials-header {
    text-align: center;
    margin-bottom: 4rem;
}

.differentials-badge {
    display: inline-block;
    background: rgba(229, 92, 120, 0.1);
    color: #e55c78;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.differentials-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #1f1a1b;
    margin-bottom: 1rem;
}

.differentials-description {
    font-size: 1.125rem;
    color: #6b6466;
    max-width: 600px;
    margin: 0 auto;
}

.differentials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.differential-card {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(229, 92, 120, 0.1);
    transition: all 0.3s ease;
    animation: fadeInUp 0.6s ease-out both;
}

.differential-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(229, 92, 120, 0.2);
}

.differential-number {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #e55c78, #d14567);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.differential-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: #1f1a1b;
    margin-bottom: 1rem;
}

.differential-content p {
    color: #6b6466;
    line-height: 1.6;
}

/* CTA Final */
.about-cta-modern {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1f1a1b 0%, #433d3f 100%);
    color: #f8f5f2;
}

.about-cta-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.about-cta-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.about-cta-content p {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    opacity: 0.9;
}

.about-cta-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary-modern {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: #e55c78;
    color: white;
    padding: 1rem 2rem;
    border-radius: 3rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid #e55c78;
}

.btn-primary-modern:hover {
    background: #d14567;
    border-color: #d14567;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(229, 92, 120, 0.2);
}

.btn-secondary-modern {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 1rem 2rem;
    border-radius: 3rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.btn-secondary-modern:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Animações */
@keyframes float1 {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

@keyframes float2 {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(-120deg); }
}

@keyframes float3 {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-25px) rotate(240deg); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .about-story-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .about-story-visual {
        max-width: 350px;
    }

    .values-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .about-hero-modern {
        padding: 2rem 0;
    }

    .about-hero-title {
        font-size: 2rem;
    }

    .about-hero-description {
        font-size: 1.125rem;
    }

    .about-hero-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .about-story-modern,
    .about-values-modern,
    .about-differentials-modern,
    .about-cta-modern {
        padding: 4rem 0;
    }

    .about-story-stats {
        flex-direction: row;
        gap: 1rem;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .story-stat .stat-number {
        font-size: 1.25rem;
    }

    .story-stat .stat-label {
        font-size: 0.75rem;
    }

    .about-story-visual {
        max-width: 280px;
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .value-card {
        padding: 1rem 0.75rem;
        min-height: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .value-card h3 {
        font-size: 0.875rem;
        margin-bottom: 0.5rem;
    }

    .value-card p {
        font-size: 0.7rem;
        line-height: 1.4;
        text-align: center;
        margin: 0;
    }

    .value-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 0.5rem;
    }

    .value-icon svg {
        width: 22px;
        height: 22px;
    }

    .differentials-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .differential-card {
        padding: 1.25rem;
        gap: 1rem;
    }

    .differential-number {
        width: 36px;
        height: 36px;
        font-size: 0.875rem;
    }

    .differential-content h3 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .differential-content p {
        font-size: 0.8125rem;
    }

    .about-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-primary-modern,
    .btn-secondary-modern {
        justify-content: center;
    }
}
