/* =========================================================
   GLOBAL SAFETY
   Minimum font size: 15px
========================================================= */

.gapvHero,
.gapvFacts,
.gapvCredentials {
    font-size: 16px;
    line-height: 1.7;
}

.gapvHero *,
.gapvFacts *,
.gapvCredentials * {
    box-sizing: border-box;
}

.gapvHero a,
.gapvFacts a,
.gapvCredentials a {
    text-decoration: none;
}

.gapvHero p,
.gapvFacts p,
.gapvCredentials p {
    font-size: 16px;
}

.gapvHero strong,
.gapvFacts strong,
.gapvCredentials strong {
    font-weight: 750;
}


/* =========================================================
   HERO
========================================================= */

.gapvHero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 20%, rgba(245,158,11,.14), transparent 30%),
        linear-gradient(135deg, #06152f 0%, #0b2852 55%, #071b38 100%);
    color: #ffffff;
    padding: 80px 20px 75px;
}

.gapvHeroContainer {
    width: min(1240px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
    gap: 55px;
    align-items: center;
}

.gapvHeroContent {
    position: relative;
    z-index: 3;
}

.gapvHeroEyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    border: 1px solid rgba(245,158,11,.45);
    border-radius: 50px;
    color: #fbbf24;
    background: rgba(245,158,11,.08);
    font-size: 15px;
    font-weight: 750;
    letter-spacing: .7px;
    margin-bottom: 22px;
}

.gapvHero h1 {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(38px, 4.4vw, 64px);
    line-height: 1.08;
    letter-spacing: -1.8px;
    font-weight: 800;
}

.gapvHero h1 span {
    display: block;
    color: #fbbf24;
    font-size: .62em;
    line-height: 1.25;
    margin-top: 13px;
    letter-spacing: -.4px;
}

.gapvHeroLead {
    margin: 0 0 20px;
    max-width: 900px;
    color: #f4f7fb;
    font-size: 19px !important;
    line-height: 1.75;
}

.gapvHeroText {
    margin: 0 0 17px;
    max-width: 900px;
    color: #dbe7f5;
    font-size: 16px !important;
    line-height: 1.75;
}

.gapvHero strong {
    color: #ffffff;
}

.gapvHeroActions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 30px;
}

.gapvHeroBtn {
    min-height: 54px;
    padding: 14px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.35;
    transition: all .25s ease;
}

.gapvHeroBtn span {
    font-size: 20px;
    line-height: 1;
}

.gapvHeroBtnPrimary {
    color: #111827;
    background: #fbbf24;
    box-shadow: 0 10px 30px rgba(251,191,36,.22);
}

.gapvHeroBtnPrimary:hover {
    background: #f59e0b;
    transform: translateY(-3px);
    color: #111827;
}

.gapvHeroBtnSecondary {
    color: #ffffff;
    background: #17457d;
    border: 1px solid rgba(255,255,255,.2);
}

.gapvHeroBtnSecondary:hover {
    background: #205991;
    transform: translateY(-3px);
    color: #ffffff;
}

.gapvHeroBtnOutline {
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255,255,255,.35);
}

.gapvHeroBtnOutline:hover {
    background: rgba(255,255,255,.1);
    transform: translateY(-3px);
    color: #ffffff;
}

.gapvHeroCall {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding: 11px 16px;
    border-radius: 8px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    color: #dce8f5;
    font-size: 15px;
}

.gapvHeroCallIcon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fbbf24;
    color: #111827;
    font-size: 17px;
}

.gapvHeroCall strong {
    color: #fbbf24;
    margin-left: 5px;
}


/* =========================================================
   HERO PORTRAIT
========================================================= */

.gapvHeroPortrait {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gapvHeroPortraitGlow {
    position: absolute;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: rgba(245,158,11,.13);
    filter: blur(10px);
}

.gapvHeroPortraitFrame {
    position: relative;
    z-index: 2;
    width: min(100%, 460px);
    height: 610px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 230px 230px 28px 28px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.025));
    border: 1px solid rgba(255,255,255,.18);
    box-shadow:
        0 35px 70px rgba(0,0,0,.30),
        inset 0 0 45px rgba(255,255,255,.05);
}

.gapvHeroPortraitFrame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    display: block;
    transform: scale(1.08);
    transform-origin: center bottom;
}

.gapvHeroPortraitBadge {
    position: absolute;
    z-index: 4;
    bottom: 22px;
    left: 15px;
    right: 15px;
    padding: 17px 19px;
    border-radius: 12px;
    background: rgba(5,20,43,.91);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.17);
    box-shadow: 0 15px 40px rgba(0,0,0,.28);
}

.gapvHeroPortraitBadge strong,
.gapvHeroPortraitBadge span,
.gapvHeroPortraitBadge small {
    display: block;
}

