/* ==========================================================================
   ABOUT PAGE - STUNNING MODERN DESIGN
   Holistic Psychological Services PLLC
   ========================================================================== */

/* AOS Animation Library */
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* ==========================================================================
   MAIN LAYOUT
   ========================================================================== */

.about-main {
    width: 100%;
    overflow-x: hidden;
    background: #ffffff;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */

.about-hero {
    position: relative;
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 2rem 100px;
    background: linear-gradient(135deg, #f0fdf9 0%, #ecfdf5 50%, #ffffff 100%);
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(0, 216, 132, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(14, 165, 233, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.about-hero::after {
    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='%2300d884' 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.4;
    pointer-events: none;
}

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

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(0, 216, 132, 0.2);
    border-radius: 100px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0, 216, 132, 0.1);
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: #00d884;
    border-radius: 50%;
    animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
}

.hero-badge span {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1f2937;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.hero-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.15;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.title-gradient {
    display: block;
    background: linear-gradient(135deg, #00d884 0%, #0ea5e9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    line-height: 1.6;
    color: #6b7280;
    margin-bottom: 3rem;
    font-weight: 400;
}

.hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 2rem 3rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(0, 216, 132, 0.15);
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 216, 132, 0.1);
    flex-wrap: wrap;
}

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

.stat-number {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #00d884 0%, #0ea5e9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, transparent, rgba(0, 216, 132, 0.3), transparent);
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    opacity: 0.6;
}

.scroll-line {
    width: 2px;
    height: 40px;
    background: linear-gradient(180deg, transparent, #00d884, transparent);
    animation: scroll-line 2s ease-in-out infinite;
}

@keyframes scroll-line {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}

.hero-scroll-indicator span {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6b7280;
}

/* ==========================================================================
   SECTION COMMON STYLES
   ========================================================================== */

section {
    padding: 100px 0;
    position: relative;
}

.section-label {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(0, 216, 132, 0.1), rgba(14, 165, 233, 0.1));
    border: 1px solid rgba(0, 216, 132, 0.2);
    border-radius: 100px;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #00d884;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
}

.section-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

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

.section-description {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #6b7280;
    max-width: 700px;
}

.section-header {
    text-align: center;
    margin-bottom: 5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* ==========================================================================
   MISSION SECTION
   ========================================================================== */

.mission-section {
    background: #ffffff;
    overflow: hidden;
}

.mission-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.mission-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.mission-text {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.mission-text p {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #4b5563;
}

.mission-text p:first-child {
    font-size: 1.1875rem;
    font-weight: 500;
    color: #1f2937;
}

.mission-features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1rem;
}

.feature-item {
    display: flex;
    gap: 1.25rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(0, 216, 132, 0.05), rgba(14, 165, 233, 0.05));
    border: 1px solid rgba(0, 216, 132, 0.15);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateX(8px);
    border-color: rgba(0, 216, 132, 0.3);
    box-shadow: 0 8px 24px rgba(0, 216, 132, 0.1);
}

.feature-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    background: linear-gradient(135deg, #00d884, #0ea5e9);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.75rem;
}

.feature-text h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.feature-text p {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #6b7280;
}

.mission-image {
    position: relative;
}

.image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.image-decoration {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #00d884, #0ea5e9);
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.3;
    z-index: -1;
}

.image-card {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(0, 216, 132, 0.2);
    border-radius: 20px;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.card-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #00d884, #0ea5e9);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.75rem;
}

.card-stat {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.25rem;
    font-weight: 700;
    background: linear-gradient(135deg, #00d884, #0ea5e9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.card-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   FOUNDERS SECTION
   ========================================================================== */

.founders-section {
    background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
    overflow: hidden;
}

.founders-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.founders-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}

.founder-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.founder-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 216, 132, 0.3);
}

.founder-image-wrapper {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.founder-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    transition: transform 0.5s ease;
}

.founder-card:hover .founder-image-wrapper img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.4) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

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

.founder-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.founder-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.founder-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.founder-credentials {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.credential {
    padding: 6px 14px;
    background: linear-gradient(135deg, #00d884, #0ea5e9);
    color: #ffffff;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.credential-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6b7280;
}

.founder-bio {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #4b5563;
}

.founder-specialties {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.specialty-tag {
    padding: 6px 14px;
    background: linear-gradient(135deg, rgba(0, 216, 132, 0.1), rgba(14, 165, 233, 0.1));
    border: 1px solid rgba(0, 216, 132, 0.2);
    border-radius: 100px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #00d884;
    transition: all 0.3s ease;
}

.specialty-tag:hover {
    background: linear-gradient(135deg, #00d884, #0ea5e9);
    color: #ffffff;
    border-color: transparent;
    transform: translateY(-2px);
}

.founder-experience {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #4b5563;
}

.founder-experience i {
    font-size: 1.25rem;
    color: #00d884;
}

/* ==========================================================================
   VALUES SECTION
   ========================================================================== */

.values-section {
    background: #ffffff;
    overflow: hidden;
}

.values-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.value-card {
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(0, 216, 132, 0.03), rgba(14, 165, 233, 0.03));
    border: 1px solid rgba(0, 216, 132, 0.1);
    border-radius: 20px;
    transition: all 0.4s ease;
    text-align: center;
}

.value-card:hover {
    background: linear-gradient(135deg, rgba(0, 216, 132, 0.08), rgba(14, 165, 233, 0.08));
    border-color: rgba(0, 216, 132, 0.3);
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 216, 132, 0.12);
}

.value-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #00d884, #0ea5e9);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2.25rem;
    transition: transform 0.4s ease;
}

.value-card:hover .value-icon {
    transform: scale(1.1) rotate(-5deg);
}

.value-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.375rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.value-description {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #6b7280;
}

/* ==========================================================================
   INCLUSIVE SECTION
   ========================================================================== */

.inclusive-section {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    position: relative;
    overflow: hidden;
}

.inclusive-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.3) 0%, transparent 70%);
    animation: float-decoration 20s ease-in-out infinite;
}

