/* =========================================================
   READY2FLYX — ABOUT PAGE 2026
========================================================= */

.r2f-about-page {
    background: #fff;
}


/* =========================================================
   HERO
========================================================= */

.r2f-about-hero {
    position: relative;

    min-height: 650px;

    display: flex;
    align-items: center;

    overflow: hidden;

    color: #fff;

    background:
        var(--r2f-navy-950);

    isolation: isolate;
}


.r2f-about-hero__media {
    position: absolute;

    inset: 0;

    z-index: -3;
}


.r2f-about-hero__media img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}


.r2f-about-hero::before {
    content: "";

    position: absolute;

    inset: 0;

    z-index: -2;

    background:
        linear-gradient(90deg,
            rgba(4, 15, 31, .985) 0%,
            rgba(5, 22, 43, .94) 43%,
            rgba(6, 28, 54, .72) 70%,
            rgba(6, 27, 51, .60) 100%);
}


.r2f-about-hero::after {
    content: "";

    position: absolute;

    width: 620px;
    height: 620px;

    right: -260px;
    top: -270px;

    z-index: -1;

    border-radius: 50%;

    border:
        1px solid rgba(255, 255, 255, .07);

    box-shadow:
        0 0 0 100px rgba(255, 255, 255, .02),
        0 0 0 200px rgba(255, 255, 255, .015);
}


.r2f-about-hero__inner {
    width: 100%;

    display: grid;

    grid-template-columns:
        minmax(0, 1.1fr) minmax(310px, .55fr);

    gap: 80px;

    align-items: center;

    padding:
        95px 0 105px;
}


.r2f-about-hero .r2f-kicker {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color:
        var(--r2f-gold-400);
}


.r2f-about-hero h1 {
    max-width: 820px;

    margin:
        17px 0 23px;

    color: #fff;

    font-family:
        var(--r2f-font-display);

    font-size:
        clamp(3.4rem, 5.6vw, 5.8rem);

    font-weight: 850;

    letter-spacing: -.068em;

    line-height: .94;

    text-wrap: balance;
}


.r2f-about-hero h1 span {
    color: #8cc8ff;
}


.r2f-about-hero__content>p {
    max-width: 710px;

    margin: 0;

    color: #cad7e6;

    font-size:
        clamp(1rem, 1.35vw, 1.13rem);

    line-height: 1.78;
}


.r2f-about-hero__actions {
    display: flex;

    flex-wrap: wrap;

    gap: 11px;

    margin-top: 30px;
}


/* Identity card */

