.about-page-body {
    background: var(--bg-body) !important;
    background-image: none !important;
}

.about-page {
    --about-navy: #102a43;
    --about-blue: #176b87;
    --about-turquoise: #2fb7b3;
    --about-ink: #122033;
    --about-text: #526276;
    --about-surface: #ffffff;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: -140px;
    padding-top: 140px;
    background: #f8fbfc;
}

.about-page::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: -1;
    height: 920px;
    background:
        radial-gradient(circle at 88% 18%, rgba(47, 183, 179, 0.25), transparent 32%),
        radial-gradient(circle at 8% 6%, rgba(23, 107, 135, 0.16), transparent 30%),
        linear-gradient(180deg, #eefbfb 0%, #f8fbfc 78%, transparent 100%);
}

.about-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.about-hero {
    padding: 78px 0 120px;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
    gap: 72px;
    align-items: center;
}

.about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 10px 17px;
    border: 1px solid rgba(23, 107, 135, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.66);
    color: var(--about-blue);
    font-size: 14px;
    font-weight: 900;
    backdrop-filter: blur(12px);
}

.about-eyebrow i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--about-turquoise);
    box-shadow: 0 0 0 6px rgba(47, 183, 179, 0.12);
}

.about-hero-content h1 {
    max-width: 730px;
    margin-bottom: 24px;
    color: var(--about-ink);
    font-size: clamp(40px, 5vw, 68px);
    font-weight: 950;
    line-height: 1.45;
    letter-spacing: -2.5px;
}

.about-hero-content h1 strong {
    color: var(--about-blue);
}

.about-hero-content > p {
    max-width: 690px;
    color: var(--about-text);
    font-size: 18px;
    font-weight: 600;
    line-height: 2.1;
}

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

.about-primary-action,
.about-secondary-action {
    min-height: 58px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    transition: 0.25s ease;
}

.about-primary-action {
    background: linear-gradient(135deg, var(--about-blue), var(--about-turquoise));
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(23, 107, 135, 0.22);
}

.about-primary-action svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: scaleX(-1);
}

.about-secondary-action {
    border: 1px solid rgba(16, 42, 67, 0.12);
    background: rgba(255, 255, 255, 0.72);
    color: var(--about-ink);
}

.about-primary-action:hover,
.about-secondary-action:hover {
    transform: translateY(-3px);
}

.about-identity-card {
    position: relative;
    padding: 22px;
    border: 1px solid rgba(23, 107, 135, 0.12);
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 30px 80px rgba(16, 42, 67, 0.13);
    backdrop-filter: blur(20px);
}

.about-identity-card::before {
    content: "";
    position: absolute;
    inset: -18px;
    z-index: -1;
    border: 1px dashed rgba(47, 183, 179, 0.2);
    border-radius: 48px;
}

.about-logo-frame {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 27px;
    background: #ffffff;
}

.about-logo-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.about-registration {
    padding: 24px 10px 8px;
}

.about-registration > span {
    display: block;
    margin-bottom: 8px;
    color: var(--about-blue);
    font-size: 13px;
    font-weight: 900;
}

.about-registration > strong {
    display: block;
    color: var(--about-ink);
    font-size: 19px;
    font-weight: 950;
    line-height: 1.8;
}

.about-registration-number {
    margin-top: 18px;
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(16, 42, 67, 0.09);
}

.about-registration-number small {
    color: var(--about-text);
    font-size: 13px;
    font-weight: 800;
}

.about-registration-number b {
    color: var(--about-blue);
    font-size: 22px;
    font-weight: 950;
    letter-spacing: 1px;
}

.about-intro {
    padding: 105px 0;
    background: #ffffff;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: 90px;
    align-items: start;
}

.about-section-heading > span,
.about-official-copy > span {
    display: block;
    margin-bottom: 14px;
    color: var(--about-turquoise);
    font-size: 14px;
    font-weight: 950;
}

.about-section-heading h2 {
    color: var(--about-ink);
    font-size: clamp(32px, 4vw, 49px);
    font-weight: 950;
    line-height: 1.55;
    letter-spacing: -1px;
}

.about-section-heading > p {
    margin-top: 14px;
    color: var(--about-text);
    font-size: 17px;
    font-weight: 600;
    line-height: 2;
}

.about-intro-copy {
    padding-right: 34px;
    border-right: 3px solid rgba(47, 183, 179, 0.25);
}

.about-intro-copy p {
    color: var(--about-text);
    font-size: 18px;
    font-weight: 600;
    line-height: 2.15;
}

.about-intro-copy p + p {
    margin-top: 20px;
}

