/* AboutV2 - Alternative About Page Styles */
/* Brand: #3d1a6f (purple), #170a29 (dark), #fdb913 (yellow), #ed174c (red), #7d1d61 (medium purple) */

/* ── Hero ── */
.wv2-hero-simple {
    background: linear-gradient(135deg, #3d1a6f 0%, #170a29 100%);
    color: #fff;
    padding: 7rem 0 4rem;
    text-align: center;
}
.wv2-page-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 3rem;
    margin-bottom: 1rem;
}
.wv2-accent { color: #fdb913; }
.wv2-page-subtitle {
    font-size: 1.15rem;
    opacity: 0.9;
    max-width: 550px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

/* ── Sections ── */
.av2-section { padding: 5rem 0; }
.av2-section-light { background: #f8f7fc; }
.av2-section-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.25rem;
    color: #170a29;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.av2-section-sub {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    line-height: 1.6;
}
.av2-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
}
.av2-yellow-rule {
    width: 60px;
    height: 4px;
    background: #fdb913;
    border: none;
    margin: 1rem 0 1.5rem;
}
.av2-yellow-rule-center {
    margin-left: auto;
    margin-right: auto;
}
.av2-heading-dots {
    display: flex;
    gap: 8px;
    margin: 1rem 0 1.5rem;
}
.av2-heading-dots-center {
    justify-content: center;
}
.av2-heading-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
.av2-hdot-y { background: #fdb913; }
.av2-hdot-r { background: #ed174c; }
.av2-hdot-p { background: #3d1a6f; }
.av2-feature-img {
    max-width: 520px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(61,26,111,0.18);
}

/* ── Team Cards ── */
.av2-team-card {
    position: relative;
    border-radius: 12px;
    cursor: pointer;
    perspective: 1000px;
    z-index: 0;
}
.av2-team-card.av2-flipped {
    z-index: 10;
}
.av2-team-front {
    background: #fff;
    border: 1px solid #ede8f5;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}
.av2-team-front .av2-team-info {
    backface-visibility: hidden;
}
.av2-team-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    transition: transform 0.6s ease;
}
.av2-team-bio-wrapper {
    background: linear-gradient(135deg, #3d1a6f 0%, #170a29 100%);
    color: #fff;
    padding: 2rem;
    border-radius: 12px;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    white-space: pre-line;
}
.av2-flipped .av2-team-front {
    transform: rotateY(180deg);
}
.av2-flipped .av2-team-back {
    transform: rotateY(0);
}
.av2-team-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 1.5rem auto 0;
    border: 4px solid #ede8f5;
    transition: border-color 0.3s ease;
}
.av2-team-card:hover .av2-team-img {
    border-color: #fdb913;
}
.av2-team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.av2-team-card:hover .av2-team-img img {
    transform: scale(1.05);
}
.av2-team-info {
    padding: 1rem 1.25rem;
    text-align: center;
}
.av2-team-info h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #170a29;
    margin-bottom: 0.25rem;
}
.av2-team-info p {
    font-size: 0.9rem;
    color: #7d1d61;
    margin: 0 0 0.5rem;
    font-weight: 500;
}

/* ── Brand Dots (logo motif) ── */
.av2-brand-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
}
.av2-brand-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}
.av2-dot-y { background: #fdb913; }
.av2-dot-r { background: #ed174c; }
.av2-dot-p { background: #3d1a6f; }
.av2-team-bio {
    text-align: left;
    position: relative;
    z-index: 1;
}
.av2-team-bio h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 0.15rem;
}
.av2-team-bio h6 {
    color: #fdb913;
    font-weight: 600;
    margin-bottom: 1rem;
}
.av2-team-bio p {
    font-size: 0.9rem;
    line-height: 1.6;
    opacity: 0.9;
}

/* ── Timeline ── */
.av2-timeline {
    position: relative;
    padding-left: 40px;
}
.av2-timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #ede8f5;
}
.av2-timeline-item {
    position: relative;
    margin-bottom: 2.5rem;
}
.av2-timeline-dot {
    position: absolute;
    left: -33px;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #ede8f5;
}
.av2-dot-yellow { background: #fdb913; }
.av2-dot-red { background: #ed174c; }
.av2-dot-purple { background: #3d1a6f; }
.av2-timeline-content {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #ede8f5;
    transition: box-shadow 0.3s ease;
}
.av2-timeline-content:hover {
    box-shadow: 0 8px 24px rgba(61,26,111,0.1);
}
.av2-timeline-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: #fdb913;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.av2-timeline-content h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: #170a29;
    margin-bottom: 0.75rem;
}
.av2-timeline-content p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* ── Service Cards (About page variant) ── */
.av2-service-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}
.av2-service-link:hover { text-decoration: none; color: inherit; }
.av2-service-card {
    background: #fff;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    height: 100%;
    border: 1px solid #ede8f5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.av2-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(61,26,111,0.15);
}
.av2-service-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
    background: rgba(61,26,111,0.08);
    color: #3d1a6f;
}
.av2-service-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #170a29;
    margin-bottom: 0.75rem;
}
.av2-service-card p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.av2-learn-more {
    font-weight: 600;
    color: #3d1a6f;
    font-size: 0.9rem;
}
.av2-service-card:hover .av2-learn-more { color: #fdb913; }

/* ── CTA ── */
.hv2-cta {
    background: #fdb913;
    color: #170a29;
    padding: 4rem 0;
    text-align: center;
}
.hv2-cta h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0.75rem;
}
.hv2-cta p {
    font-size: 1.1rem;
    max-width: 550px;
    margin: 0 auto 1.5rem;
}
.hv2-btn-purple {
    background: #3d1a6f;
    color: #fff;
    border: 2px solid #3d1a6f;
    padding: 0.75rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.25s ease;
}
.hv2-btn-purple:hover {
    background: #170a29;
    border-color: #170a29;
    color: #fff;
    text-decoration: none;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .wv2-page-title { font-size: 2.25rem; }
    .av2-section { padding: 3.5rem 0; }
    .av2-section-heading { font-size: 1.85rem; }
}
@media (max-width: 575px) {
    .wv2-hero-simple { padding: 5rem 0 3rem; }
    .wv2-page-title { font-size: 1.85rem; }
    .av2-team-img { width: 160px; height: 160px; }
}