.r2f-about-identity-card {
    padding: 28px;

    border:
        1px solid rgba(255, 255, 255, .14);

    border-radius: 26px;

    background:
        rgba(9, 29, 54, .75);

    box-shadow:
        0 32px 80px rgba(0, 0, 0, .23);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


.r2f-about-identity-card__logo {
    width: 58px;
    height: 58px;

    display: grid;

    place-items: center;

    margin-bottom: 25px;

    border-radius: 16px;

    background:
        rgba(255, 255, 255, .09);
}


.r2f-about-identity-card__logo img {
    width: 40px;
    height: 40px;
}


.r2f-about-identity-card>span {
    display: block;

    margin-bottom: 7px;

    color:
        var(--r2f-gold-400);

    font-size: .67rem;

    font-weight: 850;

    letter-spacing: .1em;

    text-transform: uppercase;
}


.r2f-about-identity-card h2 {
    margin:
        0 0 4px;

    color: #fff;

    font-family:
        var(--r2f-font-display);

    font-size: 1.4rem;

    font-weight: 820;
}


.r2f-about-identity-card>strong {
    color: #8cc8ff;

    font-size: .83rem;
}


.r2f-about-identity-card p {
    margin:
        17px 0 0;

    color: #b9c8d9;

    font-size: .78rem;

    line-height: 1.6;
}


.r2f-about-identity-card__location {
    display: flex;

    align-items: center;

    gap: 8px;

    margin-top: 21px;

    padding-top: 18px;

    border-top:
        1px solid rgba(255, 255, 255, .11);

    color: #d6e0eb;

    font-size: .73rem;
}


.r2f-about-identity-card__location i {
    color:
        var(--r2f-gold-400);
}


/* =========================================================
   BREADCRUMB
========================================================= */

.r2f-about-breadcrumb-wrap {
    border-bottom:
        1px solid #e5ebf2;

    background: #fff;
}


.r2f-about-breadcrumb {
    min-height: 55px;

    display: flex;

    align-items: center;

    gap: 9px;

    color: #79889b;

    font-size: .74rem;
}


.r2f-about-breadcrumb a {
    color:
        var(--r2f-blue-700);

    text-decoration: none;
}


.r2f-about-breadcrumb i {
    color: #b4beca;

    font-size: .53rem;
}


/* =========================================================
   STORY
========================================================= */

.r2f-about-story {
    padding:
        110px 0;
}


.r2f-about-story__grid {
    display: grid;

    grid-template-columns:
        .83fr 1.17fr;

    gap: 85px;

    align-items: start;
}


.r2f-about-story__copy>p {
    margin:
        0 0 18px;

    color: #66778c;

    font-size: .96rem;

    line-height: 1.8;
}


.r2f-about-story__lead {
    color:
        var(--r2f-navy-950) !important;

    font-size: 1.08rem !important;

    font-weight: 650;
}


.r2f-about-story__note {
    display: flex;

    gap: 12px;

    align-items: flex-start;

    margin-top: 26px;

    padding: 17px 19px;

    border-left:
        3px solid var(--r2f-gold-500);

    border-radius:
        0 14px 14px 0;

    color: #66778b;

    background: #fff8ea;

    font-size: .77rem;

    line-height: 1.6;
}


.r2f-about-story__note i {
    margin-top: 3px;

    color:
        var(--r2f-gold-500);
}


/* =========================================================
   SNAPSHOT
========================================================= */

.r2f-about-snapshot {
    border-top:
        1px solid #e4ebf2;

    border-bottom:
        1px solid #e4ebf2;

    background:
        var(--r2f-soft);
}


.r2f-about-snapshot__grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);
}


.r2f-about-snapshot article {
    min-height: 150px;

    display: flex;

    align-items: center;

    gap: 15px;

    padding:
        25px;

    border-right:
        1px solid #dfe7ef;
}


.r2f-about-snapshot article:first-child {
    padding-left: 0;
}


.r2f-about-snapshot article:last-child {
    border-right: 0;
}


.r2f-about-snapshot article>span {
    width: 38px;
    height: 38px;

    display: grid;

    place-items: center;

    flex: 0 0 38px;

    border-radius: 11px;

    color:
        var(--r2f-blue-700);

    background: #e7f2ff;

    font-size: .67rem;

    font-weight: 850;
}


.r2f-about-snapshot strong {
    display: block;

    color:
        var(--r2f-navy-950);

    font-size: .8rem;
}


.r2f-about-snapshot p {
    margin:
        3px 0 0;

    color: #7a899b;

    font-size: .69rem;

    line-height: 1.4;
}


/* =========================================================
   VALUES
========================================================= */

.r2f-about-values {
    padding:
        115px 0;

    color: #fff;

    background:
        var(--r2f-navy-950);
}


.r2f-about-values__grid {
    display: grid;

    grid-template-columns:
        .72fr 1.28fr;

    gap: 85px;
}


.r2f-about-values .r2f-kicker {
    color:
        var(--r2f-gold-400);
}


.r2f-about-values .r2f-section-title {
    color: #fff;
}


.r2f-about-values .r2f-section-copy {
    color: #aebdd0;
}


.r2f-about-values__cards {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 11px;
}


