﻿.asoft-about-page {
    background: radial-gradient(circle at 12% 0%, rgba(37, 99, 235, 0.07), transparent 22%), radial-gradient(circle at 88% 8%, rgba(14, 165, 233, 0.07), transparent 18%), linear-gradient(180deg, #ffffff 0%, #f7fbff 48%, #ffffff 100%);
    color: var(--asoft-text);
}

/* HERO - page specific only */
.asoft-inner-hero.asoft-about-hero {
}

.asoft-inner-hero-grid.asoft-about-hero-grid {
}

.asoft-inner-hero-visual.asoft-about-hero-visual {
}

.asoft-about-visual-card {
    width: 100%;
    max-width: 560px;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(226,232,240,0.92);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(14px);
    position: relative;
}

    .asoft-about-visual-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255,255,255,0.24), transparent 36%);
        pointer-events: none;
    }

.asoft-about-visual-top {
    display: flex;
    gap: 8px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(226,232,240,0.78);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    position: relative;
    z-index: 1;
}

    .asoft-about-visual-top span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #cbd5e1;
    }

.asoft-about-visual-body {
    padding: 22px;
    position: relative;
    z-index: 1;
}

.asoft-about-hero-media-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 18px;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
    border: 1px solid rgba(226,232,240,0.88);
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.10);
}

.asoft-about-hero-image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 220px;
    max-height: 260px;
    object-fit: cover;
}

.asoft-about-visual-stat {
    background: rgba(255,255,255,0.95);
    border: 1px solid rgba(226,232,240,0.88);
    border-radius: 20px;
    padding: 18px;
    margin-bottom: 16px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.32);
}

    .asoft-about-visual-stat small {
        display: block;
        color: #64748b;
        margin-bottom: 10px;
        font-size: 0.84rem;
    }

    .asoft-about-visual-stat strong {
        color: var(--asoft-primary);
        font-size: 1.12rem;
        font-weight: 900;
        line-height: 1.5;
    }

.asoft-about-visual-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.asoft-about-visual-box {
    height: 98px;
    border-radius: 18px;
    border: 1px solid rgba(226,232,240,0.86);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
    position: relative;
    overflow: hidden;
}

.asoft-about-visual-box-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SECTION - page specific only */
.asoft-inner-section.asoft-about-section {
}

.asoft-inner-section.asoft-inner-section-soft.asoft-about-section.asoft-about-section-soft {
}

.asoft-about-intro,
.asoft-about-head {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

    .asoft-about-intro h2,
    .asoft-about-head h2 {
        margin: 0 0 14px;
        font-size: clamp(2rem, 4vw, 2.95rem);
        line-height: 1.18;
        font-weight: 900;
        letter-spacing: -0.02em;
        color: var(--asoft-primary);
    }

    .asoft-about-intro p,
    .asoft-about-head p {
        margin: 0;
        color: var(--asoft-text-soft);
        line-height: 1.95;
        font-size: 1.05rem;
    }

/* STORY */
.asoft-about-story-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    align-items: stretch;
}

.asoft-about-story-card,
.asoft-about-side-stack {
    background: rgba(255,255,255,0.90);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
    padding: 32px;
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
}

    .asoft-about-story-card::before,
    .asoft-about-side-stack::before,
    .asoft-about-expertise-card::before,
    .asoft-about-value-card::before,
    .asoft-about-process-content::before,
    .asoft-about-process-steps::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255,255,255,0.22), transparent 34%);
        pointer-events: none;
    }

    .asoft-about-story-card h2 {
        position: relative;
        z-index: 1;
        margin: 0 0 14px;
        font-size: clamp(1.9rem, 4vw, 2.55rem);
        line-height: 1.2;
        font-weight: 900;
        color: var(--asoft-primary);
    }

    .asoft-about-story-card p {
        position: relative;
        z-index: 1;
        margin: 0 0 14px;
        color: var(--asoft-text-soft);
        line-height: 1.95;
    }

        .asoft-about-story-card p:last-child {
            margin-bottom: 0;
        }

