.about-page {
    background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
}

/* =========================================
   HERO
========================================= */
.about-hero {
    position: relative;
    padding: 48px 0 28px;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: -120px;
    left: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.10) 0%, rgba(37, 99, 235, 0) 72%);
    pointer-events: none;
}

.about-hero::after {
    content: '';
    position: absolute;
    right: -80px;
    bottom: -120px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 122, 0, 0.12) 0%, rgba(255, 122, 0, 0) 72%);
    pointer-events: none;
}

.about-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 34px;
    align-items: center;
}

.about-hero-content,
.about-hero-visual {
    min-width: 0;
}

.about-hero-content {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(30, 58, 138, 0.10);
    border-radius: 28px;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
    padding: 42px;
    backdrop-filter: blur(10px);
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--secondary-blue);
    margin-bottom: 16px;
}

.section-eyebrow::before {
    content: '';
    width: 30px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent-orange), var(--secondary-blue));
}

.about-hero-content h1 {
    margin: 0 0 18px;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.12;
    color: var(--primary-blue);
    letter-spacing: -0.02em;
}

.hero-lead {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.85;
    color: rgba(31, 41, 55, 0.88);
    max-width: 700px;
}

.hero-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.hero-highlight-card {
    background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
    border: 1px solid rgba(30, 58, 138, 0.10);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.hero-highlight-card strong {
    display: block;
    color: var(--primary-blue);
    font-size: 1rem;
    margin-bottom: 8px;
}

.hero-highlight-card span {
    display: block;
    color: rgba(31, 41, 55, 0.76);
    font-size: 0.95rem;
    line-height: 1.7;
}

.about-hero-visual {
    display: flex;
    justify-content: center;
}

.hero-image-frame {
    position: relative;
    width: 100%;
    min-height: 540px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(30, 58, 138, 0.10);
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
    background:
        linear-gradient(135deg, rgba(30, 58, 138, 0.96) 0%, rgba(37, 99, 235, 0.94) 58%, rgba(255, 122, 0, 0.92) 100%);
}

.hero-image-frame img {
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
    display: block;
}

.hero-image-fallback {
    width: 100%;
    min-height: 540px;
    padding: 38px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(10, 18, 36, 0.16) 100%);
}

.fallback-badge {
    align-self: flex-start;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.hero-image-fallback h3 {
    margin: 0 0 12px;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.18;
    color: #ffffff;
    max-width: 480px;
}

.hero-image-fallback p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.90);
    max-width: 520px;
}

.hero-image-fallback p span {
    display: inline-block;
    margin-top: 8px;
    font-weight: 700;
    color: #ffffff;
    word-break: break-word;
}

/* =========================================
   GLOBAL SECTION
========================================= */
.section-space {
    padding: 32px 0 88px;
}

.alt-section {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.section-heading {
    margin-bottom: 34px;
}

.center-heading {
    text-align: center;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.section-heading h2,
.center-heading h2 {
    margin: 0 0 14px;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    line-height: 1.2;
    color: var(--primary-blue);
    letter-spacing: -0.02em;
}

.section-heading p,
.center-heading p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.85;
    color: rgba(31, 41, 55, 0.80);
}

/* =========================================
   INTRO
========================================= */
.intro-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.intro-card {
    background: #ffffff;
    border: 1px solid rgba(30, 58, 138, 0.10);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.intro-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.10);
}

.intro-card h3 {
    margin: 0 0 12px;
    font-size: 1.2rem;
    color: var(--primary-blue);
}

.intro-card p {
    margin: 0;
    color: rgba(31, 41, 55, 0.78);
    line-height: 1.8;
}

/* =========================================
   STORY
========================================= */
.story-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 28px;
    align-items: start;
}

.story-content {
    background: #ffffff;
    border: 1px solid rgba(30, 58, 138, 0.10);
    border-radius: 26px;
    padding: 34px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.story-content h2 {
    margin: 0 0 16px;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    line-height: 1.22;
    color: var(--primary-blue);
}

.story-content p {
    margin: 0 0 16px;
    color: rgba(31, 41, 55, 0.80);
    line-height: 1.85;
}

.story-content p:last-child {
    margin-bottom: 0;
}

.story-side-card {
    position: sticky;
    top: 110px;
    background: linear-gradient(160deg, rgba(30, 58, 138, 1) 0%, rgba(37, 99, 235, 1) 72%);
    color: #ffffff;
    border-radius: 26px;
    padding: 32px;
    box-shadow: 0 22px 52px rgba(15, 23, 42, 0.16);
    overflow: hidden;
}

.story-side-card::after {
    content: '';
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(255, 122, 0, 0.26) 0%, rgba(255, 122, 0, 0) 70%);
    pointer-events: none;
}

