
#wrapper:has(.out-about) > .out {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.out-about {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    background: #f3f7fc;
    overflow-x: hidden;
    overflow-y: visible;
}

.out-about .about-page {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.about-page,
.about-page * {
    box-sizing: border-box;
    font-family: "Manrope", "Segoe UI", Tahoma, sans-serif;
}

.about-page {
    width: 100%;
    padding: 0 0 48px;
    color: #071f48;
}

.about-container {
    width: 100%;
    min-width: 0;
    margin: 0 auto;
}

.about-hero {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: clamp(550px, 54vw, 680px);
    padding: clamp(42px, 5vw, 74px) max(20px, calc((100vw - 1180px) / 2)) clamp(36px, 5vw, 56px);
    overflow: hidden;
    isolation: isolate;
}

.about-hero-tail {
    position: relative;
    z-index: 2;
    margin-top: -1px;
}

.about-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.about-hero__bg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 62% 28%;
}

.about-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(238, 247, 255, 0.74) 0%, rgba(238, 247, 255, 0.5) 30%, rgba(238, 247, 255, 0.18) 52%, rgba(238, 247, 255, 0.03) 68%, rgba(238, 247, 255, 0) 78%),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(243, 247, 252, 0.08) 100%);
    pointer-events: none;
}

.about-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.about-hero-copy {
    max-width: 520px;
}

.about-title {
    margin: 0;
    font-size: clamp(2.6rem, 5vw, 4.4rem);
    line-height: 1.08;
    font-weight: 800;
    color: #071f48;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.about-eyebrow {
    margin: 12px 0 0;
    color: #1166d9;
    font-size: clamp(1.1rem, 2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.2;
}

.about-hero-line {
    width: min(300px, 100%);
    height: 1px;
    margin: 22px 0 18px;
    background: linear-gradient(90deg, rgba(218, 169, 37, 0.15) 0%, #e1b23c 52%, rgba(218, 169, 37, 0.1) 100%);
    position: relative;
}

.about-hero-line span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 9px;
    background: #edbd47;
    border-radius: 2px;
    transform: translate(-50%, -50%) rotate(45deg);
}

.about-lead-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 4px;
    max-width: 36ch;
}

.about-lead-list li {
    color: #17315a;
    font-size: clamp(0.98rem, 1.4vw, 1.05rem);
    font-weight: 600;
    line-height: 1.55;
}

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

.about-hero-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid #1d6fe9;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform .16s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}

.about-hero-btn svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.about-hero-btn:hover {
    transform: translateY(-1px);
}

.about-hero-btn--primary {
    background: #126de8;
    color: #ffffff;
    box-shadow: 0 12px 22px rgba(18, 109, 232, 0.24);
}

.about-hero-btn--ghost {
    background: rgba(255, 255, 255, 0.78);
    color: #1559b6;
}

.about-hero-btn--ghost:hover {
    background: #ffffff;
}

.about-hero-wave {
    position: relative;
    z-index: 2;
    margin-top: -72px;
    height: 112px;
    overflow: visible;
    pointer-events: none;
}

.about-hero-wave__svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.about-hero-wave__surface {
    fill: #f3f7fc;
}

.about-hero-wave__gold {
    fill: none;
    stroke: url("#about-wave-gold");
    stroke-width: 3;
    stroke-linecap: round;
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.72));
}

.about-stats-wrap {
    position: relative;
    z-index: 3;
    margin-top: 0;
    padding: 10px max(20px, calc((100vw - 1180px) / 2)) 28px;
}

.about-stats {
    max-width: 1180px;
    margin: 0 auto;
    padding: 22px 24px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    border-radius: 20px;
    border: 1px solid rgba(200, 218, 236, 0.9);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 18px 40px rgba(12, 40, 70, 0.1);
}

