:root {
    --cyan: rgb(255, 152, 0);
    --bg: #050505;
    --grid: rgba(255, 152, 0, 0.04);
}

/* Frame UI over dark architect sections */
.mil-frame.mil-frame--on-dark .mil-frame-top .mil-logo {
    color: rgb(255, 255, 255);
}

@media (min-width: 1201px) {
    .mil-frame {
        z-index: 8;
    }
}

.mil-frame.mil-frame--on-dark .mil-frame-top .mil-menu-btn span,
.mil-frame.mil-frame--on-dark .mil-frame-top .mil-menu-btn span:after,
.mil-frame.mil-frame--on-dark .mil-frame-top .mil-menu-btn span:before {
    background: rgb(255, 255, 255);
}

.mil-frame.mil-frame--on-dark .mil-frame-bottom .mil-current-page {
    color: rgba(255, 255, 255, 0.9);
}

.mil-frame.mil-frame--on-dark .mil-frame-bottom .mil-back-to-top .mil-link {
    color: rgba(255, 255, 255, 0.9);
}

.mil-frame.mil-frame--on-dark .mil-frame-bottom .mil-back-to-top .mil-link svg {
    background-color: rgba(255, 255, 255, 0.1);
}

.mil-frame.mil-frame--on-dark .mil-frame-bottom .mil-back-to-top .mil-link svg path {
    fill: rgb(255, 255, 255);
}

.mil-frame.mil-frame--on-dark .mol-logo {
    -webkit-filter: invert(0);
    filter: invert(0);
}

#architect-wrapper {
    background: var(--bg);
    color: white;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

#architect-wrapper .service-section {
    min-height: 100vh;
    min-height: 100svh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

#architect-wrapper .sticky-frame {
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    position: relative;
}

/* Logic for flipping Content Syndication */
#architect-wrapper .reverse-layout {
    flex-direction: row-reverse;
}

#architect-wrapper .grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to right, var(--grid) 1px, transparent 1px),
        linear-gradient(to bottom, var(--grid) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 1;
}

#architect-wrapper .content-block {
    flex: 3;
    padding: 0 8%;
    z-index: 10;
    opacity: 0; /* Animated by GSAP */
}

#architect-wrapper .mil-service-programmatic .content-block {
    opacity: 0.25;
}

#architect-wrapper .content-block h2 {
    font-size: clamp(2rem, 5vw, 4rem);
    text-transform: uppercase;
    line-height: 0.9;
    margin-bottom: 20px;
    color: #fff;
}

#architect-wrapper .content-block p {
    color: #cccccc;
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    max-width: 900px;
    line-height: 1.6;
}

#architect-wrapper .mil-service-meta {
    margin-top: 18px;
    max-width: 900px;
}

#architect-wrapper .mil-service-meta-title {
    margin-top: 16px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

#architect-wrapper .mil-service-meta-title:first-child {
    margin-top: 0;
}

#architect-wrapper .mil-service-meta-list {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    color: #cccccc;
}

#architect-wrapper .mil-service-meta-list li {
    margin: 0;
    position: relative;
    padding-left: 22px;
    line-height: 1.6;
}

#architect-wrapper .mil-service-meta-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.85em;
    width: 9px;
    height: 9px;
    transform: translateY(-50%) rotate(45deg);
    border-radius: 2px;
    border: 1px solid rgba(255, 152, 0, 0.8);
    background: rgba(255, 152, 0, 0.18);
    box-shadow: 0 0 0 4px rgba(255, 152, 0, 0.08);
}

#architect-wrapper .mil-service-meta-note {
    margin-top: 16px;
    color: #cccccc;
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    line-height: 1.6;
}

#architect-wrapper .mil-success-cards {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 420px;
}

#architect-wrapper .mil-success-card {
    padding: 14px 14px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255, 152, 0, 0.22);
    background: rgba(255, 152, 0, 0.06);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

#architect-wrapper .mil-success-value {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--cyan);
}

#architect-wrapper .mil-success-label {
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

#architect-wrapper .visual-block {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

#architect-wrapper .blueprint-svg {
    width: 100%;
    max-width: 800px;
    max-height: 60vh;
    height: auto;
    display: block;
}

#architect-wrapper .draw-path {
    fill: none;
    stroke: var(--cyan);
    stroke-width: 1.5;
    stroke-linecap: round;
}

#architect-wrapper .blueprint-ring {
    stroke-width: 5;
    opacity: 0.35;
}

