/* Why Choose Us Page - Premium Redesign */

/* ==================== HERO SECTION ==================== */
.why-hero {
    background: linear-gradient(135deg, #f8fafc 0%, #edf2f7 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.hero-container {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
}

.section-tag {
    display: inline-block;
    background-color: rgba(0, 163, 224, 0.1);
    color: var(--primary);
    padding: 0.35rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.why-hero h1 {
    color: var(--secondary);
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
}

.hero-subtitle {
    color: var(--text-muted);
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    max-width: 600px;
}

.hero-badges {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    padding: 0.6rem 1rem;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
    border: 1px solid #e2e8f0;
}

.badge-item i {
    color: var(--primary);
    font-size: 1.1rem;
}

.badge-item span {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--secondary);
}

.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.abstract-graphic {
    width: 100%;
    height: 350px;
    background: radial-gradient(circle at 30% 30%, rgba(0, 163, 224, 0.05), transparent 70%),
                radial-gradient(circle at 70% 70%, rgba(0, 51, 102, 0.05), transparent 70%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px dashed #cbd5e1;
}

.abstract-graphic i {
    font-size: 8rem;
    color: rgba(0, 163, 224, 0.15);
}

/* ==================== COMPANY OVERVIEW ==================== */
.company-overview {
    padding: 5rem 0;
    background-color: white;
}

.overview-content {
    max-width: 800px;
    margin: 0 auto 4rem;
}

.overview-content h2 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
    color: var(--secondary);
}

.divider {
    height: 4px;
    width: 60px;
    background-color: var(--primary);
    border-radius: 2px;
    margin-bottom: 1.5rem;
}

.overview-text {
    font-size: 1.1rem;
    color: var(--text-main);
    line-height: 1.8;
}

.stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    background: var(--bg-light);
    padding: 2.5rem;
    border-radius: var(--radius-md);
    border: 1px solid #e2e8f0;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0 1rem;
    border-right: 1px solid #cbd5e1;
}

.stat-item:last-child {
    border-right: none;
}

.stat-item i {
    font-size: 2.5rem;
    color: var(--primary);
    opacity: 0.8;
}

.stat-info {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--secondary);
    line-height: 1.1;
}

.stat-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-muted);
    margin-top: 0.25rem;
}

/* ==================== WHY CHOICE CARDS ==================== */
.why-cards-section {
    padding: 5rem 0;
    background-color: #f8fafc;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

.why-card {
    background: white;
    padding: 3rem 2.5rem;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(0, 163, 224, 0.3);
}

.card-icon {
    width: 60px;
    height: 60px;
    background: rgba(0, 51, 102, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: var(--secondary);
}

.why-card:hover .card-icon {
    background: var(--primary);
    color: white;
}

.card-icon i {
    font-size: 1.75rem;
    transition: var(--transition);
}

.why-card h3 {
    font-size: 1.35rem;
    margin-bottom: 1rem;
    color: var(--secondary);
}

.why-card p {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ==================== PROCESS SECTION ==================== */
.process-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

.process-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
}

.process-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23003366' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
    pointer-events: none;
}

.section-header {
    position: relative;
    z-index: 1;
}

.section-header h2 {
    color: var(--secondary);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}

.section-header .divider {
    margin: 1.5rem auto 1.5rem;
    display: block;
}

.text-center {
    text-align: center;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.section-header p {
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 4rem;
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    flex-wrap: nowrap;
    overflow-x: visible;
    gap: 0.5rem;
}

.step-item {
    flex: 1 1 0;
    min-width: 0;
    max-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    z-index: 2;
    background: white;
    padding: 1.5rem 1rem;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 280px;
    box-sizing: border-box;
    overflow: hidden;
}

.step-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 163, 224, 0.15);
    border-color: var(--primary);
}

.step-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--primary);
    opacity: 0.3;
    letter-spacing: 1px;
}

.step-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-light) 0%, rgba(0, 163, 224, 0.1) 100%);
    border: 3px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 163, 224, 0.2);
    margin-top: 0.5rem;
    flex-shrink: 0;
}

.step-item:hover .step-icon {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);
    color: white;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 24px rgba(0, 163, 224, 0.3);
}

.step-item h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--secondary);
    margin: 0.5rem 0 0.75rem;
    text-align: center;
    line-height: 1.3;
    word-wrap: break-word;
    hyphens: auto;
}

