.fa-hero-v2 {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    color: #fff;
    background: #06162F;
    padding: 150px 9% 120px;
    font-family: "Poppins", sans-serif;
}

.fa-hero-bg,
.fa-hero-video,
.fa-hero-fallback,
.fa-hero-dark,
.fa-hero-blue-glow,
.fa-hero-flight-line {
    position: absolute;
    inset: 0;
}

.fa-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: faZoom 22s ease-in-out infinite alternate;
}

.fa-hero-fallback {
    background:
        linear-gradient(rgba(6,22,47,.35), rgba(6,22,47,.9)),
        url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2000&q=80");
    background-size: cover;
    background-position: center;
}

.fa-hero-dark {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(6,22,47,.98) 0%, rgba(6,22,47,.78) 35%, rgba(6,22,47,.35) 70%, rgba(6,22,47,.85) 100%),
        linear-gradient(180deg, rgba(6,22,47,.78) 0%, rgba(6,22,47,.15) 45%, rgba(6,22,47,.98) 100%);
}

.fa-hero-blue-glow {
    z-index: 2;
    background:
        radial-gradient(circle at 20% 30%, rgba(24,184,200,.22), transparent 32%),
        radial-gradient(circle at 80% 20%, rgba(21,75,139,.35), transparent 35%),
        radial-gradient(circle at 45% 95%, rgba(24,184,200,.16), transparent 40%);
    filter: blur(18px);
    animation: faAurora 10s ease-in-out infinite alternate;
}

.fa-hero-flight-line {
    z-index: 3;
    opacity: .35;
    background-image:
        radial-gradient(circle, rgba(255,255,255,.8) 1px, transparent 1px);
    background-size: 18px 18px;
    mask-image: linear-gradient(115deg, transparent 35%, #000 50%, transparent 65%);
    animation: faLineMove 8s linear infinite;
}

.fa-hero-inner {
    position: relative;
    z-index: 5;
    max-width: 760px;
}

.fa-trust-pill {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    padding: 12px 20px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 60px rgba(0,0,0,.22);
    font-size: 13px;
    margin-bottom: 26px;
    animation: faReveal .8s ease forwards;
}

.fa-trust-pill .stars {
    color: #F2B705;
    letter-spacing: 2px;
}

.fa-hero-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(48px, 6.5vw, 92px);
    line-height: .95;
    letter-spacing: -2px;
    margin: 0 0 24px;
    color: #fff;
    text-shadow: 0 24px 70px rgba(0,0,0,.55);
    animation: faReveal .9s ease forwards .15s;
    opacity: 0;
}

.fa-hero-title span {
    display: block;
    color: #F2B705;
    background: linear-gradient(135deg, #F2B705, #ffe58a, #F2B705);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fa-hero-subtitle {
    max-width: 650px;
    color: rgba(255,255,255,.88);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 30px;
    animation: faReveal .9s ease forwards .3s;
    opacity: 0;
}

.fa-hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 34px;
    animation: faReveal .9s ease forwards .45s;
    opacity: 0;
}

.fa-btn {
    min-height: 58px;
    padding: 0 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
    transition: .35s ease;
}

.fa-btn-gold {
    background: linear-gradient(135deg, #F2B705, #ffe27a);
    color: #06162F;
    box-shadow: 0 22px 50px rgba(242,183,5,.35);
}

.fa-btn-glass {
    color: #fff;
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(18px);
}

.fa-btn:hover {
    transform: translateY(-5px) scale(1.02);
}

.fa-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 850px;
    border-radius: 26px;
    overflow: hidden;
    background: rgba(10,37,64,.55);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(22px);
    box-shadow: 0 30px 80px rgba(0,0,0,.3);
    animation: faReveal .9s ease forwards .6s;
    opacity: 0;
}

.fa-hero-stats div {
    padding: 22px;
    border-right: 1px solid rgba(255,255,255,.12);
}

.fa-hero-stats div:last-child {
    border-right: 0;
}

.fa-hero-stats i {
    font-style: normal;
    color: #F2B705;
    font-size: 26px;
    display: block;
    margin-bottom: 6px;
}

.fa-hero-stats strong {
    font-size: 28px;
    color: #fff;
    margin-right: 5px;
}

.fa-hero-stats span {
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,.78);
}