#architect-wrapper .serial {
    font-family: 'JetBrains Mono', monospace;
    color: var(--cyan);
    display: block;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-size: clamp(0.75rem, 1.5vw, 0.9rem);
}

/* Light section override */
#architect-wrapper .light-section {
    background: #ffffff;
}

#architect-wrapper .light-section .grid-bg {
    background-image:
        linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
}

#architect-wrapper .light-section .content-block h2,
#architect-wrapper .light-section .content-block p,
#architect-wrapper .light-section .serial {
    color: #111;
}

#architect-wrapper .light-section .content-block p {
    color: #444;
}

#architect-wrapper .light-section .mil-service-meta-title {
    color: rgba(0, 0, 0, 0.6);
}

#architect-wrapper .light-section .mil-service-meta-list,
#architect-wrapper .light-section .mil-service-meta-note {
    color: #444;
}

#architect-wrapper .light-section .mil-service-meta-list li::before {
    border-color: rgba(0, 0, 0, 0.65);
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
}

#architect-wrapper .light-section .mil-success-card {
    border-color: rgba(0, 0, 0, 0.12);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

#architect-wrapper .light-section .mil-success-value {
    color: #111;
}

#architect-wrapper .light-section .mil-success-label {
    color: rgba(0, 0, 0, 0.6);
}

#architect-wrapper .light-section .draw-path {
    stroke: #000;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    #architect-wrapper .sticky-frame {
        flex-direction: column;
        justify-content: center;
        padding: 60px 0;
    }

    #architect-wrapper .reverse-layout {
        flex-direction: column;
    }

    #architect-wrapper .content-block {
        flex: none;
        width: 100%;
        padding: 0 6%;
    }

    #architect-wrapper .visual-block {
        flex: none;
        width: 100%;
        padding: 35px 0 0;
    }

    #architect-wrapper .content-block h2 {
        font-size: clamp(1.8rem, 4.5vw, 3rem);
    }

    #architect-wrapper .blueprint-svg {
        max-width: 700px;
    }

    #architect-wrapper .grid-bg {
        background-size: 40px 40px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    #architect-wrapper .sticky-frame {
        flex-direction: column !important;
        justify-content: center;
        padding: 40px 0;
    }

    #architect-wrapper .reverse-layout {
        flex-direction: column !important;
    }

    #architect-wrapper .content-block {
        flex: none;
        width: 100%;
        padding: 20px 6%;
        text-align: center;
        order: 1;
    }

    #architect-wrapper .content-block h2 {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
        margin-bottom: 15px;
    }

    #architect-wrapper .content-block p {
        max-width: 100%;
        font-size: 1rem;
        margin: 0 auto;
    }

    #architect-wrapper .mil-service-meta {
        margin-left: auto;
        margin-right: auto;
    }

    #architect-wrapper .mil-service-meta-list {
        display: inline-grid;
        grid-template-columns: 1fr;
        gap: 8px;
        text-align: left;
    }

    #architect-wrapper .mil-success-cards {
        margin-left: auto;
        margin-right: auto;
    }

    #architect-wrapper .mil-success-card {
        text-align: center;
    }

    #architect-wrapper .visual-block {
        flex: none;
        width: 100%;
        padding: 30px 0;
        order: 2;
    }

    #architect-wrapper .blueprint-svg {
        width: 85%;
        max-height: 40vh;
    }

    #architect-wrapper .grid-bg {
        background-size: 30px 30px;
    }

    #architect-wrapper .serial {
        font-size: 0.7rem;
        letter-spacing: 1px;
    }

    #architect-wrapper .draw-path {
        stroke-width: 2;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    #architect-wrapper .content-block {
        padding: 15px 5%;
    }

    #architect-wrapper .content-block h2 {
        font-size: clamp(1.5rem, 7vw, 2rem);
    }

    #architect-wrapper .content-block p {
        font-size: 0.9rem;
    }

    #architect-wrapper .mil-success-cards {
        grid-template-columns: 1fr;
    }

    #architect-wrapper .blueprint-svg {
        width: 90%;
        max-height: 35vh;
    }

    #architect-wrapper .grid-bg {
        background-size: 25px 25px;
    }
}

/* -----------------------------------------
About hero (About Us)
----------------------------------------- */

