#arh24-about-hero {
    background-color: #050816;
    color: var(--text-light);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.arh24-about-hero-background {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 0;
}
.arh24-about-hero-grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.7;
}
.arh24-about-hero-glow {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 60%);
    filter: blur(100px);
}
.glow-1 {
    width: 800px;
    height: 800px;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
}
.arh24-about-hero-content {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0 auto;
}
.arh24-hero-eyebrow {
    display: inline-block;
    background-color: rgba(37, 99, 235, 0.2);
    color: var(--accent-secondary-soft);
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: var(--font-size-xs);
    font-weight: 600;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
    border: 1px solid rgba(59, 130, 246, 0.5);
}
.arh24-about-hero-headline {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    color: var(--text-light);
}
.arh24-about-hero-headline .highlight-gradient {
    background: linear-gradient(90deg, #3b82f6, #80aef9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}
.arh24-about-hero-subheadline {
    font-size: var(--font-size-lg);
    color: #a7b3c2;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 2.5rem auto;
}
.arh24-about-hero-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
}
@media (max-width: 992px) {
    #arh24-about-hero {
        padding: 4rem 0;
    }
}

/* Our Story Section */
#arh24-our-story .about-image-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#arh24-our-story .about-image-content svg {
    max-width: 400px;
    width: 100%;
    height: auto;
}

/* Mission & Vision Section */
#arh24-mission-vision {
    background-color: var(--bg-secondary);
}
.arh24-mission-vision-container .section-header {
    margin-bottom: 3rem;
}
.mission-vision-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    max-width: 1100px;
    margin: 0 auto;
}
@media(min-width: 768px) {
    .mission-vision-grid {
        grid-template-columns: 1fr 1fr;
    }
}
.mission-statement, .vision-statement {
    background-color: var(--bg-card);
    padding: 2.5rem;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-md);
    border-left: 5px solid var(--accent-primary);
    text-align: left;
}
.mission-statement h3, .vision-statement h3 {
    font-size: var(--font-size-xl);
    color: var(--accent-primary);
    margin-bottom: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.mission-statement p, .vision-statement p {
    font-size: var(--font-size-base);
    line-height: 1.75;
    color: var(--text-secondary);
}

/* Meet the Founder Section */
#meet-the-founder .arh24-expert-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    background-color: var(--bg-card);
    padding: 3rem 2rem;
    border-radius: var(--border-radius-xl);
    box-shadow: var(--shadow-lg);
    border-top: 5px solid var(--accent-primary);
}
.arh24-expert-initials-circle { 
    width: 100px; height: 100px; border-radius: 50%;
    background: var(--accent-primary);
    color: var(--text-on-accent);
    font-size: 2.5rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.5rem auto;
    box-shadow: 0 4px 15px rgba(37,99,235,0.2);
}
.arh24-expert-name {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700; color: var(--text-primary);
    margin-bottom: 0.25rem;
}
.arh24-expert-title {
    font-size: var(--font-size-lg); color: var(--accent-primary);
    font-weight: 600; margin-bottom: 2rem;
}
.expert-quote-styled {
    font-size: var(--font-size-lg);
    line-height: 1.8;
    color: var(--text-secondary);
    font-style: italic;
    position: relative;
    padding: 1.5rem 2rem;
    margin: 0 0 2rem 0;
    border-left: none;
    background-color: var(--bg-secondary);
    border-radius: var(--border-radius-md);
}
.expert-quote-styled::before {
    content: '\f10d';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 2rem;
    color: var(--accent-primary);
    opacity: 0.2;
}
.arh24-expert-skills { margin-top: 1.5rem; }
.arh24-expert-skills strong {
    display: block; font-size: var(--font-size-base);
    margin-bottom: 1rem; color: var(--text-primary);
}
.arh24-skills-list {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 0.75rem;
}
.arh24-skill-tag {
    background-color: var(--accent-primary-soft);
    color: var(--accent-primary-hover);
    padding: 0.4rem 0.9rem;
    border-radius: var(--border-radius-sm);
    font-size: var(--font-size-sm);
    font-weight: 500;
}

/* Our Platform Section */
#arh24-our-platform { background-color: var(--bg-secondary); }
.styled-card-grid {
    display: grid; gap: 2.5rem; margin-top: 3.5rem;
}
.styled-card-grid.grid-4col {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
@media (min-width: 992px) {
    .styled-card-grid.grid-4col { grid-template-columns: repeat(4, 1fr); }
}
.styled-card {
    text-align: center; padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    border-radius: var(--border-radius-lg);
    border: 1px solid var(--border-color-light);
    display: flex; flex-direction: column; position: relative;
    margin-top: 35px; border-left: 4px solid var(--accent-primary);
    transition: var(--transition-smooth); background-color: var(--bg-card);
}
.styled-card:hover {
    transform: translateY(-6px); box-shadow: var(--shadow-md);
    border-left-color: var(--accent-primary-hover);
}
.card-icon-wrapper {
    display: flex; align-items: center; justify-content: center;
    width: 70px; height: 70px; border-radius: 50%;
    position: absolute; top: 0; left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: var(--shadow-sm); transition: all 0.3s ease;
    background-color: var(--bg-card);
    border: 5px solid var(--bg-secondary);
}
.styled-card:hover .card-icon-wrapper {
    background-color: var(--accent-primary);
}
.card-icon-wrapper i {
    font-size: 2.2rem; color: var(--accent-primary);
    transition: color 0.3s ease;
}
.styled-card:hover .card-icon-wrapper i {
    color: var(--text-on-accent);
}
.styled-card .card-title-small {
    font-size: var(--font-size-base); font-weight: 600;
    color: var(--text-primary); line-height: 1.4;
    margin: 0; flex-grow: 1; display: flex;
    align-items: center; justify-content: center;
}

@media (max-width: 768px) {
    #arh24-our-story .about-image-content { display: none; }
}