body.about-page {
    background: #f7fbff;
    color: #0b1b2f;
}

body.about-page p {
    color: #5f7187;
}

.about-page .main-btn i,
.about-page .about-outline-btn i {
    margin-right: 8px;
}

.about-hero {
    position: relative;
    overflow: hidden;
    padding: 162px 0 84px;
    background:
        radial-gradient(circle at 82% 12%, rgba(93, 228, 255, 0.18), transparent 28%),
        radial-gradient(circle at 14% 20%, rgba(47, 140, 255, 0.16), transparent 30%),
        linear-gradient(135deg, #06101e 0%, #0a1b2f 58%, #06101e 100%);
}

.about-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(93, 228, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(93, 228, 255, 0.08) 1px, transparent 1px);
    background-size: 48px 48px;
}

.about-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
    align-items: center;
}

.about-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    border: 1px solid rgba(93, 228, 255, 0.28);
    border-radius: 8px;
    color: #5de4ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    background: rgba(93, 228, 255, 0.08);
}

.about-hero h1 {
    margin: 24px 0 0;
    color: #ffffff;
    font-size: 56px;
    line-height: 1.12;
    letter-spacing: 0;
}

.about-hero h1 span {
    color: #5de4ff;
}

.about-hero-copy > p {
    max-width: 620px;
    margin: 24px 0 0;
    color: #b9c8da;
    font-size: 19px;
    line-height: 1.76;
}

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

.about-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 28px;
    border-radius: 35px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.06);
}

.about-outline-btn:hover {
    color: #06101e;
    background: #ffffff;
}

.about-hero-tags {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 36px;
}

.about-hero-tags span {
    min-height: 76px;
    display: flex;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    color: #dcecff;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    border: 1px solid rgba(93, 228, 255, 0.18);
    background: rgba(13, 31, 53, 0.72);
}

.about-hero-visual {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(93, 228, 255, 0.22);
    box-shadow: 0 24px 74px rgba(0, 0, 0, 0.28);
    background: #081121;
}

.about-hero-visual img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    display: block;
}

.about-visual-caption {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 20px 22px;
    border-radius: 8px;
    color: #ffffff;
    background: rgba(6, 16, 30, 0.84);
    border: 1px solid rgba(93, 228, 255, 0.22);
    backdrop-filter: blur(12px);
}

.about-visual-caption strong {
    display: block;
    font-size: 24px;
    line-height: 1.24;
}

.about-visual-caption span {
    display: block;
    margin-top: 8px;
    color: #b9c8da;
    font-size: 14px;
    line-height: 1.5;
}

.about-section-block {
    padding: 92px 0;
}

.about-section-block.about-light {
    background: #f7fbff;
}

.about-section-block.about-white {
    background: #ffffff;
}

.about-dark-band {
    padding: 92px 0;
    background:
        radial-gradient(circle at 16% 0%, rgba(50, 210, 150, 0.14), transparent 27%),
        radial-gradient(circle at 88% 20%, rgba(93, 228, 255, 0.12), transparent 25%),
        linear-gradient(135deg, #06101e 0%, #0d1f35 100%);
}

.about-heading {
    max-width: 820px;
    margin-bottom: 42px;
}

.about-heading.centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.about-heading .about-kicker {
    margin-bottom: 16px;
}

.about-heading h2 {
    margin: 0;
    color: #0b1b2f;
    font-size: 40px;
    line-height: 1.24;
    letter-spacing: 0;
}

.about-heading p {
    margin: 18px 0 0;
    font-size: 17px;
    line-height: 1.75;
}

.about-dark-band .about-heading h2,
.about-dark-band .about-heading p {
    color: #ffffff;
}

.about-dark-band .about-heading p {
    color: #b9c8da;
}

.about-snapshot-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
    align-items: stretch;
}

.about-profile-panel,
.about-map-panel,
.about-note-panel,
.about-fde-panel,
.about-value-card,
.about-capability-card {
    border-radius: 8px;
}