.about-stat {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.about-stat__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(160deg, #1a74ea 0%, #0f57b8 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 18px rgba(18, 109, 232, 0.22);
}

.about-stat__icon svg {
    width: 26px;
    height: 26px;
}

.about-stat__content {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.about-stat__value {
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    line-height: 1.1;
    color: #071f48;
    font-weight: 800;
}

.about-stat__label {
    color: #4f6f8f;
    font-size: 0.92rem;
    line-height: 1.35;
    font-weight: 600;
}

.about-mission {
    padding: 0 max(20px, calc((100vw - 1180px) / 2)) 28px;
}

.about-mission__card {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(28px, 4vw, 42px) clamp(24px, 4vw, 48px);
    border-radius: 24px;
    border: 1px solid #9ebde0;
    background:
        radial-gradient(72% 95% at 88% 8%, rgba(72, 142, 255, 0.14) 0%, rgba(72, 142, 255, 0) 58%),
        radial-gradient(46% 72% at 6% 92%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 68%),
        linear-gradient(155deg, #e9f3ff 0%, #dce9fb 46%, #d0e2f6 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.65) inset,
        0 14px 36px rgba(16, 56, 112, 0.1);
    display: grid;
    grid-template-columns: minmax(120px, 200px) minmax(0, 1fr);
    gap: clamp(18px, 3vw, 36px);
    align-items: center;
    overflow: hidden;
}

.about-mission__card::before {
    content: "";
    position: absolute;
    right: clamp(-54px, -3vw, -18px);
    bottom: -64px;
    z-index: 0;
    width: min(360px, 34%);
    aspect-ratio: 1;
    background: url("/assets/images/blockelement1.png") center / contain no-repeat;
    opacity: 0.28;
    pointer-events: none;
}

.about-mission__visual {
    position: relative;
    z-index: 1;
    width: min(240px, 100%);
    min-height: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-mission__visual::before,
.about-mission__visual::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
}

.about-mission__visual::before {
    width: 92%;
    height: 92%;
    background: radial-gradient(circle, rgba(255, 214, 120, 0.55) 0%, rgba(255, 236, 175, 0.28) 38%, rgba(255, 255, 255, 0) 72%);
    filter: blur(10px);
}

.about-mission__visual::after {
    width: 70%;
    height: 70%;
    background: radial-gradient(circle, rgba(255, 248, 220, 0.9) 0%, rgba(255, 255, 255, 0.35) 45%, rgba(255, 255, 255, 0) 70%);
    filter: blur(4px);
}

.about-mission__candle-img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 220px;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 0 28px rgba(255, 200, 90, 0.45)) drop-shadow(0 0 48px rgba(255, 230, 160, 0.25));
}

.about-mission__copy {
    position: relative;
    z-index: 1;
    max-width: 62ch;
}

.about-mission__kicker {
    margin: 0 0 10px;
    color: #1a6fd8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.about-mission__title {
    margin: 0 0 14px;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.15;
    color: #071f48;
    font-weight: 800;
}

.about-mission__text {
    margin: 0 0 12px;
    color: #3f5d7a;
    font-size: 1rem;
    line-height: 1.65;
    font-weight: 500;
}

.about-mission__text:last-child {
    margin-bottom: 0;
}

.about-details {
    width: 100%;
    min-width: 0;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    gap: 48px;
}

.about-features,
.about-services,
.about-roadmap {
    width: 100%;
    min-width: 0;
}

.about-section-head {
    text-align: center;
    margin-bottom: 28px;
}

.about-section-head__title {
    margin: 0;
    font-size: clamp(1.55rem, 2.6vw, 2rem);
    line-height: 1.2;
    color: #071f48;
    font-weight: 800;
}

.about-section-head__line {
    width: min(280px, 72%);
    height: 1px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, rgba(218, 169, 37, 0.12) 0%, #e1b23c 50%, rgba(218, 169, 37, 0.12) 100%);
    position: relative;
}

.about-section-head__line span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #edbd47;
    border-radius: 2px;
    transform: translate(-50%, -50%) rotate(45deg);
}

.about-features__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

.about-features__card {
    padding: 24px 22px 22px;
    border-radius: 16px;
    border: 1px solid #e2ebf5;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(12, 40, 70, 0.05);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
}

.about-features__kicker {
    margin: 0;
    color: #1a6fd8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.about-features__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(160deg, #1a74ea 0%, #0f57b8 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(18, 109, 232, 0.2);
}

.about-features__icon svg {
    width: 26px;
    height: 26px;
}

.about-features__title {
    margin: 0;
    width: 100%;
    font-size: 1.05rem;
    line-height: 1.35;
    color: #071f48;
    font-weight: 800;
}

.about-features__text {
    margin: 0;
    width: 100%;
    color: #5a728a;
    font-size: 0.9rem;
    line-height: 1.62;
    font-weight: 500;
}

.about-features__text + .about-features__text {
    margin-top: -4px;
}

.about-services__card {
    padding: 26px 28px 28px;
    border-radius: 18px;
    border: 1px solid #d4e4f4;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 255, 0.98) 100%);
    box-shadow: 0 12px 28px rgba(12, 40, 70, 0.06);
}

.about-services__kicker {
    margin: 0 0 8px;
    color: #1a6fd8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.about-services__title {
    margin: 0 0 12px;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #071f48;
    font-weight: 800;
}

.about-services__badge {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 0.4rem 0.78rem;
    border: 1px solid #f0d997;
    border-radius: 999px;
    background: #fff7db;
    color: #8b6a15;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.about-services__text {
    margin: 0 0 12px;
    color: #3f5d7a;
    font-size: 0.95rem;
    line-height: 1.65;
    font-weight: 500;
    max-width: 72ch;
}

.about-services__text:last-child {
    margin-bottom: 0;
}

.about-roadmap__card {
    position: relative;
    padding: clamp(24px, 3vw, 34px);
    border-radius: 18px;
    border: 1px solid #d4e4f4;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 251, 255, 0.98) 100%);
    box-shadow: 0 12px 28px rgba(12, 40, 70, 0.06);
    overflow: hidden;
}