.r2f-about-values__cards article {
    min-height: 240px;

    padding: 23px;

    border:
        1px solid rgba(255, 255, 255, .1);

    border-radius: 19px;

    background:
        rgba(255, 255, 255, .045);
}


.r2f-about-values__icon {
    width: 42px;
    height: 42px;

    display: grid;

    place-items: center;

    margin-bottom: 27px;

    border-radius: 12px;

    color:
        var(--r2f-gold-400);

    background:
        rgba(255, 255, 255, .075);
}


.r2f-about-values__cards article>span {
    display: block;

    margin-bottom: 8px;

    color: #749bc7;

    font-size: .64rem;

    font-weight: 850;
}


.r2f-about-values h3 {
    margin:
        0 0 8px;

    color: #fff;

    font-size: .94rem;

    font-weight: 800;
}


.r2f-about-values__cards p {
    margin: 0;

    color: #afbed0;

    font-size: .75rem;

    line-height: 1.62;
}


/* =========================================================
   SERVICES
========================================================= */

.r2f-about-services {
    padding:
        110px 0;

    background:
        var(--r2f-soft);
}


.r2f-about-inline-link {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    margin-top: 15px;

    color:
        var(--r2f-blue-700);

    font-size: .74rem;

    font-weight: 850;

    text-decoration: none;
}


.r2f-about-service-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 12px;

    margin-top: 42px;
}


.r2f-about-service-grid>a {
    min-height: 185px;

    display: flex;

    flex-direction: column;

    padding: 20px;

    border:
        1px solid #dfe7ef;

    border-radius: 18px;

    color:
        var(--r2f-ink);

    background: #fff;

    text-decoration: none;

    transition:
        transform var(--r2f-transition),
        border-color var(--r2f-transition),
        box-shadow var(--r2f-transition);
}


.r2f-about-service-grid>a:hover {
    color:
        var(--r2f-ink);

    border-color: #b9d4ed;

    transform:
        translateY(-4px);

    box-shadow:
        var(--r2f-shadow-sm);
}


.r2f-about-service-grid>a>div {
    width: 41px;
    height: 41px;

    display: grid;

    place-items: center;

    margin-bottom: 27px;

    border-radius: 12px;

    color:
        var(--r2f-blue-700);

    background: #eaf3ff;
}


.r2f-about-service-grid>a>span {
    color: #7a899c;

    font-size: .62rem;

    font-weight: 750;

    text-transform: uppercase;
}


.r2f-about-service-grid strong {
    display: block;

    margin-top: 4px;

    color:
        var(--r2f-navy-950);

    font-size: .86rem;
}


.r2f-about-service-grid>a>i {
    margin-top: auto;

    margin-left: auto;

    color:
        var(--r2f-blue-700);

    font-size: .65rem;
}


/* =========================================================
   PROCESS
========================================================= */

.r2f-about-process {
    padding:
        110px 0;

    background: #fff;
}


.r2f-about-process__grid {
    display: grid;

    grid-template-columns:
        .7fr 1.3fr;

    gap: 85px;

    align-items: start;
}


.r2f-about-process .r2f-btn {
    margin-top: 26px;
}


.r2f-about-process__steps {
    border-top:
        1px solid #dfe7ef;
}


.r2f-about-process__steps article {
    display: grid;

    grid-template-columns:
        55px 1fr;

    gap: 20px;

    padding:
        25px 0;

    border-bottom:
        1px solid #dfe7ef;
}


.r2f-about-process__steps article>span {
    color:
        var(--r2f-blue-700);

    font-size: .68rem;

    font-weight: 850;
}


.r2f-about-process__steps h3 {
    margin:
        0 0 5px;

    color:
        var(--r2f-navy-950);

    font-size: .9rem;

    font-weight: 800;
}


.r2f-about-process__steps p {
    margin: 0;

    color: #718197;

    font-size: .75rem;

    line-height: 1.6;
}


/* =========================================================
   LOCAL
========================================================= */