.about-profile-panel {
    padding: 32px;
    color: #ffffff;
    border: 1px solid rgba(93, 228, 255, 0.22);
    background:
        radial-gradient(circle at 82% 10%, rgba(93, 228, 255, 0.18), transparent 25%),
        linear-gradient(135deg, #0a1b2f 0%, #0b2c41 100%);
}

.about-panel-label {
    color: #5de4ff;
    font-size: 13px;
    font-weight: 800;
}

.about-profile-panel h3 {
    margin: 18px 0 0;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.22;
}

.about-profile-panel p {
    margin: 16px 0 0;
    color: #b9c8da;
    line-height: 1.72;
}

.about-profile-list {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.about-profile-list div {
    padding: 14px 16px;
    border-radius: 8px;
    color: #d9eaff;
    line-height: 1.48;
    background: rgba(93, 228, 255, 0.08);
    border: 1px solid rgba(93, 228, 255, 0.16);
}

.about-map-panel {
    overflow: hidden;
    border: 1px solid #d9e6f7;
    background: #ffffff;
    box-shadow: 0 20px 54px rgba(20, 58, 106, 0.08);
}

.about-map-frame {
    position: relative;
    min-height: 372px;
    padding: 28px;
    background:
        radial-gradient(circle at 50% 44%, rgba(93, 228, 255, 0.16), transparent 36%),
        linear-gradient(135deg, #081121 0%, #0a1b2f 100%);
}

.about-map-frame img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 316px;
    object-fit: contain;
    display: block;
}

.about-map-title {
    position: absolute;
    left: 28px;
    top: 24px;
    z-index: 2;
    color: #5de4ff;
    font-size: 13px;
    font-weight: 800;
}

.about-city-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 22px 24px 24px;
}

.about-city-chip {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 8px 13px;
    border-radius: 8px;
    color: #0b1b2f;
    font-size: 14px;
    font-weight: 700;
    background: #eef6ff;
    border: 1px solid #d9e6f7;
}

.about-city-chip strong {
    color: #1f6feb;
    margin-right: 6px;
}

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

.about-capability-card {
    padding: 30px;
    min-height: 360px;
    border: 1px solid rgba(93, 228, 255, 0.22);
    background: rgba(13, 31, 53, 0.82);
}

.about-card-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    color: #06101e;
    font-size: 25px;
    border-radius: 8px;
    background: linear-gradient(135deg, #5de4ff 0%, #32d296 100%);
}

.about-capability-card h3 {
    margin: 24px 0 0;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.24;
}

.about-capability-card p {
    margin: 14px 0 0;
    color: #b9c8da;
    line-height: 1.65;
}

.about-check-list {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.about-check-list li {
    position: relative;
    padding-left: 22px;
    color: #d9eaff;
    font-size: 15px;
    line-height: 1.55;
}

.about-check-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #32d296;
}

.about-architecture-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 30px;
    align-items: start;
}

.about-layer-stack {
    display: grid;
    gap: 12px;
}

.about-layer {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 18px;
    align-items: center;
    min-height: 98px;
    padding: 18px;
    border-radius: 8px;
    border: 1px solid #d9e6f7;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(20, 58, 106, 0.05);
}

.about-layer strong {
    color: #1f6feb;
    font-size: 14px;
    font-weight: 800;
}

.about-layer h3 {
    margin: 0 0 8px;
    color: #0b1b2f;
    font-size: 22px;
    line-height: 1.22;
}

.about-layer p {
    margin: 0;
    line-height: 1.55;
}

.about-note-panel {
    padding: 30px;
    border: 1px solid #d9e6f7;
    background:
        linear-gradient(135deg, rgba(47, 140, 255, 0.08), rgba(50, 210, 150, 0.08)),
        #ffffff;
}

.about-note-panel h3 {
    margin: 0;
    color: #0b1b2f;
    font-size: 28px;
    line-height: 1.26;
}

.about-note-panel p {
    margin: 16px 0 0;
    line-height: 1.72;
}

.about-signal-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 24px;
}

.about-signal {
    min-height: 102px;
    padding: 16px;
    border-radius: 8px;
    background: #eef6ff;
    border: 1px solid #d9e6f7;
}

.about-signal span {
    display: block;
    color: #1f6feb;
    font-size: 13px;
    font-weight: 800;
}

.about-signal strong {
    display: block;
    margin-top: 10px;
    color: #0b1b2f;
    font-size: 17px;
    line-height: 1.32;
}

.about-journey-grid {
    display: grid;
    grid-template-columns: 0.96fr 1.04fr;
    gap: 30px;
    align-items: stretch;
}

.about-journey-steps {
    display: grid;
    gap: 14px;
}

.about-step {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 18px;
    align-items: center;
    min-height: 112px;
    padding: 18px;
    border-radius: 8px;
    border: 1px solid rgba(93, 228, 255, 0.18);
    background: rgba(13, 31, 53, 0.72);
}

.about-step-number {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #06101e;
    font-size: 18px;
    font-weight: 900;
    background: #5de4ff;
}

.about-step h3 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.24;
}

.about-step p {
    margin: 0;
    color: #b9c8da;
    line-height: 1.55;
}

.about-fde-panel {
    padding: 32px;
    color: #ffffff;
    border: 1px solid rgba(93, 228, 255, 0.22);
    background:
        radial-gradient(circle at 76% 12%, rgba(93, 228, 255, 0.16), transparent 28%),
        rgba(7, 17, 31, 0.76);
}