.gapvHeroPortraitBadge strong {
    color: #ffffff;
    font-size: 19px;
    line-height: 1.3;
}

.gapvHeroPortraitBadge span {
    margin-top: 3px;
    color: #fbbf24;
    font-size: 15px;
    font-weight: 650;
}

.gapvHeroPortraitBadge small {
    margin-top: 4px;
    color: #c9d7e8;
    font-size: 15px;
}


/* =========================================================
   SECTION 1 — FACTS
========================================================= */

.gapvFacts {
    background: #f7faff;
    color: #172033;
    padding: 82px 20px;
}

.gapvFactsContainer {
    width: min(1240px, 100%);
    margin: 0 auto;
}

.gapvFactsHeader {
    max-width: 850px;
    margin: 0 auto 48px;
    text-align: center;
}

.gapvFactsEyebrow,
.gapvCredentialsEyebrow {
    display: inline-block;
    color: #b77900;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.1px;
}

.gapvFactsHeader h2 {
    margin: 12px 0 15px;
    color: #10284b;
    font-size: clamp(31px, 3.3vw, 46px);
    line-height: 1.15;
    letter-spacing: -.9px;
}

.gapvFactsHeader h2 strong {
    color: #c47f00;
}

.gapvFactsHeader p {
    margin: 0;
    color: #526177;
    font-size: 17px !important;
}


.gapvFactsGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
}

.gapvFactCard {
    position: relative;
    padding: 31px 28px 29px;
    border: 1px solid #e1e9f3;
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(20,45,75,.07);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}

.gapvFactCard:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(20,45,75,.12);
}

.gapvFactCardFeatured {
    border-color: #e7c477;
    box-shadow: 0 18px 45px rgba(181,128,20,.13);
}

.gapvFactNumber {
    position: absolute;
    top: 18px;
    right: 20px;
    color: #e9eef5;
    font-size: 42px;
    line-height: 1;
    font-weight: 850;
}

.gapvFactIcon {
    position: relative;
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 13px;
    color: #ffffff;
    background: #102f58;
    font-size: 17px;
    font-weight: 800;
}

.gapvFactCard h3 {
    margin: 0 0 17px;
    color: #10284b;
    font-size: 23px;
    line-height: 1.25;
}

.gapvFactCard p {
    margin: 0 0 15px;
    color: #526177;
    font-size: 15px !important;
    line-height: 1.72;
}

.gapvFactCard p strong {
    color: #182d49;
}

.gapvFactHighlight {
    margin-top: 20px;
    padding: 14px 15px;
    border-left: 4px solid #d69a1b;
    border-radius: 0 8px 8px 0;
    background: #fff9e9;
    color: #4b4a40;
    font-size: 15px;
    line-height: 1.55;
}

.gapvFactHighlight strong {
    color: #9b6900;
}


.gapvFactsCTA {
    margin-top: 38px;
    padding: 23px 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border-radius: 14px;
    background: #102f58;
    color: #ffffff;
}

.gapvFactsCTAText strong,
.gapvFactsCTAText span {
    display: block;
}

.gapvFactsCTAText strong {
    color: #ffffff;
    font-size: 18px;
}

.gapvFactsCTAText span {
    margin-top: 4px;
    color: #d4e0ed;
    font-size: 15px;
}

.gapvFactsCTAButton {
    flex: 0 0 auto;
    padding: 14px 22px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #fbbf24;
    color: #111827;
    font-size: 15px;
    font-weight: 800;
    transition: all .25s ease;
}

.gapvFactsCTAButton:hover {
    background: #f59e0b;
    transform: translateY(-2px);
    color: #111827;
}


/* =========================================================
   SECTION 2 — CREDENTIALS
========================================================= */