.asoft-about-side-stack {
    display: grid;
    gap: 16px;
}

.asoft-about-side-media {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
    border: 1px solid rgba(226,232,240,0.88);
    box-shadow: 0 18px 36px rgba(37, 99, 235, 0.10);
    min-height: 200px;
}

.asoft-about-side-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
}

.asoft-about-side-card {
    background: linear-gradient(180deg, rgba(248,250,252,0.96) 0%, rgba(241,245,249,0.92) 100%);
    border: 1px solid rgba(226,232,240,0.88);
    border-radius: 18px;
    padding: 18px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    position: relative;
    z-index: 1;
}

    .asoft-about-side-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
        border-color: rgba(37, 99, 235, 0.16);
    }

    .asoft-about-side-card strong {
        display: block;
        margin-bottom: 10px;
        font-size: 1rem;
        font-weight: 800;
        color: var(--asoft-primary);
    }

    .asoft-about-side-card span {
        color: var(--asoft-text-soft);
        line-height: 1.85;
    }

/* AI POSITIONING */
.asoft-inner-section.asoft-about-ai-section {
    position: relative;
    padding-top: 104px;
    padding-bottom: 104px;
    overflow: hidden;
}

    .asoft-inner-section.asoft-about-ai-section::before {
        content: "";
        position: absolute;
        top: 10%;
        right: -130px;
        width: 360px;
        height: 360px;
        background: radial-gradient(circle, rgba(37, 99, 235, 0.10), transparent 70%);
        pointer-events: none;
    }

    .asoft-inner-section.asoft-about-ai-section::after {
        content: "";
        position: absolute;
        bottom: 4%;
        left: -130px;
        width: 360px;
        height: 360px;
        background: radial-gradient(circle, rgba(14, 165, 233, 0.10), transparent 70%);
        pointer-events: none;
    }

.asoft-about-ai-box {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 34px;
    align-items: stretch;
    padding: 34px;
    border-radius: 34px;
    background: radial-gradient(circle at 16% 18%, rgba(56, 189, 248, 0.14), transparent 22%), radial-gradient(circle at 82% 24%, rgba(37, 99, 235, 0.16), transparent 24%), linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(239, 246, 255, 0.94) 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.10);
    overflow: hidden;
}

    .asoft-about-ai-box::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255,255,255,0.35), transparent 34%);
        pointer-events: none;
    }

.asoft-about-ai-content,
.asoft-about-ai-visual {
    position: relative;
    z-index: 1;
}

.asoft-about-ai-content {
    padding: 18px 8px 18px 0;
}

    .asoft-about-ai-content h2 {
        margin: 0 0 18px;
        font-size: clamp(2.1rem, 4vw, 3.15rem);
        font-weight: 900;
        line-height: 1.16;
        letter-spacing: -0.02em;
        color: var(--asoft-primary);
    }

    .asoft-about-ai-content p {
        max-width: 760px;
        margin: 0 0 18px;
        font-size: 1.06rem;
        line-height: 2;
        color: var(--asoft-text-soft);
    }

.asoft-about-ai-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
}