.r2f-about-local {
    padding:
        110px 0;

    background:
        var(--r2f-soft);
}


.r2f-about-local__grid {
    display: grid;

    grid-template-columns:
        .9fr 1.1fr;

    gap: 75px;

    align-items: center;
}


.r2f-about-local__visual {
    position: relative;

    height: 470px;

    overflow: hidden;

    border-radius: 27px;

    background: #dce5ee;

    box-shadow:
        var(--r2f-shadow-md);
}


.r2f-about-local__visual img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}


.r2f-about-local__badge {
    position: absolute;

    left: 20px;
    bottom: 20px;

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding:
        10px 13px;

    border:
        1px solid rgba(255, 255, 255, .22);

    border-radius: 999px;

    color: #fff;

    background:
        rgba(5, 20, 40, .8);

    backdrop-filter:
        blur(12px);

    font-size: .68rem;

    font-weight: 800;
}


.r2f-about-address {
    display: grid;

    gap: 10px;

    margin:
        25px 0;

    font-style: normal;
}


.r2f-about-address>div {
    display: flex;

    align-items: flex-start;

    gap: 10px;

    color: #596c82;

    font-size: .76rem;

    line-height: 1.55;
}


.r2f-about-address i {
    width: 18px;

    margin-top: 3px;

    color:
        var(--r2f-gold-500);
}


.r2f-about-address a {
    color: inherit;

    text-decoration: none;
}


.r2f-about-local__cities {
    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin:
        23px 0 28px;
}


.r2f-about-local__cities a {
    padding:
        8px 12px;

    border:
        1px solid #d8e2ec;

    border-radius: 999px;

    color:
        var(--r2f-blue-700);

    background: #fff;

    font-size: .7rem;

    font-weight: 780;

    text-decoration: none;
}


.r2f-about-local__actions {
    display: flex;

    flex-wrap: wrap;

    gap: 9px;
}


/* =========================================================
   FAQ
========================================================= */

.r2f-about-faq {
    padding:
        110px 0;

    color: #fff;

    background:
        var(--r2f-navy-950);
}


.r2f-about-faq__grid {
    display: grid;

    grid-template-columns:
        .7fr 1.3fr;

    gap: 80px;

    align-items: start;
}


.r2f-about-faq .r2f-kicker {
    color:
        var(--r2f-gold-400);
}


.r2f-about-faq .r2f-section-title {
    color: #fff;
}


.r2f-about-faq .r2f-section-copy {
    color: #adbed0;
}


.r2f-about-faq__list {
    display: grid;

    gap: 9px;
}


.r2f-about-faq-item {
    overflow: hidden;

    border:
        1px solid rgba(255, 255, 255, .1);

    border-radius: 15px;

    background:
        rgba(255, 255, 255, .045);
}


.r2f-about-faq-question {
    width: 100%;

    min-height: 66px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding:
        16px 18px;

    border: 0;

    color: #fff;

    background: transparent;

    font: inherit;

    font-size: .82rem;

    font-weight: 780;

    text-align: left;

    cursor: pointer;
}


.r2f-about-faq-question i {
    color:
        var(--r2f-gold-400);

    font-size: .68rem;

    transition:
        transform var(--r2f-transition);
}


.r2f-about-faq-answer {
    display: none;

    padding:
        0 18px 18px;

    color: #afbed0;

    font-size: .76rem;

    line-height: 1.65;
}


.r2f-about-faq-item.is-open .r2f-about-faq-answer {
    display: block;
}


.r2f-about-faq-item.is-open .r2f-about-faq-question i {
    transform:
        rotate(45deg);
}


/* =========================================================
   FINAL CTA
========================================================= */

.r2f-about-final {
    padding:
        90px 0 120px;

    background: #fff;
}