.about-fde-panel h3 {
    margin: 0;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.2;
}

.about-fde-panel p {
    margin: 18px 0 0;
    color: #b9c8da;
    line-height: 1.72;
}

.about-deliverable-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 26px;
}

.about-deliverable {
    min-height: 104px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(93, 228, 255, 0.16);
    background: rgba(93, 228, 255, 0.08);
}

.about-deliverable span {
    display: block;
    color: #5de4ff;
    font-size: 13px;
    font-weight: 800;
}

.about-deliverable strong {
    display: block;
    margin-top: 10px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.32;
}

.about-value-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.about-value-card {
    min-height: 210px;
    padding: 24px;
    border: 1px solid #d9e6f7;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(20, 58, 106, 0.05);
}

.about-value-card span {
    color: #1f6feb;
    font-size: 13px;
    font-weight: 800;
}

.about-value-card h3 {
    margin: 18px 0 0;
    color: #0b1b2f;
    font-size: 24px;
    line-height: 1.22;
}

.about-value-card p {
    margin: 14px 0 0;
    line-height: 1.62;
}

.about-closing {
    padding: 78px 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 20% 0%, rgba(50, 210, 150, 0.18), transparent 26%),
        linear-gradient(135deg, #0b1b2f 0%, #06101e 100%);
}

.about-closing-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 36px;
    align-items: center;
}

.about-closing h2 {
    margin: 0;
    color: #ffffff;
    font-size: 42px;
    line-height: 1.2;
    white-space: nowrap;
}

.about-closing p {
    max-width: 760px;
    margin: 18px 0 0;
    color: #b9c8da;
    font-size: 18px;
    line-height: 1.72;
}

.about-closing-actions {
    display: grid;
    grid-template-columns: 190px 172px;
    gap: 16px;
    align-items: center;
    justify-content: end;
}

.about-contact-qr {
    width: 190px;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    color: #0b1b2f;
    background: #ffffff;
    border: 1px solid rgba(93, 228, 255, 0.22);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.about-qr-frame {
    position: relative;
    width: 166px;
    height: 166px;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
}

.about-qr-frame img {
    position: absolute;
    left: -42px;
    top: -116px;
    width: 252px;
    max-width: none;
    height: auto;
}

.about-contact-qr span {
    display: block;
    margin-top: 10px;
    color: #0b1b2f;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
}

.about-action-buttons {
    display: grid;
    gap: 12px;
}

.about-action-buttons .main-btn,
.about-action-buttons .about-outline-btn {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .about-hero {
        padding-top: 130px;
    }

    .about-hero-grid,
    .about-snapshot-grid,
    .about-architecture-grid,
    .about-journey-grid,
    .about-closing-grid {
        grid-template-columns: 1fr;
    }

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

    .about-hero-visual,
    .about-hero-visual img {
        min-height: 360px;
    }

    .about-capability-grid,
    .about-value-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-closing-actions {
        justify-content: start;
    }
}

@media only screen and (max-width: 767px) {
    .about-hero {
        padding-top: 116px;
        padding-bottom: 58px;
    }

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

    .about-hero-copy > p,
    .about-heading p,
    .about-closing p {
        font-size: 16px;
        line-height: 1.68;
    }

    .about-hero-tags,
    .about-capability-grid,
    .about-signal-grid,
    .about-deliverable-grid,
    .about-value-grid {
        grid-template-columns: 1fr;
    }

    .about-section-block,
    .about-dark-band {
        padding: 62px 0;
    }

    .about-heading {
        margin-bottom: 30px;
    }

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

    .about-profile-panel,
    .about-note-panel,
    .about-fde-panel,
    .about-capability-card {
        padding: 24px;
    }

    .about-map-frame {
        min-height: 300px;
        padding: 20px;
    }

    .about-map-frame img {
        height: 260px;
    }

    .about-layer {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .about-step {
        grid-template-columns: 58px 1fr;
        gap: 14px;
        padding: 16px;
    }

    .about-step-number {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }

    .about-closing {
        padding: 58px 0;
    }

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

@media only screen and (max-width: 575px) {
    .about-hero-actions,
    .about-closing-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .about-outline-btn,
    .about-hero-actions .main-btn,
    .about-closing-actions .main-btn {
        width: 100%;
    }

    .about-contact-qr {
        width: 100%;
        max-width: 220px;
    }

    .about-qr-frame {
        margin-left: auto;
        margin-right: auto;
    }

    .about-hero-visual,
    .about-hero-visual img {
        min-height: 300px;
    }

    .about-visual-caption {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 16px;
    }

    .about-visual-caption strong {
        font-size: 20px;
    }

    .about-closing h2 {
        font-size: 28px;
    }
}
