/* ============================================================
   ABOUT PAGE 2025 - SEO & CONVERSION OPTIMIZED
   ============================================================ */

/* About Hero Section */
.about-hero-2025 {
    position: relative;
    padding: 140px 0 100px;
    overflow: hidden;
    background: linear-gradient(135deg, #2a3441 0%, #1f2831 50%, #2a3441 100%);
    min-height: 700px;
}

.about-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.holographic-gradient-about {
    position: absolute;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    background: radial-gradient(circle at 30% 50%, rgba(0, 178, 214, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(6, 147, 227, 0.15) 0%, transparent 50%);
    animation: holographicPulseAbout 15s ease-in-out infinite;
}

@keyframes holographicPulseAbout {
    0%, 100% { transform: rotate(0deg) scale(1); opacity: 0.6; }
    50% { transform: rotate(180deg) scale(1.1); opacity: 0.8; }
}

.geometric-pattern-about {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:
        repeating-linear-gradient(90deg, rgba(255,255,255,0.03) 0px, transparent 1px, transparent 40px),
        repeating-linear-gradient(0deg, rgba(255,255,255,0.03) 0px, transparent 1px, transparent 40px);
    opacity: 0.5;
}

.floating-particles-about .particle-about {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 178, 214, 0.4), rgba(6, 147, 227, 0.4));
    animation: particleFloatAbout 20s infinite ease-in-out;
    box-shadow: 0 0 20px rgba(0, 178, 214, 0.3);
}

.particle-about.particle-1 { width: 80px; height: 80px; top: 10%; left: 10%; animation-delay: 0s; }
.particle-about.particle-2 { width: 60px; height: 60px; top: 70%; left: 80%; animation-delay: 3s; }
.particle-about.particle-3 { width: 100px; height: 100px; top: 40%; left: 5%; animation-delay: 6s; }
.particle-about.particle-4 { width: 70px; height: 70px; top: 20%; left: 85%; animation-delay: 9s; }
.particle-about.particle-5 { width: 90px; height: 90px; top: 80%; left: 50%; animation-delay: 12s; }

@keyframes particleFloatAbout {
    0%, 100% { transform: translate(0, 0) rotate(0deg); opacity: 0.4; }
    25% { transform: translate(30px, -30px) rotate(90deg); opacity: 0.7; }
    50% { transform: translate(-20px, 20px) rotate(180deg); opacity: 0.5; }
    75% { transform: translate(40px, 10px) rotate(270deg); opacity: 0.6; }
}

.about-hero-content {
    position: relative;
    z-index: 2;
}

.about-badge-modern {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background: rgba(0, 178, 214, 0.1);
    border: 1px solid rgba(0, 178, 214, 0.3);
    border-radius: 50px;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
}

.badge-icon-pulse-about {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #00B2D6, #0693e3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulseBadgeAbout 2s infinite;
}

.badge-icon-pulse-about i {
    color: #fff;
    font-size: 14px;
}

@keyframes pulseBadgeAbout {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 178, 214, 0.7);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(0, 178, 214, 0);
    }
}

.about-hero-title {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 24px;
    line-height: 1.2;
}

.about-holographic-text {
    background: linear-gradient(135deg, #00B2D6, #0693e3, #00B2D6);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShiftAbout 3s ease infinite;
}

@keyframes gradientShiftAbout {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.about-hero-subtitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    line-height: 1.7;
}

.about-hero-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.stat-item-about {
    text-align: center;
}

.stat-number-about {
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(135deg, #00B2D6, #0693e3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label-about {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 8px;
}

.about-hero-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-about-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #00B2D6, #0693e3);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 178, 214, 0.3);
}

.btn-about-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 178, 214, 0.4);
    color: #fff;
}

.btn-about-secondary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid rgba(0, 178, 214, 0.5);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-about-secondary:hover {
    background: rgba(0, 178, 214, 0.1);
    border-color: #00B2D6;
    color: #fff;
}

.about-hero-image {
    position: relative;
    z-index: 2;
}

.about-image-glass-card {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.about-image-glass-card:hover {
    transform: translateY(-10px);
}

.about-image-glass-card img {
    border-radius: 16px;
    width: 100%;
}

.about-image-overlay {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
}

.overlay-badge {
    background: rgba(0, 178, 214, 0.95);
    backdrop-filter: blur(10px);
    padding: 16px 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-weight: 600;
}

/* Company Story Section */
.company-story-section {
    padding: 100px 0;
    background: #fff;
}

.story-header {
    margin-bottom: 60px;
}

.section-title-about {
    font-size: 42px;
    font-weight: 800;
    color: #1a3c5e;
    margin-bottom: 16px;
}

.section-subtitle-about {
    font-size: 18px;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

.story-content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.story-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 178, 214, 0.15);
    border-color: #00B2D6;
}

.story-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00B2D6, #0693e3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 32px;
    color: #fff;
}

.story-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a3c5e;
    margin-bottom: 16px;
}

.story-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

/* Why Choose Us Section */
.why-choose-us-about {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #2a3441 0%, #1f2831 50%, #2a3441 100%);
}