.about-hero {
    --about-bg-dark: #000000;
    --about-text-pure: #ffffff;
    --about-text-dim: #a1a1a1;
    --about-accent-border: #333333;

    background-color: var(--about-bg-dark);
    color: var(--about-text-pure);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding: 100px 24px;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.about-hero .hero-wrapper {
    max-width: 1100px;
    width: 100%;
}

.about-hero .eyebrow {
    color: var(--about-text-dim);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
}

.about-hero .main-title {
    font-size: clamp(2.5rem, 6vw, 4.8rem);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
    color: var(--about-text-pure);
}

.about-hero .main-title span {
    color: var(--about-text-dim);
}

.about-hero .content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 850px;
}

.about-hero .description {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--about-text-dim);
    margin: 0;
}

.about-hero .description strong {
    color: var(--about-text-pure);
}

.about-hero .outcome-statement {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--about-text-pure);
    border-left: 2px solid var(--about-text-pure);
    padding-left: 25px;
    margin-top: 20px;
}

.about-hero .cta-container {
    margin-top: 50px;
    display: flex;
    gap: 20px;
}

.about-hero .btn {
    padding: 18px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.about-hero .btn-white {
    background: #ff9800;
    color: var(--about-bg-dark);
}

.about-hero .btn-white:hover {
    background: #cccccc;
}

.about-hero .btn-outline {
    border: 1px solid var(--about-accent-border);
    color: var(--about-text-pure);
}

.about-hero .btn-outline:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--about-text-pure);
}

/* Entry animation */
.about-hero .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

.about-hero .reveal.active {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .about-hero .cta-container {
        flex-direction: column;
    }
}

/* -----------------------------------------
About values (About Us)
----------------------------------------- */

.about-values {
    --about-accent: #ff9800;
    background: #000;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.about-values::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(600px circle at 10% 30%, rgba(255, 152, 0, 0.18), transparent 40%),
        radial-gradient(520px circle at 90% 70%, rgba(255, 152, 0, 0.12), transparent 42%),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.8));
    pointer-events: none;
    opacity: 0.9;
    z-index: 1;
}

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

.about-values__block {
    max-width: 680px;
}

.about-values__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 14px;
}

.about-values__shape {
    width: 10px;
    height: 10px;
    background: var(--about-accent);
    border-radius: 2px;
    transform: rotate(45deg);
    box-shadow: 0 0 0 5px rgba(255, 152, 0, 0.12);
}

.about-values__title {
    font-size: clamp(1.8rem, 4.2vw, 2.6rem);
    line-height: 1.1;
    margin: 0 0 18px;
    color: #fff;
}

.about-values__text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.05rem;
    line-height: 1.75;
    margin: 0;
}

.about-values__divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 34px 0;
}

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

.about-values__list li {
    position: relative;
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
}

.about-values__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.85em;
    width: 9px;
    height: 9px;
    transform: translateY(-50%) rotate(45deg);
    border-radius: 2px;
    border: 1px solid rgba(255, 152, 0, 0.85);
    background: rgba(255, 152, 0, 0.18);
    box-shadow: 0 0 0 4px rgba(255, 152, 0, 0.08);
}

.about-values__stats {
    display: grid;
    gap: 16px;
}

.about-values__stat {
    border-radius: 18px;
    border: 1px solid rgba(255, 152, 0, 0.22);
    background: rgba(255, 152, 0, 0.06);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
    padding: 18px 18px 16px;
}

.about-values__stat-value {
    font-size: clamp(2rem, 3.4vw, 2.6rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--about-accent);
    line-height: 1;
}

.about-values__stat-title {
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.about-values__stat-text {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}

@supports ((-webkit-backdrop-filter: invert(100%)) or (backdrop-filter: invert(100%))) {
    .mil-dark-bg.about-hero {
        background-color: transparent;
    }

    .mil-dark-bg.about-values {
        background: transparent;
    }

    .mil-dark-bg.about-values::after {
        filter: invert(1);
    }
}

@media (max-width: 992px) {
    .about-values__stats {
        margin-top: 32px;
    }
}

/* -----------------------------------------
About numbers (About Us)
----------------------------------------- */

.about-numbers {
    --about-accent: #ff9800;
    background: #ffffff;
    color: #111111;
    position: relative;
    overflow: hidden;
}

.about-numbers::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(700px circle at 85% 20%, rgba(255, 152, 0, 0.18), transparent 42%),
        radial-gradient(520px circle at 10% 80%, rgba(255, 152, 0, 0.12), transparent 45%),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(255, 255, 255, 0.9));
    pointer-events: none;
    opacity: 0.95;
}

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

.about-numbers__intro {
    max-width: 520px;
}

.about-numbers__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 14px;
    margin-top: 15px;
}

