.about-page {
    --page-section-padding: 88px;
    --page-hero-min-height: 520px;
    --page-h1-size: clamp(44px, 4vw, 62px);
    --page-h2-size: clamp(30px, 2.8vw, 44px);
    --page-h3-size: clamp(22px, 2vw, 28px);
    --page-body-size: 17px;
    --page-card-padding: 24px 22px;
    --page-card-radius: 18px;
    background: #f3f7fc;
    color: #0b1b42;
    font-family: 'Poppins', 'Segoe UI', sans-serif;
}

.about-page .container {
    max-width: 1200px;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page p {
    margin: 0;
}

.about-page a {
    text-decoration: none;
}

.about-page .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 700;
    transition: .25s ease;
}

.about-page .btn-primary {
    background: linear-gradient(135deg, #1268ed, #1f77ff);
    color: #fff;
    box-shadow: 0 12px 22px rgba(18, 104, 237, 0.18);
}

.about-page .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 26px rgba(18, 104, 237, 0.22);
}

.about-page .btn-secondary {
    background: rgba(255,255,255,0.8);
    color: #1268ed;
    border: 1px solid rgba(18,104,237,0.12);
}

.about-page .btn-secondary:hover {
    background: #fff;
}

.about-page section {
    position: relative;
    overflow: hidden;
}

.about-page section::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(18,104,237,0.18), transparent);
    pointer-events: none;
}

.about-page [data-aos] {
    will-change: transform, opacity;
}

.about-page .about-hero-section,
.about-page .about-story-panel,
.about-page .mission-vision-card,
.about-page .service-card,
.about-page .journey-card,
.about-page .principle-card,
.about-page .why-card,
.about-page .metric-box,
.about-page .final-banner-box {
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.about-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #1268ed;
}

.section-heading {
    margin-bottom: 42px;
}

.section-heading.center {
    text-align: center;
}

.section-heading h2 {
    margin-top: 18px;
    font-size: var(--page-h2-size);
    line-height: 1.12;
    color: #0b1b42;
    letter-spacing: -1.4px;
}

.about-hero-section {
    background: linear-gradient(180deg, #edf5ff 0%, #f4f8ff 100%);
    padding: 92px 0 82px;
    min-height: var(--page-hero-min-height);
    position: relative;
    overflow: hidden;
}

.about-hero-section::before,
.about-hero-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(18,104,237,0.08);
}

.about-hero-section::before {
    width: 300px;
    height: 300px;
    left: -110px;
    bottom: -110px;
}

.about-hero-section::after {
    width: 380px;
    height: 380px;
    right: -180px;
    top: -150px;
}

.about-hero-row {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 48px;
}

.about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(18,104,237,0.08);
    border: 1px solid rgba(18,104,237,0.08);
    color: #1268ed;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.about-hero-copy h1 {
    margin-top: 26px;
    font-size: var(--page-h1-size);
    line-height: .98;
    letter-spacing: -2.2px;
    color: #0b1b42;
    font-weight: 800;
    max-width: 620px;
}

.about-page section > .container {
    padding-top: 0;
    padding-bottom: 0;
}

.about-who-section,
.about-journey-section,
.about-mission-section,
.about-principles-section,
.about-services-section,
.about-why-section,
.about-final-banner {
    padding: var(--page-section-padding) 0;
}

.about-hero-copy h1 span {
    color: #1268ed;
}

.about-hero-copy p {
    margin-top: 24px;
    max-width: 620px;
    font-size: var(--page-body-size);
    line-height: 1.55;
    color: #5d7299;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
}

.about-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.about-trust-row span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(18,104,237,0.12);
    background: rgba(255,255,255,0.72);
    color: #2956ad;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-hero-visual {
    display: flex;
    justify-content: center;
}

.about-visual-panel {
    position: relative;
    width: 100%;
    max-width: 600px;
    min-height: 410px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.68), rgba(211,230,255,0.35));
    border: 1px solid rgba(18,104,237,0.08);
    box-shadow: 0 18px 38px rgba(35,81,157,0.08);
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    animation: floatCard 7s ease-in-out infinite;
}

.about-visual-panel:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 42px rgba(35,81,157,0.12);
}