.r2f-about-final__card {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 45px;

    padding:
        43px;

    border-radius: 28px;

    color: #fff;

    background:
        linear-gradient(125deg,
            #103a68,
            #1763aa);

    box-shadow:
        var(--r2f-shadow-md);
}


.r2f-about-final__card>div:first-child {
    max-width: 720px;
}


.r2f-about-final__card>div:first-child>span {
    display: block;

    margin-bottom: 7px;

    color:
        var(--r2f-gold-400);

    font-size: .67rem;

    font-weight: 850;

    letter-spacing: .1em;

    text-transform: uppercase;
}


.r2f-about-final h2 {
    margin:
        0 0 8px;

    color: #fff;

    font-family:
        var(--r2f-font-display);

    font-size:
        clamp(1.8rem, 3vw, 2.8rem);

    font-weight: 820;

    letter-spacing: -.045em;

    line-height: 1.1;
}


.r2f-about-final p {
    margin: 0;

    color: #d3e2f2;

    font-size: .8rem;
}


.r2f-about-final__actions {
    display: flex;

    flex: 0 0 auto;

    gap: 9px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199.98px) {

    .r2f-about-service-grid {
        grid-template-columns:
            repeat(3, 1fr);
    }

}


@media (max-width: 991.98px) {

    .r2f-about-hero {
        min-height: auto;
    }


    .r2f-about-hero__inner {
        grid-template-columns: 1fr;

        gap: 36px;

        padding:
            78px 0 88px;
    }


    .r2f-about-identity-card {
        max-width: 550px;
    }


    .r2f-about-story__grid,
    .r2f-about-values__grid,
    .r2f-about-process__grid,
    .r2f-about-local__grid,
    .r2f-about-faq__grid {
        grid-template-columns: 1fr;

        gap: 40px;
    }


    .r2f-about-snapshot__grid {
        grid-template-columns:
            repeat(2, 1fr);
    }


    .r2f-about-snapshot article:nth-child(2) {
        border-right: 0;
    }


    .r2f-about-service-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }


    .r2f-about-local__visual {
        height: 410px;
    }


    .r2f-about-final__card {
        align-items: flex-start;

        flex-direction: column;
    }

}


@media (max-width: 767.98px) {

    .r2f-about-hero__inner {
        padding:
            60px 0 72px;
    }


    .r2f-about-hero h1 {
        font-size:
            clamp(2.9rem, 13vw, 4.2rem);
    }


    .r2f-about-hero__actions {
        display: grid;
    }


    .r2f-about-hero__actions .r2f-btn {
        width: 100%;
    }


    .r2f-about-story,
    .r2f-about-values,
    .r2f-about-services,
    .r2f-about-process,
    .r2f-about-local,
    .r2f-about-faq {
        padding:
            76px 0;
    }


    .r2f-about-snapshot__grid,
    .r2f-about-values__cards,
    .r2f-about-service-grid {
        grid-template-columns: 1fr;
    }


    .r2f-about-snapshot article {
        min-height: 105px;

        padding:
            18px 0;

        border-right: 0;

        border-bottom:
            1px solid #dfe7ef;
    }


    .r2f-about-snapshot article:last-child {
        border-bottom: 0;
    }


    .r2f-about-values__cards article {
        min-height: auto;
    }


    .r2f-about-service-grid>a {
        min-height: 165px;
    }


    .r2f-about-local__visual {
        height: 320px;

        border-radius: 22px;
    }


    .r2f-about-local__actions {
        display: grid;
    }


    .r2f-about-local__actions .r2f-btn {
        width: 100%;
    }


    .r2f-about-final {
        padding:
            70px 0 90px;
    }


    .r2f-about-final__card {
        padding: 27px;

        border-radius: 22px;
    }


    .r2f-about-final__actions {
        width: 100%;

        display: grid;
    }


    .r2f-about-final__actions .r2f-btn {
        width: 100%;
    }

}


@media (prefers-reduced-motion: reduce) {

    .r2f-about-service-grid>a,
    .r2f-about-faq-question i {
        transition: none;
    }

}