/* AEON About Page - Bold & Creative Styling */

/* Full Width Container Override */
.page-id-6 .container,
.page-template-default .aeon-section .container {
    max-width: 100% !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

/* Hero Section */
.aeon-about-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.aeon-about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="none" stroke="%23d4af37" stroke-width="0.5" opacity="0.1"/></svg>');
    opacity: 0.3;
}

.aeon-about-title {
    font-size: 4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.aeon-about-subtitle {
    font-size: 1.5rem;
    color: #d4af37;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

/* Section Styling */
.aeon-section {
    padding: 80px 0;
}

.aeon-section-header {
    margin-bottom: 50px;
}

.aeon-section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 15px;
}

.aeon-badge {
    display: inline-block;
    background: linear-gradient(135deg, #d4af37, #c9a96e);
    color: #ffffff;
    padding: 8px 24px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Story Section */
.aeon-story-section {
    background: #f8f9fa;
}

.aeon-story-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 20px;
}

.aeon-story-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.aeon-story-image::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #d4af37, #c9a96e);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.3;
}

.aeon-story-image img {
    border-radius: 15px;
    transition: transform 0.5s ease;
}

.aeon-story-image:hover img {
    transform: scale(1.05);
}

/* Mission & Vision Section */
.aeon-mission-vision-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
    color: #ffffff;
}

.aeon-mv-card {
    background: rgba(255,255,255,0.05);
    padding: 50px 40px;
    border-radius: 15px;
    border: 2px solid rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
    height: 100%;
}

.aeon-mv-card:hover {
    background: rgba(255,255,255,0.08);
    border-color: #d4af37;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2);
}

.aeon-mv-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #d4af37, #c9a96e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 2rem;
}

.aeon-mv-card h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #d4af37;
    margin-bottom: 20px;
}

.aeon-mv-card p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ffffff;
    opacity: 0.9;
}

/* Core Values Section */
.aeon-values-section {
    background: #ffffff;
}

.aeon-values-grid {
    margin-top: 50px;
}

.aeon-value-card {
    background: #f8f9fa;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.aeon-value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #d4af37, #c9a96e);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.aeon-value-card:hover {
    background: #ffffff;
    border-color: #d4af37;
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.aeon-value-card:hover::before {
    transform: scaleX(1);
}

.aeon-value-number {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(135deg, #d4af37, #c9a96e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
}

.aeon-value-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.aeon-value-card p {
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
}

/* Why Choose AEON Section */
.aeon-why-section {
    background: #f8f9fa;
    padding-bottom: 80px !important;
    overflow: hidden;
}

.aeon-why-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
}

.aeon-why-section .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 15px;
    padding-right: 15px;
}

.aeon-why-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    width: 100%;
}

.aeon-why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.aeon-why-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #d4af37, #c9a96e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
    color: #ffffff;
    transition: all 0.3s ease;
}

.aeon-why-card:hover .aeon-why-icon {
    transform: rotate(360deg);
}

.aeon-why-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.aeon-why-card p {
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
}

/* Founder Section */
.aeon-founder-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
    clear: both;
    position: relative;
    z-index: 1;
}

.aeon-founder-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.aeon-founder-image img {
    border-radius: 15px;
    width: 100%;
}

.aeon-founder-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 15px 0 20px;
}

.aeon-founder-content h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #d4af37;
    margin-bottom: 10px;
}

.aeon-founder-title {
    font-size: 1.2rem;
    color: #cccccc;
    font-weight: 500;
    margin-bottom: 30px;
}

.aeon-founder-quote {
    font-size: 1.3rem;
    font-style: italic;
    color: #ffffff !important;
    border-left: 5px solid #d4af37;
    padding-left: 30px;
    margin: 30px 0;
    line-height: 1.8;
    background: rgba(212, 175, 55, 0.1);
    padding: 20px 30px;
    border-radius: 10px;
}

.aeon-founder-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #e0e0e0;
}

/* CTA Section */
.aeon-cta-section {
    background: linear-gradient(135deg, #d4af37 0%, #c9a96e 100%);
    padding: 100px 0;
}

.aeon-cta-content h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.aeon-cta-content p {
    font-size: 1.3rem;
    color: #ffffff;
    opacity: 0.95;
    margin-bottom: 40px;
}

.aeon-cta-btn {
    background: #1a1a1a;
    border: 2px solid #1a1a1a;
    color: #ffffff;
    padding: 18px 50px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.aeon-cta-btn:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

/* Responsive Design */
@media (max-width: 991px) {
    .page-id-6 .container,
    .page-template-default .aeon-section .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    
    .aeon-why-section .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .aeon-why-section {
        padding-bottom: 60px !important;
    }
    
    .aeon-about-title {
        font-size: 3rem;
    }
    
    .aeon-section-header h2 {
        font-size: 2rem;
    }
    
    .aeon-founder-section .row {
        flex-direction: column-reverse;
    }
    
    .aeon-founder-image {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .page-id-6 .container,
    .page-template-default .aeon-section .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .aeon-why-section .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .aeon-about-hero {
        padding: 80px 0 60px;
    }
    
    .aeon-about-title {
        font-size: 2.5rem;
    }
    
    .aeon-about-subtitle {
        font-size: 1.2rem;
    }
    
    .aeon-section {
        padding: 60px 0;
    }
    
    .aeon-section-header h2 {
        font-size: 1.8rem;
    }
    
    .aeon-cta-content h2 {
        font-size: 2rem;
    }
    
    .aeon-value-number {
        font-size: 2.5rem;
    }
}