@keyframes floatCard {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.mini-panel {
    position: absolute;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(18,104,237,0.08);
    box-shadow: 0 10px 18px rgba(33,63,130,0.08);
}

.mini-panel span {
    color: #6179a7;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.mini-panel strong {
    color: #0b1b42;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.06em;
}

.small-one {
    left: 24px;
    bottom: 28px;
}

.small-two {
    right: 22px;
    bottom: 80px;
}

.visual-badge {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.8);
    color: #0b1b42;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(18,104,237,0.08);
}

.visual-badge span {
    color: #1268ed;
    font-weight: 700;
}

.visual-badge-left {
    top: 32px;
    left: 28px;
}

.visual-badge-right {
    top: 102px;
    right: 24px;
}

.chart-box {
    position: absolute;
    inset: 0;
    padding: 72px 24px 18px;
}

.chart-grid {
    position: absolute;
    inset: 48px 18px 18px 18px;
    background-image: linear-gradient(to right, rgba(19,103,234,0.08) 1px, transparent 1px), linear-gradient(to top, rgba(19,103,234,0.08) 1px, transparent 1px);
    background-size: 58px 58px;
    border-radius: 24px;
}

.chart-line {
    position: absolute;
    left: 60px;
    right: 50px;
    bottom: 70px;
    height: 180px;
    background: linear-gradient(135deg, rgba(29,90,234,0.18), rgba(10,123,255,0.08));
    clip-path: polygon(0 78%, 14% 68%, 26% 70%, 42% 40%, 58% 52%, 72% 26%, 86% 30%, 100% 0, 100% 100%, 0 100%);
    border-radius: 18px;
}

.chart-bars {
    position: absolute;
    left: 90px;
    right: 95px;
    bottom: 26px;
    height: 180px;
    display: flex;
    align-items: flex-end;
    gap: 18px;
    z-index: 2;
}

.chart-bars span {
    flex: 1;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(180deg, #63a7ff 0%, #1268ed 100%);
    box-shadow: 0 12px 24px rgba(18,104,237,0.16);
}

.about-who-section {
    padding: var(--page-section-padding) 0 40px;
}

.about-story-panel {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 32px;
    align-items: center;
    padding: 34px 28px;
    background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(238,246,255,0.8));
    border: 1px solid rgba(18,104,237,0.08);
    border-radius: 26px;
    box-shadow: 0 16px 30px rgba(28,61,122,0.05);
    position: relative;
    overflow: hidden;
    background-image: radial-gradient(circle at top left, rgba(18,104,237,0.08), transparent 35%), linear-gradient(135deg, rgba(255,255,255,0.9), rgba(238,246,255,0.8));
}

.about-story-panel:hover,
.metric-box:hover,
.journey-card:hover,
.principle-card:hover,
.service-card:hover,
.why-card:hover,
.mission-vision-card:hover,
.final-banner-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 36px rgba(28,61,122,0.09);
}

.about-story-panel::before {
    content: "";
    position: absolute;
    inset: 18px auto auto 22px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(18,104,237,0.12), transparent 68%);
}

.about-story-copy h2 {
    margin-top: 18px;
    font-size: var(--page-h2-size);
    line-height: 1.15;
    color: #0b1b42;
    letter-spacing: -1.2px;
}

.about-story-copy p {
    margin-top: 20px;
    color: #5d7299;
    font-size: var(--page-body-size);
    line-height: 1.72;
}

.about-mini-stats {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 16px;
}

.mini-stat {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 12px;
    border-radius: 14px;
    background: rgba(243,247,255,0.9);
    border: 1px solid rgba(18,104,237,0.06);
}

.mini-stat span {
    font-size: 22px;
    font-weight: 800;
    color: #0b1b42;
}

.mini-stat small {
    color: #62779e;
    font-size: 12px;
    letter-spacing: .02em;
}

.about-story-visual {
    display: flex;
    justify-content: center;
}

.story-visual-box {
    width: 100%;
    max-width: 440px;
    height: 320px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(180,214,255,0.35), rgba(255,255,255,0.5));
    border: 1px solid rgba(18,104,237,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-visual-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.company-mark {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: rgba(18,104,237,0.14);
    color: #1268ed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 800;
}

.company-wordmark {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #0b1b42;
}

.company-wordmark span {
    display: block;
    font-size: 15px;
    letter-spacing: 2px;
    color: #1268ed;
    text-align: center;
    margin-top: 6px;
}

.about-metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 22px;
    margin-top: 28px;
}