.story-badge {
    display: inline-flex;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.story-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
    position: relative;
    z-index: 1;
}

.story-points li {
    position: relative;
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.75;
}

.story-points li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--accent-orange);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.08);
}

/* =========================================
   MISSION VISION
========================================= */
.mission-vision-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.mv-card {
    background: #ffffff;
    border-radius: 26px;
    padding: 34px;
    border: 1px solid rgba(30, 58, 138, 0.10);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    position: relative;
    overflow: hidden;
}

.mv-card::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -40px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    opacity: 0.12;
}

.mission-card::before {
    background: var(--secondary-blue);
}

.vision-card::before {
    background: var(--accent-orange);
}

.mv-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 18px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.26);
}

.mv-card h3 {
    margin: 0 0 12px;
    font-size: 1.35rem;
    color: var(--primary-blue);
    position: relative;
    z-index: 1;
}

.mv-card p {
    margin: 0;
    color: rgba(31, 41, 55, 0.80);
    line-height: 1.85;
    position: relative;
    z-index: 1;
}

/* =========================================
   WHY KLEANIT
========================================= */
.why-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.why-card {
    background: #ffffff;
    border: 1px solid rgba(30, 58, 138, 0.10);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.10);
}

.why-card h3 {
    margin: 0 0 12px;
    font-size: 1.16rem;
    color: var(--primary-blue);
}

.why-card p {
    margin: 0;
    color: rgba(31, 41, 55, 0.80);
    line-height: 1.8;
}

/* =========================================
   VALUES
========================================= */
.values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.value-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(30, 58, 138, 0.10);
    border-radius: 22px;
    padding: 26px 22px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
    text-align: left;
}

.value-card h3 {
    margin: 0 0 10px;
    font-size: 1.1rem;
    color: var(--primary-blue);
}

.value-card p {
    margin: 0;
    color: rgba(31, 41, 55, 0.78);
    line-height: 1.8;
    font-size: 0.96rem;
}

/* =========================================
   CTA
========================================= */
.about-cta {
    padding-top: 8px;
}

.cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px;
    border-radius: 28px;
    background: linear-gradient(135deg, #ffffff 0%, #f6f9ff 100%);
    border: 1px solid rgba(30, 58, 138, 0.10);
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.08);
}

.cta-content {
    max-width: 760px;
}

.cta-content h2 {
    margin: 0 0 14px;
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    line-height: 1.2;
    color: var(--primary-blue);
}

.cta-content p {
    margin: 0;
    color: rgba(31, 41, 55, 0.80);
    line-height: 1.85;
}

.cta-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-primary {
    background: linear-gradient(135deg, var(--accent-orange), #ff8f2f);
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(255, 122, 0, 0.24);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(255, 122, 0, 0.28);
}

.btn-secondary {
    background: #ffffff;
    color: var(--primary-blue);
    border: 1px solid rgba(30, 58, 138, 0.14);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.btn-secondary:hover {
    transform: translateY(-2px);
    border-color: rgba(30, 58, 138, 0.24);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 1199px) {
    .about-hero-grid,
    .story-grid {
        grid-template-columns: 1fr;
    }

    .story-side-card {
        position: relative;
        top: auto;
    }

    .values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .about-hero {
        padding-top: 30px;
    }

    .about-hero-content,
    .story-content,
    .mv-card,
    .why-card,
    .intro-card,
    .value-card,
    .cta-card {
        padding: 24px;
    }

    .hero-image-frame,
    .hero-image-frame img,
    .hero-image-fallback {
        min-height: 430px;
    }

    .hero-highlights,
    .intro-grid,
    .mission-vision-grid,
    .why-grid {
        grid-template-columns: 1fr;
    }

    .cta-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-actions {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .section-space {
        padding: 22px 0 68px;
    }

    .about-hero-content {
        padding: 22px;
        border-radius: 22px;
    }

    .about-hero-content h1 {
        font-size: 2rem;
    }

    .hero-lead,
    .section-heading p,
    .center-heading p,
    .story-content p,
    .why-card p,
    .value-card p,
    .cta-content p {
        font-size: 0.97rem;
        line-height: 1.78;
    }

    .hero-image-frame,
    .hero-image-frame img,
    .hero-image-fallback {
        min-height: 320px;
        border-radius: 22px;
    }

    .hero-image-fallback {
        padding: 24px;
    }

    .hero-image-fallback h3 {
        font-size: 1.55rem;
    }

    .story-content,
    .story-side-card,
    .mv-card,
    .why-card,
    .intro-card,
    .value-card,
    .cta-card {
        border-radius: 20px;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .btn {
        width: 100%;
    }

    .cta-actions {
        flex-direction: column;
        align-items: stretch;
    }
}