/* ===================================
   ABOUT PAGE STYLES
   =================================== */

/* About Hero */
.about-hero {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #0A1F44 0%, #1B3A5C 100%);
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 122, 0, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
}

.about-hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

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

.gradient-text {
    background: linear-gradient(135deg, #FF7A00 0%, #FFA64D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

/* Story Section */
.about-story {
    padding: 100px 0;
    background: #FFFFFF;
}

.about-story-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-section-label {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #FF7A00;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.about-story-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0A1F44;
    line-height: 1.2;
    margin-bottom: 32px;
}

.about-story-text p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #525252;
    margin-bottom: 24px;
}

.about-story-text strong {
    color: #0A1F44;
    font-weight: 600;
}

.about-story-visual {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-visual-card {
    background: #FFFFFF;
    padding: 32px;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(10, 31, 68, 0.08);
    transition: all 0.3s ease;
}

.about-visual-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(10, 31, 68, 0.12);
}

.card-primary {
    border-left: 4px solid #FF7A00;
}

.card-secondary {
    border-left: 4px solid #0A1F44;
}

.visual-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #FF7A00 0%, #FFA64D 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.card-secondary .visual-icon {
    background: linear-gradient(135deg, #0A1F44 0%, #1B3A5C 100%);
}

.about-visual-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0A1F44;
    margin-bottom: 12px;
}

.about-visual-card p {
    font-size: 1rem;
    color: #525252;
    line-height: 1.6;
}

/* Platform Section */
.about-platform {
    padding: 100px 0;
    background: linear-gradient(135deg, #FAFBFC 0%, #FFFFFF 100%);
}

.about-platform-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 64px;
}

.about-platform-title {
    font-size: 2.75rem;
    font-weight: 800;
    color: #0A1F44;
    margin-bottom: 20px;
    line-height: 1.2;
}

.about-platform-subtitle {
    font-size: 1.125rem;
    color: #525252;
    line-height: 1.7;
}

.about-platform-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.about-platform-card {
    background: #FFFFFF;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(10, 31, 68, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(10, 31, 68, 0.08);
}

.about-platform-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(10, 31, 68, 0.12);
    border-color: #FF7A00;
}

.platform-card-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, rgba(255, 122, 0, 0.1) 0%, rgba(255, 166, 77, 0.1) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF7A00;
    margin-bottom: 24px;
}

.about-platform-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0A1F44;
    margin-bottom: 12px;
}

.about-platform-card p {
    font-size: 1rem;
    color: #525252;
    line-height: 1.7;
}

/* Vision Section */
.about-vision {
    padding: 100px 0;
    background: #0A1F44;
    position: relative;
    overflow: hidden;
}

.about-vision::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 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='%23FF7A00' fill-opacity='0.03'%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: 0.5;
}

.about-vision-content {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
}

.about-vision .about-section-label {
    color: #FFA64D;
}

.about-vision-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 32px;
    line-height: 1.2;
}

.about-vision-text p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    margin-bottom: 24px;
}

.about-vision-text strong {
    color: #FFFFFF;
    font-weight: 600;
}

.about-vision-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 64px;
}

.about-stat-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 32px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    transition: all 0.3s ease;
}

.about-stat-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-4px);
}

.stat-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #FF7A00 0%, #FFA64D 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    margin: 0 auto 20px;
}

.stat-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Team Section */
.about-team {
    padding: 100px 0;
    background: #FFFFFF;
}

.about-team-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 64px;
}

.about-team-title {
    font-size: 2.75rem;
    font-weight: 800;
    color: #0A1F44;
    margin-bottom: 20px;
    line-height: 1.2;
}

.about-team-subtitle {
    font-size: 1.125rem;
    color: #525252;
    line-height: 1.7;
}

.about-team-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.team-feature-card {
    text-align: center;
    padding: 40px 32px;
}

.team-feature-number {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #FF7A00 0%, #FFA64D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 24px;
    opacity: 0.3;
}

.team-feature-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0A1F44;
    margin-bottom: 16px;
}

.team-feature-card p {
    font-size: 1rem;
    color: #525252;
    line-height: 1.7;
}

/* Mission Section */
.about-mission {
    padding: 100px 0;
    background: linear-gradient(135deg, #FAFBFC 0%, #FFFFFF 100%);
}

.about-mission-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.about-mission-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, rgba(255, 122, 0, 0.1) 0%, rgba(255, 166, 77, 0.1) 100%);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF7A00;
    margin: 0 auto 40px;
}

.about-mission-title {
    font-size: 2.75rem;
    font-weight: 800;
    color: #0A1F44;
    margin-bottom: 32px;
    line-height: 1.2;
}

.about-mission-text {
    font-size: 1.25rem;
    color: #525252;
    line-height: 1.8;
    margin-bottom: 24px;
}

.about-mission-text strong {
    color: #0A1F44;
    font-weight: 600;
}

.about-mission-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 48px;
}

.btn-mission-primary,
.btn-mission-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 32px;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.btn-mission-primary {
    background: linear-gradient(135deg, #FF7A00 0%, #E66D00 100%);
    color: #FFFFFF;
    box-shadow: 0 4px 14px rgba(255, 122, 0, 0.25);
}

.btn-mission-primary:hover {
    background: linear-gradient(135deg, #E66D00 0%, #FF7A00 100%);
    box-shadow: 0 8px 24px rgba(255, 122, 0, 0.35);
    transform: translateY(-2px);
    color: #FFFFFF;
}

.btn-mission-secondary {
    background: #FFFFFF;
    color: #0A1F44;
    border: 2px solid #E8E8E8;
}

.btn-mission-secondary:hover {
    background: #F4F4F4;
    border-color: #D4D4D4;
    transform: translateY(-2px);
    color: #0A1F44;
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0px) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .about-hero-title {
        font-size: 2.75rem;
    }

    .about-story-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .about-platform-grid {
        grid-template-columns: 1fr;
    }

    .about-vision-stats {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .about-team-features {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 80px 0 60px;
    }

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

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

    .about-story {
        padding: 60px 0;
    }

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

    .about-platform {
        padding: 60px 0;
    }

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

    .about-vision {
        padding: 60px 0;
    }

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

    .about-team {
        padding: 60px 0;
    }

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

    .about-mission {
        padding: 60px 0;
    }

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

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

    .btn-mission-primary,
    .btn-mission-secondary {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .about-hero-title {
        font-size: 1.875rem;
    }

    .about-story-title,
    .about-platform-title,
    .about-vision-title,
    .about-team-title,
    .about-mission-title {
        font-size: 1.75rem;
    }

    .about-platform-card,
    .team-feature-card {
        padding: 24px;
    }
}