.about-principles {
    position: relative;
    overflow: hidden;
    padding: 110px 0 120px;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.2), transparent 28%),
        radial-gradient(circle at 88% 78%, rgba(6, 76, 88, 0.22), transparent 34%),
        linear-gradient(135deg, #27bbb5 0%, #159fa3 48%, #127f91 100%);
}

.about-principles::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.about-principles .about-container {
    position: relative;
    z-index: 1;
}

.about-principles .about-section-heading > span {
    color: #d7fffd;
}

.about-principles .about-section-heading h2 {
    color: #ffffff;
}

.about-principles .about-section-heading > p {
    color: rgba(255, 255, 255, 0.78);
}

.about-section-heading-center {
    max-width: 740px;
    margin: 0 auto 50px;
    text-align: center;
}

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

.about-principle-card {
    position: relative;
    min-height: 310px;
    padding: 32px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 255, 254, 0.88));
    box-shadow:
        0 24px 60px rgba(5, 75, 83, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    transition: 0.25s ease;
}

.about-principle-card::after {
    content: "";
    position: absolute;
    left: -55px;
    bottom: -65px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(47, 183, 179, 0.08);
}

.about-principle-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 255, 255, 0.72);
    box-shadow:
        0 32px 72px rgba(5, 75, 83, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.about-principle-icon {
    width: 57px;
    height: 57px;
    margin-bottom: 34px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(23, 107, 135, 0.12), rgba(47, 183, 179, 0.17));
    color: var(--about-blue);
}

.about-principle-icon svg,
.about-official-mark svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-principle-card > span {
    position: absolute;
    top: 35px;
    left: 32px;
    color: rgba(23, 107, 135, 0.23);
    font-size: 17px;
    font-weight: 950;
}

.about-principle-card h3 {
    margin-bottom: 12px;
    color: var(--about-ink);
    font-size: 23px;
    font-weight: 950;
}

.about-principle-card p {
    position: relative;
    z-index: 1;
    color: var(--about-text);
    font-size: 15px;
    font-weight: 600;
    line-height: 2;
}

.about-official {
    position: relative;
    padding: 30px 0 110px;
    margin-bottom: -1px;
    background: var(--bg-body);
}

.about-official-card {
    padding: 48px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    border-radius: 34px;
    background:
        radial-gradient(circle at 0 100%, rgba(47, 183, 179, 0.2), transparent 34%),
        linear-gradient(135deg, #102a43, #164e63);
    color: #ffffff;
    box-shadow: 0 30px 80px rgba(16, 42, 67, 0.2);
}

.about-official-mark {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 23px;
    background: rgba(255, 255, 255, 0.08);
    color: #7de1dd;
}

.about-official-mark svg {
    width: 36px;
    height: 36px;
}

.about-official-copy > span {
    color: #7de1dd;
}

.about-official-copy h2 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 950;
}

.about-official-copy p {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    font-weight: 600;
    line-height: 2;
}

.about-official-meta {
    min-width: 185px;
    padding: 23px 27px;
    display: grid;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.07);
}

.about-official-meta small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    font-weight: 700;
}

.about-official-meta strong {
    color: #ffffff;
    font-size: 17px;
    font-weight: 950;
}

.about-official-meta i {
    height: 1px;
    margin: 8px 0;
    background: rgba(255, 255, 255, 0.1);
}

.about-cta {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: min(820px, calc(100vh - 40px));
    overflow: hidden;
    display: grid;
    place-items: center;
    padding: 110px 24px;
    background: var(--bg-body);
}

.about-page + .site-footer {
    margin-top: -1px;
}