@keyframes float-decoration {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 30px);
    }
}

.inclusive-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    gap: 2.5rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.inclusive-icon {
    width: 100px;
    height: 100px;
    min-width: 100px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 3rem;
    box-shadow: 0 12px 40px rgba(245, 158, 11, 0.4);
    animation: pulse-icon 3s ease-in-out infinite;
}

@keyframes pulse-icon {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.inclusive-content {
    flex: 1;
}

.inclusive-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #78350f;
    margin-bottom: 1rem;
}

.inclusive-text {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #92400e;
    margin-bottom: 2rem;
}

.inclusive-badges {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.inclusive-badge {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border: 2px solid #fbbf24;
    border-radius: 100px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #78350f;
}

.inclusive-badge i {
    font-size: 1.25rem;
    color: #f59e0b;
}

/* ==========================================================================
   WHY CHOOSE US SECTION
   ========================================================================== */

.why-choose-section {
    background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
    overflow: hidden;
}

.why-choose-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.why-choose-content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.why-features {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.why-feature {
    display: flex;
    gap: 1.5rem;
}

.feature-number {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: linear-gradient(135deg, #00d884, #0ea5e9);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
}

.feature-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.feature-content p {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #6b7280;
}

.why-choose-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.why-choose-image img {
    width: 100%;
    height: auto;
    display: block;
}

.image-decoration-2 {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #0ea5e9, #00d884);
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.3;
    z-index: -1;
}

/* ==========================================================================
   CTA SECTION
   ========================================================================== */

.about-cta-section {
    background: linear-gradient(135deg, #f0fdf9 0%, #ecfdf5 100%);
    position: relative;
    overflow: hidden;
}

.about-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(0, 216, 132, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(14, 165, 233, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.cta-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.cta-content {
    text-align: center;
    padding: 4rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(0, 216, 132, 0.2);
    border-radius: 32px;
    box-shadow: 0 20px 60px rgba(0, 216, 132, 0.15);
}

.cta-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.cta-subtitle {
    font-size: 1.1875rem;
    line-height: 1.7;
    color: #6b7280;
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    border-radius: 100px;
    font-size: 1.0625rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.cta-btn.primary {
    background: linear-gradient(135deg, #00d884, #0ea5e9);
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 216, 132, 0.3);
}

.cta-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 216, 132, 0.4);
}

.cta-btn.secondary {
    background: rgba(255, 255, 255, 0.8);
    color: #00d884;
    border: 2px solid #00d884;
}

.cta-btn.secondary:hover {
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 216, 132, 0.2);
}

.cta-btn i {
    font-size: 1.25rem;
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */

/* Large Tablets (1024px and below) */
@media (max-width: 1024px) {
    section {
        padding: 80px 0;
    }
    
    .mission-container,
    .why-choose-container {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
    
    .founders-grid {
        gap: 2.5rem;
    }
    
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablets (991px and below) */
@media (max-width: 991px) {
    .about-hero {
        min-height: 65vh;
        padding: 120px 1.5rem 80px;
    }
    
    .hero-stats {
        padding: 1.5rem 2rem;
        gap: 1.5rem;
    }
    
    .stat-divider {
        display: none;
    }
    
    section {
        padding: 70px 0;
    }
    
    .section-header {
        margin-bottom: 4rem;
    }
    
    .mission-container,
    .why-choose-container {
        padding: 0 1.5rem;
    }
    
    .founders-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .values-grid {
        gap: 1.5rem;
    }
    
    .inclusive-container {
        flex-direction: column;
        text-align: center;
        padding: 0 1.5rem;
    }
    
    .inclusive-icon {
        margin: 0 auto;
    }
}

/* Mobile Landscape (767px and below) */
@media (max-width: 767px) {
    .about-hero {
        min-height: auto;
        padding: 100px 1.25rem 60px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-stats {
        padding: 1.25rem 1.5rem;
        gap: 1.25rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 1.875rem;
    }
    
    .section-header {
        margin-bottom: 3rem;
    }
    
    .mission-container,
    .why-choose-container {
        padding: 0 1.25rem;
        gap: 3rem;
    }
    
    .mission-features {
        gap: 1.25rem;
    }
    
    .feature-item {
        padding: 1.25rem;
    }
    
    .feature-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
        font-size: 1.5rem;
    }
    
    .image-card {
        bottom: 1rem;
        right: 1rem;
        padding: 1rem 1.25rem;
    }
    
    .card-icon {
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
    }
    
    .card-stat {
        font-size: 1.875rem;
    }
    
    .founders-container {
        padding: 0 1.25rem;
    }
    
    .founder-image-wrapper {
        height: 280px;
    }
    
    .founder-content {
        padding: 1.5rem;
    }
    
    .founder-name {
        font-size: 1.375rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .value-card {
        padding: 2rem;
    }
    
    .value-icon {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }
    
    .inclusive-title {
        font-size: 1.875rem;
    }
    
    .inclusive-text {
        font-size: 1rem;
    }
    
    .inclusive-badges {
        justify-content: center;
    }
    
    .why-features {
        gap: 1.5rem;
    }
    
    .feature-number {
        width: 52px;
        height: 52px;
        min-width: 52px;
        font-size: 1.25rem;
    }
    
    .cta-content {
        padding: 3rem 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .cta-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Mobile Portrait (480px and below) */
@media (max-width: 480px) {
    .about-hero {
        padding: 90px 1rem 50px;
    }
    
    .hero-badge {
        padding: 8px 20px;
    }
    
    .hero-badge span {
        font-size: 0.75rem;
    }
    
    .hero-stats {
        padding: 1rem;
        gap: 1rem;
    }
    
    .stat-number {
        font-size: 1.75rem;
    }
    
    .stat-label {
        font-size: 0.75rem;
    }
    
    section {
        padding: 50px 0;
    }
    
    .section-label {
        font-size: 0.75rem;
        padding: 6px 16px;
    }
    
    .section-title {
        font-size: 1.625rem;
    }
    
    .mission-container,
    .why-choose-container {
        padding: 0 1rem;
    }
    
    .mission-text p {
        font-size: 1rem;
    }
    
    .feature-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .founders-container {
        padding: 0 1rem;
    }
    
    .founder-image-wrapper {
        height: 260px;
    }
    
    .value-card {
        padding: 1.75rem;
    }
    
    .inclusive-container {
        padding: 0 1rem;
    }
    
    .inclusive-icon {
        width: 80px;
        height: 80px;
        min-width: 80px;
        font-size: 2.5rem;
    }
    
    .inclusive-title {
        font-size: 1.625rem;
    }
    
    .why-feature {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .cta-content {
        padding: 2.5rem 1.5rem;
        border-radius: 24px;
    }
    
    .cta-title {
        font-size: 1.75rem;
    }
    
    .cta-subtitle {
        font-size: 1rem;
    }
}