.gapvCredentials {
    position: relative;
    overflow: hidden;
    padding: 84px 20px;
    color: #ffffff;
    background:
        radial-gradient(circle at 10% 15%, rgba(251,191,36,.10), transparent 28%),
        linear-gradient(135deg, #071b38, #0c315d);
}

.gapvCredentialsContainer {
    width: min(1240px, 100%);
    margin: 0 auto;
}

.gapvCredentialsIntro {
    max-width: 850px;
    margin-bottom: 43px;
}

.gapvCredentialsEyebrow {
    color: #fbbf24;
}

.gapvCredentialsIntro h2 {
    margin: 12px 0 16px;
    color: #ffffff;
    font-size: clamp(31px, 3.3vw, 45px);
    line-height: 1.15;
    letter-spacing: -.8px;
}

.gapvCredentialsIntro h2 strong {
    display: block;
    color: #fbbf24;
}

.gapvCredentialsIntro p {
    max-width: 800px;
    margin: 0 0 23px;
    color: #cfdeee;
    font-size: 17px !important;
}

.gapvCredentialsButton {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 14px 22px;
    border-radius: 8px;
    color: #111827;
    background: #fbbf24;
    font-size: 15px;
    font-weight: 800;
    transition: all .25s ease;
}

.gapvCredentialsButton:hover {
    background: #f59e0b;
    color: #111827;
    transform: translateY(-2px);
}


.gapvCredentialsGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.gapvCredentialCard {
    min-height: 125px;
    padding: 21px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 13px;
    background: rgba(255,255,255,.055);
    transition: all .25s ease;
}

.gapvCredentialCard:hover {
    background: rgba(255,255,255,.09);
    border-color: rgba(251,191,36,.35);
    transform: translateY(-3px);
}

.gapvCredentialCardAccent {
    border-color: rgba(251,191,36,.3);
    background: rgba(251,191,36,.08);
}

.gapvCredentialIcon {
    flex: 0 0 auto;
    min-width: 57px;
    height: 57px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fbbf24;
    color: #142238;
    font-size: 15px;
    font-weight: 850;
    text-align: center;
}

.gapvCredentialCard h3 {
    margin: 1px 0 6px;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.3;
}

.gapvCredentialCard p {
    margin: 0;
    color: #c8d7e7;
    font-size: 15px !important;
    line-height: 1.55;
}

.gapvCredentialCard p strong {
    color: #ffffff;
}


.gapvCredentialsBottom {
    margin-top: 35px;
    padding: 21px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border-top: 1px solid rgba(255,255,255,.12);
}

.gapvCredentialsBottomText span {
    display: block;
    color: #fbbf24;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
}

.gapvCredentialsBottomText strong {
    display: block;
    margin-top: 4px;
    color: #ffffff;
    font-size: 17px;
}

.gapvCredentialsBottomButton {
    flex: 0 0 auto;
    padding: 14px 22px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #ffffff;
    color: #10284b;
    font-size: 15px;
    font-weight: 800;
    transition: all .25s ease;
}

.gapvCredentialsBottomButton:hover {
    background: #fbbf24;
    color: #111827;
    transform: translateY(-2px);
}


/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1050px) {

    .gapvHeroContainer {
        grid-template-columns: minmax(0, 1.1fr) minmax(300px, .7fr);
        gap: 30px;
    }

    .gapvHeroPortrait {
        min-height: 540px;
    }

    .gapvHeroPortraitFrame {
        height: 530px;
    }

    .gapvFactsGrid {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

}


/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 760px) {

    .gapvHero {
        padding: 55px 16px 55px;
    }

    .gapvHeroContainer {
        display: flex;
        flex-direction: column;
        gap: 38px;
    }

    .gapvHeroContent {
        width: 100%;
    }

    .gapvHero h1 {
        font-size: 37px;
        letter-spacing: -1px;
    }

    .gapvHero h1 span {
        font-size: .66em;
    }

    .gapvHeroLead {
        font-size: 17px !important;
    }

    .gapvHeroText {
        font-size: 15px !important;
    }

    .gapvHeroActions {
        flex-direction: column;
    }

    .gapvHeroBtn {
        width: 100%;
        text-align: center;
    }

    .gapvHeroCall {
        width: 100%;
    }

    .gapvHeroPortrait {
        width: 100%;
        min-height: 470px;
    }

    .gapvHeroPortraitFrame {
        width: min(100%, 390px);
        height: 470px;
    }

    .gapvHeroPortraitBadge {
        bottom: 14px;
    }

    .gapvFacts {
        padding: 60px 16px;
    }

    .gapvFactsHeader h2,
    .gapvCredentialsIntro h2 {
        font-size: 31px;
    }

    .gapvFactsHeader p {
        font-size: 16px !important;
    }

    .gapvFactCard {
        padding: 27px 22px;
    }

    .gapvFactsCTA {
        flex-direction: column;
        align-items: stretch;
    }

    .gapvFactsCTAButton {
        width: 100%;
        justify-content: center;
    }

    .gapvCredentials {
        padding: 60px 16px;
    }

    .gapvCredentialsGrid {
        grid-template-columns: 1fr;
    }

    .gapvCredentialsBottom {
        flex-direction: column;
        align-items: stretch;
    }

    .gapvCredentialsBottomButton {
        justify-content: center;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .gapvHero h1 {
        font-size: 32px;
    }

    .gapvHeroPortrait {
        min-height: 420px;
    }

    .gapvHeroPortraitFrame {
        height: 420px;
        border-radius: 190px 190px 22px 22px;
    }

    .gapvHeroPortraitBadge {
        padding: 14px;
    }

    .gapvHeroPortraitBadge strong {
        font-size: 17px;
    }

    .gapvCredentialCard {
        padding: 18px;
        gap: 13px;
    }

    .gapvCredentialIcon {
        min-width: 50px;
        width: 50px;
        height: 50px;
    }

}