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

/* Hero Section */
.about-hero {
    position: relative;
    padding: 180px 0 120px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    overflow: hidden;
}

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

.hero-title {
    font-size: clamp(48px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #000 0%, #333 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 24px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 60px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-top: 80px;
}

.hero-stats .stat-item {
    text-align: center;
}

.hero-stats .stat-number {
    display: block;
    font-size: 48px;
    font-weight: 800;
    color: #00b28a;
    margin-bottom: 8px;
}

.hero-stats .stat-label {
    font-size: 16px;
    color: #666;
}

.hero-background {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(0, 255, 136, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 20s ease-in-out infinite;
}

/* Mission Section */
.about-mission {
    padding: 120px 0;
    background: #fff;
}

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

.mission-content h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 24px;
}

.mission-content p {
    font-size: 20px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
}

.mission-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 18px;
    color: #333;
}

.feature-icon {
    font-size: 24px;
}

.mission-visual {
    display: grid;
    gap: 24px;
}

.visual-card {
    background: #f8f9fa;
    padding: 32px;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.visual-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.card-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.visual-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.visual-card p {
    color: #666;
    line-height: 1.6;
}

/* Vision Section */
.about-vision {
    padding: 80px 0;
    background: linear-gradient(135deg, #00b28a 0%, #00e67a 100%);
    color: #000;
}

.vision-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.vision-content h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 24px;
}

.vision-text {
    font-size: 24px;
    line-height: 1.8;
    opacity: 0.9;
}

/* Values Section */
.about-values {
    padding: 120px 0;
    background: #f8f9fa;
}

.about-values h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 60px;
}

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

.value-card {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}

.value-icon {
    font-size: 64px;
    margin-bottom: 24px;
}

.value-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

/* Privacy Section */
.about-privacy {
    padding: 120px 0;
    background: #fff;
}

.privacy-content {
    max-width: 900px;
    margin: 0 auto;
}

.privacy-content h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 24px;
    text-align: center;
}

.privacy-content > p {
    font-size: 20px;
    line-height: 1.8;
    color: #666;
    text-align: center;
    margin-bottom: 60px;
}

.privacy-reasons {
    display: grid;
    gap: 40px;
}

.reason-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 32px;
    align-items: start;
}

.reason-number {
    font-size: 48px;
    font-weight: 800;
    color: #00b28a;
    opacity: 0.2;
}

.reason-item h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.reason-item p {
    color: #666;
    line-height: 1.6;
}

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

.about-team h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 24px;
}

.team-intro {
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    color: #666;
    max-width: 800px;
    margin: 0 auto 60px;
}

.team-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.team-stat {
    text-align: center;
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.team-stat:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.stat-icon {
    font-size: 48px;
    display: block;
    margin-bottom: 16px;
}

.team-stat .stat-number {
    display: block;
    font-size: 40px;
    font-weight: 800;
    color: #00b28a;
    margin-bottom: 4px;
}

.team-stat .stat-label {
    font-size: 16px;
    color: #666;
}

/* Donation Section */
.about-donation {
    padding: 120px 0;
    background: #fff;
}

.donation-content {
    max-width: 1200px;
    margin: 0 auto;
}

.donation-content h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

.donation-subtitle {
    text-align: center;
    font-size: 24px;
    color: #666;
    margin-bottom: 16px;
}

.donation-content > p {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    max-width: 700px;
    margin: 0 auto 60px;
}

.donation-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin-bottom: 80px;
}

.donation-card {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.donation-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}

.donation-card.featured {
    background: linear-gradient(135deg, #00b28a 0%, #00e67a 100%);
    color: #000;
}

.featured-badge {
    position: absolute;
    top: -12px;
    right: 24px;
    background: #000;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.donation-card h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.donation-card p {
    color: #666;
    margin-bottom: 24px;
}

.donation-card.featured p {
    color: rgba(0, 0, 0, 0.8);
}

.donation-amounts {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 24px;
}

.amount-btn {
    background: #fff;
    border: 2px solid #e5e5e5;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.amount-btn:hover {
    border-color: #00b28a;
    color: #00b28a;
}

.amount-btn.active {
    background: #00b28a;
    border-color: #00b28a;
    color: #000;
}

.donate-btn {
    background: #00b28a;
    color: #000;
    border: none;
    padding: 12px 32px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.donate-btn:hover {
    background: #00e67a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 255, 136, 0.3);
}

.donate-btn.primary {
    background: #000;
    color: #fff;
}

.donate-btn.primary:hover {
    background: #333;
}

.crypto-options {
    display: grid;
    gap: 12px;
    margin-bottom: 24px;
}

.crypto-btn {
    background: #fff;
    border: 2px solid #e5e5e5;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.crypto-btn:hover {
    border-color: #00b28a;
}

.crypto-btn span {
    background: #f8f9fa;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
}

.donation-impact h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
}

.impact-item {
    text-align: center;
    padding: 24px;
    background: #f8f9fa;
    border-radius: 12px;
}

.impact-amount {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #00b28a;
    margin-bottom: 8px;
}

.impact-description {
    font-size: 14px;
    color: #666;
}

/* CTA Section */
.about-cta {
    padding: 120px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    color: #fff;
    text-align: center;
}

.cta-content h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

.cta-content p {
    font-size: 20px;
    opacity: 0.8;
    margin-bottom: 40px;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 16px 32px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary {
    background: #00b28a;
    color: #000;
}

.btn-primary:hover {
    background: #00e67a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 255, 136, 0.3);
}

.btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-secondary:hover {
    background: #fff;
    color: #000;
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-30px) rotate(180deg);
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .mission-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .hero-stats {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 120px 0 80px;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }
    
    .donation-options {
        grid-template-columns: 1fr;
    }
    
    .reason-item {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .reason-number {
        margin: 0 auto;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
    }
}