.asoft-about-ai-point {
    position: relative;
    padding: 18px 22px;
    border-radius: 20px;
    background: rgba(255,255,255,0.84);
    border: 1px solid rgba(148, 163, 184, 0.14);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
    backdrop-filter: blur(10px);
}

    .asoft-about-ai-point::before {
        content: "";
        position: absolute;
        top: 22px;
        right: 0;
        width: 4px;
        height: 34px;
        border-radius: 999px 0 0 999px;
        background: linear-gradient(180deg, #2563eb 0%, #0ea5e9 100%);
    }

    .asoft-about-ai-point strong {
        display: block;
        margin-bottom: 7px;
        color: var(--asoft-primary);
        font-size: 1rem;
        font-weight: 900;
        line-height: 1.45;
    }

    .asoft-about-ai-point span {
        display: block;
        color: var(--asoft-text-soft);
        line-height: 1.8;
        font-size: 0.95rem;
    }

.asoft-about-ai-visual {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.asoft-about-ai-image-frame {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 420px;
    border-radius: 30px;
    overflow: hidden;
    background: radial-gradient(circle at 28% 20%, rgba(14, 165, 233, 0.22), transparent 28%), radial-gradient(circle at 78% 28%, rgba(37, 99, 235, 0.24), transparent 24%), linear-gradient(135deg, #0f172a 0%, #1e3a8a 56%, #0284c7 100%);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 26px 58px rgba(15, 23, 42, 0.18);
}

    .asoft-about-ai-image-frame::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255,255,255,0.12), transparent 42%);
        pointer-events: none;
        z-index: 1;
    }

    .asoft-about-ai-image-frame::after {
        content: "";
        position: absolute;
        inset: 22px;
        border-radius: 24px;
        border: 1px solid rgba(255,255,255,0.14);
        pointer-events: none;
        z-index: 2;
    }

.asoft-about-ai-main-image {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center;
}

.asoft-about-ai-placeholder {
    position: relative;
    z-index: 3;
    min-height: 420px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
    color: #ffffff;
}

.asoft-about-ai-icon {
    width: 86px;
    height: 86px;
    border-radius: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.26);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 18px 34px rgba(15, 23, 42, 0.18);
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.asoft-about-ai-placeholder strong {
    display: block;
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1.4;
}

.asoft-about-ai-placeholder span {
    display: block;
    max-width: 360px;
    color: rgba(255,255,255,0.82);
    line-height: 1.85;
}

.asoft-about-ai-floating-card {
    position: absolute;
    z-index: 4;
    min-width: 158px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(226, 232, 240, 0.84);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(12px);
}

    .asoft-about-ai-floating-card small {
        display: block;
        margin-bottom: 6px;
        color: var(--asoft-text-faint);
        font-size: 0.78rem;
        font-weight: 800;
        direction: ltr;
        text-align: right;
    }

    .asoft-about-ai-floating-card strong {
        display: block;
        color: var(--asoft-primary);
        font-size: 1.02rem;
        font-weight: 900;
    }

.asoft-about-ai-floating-card-top {
    top: 34px;
    right: -12px;
}

.asoft-about-ai-floating-card-bottom {
    bottom: 34px;
    left: -12px;
}

/* EXPERTISE */
.asoft-about-expertise-grid {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.asoft-about-expertise-card {
    background: rgba(255,255,255,0.90);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(12px);
    position: relative;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

    .asoft-about-expertise-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 24px 40px rgba(15, 23, 42, 0.09);
        border-color: rgba(37, 99, 235, 0.18);
    }

.asoft-about-expertise-card-featured {
    background: radial-gradient(circle at 12% 18%, rgba(14, 165, 233, 0.12), transparent 22%), radial-gradient(circle at 88% 18%, rgba(37, 99, 235, 0.13), transparent 24%), rgba(255,255,255,0.94);
    border-color: rgba(37, 99, 235, 0.20);
}

.asoft-about-card-no {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #081225 0%, #1d4ed8 58%, #0ea5e9 100%);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.16);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .asoft-about-card-no::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255,255,255,0.18), transparent 42%);
        pointer-events: none;
    }

.asoft-about-expertise-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    color: var(--asoft-primary);
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.5;
}

.asoft-about-expertise-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--asoft-text-soft);
    line-height: 1.85;
}