.step-details {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.step-details li {
    font-size: 0.8rem;
    color: var(--text-muted);
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    text-align: left;
    word-wrap: break-word;
}

.step-details li i {
    color: var(--primary);
    font-size: 0.75rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.step-connector {
    flex: 0 0 20px;
    min-width: 20px;
    max-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 0.25rem;
    box-sizing: border-box;
    flex-shrink: 0;
}

.connector-line {
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary) 0%, rgba(0, 163, 224, 0.3) 50%, var(--primary) 100%);
    border-radius: 2px;
    position: relative;
    top: -40px;
    min-width: 20px;
}

.connector-line::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid var(--primary);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

/* ==================== CTA SECTION ==================== */
.final-cta {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--secondary) 0%, #001f3f 100%);
    color: white;
    text-align: center;
}

.cta-box h2 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cta-box p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.final-cta .btn-outline {
    border-color: rgba(255, 255, 255, 0.3);
}

.final-cta .btn-outline:hover {
    background: white;
    color: var(--secondary);
    border-color: white;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1400px) {
    .process-section .container {
        padding: 0 1.5rem;
    }

    .process-steps {
        gap: 0.5rem;
    }

    .step-item {
        max-width: 170px;
        padding: 1.5rem 0.875rem;
    }

    .step-icon {
        width: 65px;
        height: 65px;
        font-size: 1.4rem;
    }

    .step-item h4 {
        font-size: 0.95rem;
    }

    .step-details li {
        font-size: 0.75rem;
    }

    .step-connector {
        flex: 0 0 15px;
        min-width: 15px;
        max-width: 15px;
    }
}

@media (max-width: 1200px) {
    .process-section .container {
        padding: 0 1rem;
    }

    .process-steps {
        gap: 0.5rem;
    }

    .step-item {
        max-width: 160px;
        padding: 1.25rem 0.75rem;
        min-height: 260px;
    }

    .step-icon {
        width: 60px;
        height: 60px;
        font-size: 1.3rem;
    }

    .step-item h4 {
        font-size: 0.9rem;
    }

    .step-details li {
        font-size: 0.7rem;
    }
}

@media (max-width: 992px) {
    .why-hero h1 {
        font-size: 2.5rem;
    }
    
    .stats-bar {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .stat-item {
        border-right: none;
        justify-content: center;
    }

    .process-steps {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem;
        padding: 0 1rem;
    }

    .step-connector {
        display: none;
    }

    .step-item {
        flex: 0 0 calc(50% - 0.75rem);
        min-width: 0;
        max-width: 100%;
        min-height: 260px;
    }
}

@media (max-width: 768px) {
    .why-hero {
        padding: 3rem 0;
    }

    .why-hero h1 {
        font-size: 2rem;
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .hero-badges {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .abstract-graphic {
        height: 250px;
        max-width: 100%;
        margin: 0 auto;
    }

    .company-overview {
        padding: 3rem 0;
    }

    .overview-content h2 {
        font-size: 1.75rem;
    }

    .stats-bar {
        grid-template-columns: 1fr;
        padding: 1.5rem;
        gap: 1rem;
    }
    
    .stat-item {
        justify-content: flex-start;
        padding: 1rem 0;
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
    }
    
    .stat-item:last-child {
        border-bottom: none;
    }

    .why-cards-section {
        padding: 3rem 0;
    }

    .cards-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .why-card {
        padding: 2rem 1.5rem;
    }

    .process-section {
        padding: 4rem 0;
        overflow-x: hidden;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .section-header p {
        font-size: 1rem;
        padding: 0 1rem;
    }

    .process-steps {
        flex-direction: column;
        gap: 1.5rem;
        margin-top: 3rem;
        padding: 0 1rem;
        width: 100%;
        max-width: 100%;
        overflow-x: visible;
    }

    .step-connector {
        display: none;
    }

    .step-item {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        min-height: auto;
        padding: 2rem 1.5rem;
        margin: 0;
    }

    .step-icon {
        width: 70px;
        height: 70px;
        font-size: 1.5rem;
    }

    .step-item h4 {
        font-size: 1.05rem;
    }

    .step-details {
        gap: 0.625rem;
        width: 100%;
    }

    .step-details li {
        font-size: 0.875rem;
    }
    
    .cta-actions {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .final-cta {
        padding: 4rem 0;
    }

    .cta-box h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .why-hero h1 {
        font-size: 1.75rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .badge-item {
        width: 100%;
        justify-content: center;
    }

    .stats-bar {
        padding: 1.25rem;
    }

    .why-card {
        padding: 1.5rem 1.25rem;
    }

    .cta-box h2 {
        font-size: 1.75rem;
    }
}