.about-numbers__shape {
    width: 10px;
    height: 10px;
    background: var(--about-accent);
    border-radius: 2px;
    transform: rotate(45deg);
    box-shadow: 0 0 0 5px rgba(255, 152, 0, 0.12);
}

.about-numbers__title {
    font-size: clamp(1.9rem, 4.4vw, 2.8rem);
    line-height: 1.1;
    margin: 0;
    color: #111;

}

.about-numbers__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.about-numbers__card {
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    padding: 18px 18px 16px;
}

.about-numbers__value {
    font-size: clamp(2rem, 3.4vw, 2.6rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--about-accent);
    line-height: 1;
}

.about-numbers__label {
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.65);
}

.about-numbers__text {
    margin: 10px 0 0;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.7;
}

@media (max-width: 992px) {
    .about-numbers__grid {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }
}

/* -----------------------------------------
About beliefs (About Us)
----------------------------------------- */

.about-beliefs {
    --about-accent: #ff9800;
    background: #000;
    color: #fff;
    overflow: hidden;
}

.about-beliefs__wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100svh;
    height: 100vh;
    height: 100svh;
}

.about-beliefs__header {
    padding: 70px 0 40px;
    text-align: center;
    background: radial-gradient(600px circle at 50% 10%, rgba(255, 152, 0, 0.18), transparent 55%);
    flex-shrink: 0;
}

.about-beliefs__header-title {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    letter-spacing: -1px;
    margin: 0 0 14px;
    text-transform: capitalize;
    color: #fff;
}

.about-beliefs__header-text {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.65);
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.6;
}

.about-beliefs__cards {
    display: flex;
    flex-grow: 1;
    width: 100%;
    min-height: 0;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid rgba(255, 152, 0, 0.22);
}

.about-beliefs__card {
    position: relative;
    flex: 1;
    height: 100%;
    min-width: 0;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 36px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    color: #1a202c;
    outline: none;
}

.about-beliefs__card:last-child {
    border-right: none;
}

.about-beliefs__card--c1 {
    background-color: #f1f3f5;
    
}

.about-beliefs__card--c2 {
    background-color: #e9ecef;
}

.about-beliefs__card--c3 {
    background-color: #dee2e6;
}

.about-beliefs__card--c4 {
    background-color: #000000;
    color: #fff;
    border-right-color: rgba(0, 0, 0, 0.12);
}

.about-beliefs__card--c5 {
    background-color: #ff9800;
    color: #111;
}

.about-beliefs__card-label {
    position: absolute;
    bottom: 125px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    white-space: nowrap;
    transition: opacity 0.3s ease, transform 0.5s ease;
    pointer-events: none;
}

.about-beliefs__card-content {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
    max-width: 560px;
    text-align: left;
}

.about-beliefs__card-content h3 {
    font-size: clamp(1.7rem, 2.4vw, 2.2rem);
    margin: 0 0 18px;
    line-height: 1.1;
}

.about-beliefs__card-content p {
    margin: 0 0 25px;
    line-height: 1.6;
    color: inherit;
    opacity: 0.85;
}

.about-beliefs__circle-btn {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 152, 0, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: rgba(255, 152, 0, 0.95);
}

.about-beliefs__card:is(:hover, :focus) {
    flex: 4;
    background-color: #ffffff;
    color: #1a202c;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.02);
    
}

.about-beliefs__card:is(:hover, :focus) .about-beliefs__card-label {
    opacity: 0;
    transform: translateX(-50%) rotate(-90deg) translateY(-20px);
}

.about-beliefs__card:is(:hover, :focus) .about-beliefs__card-content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.about-beliefs__card:focus-visible {
    box-shadow:
        inset 0 0 0 3px rgba(255, 152, 0, 0.35),
        inset 0 0 50px rgba(0, 0, 0, 0.02);
}

@media (max-width: 768px) {
    .about-beliefs__wrapper {
        min-height: auto;
        height: auto;
    }

    .about-beliefs__header {
        padding: 60px 0 30px;
    }

    .about-beliefs__cards {
        flex-direction: column;
    }

    .about-beliefs__card {
        height: 150px;
        flex: none;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 28px 22px;
    }

    .about-beliefs__card:last-child {
        border-bottom: none;
    }

    .about-beliefs__card:is(:hover, :focus) {
        flex: none;
        height: 360px;
    }

    .about-beliefs__card-label {
        transform: none;
        left: 22px;
        bottom: 20px;
    }

    .about-beliefs__card:is(:hover, :focus) .about-beliefs__card-label {
        transform: translateY(-20px);
    }
}