.why-choose-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.holographic-gradient-why {
    position: absolute;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    background: radial-gradient(circle at 30% 50%, rgba(0, 178, 214, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(6, 147, 227, 0.1) 0%, transparent 50%);
    animation: holographicPulseWhy 15s ease-in-out infinite;
}

@keyframes holographicPulseWhy {
    0%, 100% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.1); }
}

.geometric-pattern-why {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:
        repeating-linear-gradient(90deg, rgba(255,255,255,0.03) 0px, transparent 1px, transparent 40px),
        repeating-linear-gradient(0deg, rgba(255,255,255,0.03) 0px, transparent 1px, transparent 40px);
    opacity: 0.5;
}

.section-header-about {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.section-header-about .section-title-about {
    color: #666;
}

.section-header-about .section-subtitle-about {
    color: #666 !important;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

.why-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 30px;
    transition: all 0.3s ease;
}

.why-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-10px);
    border-color: rgba(0, 178, 214, 0.5);
    box-shadow: 0 20px 50px rgba(0, 178, 214, 0.2);
}

.why-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #00B2D6, #0693e3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 28px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 178, 214, 0.3);
}

.why-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.why-card p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 12px;
}

.why-card p strong {
    color: #00B2D6;
    display: block;
    margin-bottom: 8px;
}

/* Core Values Section */
.core-values-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.core-values-section .section-title-about,
.trust-indicators-section .section-title-about {
    color: #1a3c5e;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.value-card-glass {
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 20px;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease;
    overflow: hidden;
}

.value-card-glass:hover {
    transform: translateY(-10px) rotateY(5deg);
    box-shadow: 0 20px 50px rgba(0, 178, 214, 0.15);
    border-color: #00B2D6;
}

.value-card-glass:hover .value-image-overlay {
    opacity: 1;
}

.value-card-glass:hover .value-image {
    transform: scale(1.1);
}

.value-image-container {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
}

.value-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.value-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 178, 214, 0.9), rgba(6, 147, 227, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.value-overlay-icon {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
    animation: iconPulseValue 2s infinite;
}

@keyframes iconPulseValue {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
}

.value-card-glass h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a3c5e;
    margin: 30px 30px 16px;
}

.value-card-glass p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    padding: 0 30px 30px;
}

/* Trust Indicators Section */
.trust-indicators-section {
    padding: 100px 0;
    background: #fff;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.trust-item {
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.trust-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 178, 214, 0.15);
    border-color: #00B2D6;
}

.trust-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00B2D6, #0693e3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
    color: #fff;
}

.trust-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a3c5e;
    margin-bottom: 8px;
}

.trust-item p {
    font-size: 14px;
    color: #666;
}

/* About CTA Section */
.about-cta-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #2a3441 0%, #1f2831 50%, #2a3441 100%);
}

.about-cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.holographic-gradient-cta {
    position: absolute;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    background: radial-gradient(circle at 30% 50%, rgba(0, 178, 214, 0.2) 0%, transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(6, 147, 227, 0.2) 0%, transparent 50%);
    animation: holographicPulseCta 10s ease-in-out infinite;
}

@keyframes holographicPulseCta {
    0%, 100% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.05); }
}

.geometric-pattern-cta {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:
        repeating-linear-gradient(90deg, rgba(255,255,255,0.05) 0px, transparent 1px, transparent 40px),
        repeating-linear-gradient(0deg, rgba(255,255,255,0.05) 0px, transparent 1px, transparent 40px);
}

.about-cta-content {
    position: relative;
    z-index: 2;
}

.cta-title-about {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.cta-subtitle-about {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
}

.cta-benefits-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.cta-benefit {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.cta-benefit i {
    color: #00B2D6;
    font-size: 20px;
}

.cta-actions-about {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.btn-cta-primary-about {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 40px;
    background: linear-gradient(135deg, #00B2D6, #0693e3);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 15px 40px rgba(0, 178, 214, 0.4);
}

.btn-cta-primary-about:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 178, 214, 0.5);
    color: #fff;
}

.btn-cta-secondary-about {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 40px;
    background: transparent;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid rgba(0, 178, 214, 0.7);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-cta-secondary-about:hover {
    background: rgba(0, 178, 214, 0.1);
    border-color: #00B2D6;
    color: #fff;
}

.cta-note-about {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cta-note-about i {
    color: #00B2D6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-hero-2025 {
        padding: 100px 0 60px;
    }

    .about-hero-title {
        font-size: 36px;
    }

    .about-hero-subtitle {
        font-size: 16px;
    }

    .about-hero-stats {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .about-hero-actions {
        flex-direction: column;
    }

    .btn-about-primary,
    .btn-about-secondary {
        width: 100%;
        justify-content: center;
    }

    .section-title-about {
        font-size: 32px;
    }

    .section-subtitle-about {
        font-size: 16px;
    }

    .story-content-grid,
    .values-grid,
    .trust-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cta-title-about {
        font-size: 32px;
    }

    .cta-benefits-row {
        flex-direction: column;
        gap: 20px;
    }

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

    .btn-cta-primary-about,
    .btn-cta-secondary-about {
        width: 100%;
        justify-content: center;
    }
}