.fa-hero-search {
    position: relative;
    z-index: 7;
    width: min(1180px, 82%);
    margin: 32px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr) 190px;
    gap: 14px;
    padding: 18px;
    border-radius: 30px;
    background: rgba(6,22,47,.72);
    border: 1px solid rgba(24,184,200,.35);
    backdrop-filter: blur(28px);
    box-shadow:
        0 30px 80px rgba(0,0,0,.35),
        0 0 45px rgba(24,184,200,.18);
    animation: faFloatUp .9s ease forwards .8s;
    opacity: 0;
}

.fa-search-item {
    min-height: 78px;
    border-radius: 20px;
    padding: 14px 18px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.16);
    display: grid;
    grid-template-columns: 34px 1fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
    align-items: center;
}

.fa-search-item i {
    grid-row: span 2;
    font-style: normal;
    font-size: 24px;
}

.fa-search-item label {
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(255,255,255,.75);
    font-weight: 700;
}

.fa-search-item input,
.fa-search-item select {
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 15px;
    width: 100%;
}

.fa-search-item input::placeholder {
    color: rgba(255,255,255,.7);
}

.fa-search-item select option {
    color: #06162F;
}

.fa-search-btn {
    border: none;
    border-radius: 20px;
    background: linear-gradient(135deg, #F2B705, #ffe27a);
    color: #06162F;
    font-weight: 900;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 18px 45px rgba(242,183,5,.32);
    transition: .35s ease;
}

.fa-search-btn:hover {
    transform: translateY(-4px);
}

.fa-bottom-features {
    position: relative;
    z-index: 5;
    width: min(1100px, 86%);
    margin: 28px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.fa-bottom-features div {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
}

.fa-bottom-features b {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.18);
}

.fa-bottom-features span {
    font-weight: 600;
}

.fa-bottom-features small {
    display: block;
    color: rgba(255,255,255,.6);
    font-weight: 400;
}

.fa-social-side {
    position: absolute;
    z-index: 8;
    left: 38px;
    top: 32%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.fa-social-side span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    font-size: 12px;
    text-transform: uppercase;
}

.fa-scroll-down {
    position: absolute;
    z-index: 8;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,.7);
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.fa-scroll-down span {
    width: 28px;
    height: 46px;
    border-radius: 99px;
    border: 1px solid rgba(255,255,255,.45);
    position: relative;
}

.fa-scroll-down span:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #F2B705;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 9px;
    transform: translateX(-50%);
    animation: faMouse 1.5s infinite;
}

@keyframes faReveal {
    from {
        opacity: 0;
        transform: translateY(34px);
        filter: blur(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes faFloatUp {
    from {
        opacity: 0;
        transform: translateY(55px) scale(.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes faZoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

@keyframes faAurora {
    from {
        transform: translate(-2%, -2%) scale(1);
    }
    to {
        transform: translate(2%, 2%) scale(1.08);
    }
}

@keyframes faLineMove {
    from {
        transform: translateX(-10%);
    }
    to {
        transform: translateX(10%);
    }
}

@keyframes faMouse {
    from {
        opacity: 1;
        transform: translate(-50%, 0);
    }
    to {
        opacity: 0;
        transform: translate(-50%, 18px);
    }
}

@media (max-width: 1024px) {
    .fa-hero-v2 {
        padding: 135px 6% 90px;
    }

    .fa-hero-search {
        width: 92%;
        grid-template-columns: repeat(2, 1fr);
    }

    .fa-search-btn {
        min-height: 64px;
        grid-column: span 2;
    }

    .fa-bottom-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .fa-social-side {
        display: none;
    }
}

@media (max-width: 767px) {
    .fa-hero-v2 {
        min-height: auto;
        padding: 120px 20px 70px;
    }

    .fa-hero-title {
        font-size: 52px;
    }

    .fa-hero-subtitle {
        font-size: 15px;
    }

    .fa-hero-buttons {
        flex-direction: column;
    }

    .fa-btn {
        width: 100%;
    }

    .fa-hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .fa-hero-stats div {
        padding: 18px;
    }

    .fa-hero-search {
        width: 100%;
        grid-template-columns: 1fr;
        border-radius: 24px;
        margin-top: 26px;
    }

    .fa-search-btn {
        grid-column: auto;
        min-height: 60px;
    }

    .fa-bottom-features {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .fa-scroll-down {
        display: none;
    }
}