/* ===========================================================
   HERO
=========================================================== */
.btn-primaryCustom {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    background: linear-gradient(135deg, #174B8A, #0E67C7);

    color: #fff;
    border: 1px solid #ffffff;
    text-decoration: none;

    padding: 16px 34px;

    border-radius: 50px;

    font-weight: 600;

    transition: .35s;

    box-shadow: 0 12px 30px rgba(23, 75, 138, .35);

}

.btn-primaryCustom::after {
    font-size: 18px;
}

.btn-primaryCustom:hover {

    transform: translateY(-4px);
    border: 1px solid #174B8A;
    box-shadow: 0 20px 35px rgba(23, 75, 138, .45);

}

.btn-secondaryCustom {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    background: #fff;

    border: 1px solid #174B8A;

    color: #174B8A;

    text-decoration: none;

    padding: 16px 30px;

    border-radius: 50px;

    font-weight: 600;

    transition: .35s;

}

.btn-secondaryCustom::before {

    content: "▶";
    font-size: 14px;

}

.btn-secondaryCustom:hover {

    background: #174B8A;
    color: #fff;
    border: 1px solid #feffff;
    transform: translateY(-4px);

}


.btn-primaryCustom {

    background: #174b8a;

    color: #fff;

    padding: 15px 30px;

    border-radius: 40px;

    text-decoration: none;

    font-weight: 600;

}

.btn-secondaryCustom {

    border: 1px solid #174b8a;

    color: #174b8a;

    padding: 15px 30px;

    border-radius: 40px;

    text-decoration: none;

    font-weight: 600;

}

.hero {

    position: relative;

    height: calc(100dvh - 108px);

    min-height: 650px;

    overflow: hidden;

    background: #fff;

}

.hero-desc {

    margin-top: 0px;
    margin-bottom: 40px;

    font-size: 20px;

    line-height: 1.8;

    color: #000;

    position: relative;

    z-index: 20;

    text-shadow:
        -1px 0 #fff,
        1px 0 #fff,
        0 -1px #fff,
        0 1px #fff,
        -1px -1px #fff,
        1px -1px #fff,
        -1px 1px #fff,
        1px 1px #fff,

        0 3px 1px rgba(0, 0, 0, .18);
}

/* ===================================
   HERO ANIMATION
=================================== */

.hero-text {
    opacity: 0;
    transform: translateX(-80px);
    animation: heroTextIn 1.2s ease-out forwards;
    animation-delay: .4s;
}

.hero-title {
    opacity: 0;
    transform: translateX(-60px);
    animation: heroTitleIn 1s ease-out forwards;
    animation-delay: .6s;
}

.hero-desc {
    opacity: 0;
    transform: translateX(-60px);
    animation: heroDescIn 1s ease-out forwards;
    animation-delay: .9s;
}

.hero-action {
    opacity: 0;
    transform: translateX(-60px);
    animation: heroBtnIn 1s ease-out forwards;
    animation-delay: 1.2s;
}

/* Animasi */

@keyframes heroTextIn {
    from {
        opacity: 0;
        transform: translateX(-80px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes heroTitleIn {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes heroDescIn {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes heroBtnIn {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ===========================================================
   SLIDER
=========================================================== */

.heroSlider {

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    z-index: 1;

}

.heroSlider .swiper-wrapper {

    height: 100%;

}

.heroSlider .swiper-slide {

    height: 100%;

}

.heroSlider .swiper-slide img {

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center center;

}

/* ===========================================================
   OVERLAY
=========================================================== */

.hero::before {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0.955) 20%,
            rgba(255, 255, 255, .70) 43%,
            rgba(255, 255, 255, 0) 100%);

    z-index: 2;

    pointer-events: none;

}

/* ===========================================================
   CONTENT
=========================================================== */

.hero-content {

    position: absolute;

    inset: 0;

    width: 90%;

    max-width: 1400px;

    margin: auto;

    display: flex;

    align-items: center;

    z-index: 10;

}

.hero-title {

    max-width: 700px;

    font-size: clamp(40px, 7vw, 50px);

    font-weight: 800;

    line-height: 1.08;

    letter-spacing: -2px;

    -webkit-text-stroke: 2px #ffffff;

    text-shadow:
        0 3px 10px rgba(0, 0, 0, .15);


}

.hero-title .blue {

    color: #174b8a;

}

.hero-title .green {

    color: #fdd100;

}

/* ===========================================================
   BUTTON
=========================================================== */

.hero .swiper-button-prev,
.hero .swiper-button-next {

    width: 56px;
    height: 56px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .95);

    color: #174b8a;

    box-shadow: 0 8px 25px rgba(0, 0, 0, .15);

}

.hero .swiper-button-prev::after,
.hero .swiper-button-next::after {

    font-size: 18px;

    font-weight: bold;

}

/* ===========================================================
   PAGINATION
=========================================================== */

.hero .swiper-pagination-bullet {

    width: 12px;

    height: 12px;

    opacity: .8;

    background: #fff;

}

.hero .swiper-pagination-bullet-active {

    width: 30px;

    border-radius: 30px;

    background: #fdd100;

}

/* ===========================================================
   TABLET
=========================================================== */

@media (max-width:991px) {

    .hero {

        height: calc(100dvh - 70px);

        min-height: 600px;

    }

    .hero-title {

        font-size: 48px;

        max-width: 520px;

        -webkit-text-stroke: 2px #ffffff;

        text-shadow:
            0 2px 4px rgba(255, 255, 255, .9),
            0 8px 20px rgba(0, 0, 0, .18);

    }

    .btn-primaryCustom {

        display: inline-flex;

        align-items: center;

        gap: 12px;

        background: linear-gradient(135deg, #174B8A, #0E67C7);

        color: #fff;

        text-decoration: none;

        padding: 16px 34px;

        border-radius: 50px;

        font-weight: 600;

        transition: .35s;

        box-shadow: 0 12px 30px rgba(23, 75, 138, .35);

    }

    .btn-primaryCustom::after {

        content: "→";

        font-size: 18px;

    }

    .btn-primaryCustom:hover {

        transform: translateY(-4px);

        box-shadow: 0 20px 35px rgba(23, 75, 138, .45);

    }

    .btn-secondaryCustom {

        display: inline-flex;

        align-items: center;

        gap: 12px;

        background: #fff;

        border: 1px solid #174B8A;

        color: #174B8A;

        text-decoration: none;

        padding: 16px 30px;

        border-radius: 50px;

        font-weight: 600;

        transition: .35s;

    }

    .btn-secondaryCustom::before {

        content: "▶";

        font-size: 14px;

    }

    .btn-secondaryCustom:hover {

        background: #174B8A;

        color: #fff;

        transform: translateY(-4px);

    }


    .btn-primaryCustom {

        background: #174b8a;

        color: #fff;

        padding: 15px 30px;

        border-radius: 40px;

        text-decoration: none;

        font-weight: 600;

    }

    .btn-secondaryCustom {

        border: 1px solid #174b8a;

        color: #174b8a;

        padding: 15px 30px;

        border-radius: 40px;

        text-decoration: none;

        font-weight: 600;

    }

}

/* ===========================================================
   MOBILE
=========================================================== */

@media (max-width:768px) {

    .hero {

        height: calc(100dvh - 70px);

        min-height: 550px;

    }

    .hero-content {

        position: absolute;
        inset: 0;

        width: 92%;
        max-width: 1400px;

        margin: auto;

        display: flex;
        align-items: center;
        justify-content: space-between;

        gap: 70px;

        z-index: 10;

    }

    .hero-title {

        font-size: 34px;

        line-height: 1.15;

        letter-spacing: -1px;

        max-width: 100%;

        font-weight: 800;

        -webkit-text-stroke: 2px #ffffff;

        text-shadow:
            0 2px 4px rgba(255, 255, 255, .9),
            0 8px 20px rgba(0, 0, 0, .18);

    }

    .hero-text {

        flex: 1;

        max-width: 700px;

    }

    .hero-action {

        display: flex;

        gap: 18px;

        align-items: center;

        flex-wrap: wrap;

    }

    .btn-primaryCustom {

        display: inline-flex;

        align-items: center;

        gap: 12px;

        background: linear-gradient(135deg, #174B8A, #0E67C7);

        color: #fff;

        text-decoration: none;

        padding: 16px 34px;

        border-radius: 50px;

        font-weight: 600;

        transition: .35s;

        box-shadow: 0 12px 30px rgba(23, 75, 138, .35);

    }

    .btn-primaryCustom::after {

        content: "→";

        font-size: 18px;

    }

    .btn-primaryCustom:hover {

        transform: translateY(-4px);

        box-shadow: 0 20px 35px rgba(23, 75, 138, .45);

    }

    .btn-secondaryCustom {

        display: inline-flex;

        align-items: center;

        gap: 12px;

        background: #fff;

        border: 1px solid #174B8A;

        color: #174B8A;

        text-decoration: none;

        padding: 16px 30px;

        border-radius: 50px;

        font-weight: 600;

        transition: .35s;

    }

    .btn-secondaryCustom::before {

        content: "▶";

        font-size: 14px;

    }

    .btn-secondaryCustom:hover {

        background: #174B8A;

        color: #fff;

        transform: translateY(-4px);

    }


    .btn-primaryCustom {

        background: #174b8a;

        color: #fff;

        padding: 15px 30px;

        border-radius: 40px;

        text-decoration: none;

        font-weight: 600;

    }

    .btn-secondaryCustom {

        border: 1px solid #174b8a;

        color: #174b8a;

        padding: 15px 30px;

        border-radius: 40px;

        text-decoration: none;

        font-weight: 600;

    }

    .hero::before {

        background: linear-gradient(180deg,

                rgba(255, 255, 255, .05) 0%,

                rgba(255, 255, 255, .15) 45%,

                rgba(255, 255, 255, .55) 70%,

                rgba(255, 255, 255, .95) 100%);

    }

    .hero .swiper-button-prev,
    .hero .swiper-button-next {

        width: 42px;

        height: 42px;

    }

    .hero .swiper-button-prev::after,
    .hero .swiper-button-next::after {

        font-size: 14px;

    }

}

/* ===========================================================
   SMALL MOBILE
=========================================================== */

@media (max-width:480px) {

    .hero {

        min-height: 500px;

    }

    .hero-content {

        width: 90%;

        padding-bottom: 45px;

    }

    .hero-title {

        font-size: 28px;

        line-height: 1.15;

        -webkit-text-stroke: 2px #ffffff;

        text-shadow:
            0 2px 4px rgba(255, 255, 255, .9),
            0 8px 20px rgba(0, 0, 0, .18);

    }

    .hero .swiper-button-prev,
    .hero .swiper-button-next {

        display: none;

    }

}

.heroSlider picture {

    display: block;

    width: 100%;

    height: 100%;

}

.heroSlider picture img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

}

/* FOTO IBU KADIS */

/* ===============================
   HERO PERSON
================================ */

.hero-person {

    position: relative;

    display: flex;

    flex-direction: column;

    align-items: center;

    z-index: 10;

    opacity: 0;

    transform: translateX(120px);

    animation: heroFade 1.8s cubic-bezier(.22, 1, .36, 1) forwards,
        floating 6s ease-in-out infinite 2s;

    animation-delay: .4s;

}

@keyframes heroFade {

    from {

        opacity: 0;

        transform: translateX(500px);

    }

    to {

        opacity: 1;

        transform: translateX(0);

    }

}

.hero-person img {
    width: 430px;
    max-width: 100%;
    display: block;

    animation: heroFade 1.5s forwards;
}

.hero-person img.loaded {

    animation:
        floating 5s ease-in-out infinite;

}


.hero-person:hover img {

    transform: scale(1.03);

    filter: drop-shadow(0 30px 45px rgba(0, 0, 0, .28));

}

.hero-person::before {

    content: "";

    position: absolute;

    width: 380px;

    height: 380px;

    background: radial-gradient(circle,
            rgba(0, 166, 81, .18),
            transparent 70%);

    left: 50%;

    top: 45%;

    transform: translate(-50%, -50%);

    z-index: -1;

    animation: pulse 6s infinite;

}

/* ===================================
   FLOATING
=================================== */

@keyframes floating {

    0% {

        transform: translateY(0);

    }

    25% {

        transform: translateY(-5);

    }

    50% {

        transform: translateY(0);

    }

    75% {

        transform: translateY(-6px);

    }

    100% {

        transform: translateY(0);

    }

}

/* ===============================
   CARD NAMA
================================ */

.person-card {

    margin-top: -15px;

    width: 420px;

    background: rgba(255, 255, 255, .95);

    backdrop-filter: blur(12px);

    border-radius: 18px;

    padding: 18px 22px;

    text-align: center;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .18);

    border-top: 5px solid #174b8a;

    opacity: 0;

    transform: translateY(35px) scale(.9);

    animation: personCardIn 1.8s cubic-bezier(.22, 1, .36, 1) forwards;

    animation-delay: .4s;

}

@keyframes personCardIn {
    0% {

        opacity: 0;

        transform: translateX(120px);

    }

    100% {

        opacity: 1;

        transform: translateX(0);

    }

}

.person-label {

    display: inline-block;

    background: #fdd100;

    color: #fff;

    padding: 6px 14px;

    border-radius: 30px;

    font-size: 12px;

    font-weight: 600;

    margin-bottom: 12px;

}

.person-card h3 {

    margin: 0;

    color: #174b8a;

    font-size: 24px;

    font-weight: 700;

}

.person-card p {

    margin-top: 8px;

    color: #666;

    font-size: 14px;

    line-height: 1.6;

}

@media (max-width:768px) {

    .hero-content {

        flex-direction: column-reverse;

        justify-content: center;

        text-align: center;

        gap: 30px;

        padding: 30px 0;

    }

    .hero-person {

        width: 220px;

    }

    .person-card {

        width: 420px;

        margin-top: -20px;

    }

    .hero-title {

        font-size: 36px;

        -webkit-text-stroke: 2px #ffffff;

        text-shadow:
            0 2px 4px rgba(255, 255, 255, .9),
            0 8px 20px rgba(0, 0, 0, .18);


    }

}