/* VALUES */
.asoft-about-values-grid {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.asoft-about-value-card {
    background: rgba(255,255,255,0.90);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(12px);
    position: relative;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

    .asoft-about-value-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 24px 40px rgba(15, 23, 42, 0.09);
        border-color: rgba(37, 99, 235, 0.18);
    }

    .asoft-about-value-card h3 {
        position: relative;
        z-index: 1;
        margin: 0 0 12px;
        color: var(--asoft-primary);
        font-size: 1.08rem;
        font-weight: 800;
        line-height: 1.5;
    }

    .asoft-about-value-card p {
        position: relative;
        z-index: 1;
        margin: 0;
        color: var(--asoft-text-soft);
        line-height: 1.85;
    }

/* PROCESS */
.asoft-about-process-box {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    align-items: stretch;
}

.asoft-about-process-content,
.asoft-about-process-steps {
    background: rgba(255,255,255,0.90);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
    padding: 32px;
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
}

    .asoft-about-process-content h2 {
        position: relative;
        z-index: 1;
        margin: 0 0 14px;
        font-size: clamp(1.9rem, 4vw, 2.55rem);
        line-height: 1.2;
        font-weight: 900;
        color: var(--asoft-primary);
    }

    .asoft-about-process-content p {
        position: relative;
        z-index: 1;
        margin: 0;
        color: var(--asoft-text-soft);
        line-height: 1.95;
    }

.asoft-about-process-steps {
    display: grid;
    gap: 14px;
}

.asoft-about-step {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(248,250,252,0.96) 0%, rgba(241,245,249,0.92) 100%);
    border: 1px solid rgba(226,232,240,0.88);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    position: relative;
    z-index: 1;
}

    .asoft-about-step:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
        border-color: rgba(37, 99, 235, 0.16);
    }

    .asoft-about-step strong {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #081225 0%, #2563eb 60%, #38bdf8 100%);
        color: #fff;
        font-weight: 900;
        flex: 0 0 auto;
        box-shadow: 0 12px 22px rgba(37, 99, 235, 0.16);
    }

    .asoft-about-step span {
        color: var(--asoft-primary);
        font-weight: 800;
    }

/* CTA - page specific only */
.asoft-inner-cta-wrap.asoft-about-cta-wrap {
}

.asoft-inner-cta.asoft-about-cta {
    position: relative;
    overflow: hidden;
}

.asoft-about-cta-visual-layer {
    position: absolute;
    inset: 0;
    opacity: 0.16;
    pointer-events: none;
}

.asoft-about-cta-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.asoft-about-cta-content {
    position: relative;
    z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
    .asoft-about-story-grid,
    .asoft-about-process-box,
    .asoft-about-ai-box {
        grid-template-columns: 1fr;
    }

    .asoft-about-values-grid {
        grid-template-columns: 1fr 1fr;
    }

    .asoft-about-ai-floating-card-top {
        right: 18px;
    }

    .asoft-about-ai-floating-card-bottom {
        left: 18px;
    }
}

@media (max-width: 991.98px) {
    .asoft-about-expertise-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767.98px) {
    .asoft-about-story-card,
    .asoft-about-side-stack,
    .asoft-about-expertise-card,
    .asoft-about-value-card,
    .asoft-about-process-content,
    .asoft-about-process-steps {
        padding: 22px;
    }

    .asoft-about-expertise-grid,
    .asoft-about-values-grid,
    .asoft-about-visual-grid {
        grid-template-columns: 1fr;
    }

    .asoft-about-hero-image {
        min-height: 180px;
        max-height: 200px;
    }

    .asoft-about-side-media,
    .asoft-about-side-image {
        min-height: 180px;
    }

    .asoft-about-cta-visual-layer {
        opacity: 0.12;
    }

    .asoft-inner-section.asoft-about-ai-section {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .asoft-about-ai-box {
        padding: 22px;
        border-radius: 26px;
    }

    .asoft-about-ai-content {
        padding: 0;
    }

    .asoft-about-ai-visual,
    .asoft-about-ai-image-frame,
    .asoft-about-ai-placeholder {
        min-height: 320px;
    }

    .asoft-about-ai-main-image {
        min-height: 320px;
    }

    .asoft-about-ai-floating-card {
        position: relative;
        inset: auto;
        width: 100%;
        margin-top: 14px;
    }

    .asoft-about-ai-floating-card-top,
    .asoft-about-ai-floating-card-bottom {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
}