.metric-box {
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0.8), rgba(240,246,255,0.9));
    border: 1px solid rgba(18,104,237,0.08);
    border-radius: 18px;
    padding: 28px 18px 22px;
    text-align: center;
    box-shadow: 0 12px 26px rgba(25,60,120,0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}

.metric-box::before {
    content: "";
    position: absolute;
    inset: auto auto -55% -12%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(18,104,237,0.08);
}

.metric-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(25,60,120,0.08);
}

.metric-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(18,104,237,0.12);
    color: #1268ed;
    font-size: 20px;
}

.metric-box strong {
    display: block;
    font-size: clamp(32px, 3vw, 46px);
    font-weight: 800;
    color: #0b1b42;
    letter-spacing: -2px;
}

.metric-box span {
    display: block;
    margin-top: 6px;
    color: #62779e;
    font-size: 15px;
}

.about-journey-section {
    padding: 70px 0 20px;
}

.journey-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 22px;
}

.journey-card {
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(242,247,255,0.9));
    border: 1px solid rgba(18,104,237,0.1);
    border-radius: 18px;
    padding: 28px 20px 24px;
    box-shadow: 0 14px 26px rgba(28,61,122,0.04);
    min-height: 220px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.journey-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 28px rgba(28,61,122,0.08);
}

.journey-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(18,104,237,0.12);
    color: #1268ed;
    font-size: 24px;
}

.journey-card h3 {
    margin-top: 18px;
    font-size: 24px;
    line-height: 1.2;
    color: #0b1b42;
}

.journey-card p {
    margin-top: 10px;
    color: #5d7299;
    font-size: 15px;
    line-height: 1.7;
}

.about-mission-section {
    padding: 50px 0 20px;
}

.mission-vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.mission-vision-card {
    min-height: 260px;
    border-radius: 26px;
    padding: 30px 26px 26px;
    border: 1px solid rgba(18,104,237,0.08);
    background: linear-gradient(135deg, #1268ed 0%, #0d7be4 100%);
    color: #1268ed;
    box-shadow: 0 20px 30px rgba(18,104,237,0.12);
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(135deg, rgba(255,255,255,0.14), transparent 35%);
}

.mission-vision-card.secondary {
    background: linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(234,242,255,0.9) 100%);
    color: #0b1b42;
    border-color: rgba(18,104,237,0.12);
}

.mission-vision-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -50px;
    bottom: -80px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}

.mission-vision-card.secondary::before {
    background: rgba(18,104,237,0.05);
}

.mission-icon {
    position: relative;
    z-index: 1;
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(18,104,237,0.12);
    font-size: 30px;
}

.mission-vision-card.secondary .mission-icon {
    background: rgba(18,104,237,0.12);
    color: #1268ed;
}

.mission-vision-card h3 {
    position: relative;
    z-index: 1;
    margin-top: 24px;
    font-size: clamp(30px, 3vw, 48px);
    letter-spacing: -1.2px;
    line-height: 1.1;
}

.mission-vision-card p {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.96;
}

.about-principles-section {
    padding: 70px 0 25px;
}

.principles-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 22px;
}

.principle-card {
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(240,246,255,0.9));
    border: 1px solid rgba(18,104,237,0.08);
    border-radius: 20px;
    padding: 28px 20px 24px;
    box-shadow: 0 14px 26px rgba(28,61,122,0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.principle-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 32px rgba(28,61,122,0.08);
}

.principle-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(18,104,237,0.12);
    color: #1268ed;
    font-size: 20px;
}

.principle-card h3 {
    margin-top: 18px;
    font-size: 24px;
    line-height: 1.2;
    color: #0b1b42;
}

.principle-card p {
    margin-top: 12px;
    color: #5d7299;
    font-size: 15px;
    line-height: 1.7;
}

.about-services-section {
    padding: 70px 0 50px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 22px;
}

.service-card {
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0.85), rgba(240,246,255,0.9));
    border: 1px solid rgba(18,104,237,0.08);
    border-radius: 20px;
    padding: 24px 20px 22px;
    box-shadow: 0 12px 24px rgba(28,61,122,0.04);
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    background-image: radial-gradient(circle at top, rgba(18,104,237,0.06), transparent 45%);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 28px rgba(28,61,122,0.08);
    border-color: rgba(18,104,237,0.2);
}

.service-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(18,104,237,0.1);
    color: #1268ed;
    font-size: 24px;
}