.about-page + .site-footer,
.about-page + .site-footer .footer-shell,
.about-page + .site-footer .footer-morph-strip,
.about-page + .site-footer .footer-morph-inner {
    background: var(--bg-body) !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.about-cta-content {
    position: relative;
    z-index: 5;
    width: min(850px, 100%);
    text-align: center;
}

.about-cta-content h2 {
    color: var(--about-turquoise);
    font-size: clamp(43px, 6.2vw, 86px);
    font-weight: 950;
    line-height: 1.35;
    letter-spacing: -3px;
    text-shadow: 0 18px 55px rgba(47, 183, 179, 0.14);
}

.about-cta-content p {
    max-width: 690px;
    margin: 24px auto 0;
    color: var(--about-text);
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
}

.about-cta-content a {
    position: relative;
    min-height: 64px;
    margin-top: 34px;
    padding: 0 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: 1px solid rgba(23, 107, 135, 0.12);
    border-radius: 19px;
    background: linear-gradient(135deg, var(--about-blue), var(--about-turquoise));
    color: #ffffff;
    font-size: 15px;
    font-weight: 950;
    text-decoration: none;
    box-shadow:
        0 18px 46px rgba(23, 107, 135, 0.24),
        0 0 0 0 rgba(47, 183, 179, 0.25);
    transition: 0.25s ease;
    animation: aboutCtaPulse 2.8s ease-in-out infinite;
}

.about-cta-content a:hover {
    transform: translateY(-4px);
    background: linear-gradient(135deg, #125a73, #249e9b);
    color: #ffffff;
    animation-play-state: paused;
}

.about-cta-content a svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: scaleX(-1);
}

.about-floating-icons {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.about-floating-icon {
    --push-x: 0px;
    --push-y: 0px;
    --tilt: 0deg;
    position: absolute;
    width: 92px;
    height: 92px;
    transform: translate3d(var(--push-x), var(--push-y), 0) rotate(var(--tilt));
    transition: transform 0.22s ease-out;
    will-change: transform;
}

.about-floating-icon::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -46px;
    border-radius: 50%;
    pointer-events: none;
    background:
        radial-gradient(
            circle,
            color-mix(in srgb, var(--icon-color, #2fb7b3) 30%, transparent) 0%,
            color-mix(in srgb, var(--icon-color, #2fb7b3) 17%, transparent) 38%,
            color-mix(in srgb, var(--icon-color, #2fb7b3) 5%, transparent) 64%,
            transparent 80%
        );
    filter: blur(8px);
    opacity: 0.95;
}

.about-floating-icon > i {
    position: relative;
    isolation: isolate;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    border: 1px solid rgba(23, 107, 135, 0.1);
    border-radius: 28px;
    background:
        radial-gradient(circle at 30% 20%, rgba(47, 183, 179, 0.12), transparent 38%),
        rgba(255, 255, 255, 0.92);
    color: var(--icon-color, #7de1dd);
    box-shadow:
        0 22px 50px rgba(16, 77, 84, 0.11),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
    animation: aboutIconFloat var(--float-duration, 7s) ease-in-out var(--float-delay, 0s) infinite;
}

.about-floating-icon > i::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background: color-mix(in srgb, var(--icon-color, #2fb7b3) 13%, transparent);
    box-shadow: 0 0 28px color-mix(in srgb, var(--icon-color, #2fb7b3) 12%, transparent);
    transform: rotate(-8deg);
}

.about-floating-icon svg {
    position: relative;
    z-index: 1;
    width: 38px;
    height: 38px;
    fill: currentColor;
    stroke: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icon-javascript svg,
.icon-postgres svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
}

.icon-python .python-blue {
    fill: #3776ab;
}

.icon-python .python-yellow {
    fill: #ffd343;
}

.icon-javascript .js-tile {
    fill: #f7df1e;
    stroke: none;
}

.icon-javascript .js-mark {
    fill: none;
    stroke: #20232a;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icon-html .html-shield {
    fill: #e44d26;
}

.icon-html .html-five {
    fill: #ffffff;
    stroke: none;
}

.icon-css .css-shield {
    fill: #1572b6;
}

.icon-css .css-three {
    fill: #ffffff;
    stroke: none;
}

.icon-git svg path:last-child {
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.4;
}

.icon-python {
    top: 11%;
    right: 9%;
    --tilt: 8deg;
    --icon-color: #3776ab;
    --float-duration: 7.2s;
}

.icon-javascript {
    top: 13%;
    left: 13%;
    --tilt: -7deg;
    --icon-color: #d5ad00;
    --float-duration: 8.1s;
    --float-delay: -2s;
}

.icon-django {
    top: 39%;
    right: 4%;
    --tilt: -5deg;
    --icon-color: #0b7b59;
    --float-duration: 7.6s;
    --float-delay: -3s;
}

.icon-docker {
    top: 42%;
    left: 5%;
    --tilt: 6deg;
    --icon-color: #2496ed;
    --float-duration: 6.8s;
    --float-delay: -1s;
}

.icon-github {
    bottom: 10%;
    right: 16%;
    --tilt: -8deg;
    --icon-color: #24292f;
    --float-duration: 8.4s;
    --float-delay: -4s;
}

.icon-html {
    bottom: 9%;
    left: 16%;
    --tilt: 7deg;
    --icon-color: #e34f26;
    --float-duration: 7.7s;
    --float-delay: -2.5s;
}

.icon-css {
    top: 7%;
    left: 38%;
    width: 76px;
    height: 76px;
    --tilt: 4deg;
    --icon-color: #1572b6;
    --float-duration: 8.8s;
    --float-delay: -5s;
}

.icon-postgres {
    bottom: 7%;
    left: 43%;
    width: 78px;
    height: 78px;
    --tilt: -5deg;
    --icon-color: #336791;
    --float-duration: 7.4s;
    --float-delay: -1.8s;
}

.icon-git {
    top: 7%;
    right: 39%;
    width: 78px;
    height: 78px;
    --tilt: 5deg;
    --icon-color: #f05032;
    --float-duration: 8s;
    --float-delay: -3.6s;
}

@keyframes aboutIconFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -17px, 0);
    }
}

@keyframes aboutCtaPulse {
    0%,
    100% {
        box-shadow:
            0 18px 46px rgba(23, 107, 135, 0.24),
            0 0 0 0 rgba(47, 183, 179, 0.3);
    }

    50% {
        box-shadow:
            0 20px 52px rgba(23, 107, 135, 0.3),
            0 0 0 12px rgba(47, 183, 179, 0);
    }
}

@media (max-width: 980px) {
    .about-hero-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .about-identity-card {
        width: min(560px, 100%);
        margin-inline: auto;
    }

    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

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

    .about-principle-card {
        min-height: auto;
    }

    .about-official-card {
        grid-template-columns: auto 1fr;
    }

    .about-official-meta {
        grid-column: 1 / -1;
    }

    .about-cta {
        min-height: 720px;
    }

    .about-floating-icon {
        width: 78px;
        height: 78px;
    }

    .about-floating-icon svg {
        width: 35px;
        height: 35px;
    }

    .icon-django,
    .icon-docker {
        top: 47%;
    }

    .icon-css,
    .icon-postgres,
    .icon-git {
        display: none;
    }
}

@media (max-width: 640px) {
    .about-container {
        width: calc(100% - 30px);
    }

    .about-hero {
        padding: 48px 0 85px;
    }

    .about-hero-content h1 {
        font-size: 37px;
        letter-spacing: -1px;
    }

    .about-hero-content > p {
        font-size: 16px;
    }

    .about-hero-actions,
    .about-primary-action,
    .about-secondary-action {
        width: 100%;
    }

    .about-identity-card {
        padding: 14px;
        border-radius: 28px;
    }

    .about-identity-card::before {
        inset: -9px;
        border-radius: 34px;
    }

    .about-logo-frame {
        border-radius: 21px;
    }

    .about-intro,
    .about-principles {
        padding: 78px 0;
    }

    .about-intro-copy {
        padding-right: 20px;
    }

    .about-intro-copy p {
        font-size: 16px;
    }

    .about-principle-card {
        padding: 27px 24px;
        border-radius: 24px;
    }

    .about-principle-card > span {
        top: 30px;
        left: 24px;
    }

    .about-official {
        padding-bottom: 80px;
    }

    .about-official-card {
        padding: 30px 24px;
        grid-template-columns: 1fr;
        border-radius: 27px;
    }

    .about-official-copy h2 {
        font-size: 24px;
    }

    .about-official-meta {
        grid-column: auto;
    }

    .about-cta {
        min-height: 720px;
        padding: 105px 18px;
    }

    .about-cta-content h2 {
        font-size: 39px;
        line-height: 1.5;
        letter-spacing: -1.2px;
    }

    .about-cta-content p {
        margin-top: 18px;
        font-size: 15px;
        line-height: 2;
    }

    .about-cta-content a {
        min-height: 58px;
        width: min(100%, 310px);
        margin-top: 28px;
        padding-inline: 16px;
    }

    .about-floating-icon {
        width: 62px;
        height: 62px;
    }

    .about-floating-icon > i {
        border-radius: 20px;
        opacity: 0.76;
    }

    .about-floating-icon svg {
        width: 29px;
        height: 29px;
    }

    .icon-python {
        top: 8%;
        right: 6%;
    }

    .icon-javascript {
        top: 9%;
        left: 7%;
    }

    .icon-django {
        top: auto;
        right: 4%;
        bottom: 9%;
    }

    .icon-docker {
        top: auto;
        left: 4%;
        bottom: 10%;
    }

    .icon-github,
    .icon-html,
    .icon-css,
    .icon-postgres,
    .icon-git {
        display: none;
    }
}

@media (max-width: 380px) {
    .about-cta-content h2 {
        font-size: 34px;
    }

    .about-cta-content a {
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-primary-action,
    .about-secondary-action,
    .about-principle-card,
    .about-cta-content a,
    .about-floating-icon {
        transition: none;
    }

    .about-cta-content a,
    .about-floating-icon > i {
        animation: none;
    }
}
