.about-v2 {
    background: #f6f8f8;
}

.about-v2 .fw-black {
    font-weight: 900;
}

.about-pill {
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    background: rgba(19, 111, 99, 0.12);
    color: var(--astro-deep-teal);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.about-title {
    font-size: clamp(2rem, 5vw, 3.75rem);
    line-height: 1.05;
    color: #0f172a;
}

.about-subtitle {
    color: #64748b;
    font-size: 1.05rem;
    max-width: 560px;
}

.btn-astro-teal {
    background: var(--astro-deep-teal);
    border: 1px solid var(--astro-deep-teal);
    color: #fff;
}

.btn-astro-teal:hover {
    background: var(--astro-main-green-hover);
    border-color: var(--astro-main-green-hover);
    color: #fff;
}

.btn-outline-astro-soft {
    border: 1px solid #dbe3ea;
    color: #334155;
    background: #fff;
}

.btn-outline-astro-soft:hover {
    border-color: rgba(19, 111, 99, 0.35);
    color: var(--astro-deep-teal);
}

.about-hero-media {
    border-radius: 1.2rem;
    height: 420px;
    box-shadow: 0 25px 45px rgba(2, 6, 23, 0.18);
}

.about-intro {
    max-width: 760px;
}

.about-story {
    max-width: 1120px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e7ecef;
    border-radius: 20px;
    padding: 26px 24px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.about-story__text h2 {
    font-size: 2.1rem;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.about-story__text p.text-muted {
    font-size: 1.02rem;
    line-height: 1.9;
    color: #4b5563 !important;
    margin-bottom: 1rem !important;
}

.about-venus-tablet img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.about-venus-tablet p {
    text-align: center;
}

.about-soft-card {
    border-radius: 1rem;
    border: 1px solid #e7ecef;
    background: #fbfcfd;
    transition: transform 0.2s ease;
}

.about-soft-card:hover {
    transform: translateY(-3px);
}

.about-soft-icon {
    width: 42px;
    height: 42px;
    border-radius: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(19, 111, 99, 0.12);
    color: var(--astro-deep-teal);
}

.about-alt-bg {
    background: #f6f8f8;
}

.about-mv-card {
    background: #fff;
    border-radius: 1rem;
    border-left: 4px solid var(--astro-deep-teal);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}

.about-feature {
    border-radius: 0.9rem;
}

.about-feature-icon {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(19, 111, 99, 0.12);
    color: var(--astro-deep-teal);
    font-size: 1.2rem;
}

.about-process-wrap {
    background: linear-gradient(135deg, var(--astro-deep-teal), var(--astro-main-green));
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.about-steps-track {
    max-width: 1080px;
    margin: 0 auto;
}

.about-steps-line {
    position: absolute;
    top: 39px;
    left: 16%;
    right: 16%;
    border-top: 2px dashed rgba(255, 255, 255, 0.5);
}

.about-step-circle {
    width: 78px;
    height: 78px;
    border-radius: 999px;
    background: #fff;
    color: var(--astro-deep-teal);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 2rem;
    border: 4px solid rgba(18, 109, 97, 0.3);
    box-shadow: 0 6px 16px rgba(2, 6, 23, 0.22);
}

.about-step-title {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.about-step-text {
    max-width: 250px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    font-size: 0.95rem;
}

.about-link {
    color: var(--astro-deep-teal);
    text-decoration: underline;
    font-weight: 600;
    font-size: 0.92rem;
}

.about-accordion .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 0.8rem;
    overflow: hidden;
    margin-bottom: 0.6rem;
}

.about-accordion .accordion-button {
    font-weight: 600;
    box-shadow: none !important;
}

.about-accordion .accordion-button:not(.collapsed) {
    background: rgba(19, 111, 99, 0.08);
    color: #0f172a;
}

.about-final-cta {
    background: linear-gradient(135deg, #101827, #1f2937);
}

@media (max-width: 991.98px) {
    .about-hero-media {
        height: 360px;
    }

    .about-step-title {
        font-size: 1.25rem;
    }
}

[data-theme="dark"] .about-v2 {
    background: #111827;
}

[data-theme="dark"] .about-title {
    color: #f8fafc;
}

[data-theme="dark"] .about-subtitle,
[data-theme="dark"] .text-muted {
    color: #94a3b8 !important;
}

[data-theme="dark"] .about-soft-card,
[data-theme="dark"] .about-mv-card,
[data-theme="dark"] .about-accordion .accordion-item {
    background: #1f2937;
    border-color: #334155;
    color: #e2e8f0;
}

[data-theme="dark"] .about-story {
    background: #1f2937;
    border-color: #334155;
}

[data-theme="dark"] .about-story__text h2 {
    color: #f8fafc;
}

[data-theme="dark"] .about-story__text p.text-muted {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .about-alt-bg,
[data-theme="dark"] .bg-white {
    background: #111827 !important;
}

[data-theme="dark"] .about-accordion .accordion-button {
    background: #1f2937;
    color: #e2e8f0;
}

[data-theme="dark"] .about-accordion .accordion-button:not(.collapsed) {
    background: rgba(47, 143, 122, 0.18);
}

@media (max-width: 991.98px) {
    .about-story {
        padding: 20px 16px;
        border-radius: 14px;
    }

    .about-story__text h2 {
        font-size: 1.8rem;
    }

    .about-story__text p.text-muted {
        font-size: 0.98rem;
        line-height: 1.8;
    }
}

