/* Home — mini About (AISEK site palette: white / silver on dark) */

.home-about-mini {
    --home-text: rgba(255, 255, 255, 0.72);
    --home-card: var(--card-bg, #1f1f1f);
    --home-border: rgba(255, 255, 255, 0.1);
    background: var(--dark-bg, #141414);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.home-about-mini::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.03) 0%, transparent 45%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.02) 0%, transparent 40%);
}

.home-about-mini > .container {
    position: relative;
    z-index: 1;
}

.home-about-mini__header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 3.5rem;
}

.home-about-mini__header .hero-label {
    color: #141414;
}

.home-about-mini__header .section-title {
    font-size: clamp(1.85rem, 4vw, 2.5rem);
    margin-bottom: 1.25rem;
}

.home-about-mini__lead {
    color: var(--home-text);
    line-height: 1.75;
    margin-bottom: 1.25rem;
    font-size: 1.02rem;
}

.home-about-mini__mission {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.home-about-mini__header .btn-outline-light {
    border-width: 2px;
    font-weight: 600;
}

/* Subsection titles (About page style) */
.home-about-subtitle {
    text-align: center;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 1.75rem;
    color: #fff;
    position: relative;
    padding-bottom: 0.75rem;
}

.home-about-subtitle::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    margin: 0.65rem auto 0;
    border-radius: 3px;
    background: var(--gradient);
}

.home-about-split .home-about-subtitle {
    text-align: left;
}

.home-about-split .home-about-subtitle::after {
    margin-left: 0;
    margin-right: auto;
}

/* Tech cards — hub-letter / plan-card family */
.home-about-tech {
    margin-bottom: 3.5rem;
}

.home-about-tech__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.home-about-tech-card {
    background: linear-gradient(145deg, rgba(26, 26, 26, 0.92), rgba(13, 13, 13, 0.96));
    border: 1px solid var(--home-border);
    border-left: 3px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    padding: 1.35rem 1.15rem;
    height: 100%;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.home-about-tech-card:hover {
    transform: translateY(-6px);
    border-left-color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.home-about-tech-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.home-about-tech-card h4 {
    font-size: 0.92rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #fff;
    line-height: 1.3;
}

.home-about-tech-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-about-tech-card li {
    font-size: 0.78rem;
    color: var(--home-text);
    line-height: 1.45;
    padding-left: 0.85rem;
    position: relative;
    margin-bottom: 0.35rem;
}

.home-about-tech-card li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.45);
}

/* Why + timeline */
.home-about-split {
    margin-bottom: 3rem;
}

.home-about-checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem 1.25rem;
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.home-about-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-size: 0.88rem;
    color: var(--home-text);
    line-height: 1.45;
}

.home-about-checklist .fa-check-circle {
    color: #fff;
    margin-top: 0.12rem;
    flex-shrink: 0;
    font-size: 0.9rem;
}

.home-about-highlight {
    padding: 1.15rem 1.25rem;
    border: 1px solid var(--home-border);
    border-left: 4px solid rgba(255, 255, 255, 0.35);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(26, 26, 26, 0.92), rgba(13, 13, 13, 0.96));
    font-size: 0.92rem;
    line-height: 1.65;
    color: var(--home-text);
    margin: 0;
}

.home-about-highlight strong {
    color: #fff;
    font-weight: 600;
}

/* Timeline — matches about.html */
.home-about-timeline {
    position: relative;
    padding-left: 1.75rem;
}

.home-about-timeline::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    border-radius: 3px;
    background: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0.15));
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.1);
}

.home-about-timeline__item {
    position: relative;
    padding: 0 0 1.5rem 1.25rem;
}

.home-about-timeline__item:last-child {
    padding-bottom: 0;
}

.home-about-timeline__item::before {
    content: "";
    position: absolute;
    left: -1.75rem;
    top: 0.35rem;
    width: 14px;
    height: 14px;
    margin-left: -5.5px;
    border-radius: 50%;
    background: var(--dark-bg, #141414);
    border: 3px solid #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}

.home-about-timeline__year {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-about-timeline__year i {
    -webkit-text-fill-color: #fff;
    font-size: 0.85rem;
}

.home-about-timeline__text {
    font-size: 0.88rem;
    color: var(--home-text);
    line-height: 1.65;
    margin: 0;
}

.home-about-timeline__text strong {
    color: #fff;
}

/* CTA — about-cta-inner pattern */
.home-about-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2.5rem 2rem;
    border-radius: 24px;
    border: 1px solid var(--home-border);
    background: linear-gradient(145deg, rgba(26, 26, 26, 0.92), rgba(13, 13, 13, 0.96));
    text-align: left;
}

.home-about-cta__text {
    flex: 1;
    min-width: 240px;
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--home-text);
}

.home-about-cta__text strong {
    display: block;
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 0.35rem;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-about-cta .btn-primary {
    flex-shrink: 0;
    color: #141414;
    font-weight: 600;
    border-radius: 8px;
}

@media (max-width: 1199.98px) {
    .home-about-tech__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991.98px) {
    .home-about-tech__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-about-why {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 575.98px) {
    .home-about-mini {
        padding: 3.5rem 0;
    }

    .home-about-tech__grid {
        grid-template-columns: 1fr;
    }

    .home-about-checklist {
        grid-template-columns: 1fr;
    }

    .home-about-cta {
        padding: 1.75rem 1.25rem;
        text-align: center;
        justify-content: center;
    }

    .home-about-cta .btn-primary {
        width: 100%;
    }
}