.service-card h3 {
    font-size: 24px;
    color: #0b1b42;
    margin-bottom: 8px;
}

.service-card p {
    color: #5d7299;
    font-size: 15px;
    line-height: 1.7;
}

.about-cta-inline {
    margin-top: 28px;
}

.about-why-section {
    padding: 50px 0 60px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 22px;
}

.why-card {
    border-radius: 20px;
    padding: 24px 20px 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(240,246,255,0.9));
    border: 1px solid rgba(18,104,237,0.08);
    box-shadow: 0 14px 24px rgba(28,61,122,0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 30px rgba(28,61,122,0.08);
}

.why-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: rgba(18,104,237,0.12);
    color: #1268ed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.why-card h3 {
    margin-top: 18px;
    font-size: 24px;
    color: #0b1b42;
}

.why-card p {
    margin-top: 12px;
    color: #5d7299;
    font-size: 15px;
    line-height: 1.7;
}

.about-final-banner {
    padding: 0 0 80px;
}

.final-banner-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 28px 30px;
    border-radius: 26px;
    background: linear-gradient(135deg, #0a318d 0%, #0b6bd9 45%, #1da9ec 100%);
    color: #fff;
    box-shadow: 0 22px 42px rgba(13,74,168,0.2);
    position: relative;
    overflow: hidden;
}

.final-banner-box::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -40px;
    top: -60px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
}

.banner-copy {
    flex: 1;
}

.banner-copy h2 {
    font-size: clamp(30px, 3vw, 52px);
    line-height: 1.1;
    letter-spacing: -1.5px;
}

.banner-copy p {
    margin-top: 10px;
    font-size: 18px;
    opacity: 0.92;
}

.final-banner-box .btn {
    background: #fff;
    color: #1268ed;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .about-hero-row,
    .about-story-panel,
    .mission-vision-grid,
    .journey-grid,
    .principles-grid,
    .services-grid,
    .why-grid,
    .about-metric-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-hero-row {
        grid-template-columns: 1fr;
    }

    .about-story-panel {
        grid-template-columns: 1fr;
    }

    .journey-grid,
    .principles-grid,
    .services-grid,
    .why-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .about-metric-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .mission-vision-grid {
        grid-template-columns: 1fr;
    }

    .final-banner-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .about-hero-section {
        padding-top: 50px;
    }

    .about-hero-copy h1 {
        font-size: 42px;
    }

    .about-hero-copy p {
        font-size: 17px;
    }

    .about-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .about-hero-actions .btn,
    .final-banner-box .btn {
        width: 100%;
    }

    .about-metric-grid,
    .journey-grid,
    .principles-grid,
    .services-grid,
    .why-grid {
        grid-template-columns: 1fr;
    }

    .about-mini-stats {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .about-story-panel {
        padding: 25px 18px;
    }

    .about-story-copy h2 {
        font-size: 30px;
    }

    .section-heading h2 {
        font-size: 32px;
    }

    .mission-vision-card h3 {
        font-size: 34px;
    }

    .final-banner-box {
        padding: 22px 18px;
    }

    .banner-copy h2 {
        font-size: 30px;
    }
}

/* Shared page scale: aligned with the case studies layout. */
.about-page {
    --page-section-padding: 88px;
    --page-hero-min-height: 470px;
    --page-h1-size: clamp(38px, 4vw, 56px);
    --page-h2-size: clamp(28px, 2.8vw, 40px);
    --page-h3-size: 24px;
    --page-body-size: 15px;
}

.about-page .about-hero-section {
    min-height: 430px;
    padding: 104px 0 42px;
}

.about-page .about-hero-copy h1 {
    font-size: clamp(36px, 3.6vw, 52px);
}

.about-page .about-who-section {
    padding-top: 88px;
    padding-bottom: 120px;
}

.about-page .about-journey-section {
    padding-top: 72px;
    padding-bottom: 72px;
    background: #fff;
}

.about-page .journey-grid {
    position: relative;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.about-page .journey-grid::before {
    display: none;
}

.about-page .journey-card {
    position: relative;
    z-index: 1;
    min-height: 0;
    padding: 0 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.about-page .journey-card:not(:last-child)::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 52px;
    left: 50%;
    width: calc(100% + 18px);
    height: 3px;
    background: #b7d4ff;
}

.about-page .journey-card:hover {
    transform: none;
    box-shadow: none;
}

.about-page .journey-icon {
    position: relative;
    z-index: 1;
    width: 68px;
    height: 68px;
    margin: 0 auto;
    border: 5px solid #fff;
    background: #1268ed;
    color: #fff;
    box-shadow: 0 9px 20px rgba(18,104,237,0.28), 0 0 0 2px #c7dcff;
    font-size: 25px;
}

.about-page .journey-card h3 {
    margin-top: 18px;
    min-height: 42px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 17px;
    line-height: 1.25;
}

.about-page .journey-card p {
    max-width: 180px;
    min-height: 90px;
    margin: 10px auto 0;
    font-size: 12px;
    line-height: 1.5;
}

.about-page .about-story-panel {
    grid-template-columns: 1fr 1fr;
    gap: 54px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}

.about-page .about-story-panel:hover {
    transform: none;
    box-shadow: none;
}

.about-page .about-story-copy {
    align-self: center;
}

.about-page .about-mini-stats {
    gap: 14px;
    margin-top: 28px;
    transform: translateX(-10px);
}

.about-page .mini-stat {
    align-items: center;
    gap: 9px;
    padding: 0;
    background: transparent;
    border: 0;
    text-align: center;
}

.about-page .mini-stat i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(18,104,237,0.12);
    color: #1268ed;
    font-size: 17px;
    box-shadow: 0 0 0 5px rgba(18,104,237,0.05), 0 8px 18px rgba(18,104,237,0.18);
}

.about-page .mini-stat span {
    color: #1268ed;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.about-page .mini-stat small {
    color: #0b1b42;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.about-page .about-story-visual {
    align-self: start;
    min-width: 0;
}

.about-page .story-visual-box {
    position: relative;
    min-height: 390px;
    height: 390px;
    max-width: none;
    border-radius: 22px;
    background: #0b1b42;
}

.about-page .story-visual-image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    object-fit: cover;
    object-position: center;
}