.about-roadmap__copy {
    min-width: 0;
    max-width: 78ch;
}

.about-roadmap__kicker {
    margin: 0 0 8px;
    color: #1a6fd8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.about-roadmap__title {
    margin: 0 0 12px;
    color: #071f48;
    font-size: clamp(1.18rem, 2.4vw, 1.55rem);
    line-height: 1.25;
    font-weight: 800;
}

.about-roadmap__text {
    margin: 0 0 10px;
    color: #3f5d7a;
    font-size: 0.96rem;
    line-height: 1.62;
    font-weight: 500;
}

.about-roadmap__text:last-child {
    margin-bottom: 0;
}

@media (max-width: 1100px) {
    .about-features__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .about-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 768px) {
    #wrapper:has(.out-about) {
        padding-top: calc(56px + env(safe-area-inset-top, 0px));
    }

    .about-hero {
        min-height: min(72dvh, 520px);
        padding:
            calc(20px + env(safe-area-inset-top, 0px))
            max(16px, env(safe-area-inset-right, 0px))
            40px
            max(16px, env(safe-area-inset-left, 0px));
    }

    .about-hero__bg {
        object-position: center 22%;
    }

    .about-hero__shade {
        background:
            linear-gradient(180deg, rgba(238, 247, 255, 0.92) 0%, rgba(238, 247, 255, 0.82) 38%, rgba(238, 247, 255, 0.55) 72%, rgba(243, 247, 252, 0.2) 100%),
            linear-gradient(90deg, rgba(238, 247, 255, 0.5) 0%, rgba(238, 247, 255, 0) 100%);
    }

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

    .about-hero-copy {
        max-width: 100%;
        width: 100%;
    }

    .about-title {
        font-size: clamp(1.85rem, 8.5vw, 2.35rem);
        line-height: 1.12;
    }

    .about-eyebrow {
        font-size: clamp(1rem, 4.2vw, 1.15rem);
        line-height: 1.35;
    }

    .about-hero-line {
        width: min(220px, 72%);
        margin: 18px 0 14px;
    }

    .about-lead-list {
        max-width: none;
        gap: 6px;
    }

    .about-lead-list li {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .about-hero-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
        width: 100%;
        max-width: none;
        margin-top: 22px;
    }

    .about-hero-btn {
        width: 100%;
        min-height: 46px;
        font-size: 15px;
    }
}

@media (max-width: 720px) {
    .about-hero {
        min-height: min(68dvh, 480px);
    }

    .about-hero-wave {
        margin-top: 0;
        height: 12px;
        overflow: hidden;
        background: #f3f7fc;
        border-top: 2px solid #e1b23c;
    }

    .about-hero-wave__svg {
        display: none;
    }

    .about-stats-wrap {
        margin-top: 0;
        padding: 8px 18px 22px;
    }

    .about-stats {
        padding: 18px 16px;
        border-radius: 18px;
    }

    .about-mission {
        padding: 0 18px 22px;
    }

    .about-details {
        padding: 0 18px;
        gap: 32px;
    }

    .about-mission__card {
        grid-template-columns: 1fr;
        padding: 24px 20px 28px;
        border-radius: 18px;
        text-align: center;
    }

    .about-mission__card::before {
        right: -78px;
        bottom: -70px;
        width: 230px;
        opacity: 0.2;
    }

    .about-mission__visual {
        width: min(180px, 72vw);
    }

    .about-features__card,
    .about-services__card {
        padding: 20px 18px;
        border-radius: 16px;
    }

    .about-features__card {
        display: grid;
        grid-template-columns: 56px minmax(0, 1fr);
        column-gap: 14px;
        row-gap: 10px;
        align-items: center;
    }

    .about-features__kicker {
        grid-column: 1 / -1;
    }

    .about-features__icon {
        grid-column: 1;
        grid-row: 2;
    }

    .about-features__title {
        grid-column: 2;
        grid-row: 2;
        align-self: center;
    }

    .about-features__text {
        grid-column: 1 / -1;
    }

    .about-roadmap__card {
        padding: 20px 18px;
        border-radius: 16px;
    }

    .about-roadmap__kicker {
        margin-bottom: 6px;
    }

    .about-mission__copy {
        margin: 0 auto;
    }

}

@media (max-width: 480px) {
    .about-hero {
        min-height: auto;
        padding-top: calc(16px + env(safe-area-inset-top, 0px));
        padding-bottom: 32px;
    }

    .about-title {
        font-size: 1.75rem;
    }

    .about-eyebrow {
        font-size: 0.98rem;
    }

    .about-hero-line {
        margin: 14px 0 12px;
    }

    .about-hero-actions {
        margin-top: 18px;
    }

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

    .about-stat {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .about-stat__icon {
        width: 48px;
        height: 48px;
    }
}