.about-page .about-metric-grid {
    position: absolute;
    z-index: 3;
    right: 18px;
    bottom: -66px;
    left: 18px;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 0;
    margin: 0;
    padding: 14px 12px;
    border: 1px solid rgba(18,104,237,0.08);
    border-radius: 16px;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 14px 28px rgba(25,60,120,0.12);
}

.about-page .about-metric-grid .metric-box {
    min-height: 78px;
    padding: 6px 10px;
    border: 0;
    border-right: 1px solid rgba(18,104,237,0.12);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.about-page .about-metric-grid .metric-box:last-child {
    border-right: 0;
}

.about-page .about-metric-grid .metric-box:hover {
    transform: none;
    box-shadow: none;
}

.about-page .about-metric-grid .metric-box strong {
    font-size: 26px;
    letter-spacing: -1px;
}

.about-page .about-metric-grid .metric-box span {
    font-size: 10px;
    line-height: 1.25;
}

.about-page .about-hero-copy p,
.about-page .about-story-copy p,
.about-page .journey-card p,
.about-page .principle-card p,
.about-page .service-card p,
.about-page .why-card p {
    font-size: var(--page-body-size);
    line-height: 1.55;
}

.about-page .about-visual-panel {
    min-height: 320px;
}

.about-page .about-who-section,
.about-page .about-journey-section,
.about-page .about-mission-section,
.about-page .about-principles-section,
.about-page .about-services-section,
.about-page .about-why-section,
.about-page .about-final-banner {
    padding: 88px 0 64px;
}

.about-page .about-who-section {
    padding: 36px 0 40px;
}

.about-page .section-heading {
    margin-bottom: 34px;
}

.about-page .section-heading h2,
.about-page .about-story-copy h2 {
    font-size: var(--page-h2-size);
    line-height: 1.12;
}

.about-page .journey-card,
.about-page .principle-card,
.about-page .service-card,
.about-page .why-card,
.about-page .metric-box {
    min-height: 138px;
    padding: 24px 20px 22px;
    border-radius: 18px;
}

.about-page .journey-card h3,
.about-page .principle-card h3,
.about-page .service-card h3,
.about-page .why-card h3 {
    font-size: var(--page-h3-size);
    line-height: 1.2;
}

.about-page .journey-icon,
.about-page .principle-icon,
.about-page .service-icon,
.about-page .why-icon,
.about-page .metric-icon {
    width: 52px;
    height: 52px;
    font-size: 20px;
}

.about-page .mission-vision-card {
    min-height: 220px;
    padding: 28px 24px 24px;
    border-radius: 18px;
}

.about-page .mission-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
}

.about-page .mission-vision-card h3 {
    margin-top: 18px;
    font-size: 30px;
}

.about-page .mission-vision-card p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.55;
}

.about-page .metric-box strong {
    font-size: 36px;
}

.about-page .metric-box span {
    font-size: 13px;
}

.about-page .banner-copy h2 {
    font-size: 34px;
}

.about-page .banner-copy p {
    font-size: 18px;
    color: lightgray;
}

@media (max-width: 767px) {
    .about-page .about-hero-section {
        min-height: auto;
        padding: 104px 0 48px;
    }

    .about-page .about-hero-copy h1 {
        font-size: 38px;
    }

    .about-page .about-visual-panel {
        min-height: 300px;
    }

    .about-page .about-who-section {
        padding-bottom: 96px;
    }

    .about-page .about-story-panel {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .about-page .about-journey-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .about-page .journey-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-page .journey-grid::before {
        display: block;
        top: 34px;
        right: auto;
        bottom: 38px;
        left: calc(50% - 1px);
        width: 2px;
        height: auto;
    }

    .about-page .journey-card p {
        max-width: 280px;
    }

    .about-page .journey-icon {
        width: 68px;
        height: 68px;
    }

    .about-page .journey-card:not(:last-child)::after {
        display: none;
    }

    .about-page .about-mini-stats {
        transform: none;
    }

    .about-page .story-visual-box {
        min-height: 330px;
        height: 330px;
    }

    .about-page .about-metric-grid {
        right: 10px;
        bottom: -62px;
        left: 10px;
        padding: 10px 6px;
    }

    .about-page .about-metric-grid .metric-box {
        padding: 5px 6px;
    }

    .about-page .about-metric-grid .metric-box strong {
        font-size: 20px;
    }

    .about-page .about-metric-grid .metric-box span {
        font-size: 9px;
    }

    .about-page .about-who-section,
    .about-page .about-journey-section,
    .about-page .about-mission-section,
    .about-page .about-principles-section,
    .about-page .about-services-section,
    .about-page .about-why-section,
    .about-page .about-final-banner {
        padding: 64px 0 48px;
    }

    .about-page .section-heading h2,
    .about-page .about-story-copy h2 {
        font-size: 30px;
    }

    .about-page .mission-vision-card h3,
    .about-page .banner-copy h2 {
        font-size: 30px;
    }
}

.about-page .about-hero-section {
    min-height: 470px;
    padding: 112px 0 50px;
}

.about-page .about-visual-panel {
    min-height: 300px;
}

.about-page .about-who-section,
.about-page .about-journey-section,
.about-page .about-mission-section,
.about-page .about-principles-section,
.about-page .about-services-section,
.about-page .about-why-section {
    padding: 88px 0 64px;
}

.about-page .about-final-banner {
    padding: 72px 0;
}

.about-page .about-story-panel {
    gap: 42px;
}

.about-page .story-visual-box {
    min-height: 300px;
    height: 300px;
}

.about-page .journey-card,
.about-page .principle-card,
.about-page .service-card,
.about-page .why-card {
    min-height: 128px;
    padding: 20px 16px 18px;
}

.about-page .mission-vision-card {
    min-height: 220px;
    padding: 28px 24px 24px;
}

@media (max-width: 767px) {
    .about-page .about-hero-section {
        min-height: auto;
        padding: 104px 0 24px;
    }

    .about-page .about-visual-panel {
        min-height: 275px;
    }

    .about-page .about-who-section,
    .about-page .about-journey-section,
    .about-page .about-mission-section,
    .about-page .about-principles-section,
    .about-page .about-services-section,
    .about-page .about-why-section,
    .about-page .about-final-banner {
        padding: 62px 0;
    }

    .about-page .about-who-section {
        padding: 32px 0 48px;
    }

    .about-page .about-story-panel {
        gap: 30px;
    }

    .about-page .story-visual-box {
        min-height: 240px;
        height: 240px;
    }

    .about-page .journey-card,
    .about-page .principle-card,
    .about-page .service-card,
    .about-page .why-card {
        min-height: 0;
        padding: 18px 16px;
    }
}
