:root {
    --color1: #1F3B5D;
    --color2: #FBD405;
    --color3: #061B3E;
    --color4: #ffffff;
    --color5: #123D8F;
    --color6: rgba(255, 255, 255, 0.78);
    --color7: rgba(255, 255, 255, 0.35);
    --color8: #E8EAF0;
}

/* ==============================
   HOME HERO
================================= */

.home-hero {
    position: relative;
    overflow: hidden;
    background: var(--color3);
}

.home-hero .carousel,
.home-hero .carousel-inner,
.home-hero .carousel-item {
    min-height: calc(100vh - 88px);
}

.home-hero-slide {
    position: relative;
    min-height: calc(100vh - 88px);
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 42%, rgba(29, 89, 255, 0.85) 0%, rgba(16, 59, 172, 0.78) 28%, rgba(7, 26, 66, 0) 58%),
        linear-gradient(115deg, #06193b 0%, #09285b 42%, #0538c9 100%);
}

.home-hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2, 13, 35, 0.42) 0%, rgba(2, 13, 35, 0.12) 48%, rgba(2, 13, 35, 0) 100%);
    z-index: 1;
}

.home-hero-container {
    position: relative;
    z-index: 2;
    min-height: calc(100vh - 88px);
    padding-left: 72px;
    padding-right: 0;
}

.home-hero-row {
    min-height: calc(100vh - 88px);
    align-items: stretch;
}

.home-hero-content {
    display: flex;
    align-items: center;
    padding-top: 56px;
    padding-bottom: 56px;
}

.home-hero-text {
    width: 100%;
    max-width: 660px;
}

.home-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 34px;
    color: var(--color2);
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.home-hero-label::before,
.home-hero-label-line-only::before {
    content: "";
    width: 48px;
    height: 4px;
    display: inline-block;
    border-radius: 50px;
    background: var(--color2);
}

.home-hero-label-line-only {
    width: 56px;
    height: 5px;
    margin-bottom: 34px;
    color: transparent;
    overflow: hidden;
}

.home-hero-label-line-only::before {
    width: 56px;
}

.home-hero h1 {
    margin: 0 0 30px;
    color: var(--color4);
    font-size: 68px;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -2.2px;
}

.home-hero p {
    max-width: 560px;
    margin: 0 0 38px;
    color: var(--color6);
    font-size: 23px;
    font-weight: 500;
    line-height: 1.52;
}

.home-hero p span {
    color: var(--color2);
}

.home-hero-buttons {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.home-hero-btn {
    min-height: 62px;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    border: 2px solid transparent;
    transition: 0.22s ease;
    white-space: nowrap;
}

.home-hero-btn-primary {
    background: var(--color2);
    color: var(--color1);
    border-color: var(--color2);
}

.home-hero-btn-outline {
    background: transparent;
    color: var(--color4);
    border-color: rgba(255, 255, 255, 0.48);
}

.home-hero-btn-light {
    background: var(--color4);
    color: var(--color1);
    border-color: var(--color4);
}

.home-hero-btn:hover,
.home-hero-btn:focus {
    background: var(--color8);
    border-color: var(--color8);
    color: var(--color1);
    text-decoration: none;
    transform: translateY(-1px);
}

.home-hero-btn i {
    font-size: 17px;
}

/* Accreditation */
.home-hero-accreditation {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-bottom: 34px;
}

.home-hero-accreditation>i {
    color: #E9B83E;
    font-size: 86px;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.home-hero-accreditation span {
    display: block;
    margin-bottom: 18px;
    color: var(--color2);
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-hero-accreditation h1 {
    position: relative;
    margin-bottom: 0;
}

.home-hero-accreditation h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 58px;
    height: 5px;
    border-radius: 50px;
    background: var(--color2);
}

.home-hero-accreditation img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

/* Program list */
.home-hero-programs {
    margin-bottom: 34px;
}

.home-hero-programs div {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
    color: var(--color4);
    font-size: 24px;
    font-weight: 900;
}

.home-hero-programs i {
    font-size: 28px;
}

/* Visual */
.home-hero-visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: calc(100vh - 88px);
    padding: 0;
}

.home-hero-visual img {
    width: auto;
    height: 100%;
    max-height: calc(100vh - 88px);
    max-width: none;
    object-fit: contain;
    object-position: bottom right;
    display: block;
    z-index: -9999;
}

/* Indicators */
.home-hero-indicators.carousel-indicators {
    position: static;
    width: auto;
    margin: 42px 0 0;
    display: flex;
    justify-content: flex-start;
    gap: 16px;
}

.home-hero-indicators.carousel-indicators [data-bs-target] {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: var(--color4);
    opacity: 1;
}

.home-hero-indicators.carousel-indicators .active {
    background: var(--color2);
}

/* ==============================
   RESPONSIVE
================================= */

@media (max-width: 1399.98px) {
    .home-hero h1 {
        font-size: 58px;
    }

    .home-hero p {
        font-size: 19px;
        max-width: 500px;
    }

    .home-hero-btn {
        min-height: 56px;
        padding: 0 25px;
        font-size: 16px;
    }

    .home-hero-label {
        font-size: 15px;
    }

    .home-hero-container {
        padding-left: 58px;
    }

    .home-hero-accreditation>i {
        font-size: 74px;
    }

    .home-hero-programs div {
        font-size: 20px;
    }
}

@media (max-width: 1199.98px) {

    .home-hero .carousel,
    .home-hero .carousel-inner,
    .home-hero .carousel-item,
    .home-hero-slide,
    .home-hero-container,
    .home-hero-row,
    .home-hero-visual {
        min-height: calc(100vh - 80px);
    }

    .home-hero-container {
        padding-left: 40px;
    }

    .home-hero h1 {
        font-size: 50px;
        letter-spacing: -1.5px;
    }

    .home-hero p {
        font-size: 17px;
    }

    .home-hero-visual img {
        max-height: calc(100vh - 80px);
    }
}

@media (max-width: 991.98px) {

    .home-hero .carousel,
    .home-hero .carousel-inner,
    .home-hero .carousel-item,
    .home-hero-slide,
    .home-hero-container,
    .home-hero-row {
        min-height: 760px;
    }

    .home-hero-slide {
        background:
            radial-gradient(circle at 70% 72%, rgba(29, 89, 255, 0.75) 0%, rgba(16, 59, 172, 0.58) 32%, rgba(7, 26, 66, 0) 62%),
            linear-gradient(135deg, #06193b 0%, #09285b 45%, #0538c9 100%);
    }

    .home-hero-container {
        padding-left: 28px;
        padding-right: 28px;
    }

    .home-hero-row {
        align-items: stretch;
    }

    .home-hero-content {
        position: relative;
        z-index: 3;
        align-items: flex-start;
        min-height: auto;
        padding-top: 62px;
        padding-bottom: 0;
        text-align: left;
    }

    .home-hero-text {
        max-width: 100%;
    }

    .home-hero h1 {
        max-width: 620px;
        font-size: 44px;
    }

    .home-hero p {
        max-width: 560px;
        font-size: 16px;
        margin-bottom: 26px;
    }

    .home-hero-visual {
        min-height: 320px;
        align-items: flex-end;
        justify-content: flex-end;
        padding: 0;
    }

    .home-hero-visual img {
        position: absolute;
        right: -18px;
        bottom: 0;
        height: 365px;
        max-height: none;
        max-width: 100%;
        width: auto;
        object-fit: contain;
        object-position: bottom right;
    }

    .home-hero-indicators.carousel-indicators {
        margin-top: 28px;
        gap: 12px;
    }

    .home-hero-indicators.carousel-indicators [data-bs-target] {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 767.98px) {

    .home-hero .carousel,
    .home-hero .carousel-inner,
    .home-hero .carousel-item,
    .home-hero-slide,
    .home-hero-container,
    .home-hero-row {
        min-height: 720px;
    }

    .home-hero-container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .home-hero-content {
        padding-top: 48px;
    }

    .home-hero-label {
        gap: 12px;
        margin-bottom: 22px;
        font-size: 12px;
    }

    .home-hero-label::before,
    .home-hero-label-line-only::before {
        width: 36px;
        height: 4px;
    }

    .home-hero h1 {
        max-width: 440px;
        margin-bottom: 18px;
        font-size: 36px;
        line-height: 1.12;
        letter-spacing: -1px;
    }

    .home-hero p {
        max-width: 410px;
        font-size: 14.5px;
        line-height: 1.55;
        margin-bottom: 22px;
    }

    .home-hero-buttons {
        gap: 12px;
    }

    .home-hero-btn {
        min-height: 48px;
        padding: 0 17px;
        gap: 10px;
        font-size: 13px;
        border-radius: 7px;
    }

    .home-hero-btn i {
        font-size: 12px;
    }

    .home-hero-visual {
        min-height: 300px;
    }

    .home-hero-visual img {
        height: 315px;
        right: -36px;
    }

    .home-hero-accreditation {
        gap: 16px;
        margin-bottom: 24px;
    }

    .home-hero-accreditation>i {
        font-size: 54px;
    }

    .home-hero-accreditation span {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .home-hero-accreditation h1::after {
        bottom: -13px;
        width: 44px;
        height: 4px;
    }

    .home-hero-programs {
        margin-bottom: 22px;
    }

    .home-hero-programs div {
        gap: 10px;
        margin-bottom: 8px;
        font-size: 15px;
    }

    .home-hero-programs i {
        font-size: 18px;
    }

    .home-hero-indicators.carousel-indicators {
        margin-top: 24px;
        gap: 10px;
    }

    .home-hero-indicators.carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 575.98px) {

    .home-hero .carousel,
    .home-hero .carousel-inner,
    .home-hero .carousel-item,
    .home-hero-slide,
    .home-hero-container,
    .home-hero-row {
        min-height: 690px;
    }

    .home-hero-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .home-hero-content {
        padding-top: 40px;
    }

    .home-hero h1 {
        font-size: 31px;
    }

    .home-hero p {
        max-width: 340px;
        font-size: 13.5px;
    }

    .home-hero-buttons {
        align-items: flex-start;
    }

    .home-hero-btn {
        min-height: 44px;
        padding: 0 14px;
        font-size: 12px;
    }

    .home-hero-visual {
        min-height: 285px;
    }

    .home-hero-visual img {
        height: 292px;
        right: -52px;
    }
}

@media (max-width: 420px) {
    .home-hero h1 {
        font-size: 28px;
    }

    .home-hero p {
        font-size: 13px;
    }

    .home-hero-btn {
        width: auto;
        max-width: 100%;
    }

    .home-hero-visual img {
        height: 270px;
        right: -68px;
    }
}

/* ==============================
   HOME HERO TEXT ANIMATION
================================= */

/* Reset awal agar siap animasi */
.home-hero-content h1,
.home-hero-content p,
.home-hero-btn-group {
    opacity: 0;
    transform: translateY(30px);
}

/* Aktif saat slide aktif */
.carousel-item.active .home-hero-content h1 {
    animation: heroFadeUp 0.9s ease forwards;
    animation-delay: 0.2s;
}

.carousel-item.active .home-hero-content p {
    animation: heroFadeUp 0.9s ease forwards;
    animation-delay: 0.4s;
}

.carousel-item.active .home-hero-btn-group {
    animation: heroFadeUp 0.9s ease forwards;
    animation-delay: 0.6s;
}

/* Keyframe */
@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(35px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==============================
   HERO TITLE MICRO EFFECT
================================= */

.home-hero-content h1 {
    transition: letter-spacing 0.4s ease;
}

.carousel-item.active .home-hero-content h1 {
    letter-spacing: 0.5px;
}

/* Highlight word animation */
.home-hero-content h1 strong {
    position: relative;
    display: inline-block;
}

.home-hero-content h1 strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 6px;
    border-radius: 30px;
    background: var(--color2);
    transition: width 0.6s ease;
}

.carousel-item.active .home-hero-content h1 strong::after {
    width: 100%;
}

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

.home-hero-btn-group a {
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
}

/* Primary button */
.home-hero-btn-primary {
    box-shadow: 0 12px 28px rgba(251, 212, 5, 0.25);
}

.home-hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(251, 212, 5, 0.35);
}

/* Shine effect */
.home-hero-btn-primary::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 45%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.35),
        transparent
    );
    transform: skewX(-20deg);
    transition: left 0.7s ease;
}

.home-hero-btn-primary:hover::after {
    left: 120%;
}

/* Secondary button */
.home-hero-btn-outline {
    transition: all 0.35s ease;
}

.home-hero-btn-outline:hover {
    background: var(--color2);
    color: var(--color1);
    border-color: var(--color2);
    transform: translateY(-2px);
}

/* Arrow movement */
.home-hero-btn-group i {
    transition: transform 0.35s ease;
}

.home-hero-btn-group a:hover i {
    transform: translateX(6px);
}

/* ==============================
   BUTTON PRESS EFFECT
================================= */

.home-hero-btn-group a:active {
    transform: scale(0.96);
}

/* ==============================
   RESPONSIVE (reduce motion)
================================= */

@media (prefers-reduced-motion: reduce) {
    .home-hero-content h1,
    .home-hero-content p,
    .home-hero-btn-group,
    .home-hero-btn-group a,
    .home-hero-btn-primary::after {
        animation: none !important;
        transition: none !important;
    }
}

/* ==============================
   HOME HERO ANIMATION UPGRADE
================================= */

/* Animated gradient movement */
.home-hero-slide {
    background-size: 140% 140%;
    animation: heroGradientMove 12s ease-in-out infinite alternate;
}

@keyframes heroGradientMove {
    from {
        background-position: 0% 50%;
    }
    to {
        background-position: 100% 50%;
    }
}

/* Text stagger */
.home-hero-label,
.home-hero-accreditation,
.home-hero h1,
.home-hero p,
.home-hero-programs,
.home-hero-buttons,
.home-hero-indicators {
    opacity: 0;
    transform: translateY(28px);
}

.carousel-item.active .home-hero-label,
.carousel-item.active .home-hero-accreditation {
    animation: heroTextReveal 0.75s ease forwards;
    animation-delay: 0.12s;
}

.carousel-item.active .home-hero h1 {
    animation: heroTextReveal 0.8s ease forwards;
    animation-delay: 0.24s;
}

.carousel-item.active .home-hero p {
    animation: heroTextReveal 0.8s ease forwards;
    animation-delay: 0.38s;
}

.carousel-item.active .home-hero-programs {
    animation: heroTextReveal 0.8s ease forwards;
    animation-delay: 0.48s;
}

.carousel-item.active .home-hero-buttons,
.carousel-item.active .home-hero-btn {
    animation: heroTextReveal 0.8s ease forwards;
    animation-delay: 0.55s;
}

.carousel-item.active .home-hero-indicators {
    animation: heroTextReveal 0.75s ease forwards;
    animation-delay: 0.68s;
}

@keyframes heroTextReveal {
    from {
        opacity: 0;
        transform: translateY(28px);
        filter: blur(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Title glow subtle */
.carousel-item.active .home-hero h1 {
    text-shadow:
        0 6px 22px rgba(0, 0, 0, 0.22),
        0 0 34px rgba(255, 255, 255, 0.08);
}

/* Button premium hover */
.home-hero-btn {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.home-hero-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0.28),
        rgba(255,255,255,0),
        rgba(255,255,255,0.24)
    );
    transition: opacity 0.35s ease;
}

.home-hero-btn:hover::before {
    opacity: 1;
}

.home-hero-btn-primary:hover,
.home-hero-btn-outline:hover,
.home-hero-btn-light:hover {
    background: #e8e8e8;
    border-color: #e8e8e8;
    color: var(--color1);
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.home-hero-btn i {
    transition: transform 0.35s ease;
}

.home-hero-btn:hover i {
    transform: translateX(7px);
}

/* Indicator hover */
.home-hero-indicators.carousel-indicators [data-bs-target] {
    transition: transform 0.3s ease, background 0.3s ease, opacity 0.3s ease;
}

.home-hero-indicators.carousel-indicators [data-bs-target]:hover {
    transform: scale(1.25);
    background: var(--color2);
}

/* Character image entrance + hover */
.home-hero-visual img {
    opacity: 0;
    transform: translateX(48px) scale(0.98);
}

.carousel-item.active .home-hero-visual img {
    animation: heroImageReveal 0.95s ease forwards;
    animation-delay: 0.22s;
}

@keyframes heroImageReveal {
    from {
        opacity: 0;
        transform: translateX(48px) scale(0.98);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
        filter: blur(0);
    }
}

.carousel-item.active .home-hero-visual:hover img {
    transform: translateX(-8px) scale(1.015);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Program list hover */
.home-hero-programs div {
    transition: transform 0.32s ease, color 0.32s ease;
}

.home-hero-programs div:hover {
    transform: translateX(8px);
    color: var(--color2);
}

/* Mobile optimization */
@media (max-width: 767.98px) {
    .home-hero-slide {
        animation-duration: 16s;
    }

    .carousel-item.active .home-hero h1 {
        text-shadow: 0 5px 18px rgba(0, 0, 0, 0.22);
    }

    .carousel-item.active .home-hero-visual:hover img {
        transform: none;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .home-hero-slide,
    .home-hero-label,
    .home-hero-accreditation,
    .home-hero h1,
    .home-hero p,
    .home-hero-programs,
    .home-hero-buttons,
    .home-hero-indicators,
    .home-hero-visual img,
    .home-hero-btn,
    .home-hero-btn::before {
        animation: none !important;
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
}

/* ==============================
   HOME ABOUT SECTION
================================= */

.home-about-section {
    position: relative;
    overflow: hidden;
    padding: 70px 0 64px;
    background:
        radial-gradient(circle at 8% 24%, rgba(31, 59, 93, 0.08) 0%, rgba(31, 59, 93, 0.025) 26%, rgba(255, 255, 255, 0) 48%),
        radial-gradient(circle at 92% 96%, rgba(31, 59, 93, 0.08) 0%, rgba(31, 59, 93, 0.025) 30%, rgba(255, 255, 255, 0) 56%),
        linear-gradient(135deg, #f7fbff 0%, #ffffff 45%, #eef6ff 100%);
}

.home-about-section::before {
    content: "";
    position: absolute;
    left: -70px;
    top: 50px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 1px solid rgba(31, 59, 93, 0.06);
    box-shadow:
        0 0 0 42px rgba(31, 59, 93, 0.025),
        0 0 0 84px rgba(31, 59, 93, 0.015);
}

.home-about-section::after {
    content: "";
    position: absolute;
    right: 42px;
    top: 0;
    width: 190px;
    height: 180px;
    background-image: radial-gradient(rgba(31, 59, 93, 0.13) 1.4px, transparent 1.4px);
    background-size: 13px 13px;
    opacity: 0.28;
}

.home-about-container {
    position: relative;
    z-index: 2;
    padding-left: 72px;
    padding-right: 72px;
}

.home-section-heading {
    max-width: 920px;
    margin: 0 auto 46px;
    text-align: center;
}

.home-section-heading span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 36px;
    margin-bottom: 18px;
    padding: 6px 26px;
    border-radius: 999px;
    background: rgba(251, 212, 5, 0.18);
    color: var(--color2);
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1px;
}

.home-section-heading h2 {
    margin: 0;
    color: var(--color1);
    font-size: 46px;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 0 4px 12px rgba(31, 59, 93, 0.12);
}

.home-section-heading h3 {
    margin: 10px 0 22px;
    color: var(--color1);
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 13px;
    text-transform: uppercase;
}

.home-section-heading p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(21, 36, 62, 0.78);
    font-size: 16px;
    line-height: 1.45;
}

/* Cards */
.home-about-card-row {
    row-gap: 28px;
}

.home-about-card {
    position: relative;
    min-height: 355px;
    padding: 42px 28px 34px;
    text-align: center;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(31, 59, 93, 0.08);
    box-shadow: 0 18px 38px rgba(31, 59, 93, 0.11);
    overflow: hidden;
}

.home-about-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 7px;
    background: var(--color2);
    border-radius: 22px 22px 0 0;
}

.home-about-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.home-about-card a {
    text-decoration: none;
}

.home-about-icon {
    position: relative;
    z-index: 2;
    width: 124px;
    height: 124px;
    margin: 0 auto 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef4fb;
}

.home-about-icon>i {
    color: var(--color1);
    font-size: 62px;
    line-height: 1;
}

.home-about-icon span {
    position: absolute;
    right: 6px;
    bottom: 10px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color2);
    color: var(--color4);
    border: 4px solid var(--color4);
    box-shadow: 0 6px 14px rgba(251, 212, 5, 0.34);
}

.home-about-icon span i {
    font-size: 17px;
}

.home-about-card h4 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--color1);
    font-size: 19px;
    font-weight: 900;
    line-height: 1.25;
}

.home-about-line {
    position: relative;
    z-index: 2;
    width: 56px;
    height: 4px;
    margin: 18px auto 18px;
    border-radius: 50px;
    background: var(--color2);
}

.home-about-card p {
    position: relative;
    z-index: 2;
    max-width: 245px;
    margin: 0 auto;
    color: rgba(30, 38, 66, 0.72);
    font-size: 15px;
    line-height: 1.52;
}

/* Feature Box */
.home-about-feature-box {
    margin-top: 48px;
    padding: 18px 26px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(31, 59, 93, 0.13);
    box-shadow: 0 14px 34px rgba(31, 59, 93, 0.08);
}

.home-about-feature-item {
    min-height: 58px;
    padding: 0 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-right: 1px solid rgba(31, 59, 93, 0.13);
}

.home-about-feature-item:last-child {
    border-right: 0;
}

.home-about-feature-item i {
    color: var(--color1);
    font-size: 36px;
    line-height: 1;
    opacity: 0.9;
}

.home-about-feature-item span {
    color: rgba(22, 34, 58, 0.74);
    font-size: 13.5px;
    line-height: 1.35;
}

/* ==============================
   ABOUT RESPONSIVE
================================= */

@media (max-width: 1399.98px) {
    .home-about-container {
        padding-left: 52px;
        padding-right: 52px;
    }

    .home-section-heading h2 {
        font-size: 40px;
    }

    .home-about-card {
        min-height: 330px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .home-about-feature-item {
        padding: 0 20px;
    }
}

@media (max-width: 1199.98px) {
    .home-about-section {
        padding: 64px 0 58px;
    }

    .home-about-container {
        padding-left: 34px;
        padding-right: 34px;
    }

    .home-about-feature-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .home-about-feature-item {
        padding: 18px 22px;
    }

    .home-about-feature-item:nth-child(2) {
        border-right: 0;
    }

    .home-about-feature-item:nth-child(1),
    .home-about-feature-item:nth-child(2) {
        border-bottom: 1px solid rgba(31, 59, 93, 0.13);
    }
}

@media (max-width: 767.98px) {
    .home-about-section {
        padding: 52px 0 48px;
    }

    .home-about-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-section-heading {
        margin-bottom: 34px;
    }

    .home-section-heading span {
        min-width: auto;
        min-height: 30px;
        padding: 6px 18px;
        font-size: 12px;
    }

    .home-section-heading h2 {
        font-size: 28px;
        line-height: 1.18;
    }

    .home-section-heading h3 {
        margin-top: 8px;
        margin-bottom: 18px;
        font-size: 15px;
        letter-spacing: 7px;
    }

    .home-section-heading p {
        font-size: 13.5px;
        line-height: 1.55;
    }

    .home-about-card {
        min-height: auto;
        padding: 34px 22px 30px;
        border-radius: 18px;
    }

    .home-about-card::before {
        height: 6px;
    }

    .home-about-icon {
        width: 104px;
        height: 104px;
        margin-bottom: 22px;
    }

    .home-about-icon>i {
        font-size: 50px;
    }

    .home-about-icon span {
        width: 34px;
        height: 34px;
        right: 4px;
        bottom: 8px;
    }

    .home-about-card h4 {
        font-size: 17px;
    }

    .home-about-card p {
        font-size: 13.5px;
    }

    .home-about-feature-box {
        margin-top: 34px;
        padding: 8px 18px;
        grid-template-columns: 1fr;
    }

    .home-about-feature-item,
    .home-about-feature-item:nth-child(2) {
        border-right: 0;
    }

    .home-about-feature-item {
        padding: 18px 0;
        border-bottom: 1px solid rgba(31, 59, 93, 0.13);
    }

    .home-about-feature-item:last-child {
        border-bottom: 0;
    }

    .home-about-feature-item i {
        width: 42px;
        font-size: 31px;
        text-align: center;
    }

    .home-about-feature-item span {
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .home-section-heading h2 {
        font-size: 24px;
    }

    .home-section-heading h3 {
        font-size: 13px;
        letter-spacing: 5px;
    }
}

/* ==============================
   HOME ABOUT ANIMATION
================================= */

.home-about-card,
.home-about-feature-box {
    animation: aboutFadeUp 0.8s ease both;
}

.home-about-card-row .col-xl-3:nth-child(1) .home-about-card {
    animation-delay: 0.05s;
}

.home-about-card-row .col-xl-3:nth-child(2) .home-about-card {
    animation-delay: 0.15s;
}

.home-about-card-row .col-xl-3:nth-child(3) .home-about-card {
    animation-delay: 0.25s;
}

.home-about-card-row .col-xl-3:nth-child(4) .home-about-card {
    animation-delay: 0.35s;
}

.home-about-feature-box {
    animation-delay: 0.45s;
}

@keyframes aboutFadeUp {
    from {
        opacity: 0;
        transform: translateY(26px);
    }

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

/* Card hover */
.home-about-card {
    transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.38s ease,
        border-color 0.38s ease;
}

.home-about-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 26px 54px rgba(31, 59, 93, 0.17);
    border-color: rgba(251, 212, 5, 0.36);
}

.home-about-card:hover .home-about-icon {
    transform: scale(1.06) rotate(-2deg);
    background: rgba(251, 212, 5, 0.12);
}

.home-about-icon {
    transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.38s ease;
}

.home-about-icon>i {
    transition: transform 0.38s ease, color 0.38s ease;
}

.home-about-card:hover .home-about-icon>i {
    transform: scale(1.04);
    color: var(--color1);
}

.home-about-icon span {
    transition: transform 0.38s ease, box-shadow 0.38s ease;
}

.home-about-card:hover .home-about-icon span {
    transform: scale(1.12);
    box-shadow: 0 10px 22px rgba(251, 212, 5, 0.45);
}

.home-about-line {
    transition: width 0.35s ease;
}

.home-about-card:hover .home-about-line {
    width: 82px;
}

/* Feature hover */
.home-about-feature-item {
    position: relative;
    overflow: hidden;
    transition: background 0.35s ease;
}

.home-about-feature-item::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 12px;
    background: rgba(251, 212, 5, 0.08);
    opacity: 0;
    transform: scale(0.96);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.home-about-feature-item:hover::before {
    opacity: 1;
    transform: scale(1);
}

.home-about-feature-item i,
.home-about-feature-item span {
    position: relative;
    z-index: 2;
}

.home-about-feature-item i {
    transition: transform 0.35s ease, color 0.35s ease;
}

.home-about-feature-item:hover i {
    transform: translateY(-3px) scale(1.08);
    color: var(--color2);
}

/* ==============================
   GO INTERNATIONAL SECTION
================================= */

.home-international {
    padding: 90px 0;
    background:
        radial-gradient(circle at 85% 20%, rgba(29, 89, 255, 0.6) 0%, rgba(16, 59, 172, 0.4) 25%, transparent 50%),
        linear-gradient(120deg, #06193b 0%, #09285b 40%, #0538c9 100%);
    color: white;
}

.home-international-container {
    padding: 0 70px;
}

/* LEFT */
.home-intl-badge {
    display: inline-block;
    border: 2px solid var(--color2);
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    color: var(--color2);
    margin-bottom: 20px;
}

.home-intl-left h2 {
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 18px;
}

.home-intl-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

.home-intl-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.home-intl-item {
    display: flex;
    gap: 16px;
}

.home-intl-item .icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-intl-item i {
    font-size: 22px;
    color: var(--color2);
}

.home-intl-item h4 {
    font-size: 16px;
    font-weight: 800;
}

.home-intl-item p {
    font-size: 13px;
    opacity: 0.75;
}

/* RIGHT */
.home-intl-image img {
    width: 100%;
    border-radius: 20px;
}

.home-intl-stats {
    margin-top: -60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    backdrop-filter: blur(10px);
}

.home-intl-stat {
    text-align: center;
}

.home-intl-stat h3 {
    font-size: 36px;
    font-weight: 900;
}

.stat-icon {
    background: var(--color2);
    color: var(--color1);
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CTA */
.home-intl-cta {
    margin-top: 40px;
    padding: 22px 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-intl-cta-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.home-intl-cta-left i {
    font-size: 48px;
    border: 1px solid #0538c9;
    border-radius: 50%;
    background-color: #0538c9;
    color: var(--color2);
    padding: 5px;
}

.home-intl-btn {
    background: var(--color2);
    color: var(--color1);
    padding: 14px 22px;
    border-radius: 8px;
    font-weight: 800;
    text-decoration: none;
}

.home-intl-btn:hover {
    background: var(--color8);
}

/* ==============================
   RESPONSIVE
================================= */

@media (max-width: 991px) {

    .home-international-container {
        padding: 0 20px;
    }

    .home-intl-right {
        margin-top: 40px;
    }

    .home-intl-stats {
        flex-direction: column;
        gap: 15px;
    }

    .home-intl-cta {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

}

/* ==============================
   GO INTERNATIONAL ANIMATION
================================= */

.home-intl-badge,
.home-intl-left h2,
.home-intl-desc,
.home-intl-item,
.home-intl-image,
.home-intl-stats,
.home-intl-cta {
    animation: intlFadeUp 0.8s ease both;
}

.home-intl-badge { animation-delay: 0.05s; }
.home-intl-left h2 { animation-delay: 0.12s; }
.home-intl-desc { animation-delay: 0.18s; }

.home-intl-item:nth-child(1) { animation-delay: 0.24s; }
.home-intl-item:nth-child(2) { animation-delay: 0.32s; }
.home-intl-item:nth-child(3) { animation-delay: 0.40s; }
.home-intl-item:nth-child(4) { animation-delay: 0.48s; }

.home-intl-image { animation-delay: 0.22s; }
.home-intl-stats { animation-delay: 0.34s; }
.home-intl-cta { animation-delay: 0.52s; }

@keyframes intlFadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* List hover */
.home-intl-item {
    position: relative;
    padding: 8px 10px;
    margin-left: -10px;
    border-radius: 16px;
    transition: background 0.35s ease, transform 0.35s ease;
}

.home-intl-item:hover {
    background: rgba(255, 255, 255, 0.07);
    transform: translateX(8px);
}

.home-intl-item .icon {
    transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.home-intl-item:hover .icon {
    background: var(--color2);
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 12px 26px rgba(251, 212, 5, 0.25);
}

.home-intl-item:hover .icon i {
    color: var(--color1);
}

/* Image hover */
.home-intl-image {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.22);
}

.home-intl-image img {
    transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1),
                filter 0.35s ease;
}

.home-intl-image:hover img {
    transform: scale(1.045);
    filter: brightness(1.03) saturate(1.08);
}

/* Stats hover */
.home-intl-stat {
    position: relative;
    transition: transform 0.35s ease;
}

.home-intl-stat:hover {
    transform: translateY(-6px);
}

.home-intl-stat .stat-icon {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.home-intl-stat:hover .stat-icon {
    transform: scale(1.08) rotate(-5deg);
    box-shadow: 0 12px 26px rgba(251, 212, 5, 0.28);
}

/* CTA hover */
.home-intl-cta {
    transition: border-color 0.35s ease,
                background 0.35s ease,
                box-shadow 0.35s ease,
                transform 0.35s ease;
}

.home-intl-cta:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(251, 212, 5, 0.38);
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.18);
    transform: translateY(-4px);
}

.home-intl-cta-left i {
    transition: transform 0.35s ease;
}

.home-intl-cta:hover .home-intl-cta-left i {
    transform: rotate(-8deg) scale(1.08);
}

.home-intl-btn {
    transition: background 0.3s ease,
                color 0.3s ease,
                transform 0.35s ease,
                box-shadow 0.35s ease;
}

.home-intl-btn i {
    transition: transform 0.35s ease;
}

.home-intl-btn:hover {
    background: var(--color4);
    color: var(--color1);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(251, 212, 5, 0.22);
    text-decoration: none;
}

.home-intl-btn:hover i {
    transform: translateX(7px);
}

/* ==============================
   HOME PROGRAM STUDI SECTION
================================= */

.home-prodi-section {
    position: relative;
    overflow: hidden;
    padding: 74px 0 86px;
    background:
        radial-gradient(circle at 8% 16%, rgba(31, 59, 93, 0.045), transparent 44%),
        radial-gradient(circle at 92% 84%, rgba(37, 109, 255, 0.045), transparent 48%),
        linear-gradient(135deg, #f8fbff 0%, #ffffff 48%, #eef6ff 100%);
}

.home-prodi-container {
    position: relative;
    z-index: 2;
    padding-left: 34px;
    padding-right: 34px;
}

.home-prodi-heading {
    max-width: 980px;
    margin: 0 auto 58px;
    text-align: center;
}

.home-prodi-label {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
    color: var(--color2);
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}

.home-prodi-label span {
    width: 56px;
    height: 3px;
    border-radius: 50px;
    background: var(--color2);
}

.home-prodi-heading h2 {
    margin: 0 0 22px;
    color: var(--color1);
    font-size: 40px;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -1.5px;
}

.home-prodi-heading p {
    max-width: 920px;
    margin: 0 auto;
    color: rgba(22, 34, 58, 0.72);
    font-size: 18px;
    line-height: 1.55;
}

.home-prodi-row {
    row-gap: 32px;
}

/* Card */
.home-prodi-card {
    position: relative;
    min-height: 550px;
    height: 100%;
    padding: 34px 34px 36px;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(31, 59, 93, 0.08);
    box-shadow: 0 24px 54px rgba(31, 59, 93, 0.10);
    overflow: hidden;
}

.home-prodi-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(37, 109, 255, 0.055), transparent 36%),
        linear-gradient(180deg, rgba(255,255,255,0.58), transparent);
    pointer-events: none;
}

.home-prodi-main {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 42px;
    align-items: start;
    margin-bottom: 34px;
}

.home-prodi-img {
    width: 250px;
    height: 250px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 34px rgba(37, 109, 255, 0.18);
}

.home-prodi-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-prodi-content {
    min-width: 0;
}

.home-prodi-badge {
    width: fit-content;
    min-height: 36px;
    margin-bottom: 30px;
    padding: 0 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.home-prodi-badge-yellow {
    background: var(--color2);
    color: var(--color1);
}

.home-prodi-badge-blue {
    background: #256DFF;
    color: var(--color4);
}

.home-prodi-content h3 {
    margin: 0;
    color: var(--color1);
    font-size: 34px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.7px;
}

.home-prodi-line {
    display: block;
    width: 52px;
    height: 4px;
    margin: 24px 0 28px;
    border-radius: 50px;
    background: var(--color2);
}

.home-prodi-content p {
    max-width: 610px;
    margin: 0;
    color: rgba(22, 34, 58, 0.72);
    font-size: 16px;
    line-height: 1.65;
}

/* Focus */
.home-prodi-focus {
    position: relative;
    z-index: 2;
    margin: auto 0 30px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-prodi-focus-item {
    min-height: 86px;
    padding: 16px 20px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255,255,255,0.90);
    border: 1px solid rgba(31, 59, 93, 0.07);
    box-shadow: 0 12px 26px rgba(31, 59, 93, 0.07);
}

.home-prodi-focus-item i {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #256DFF;
    background: rgba(37, 109, 255, 0.10);
    font-size: 20px;
}

.home-prodi-focus-item span {
    color: rgba(22, 34, 58, 0.78);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.28;
}

/* Button */
.home-prodi-btn {
    position: relative;
    z-index: 2;
    align-self: center;
    min-height: 60px;
    padding: 0 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    transition: 0.35s ease;
}

.home-prodi-btn-yellow {
    background: var(--color2);
    color: var(--color1);
    box-shadow: 0 16px 32px rgba(251, 212, 5, 0.23);
}

.home-prodi-btn-blue {
    background: #256DFF;
    color: var(--color4);
    box-shadow: 0 16px 32px rgba(37, 109, 255, 0.23);
}

.home-prodi-btn i {
    transition: transform 0.35s ease;
}

.home-prodi-btn:hover {
    background: var(--color1);
    color: var(--color4);
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(31, 59, 93, 0.22);
}

.home-prodi-btn:hover i {
    transform: translateX(7px);
}

/* Animation */
.home-prodi-heading,
.home-prodi-card {
    animation: homeProdiFadeUp 0.85s ease both;
}

.home-prodi-heading {
    animation-delay: 0.05s;
}

.home-prodi-row > div:nth-child(1) .home-prodi-card {
    animation-delay: 0.16s;
}

.home-prodi-row > div:nth-child(2) .home-prodi-card {
    animation-delay: 0.28s;
}

@keyframes homeProdiFadeUp {
    from {
        opacity: 0;
        transform: translateY(32px);
        filter: blur(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

.home-prodi-card,
.home-prodi-img img,
.home-prodi-focus-item,
.home-prodi-focus-item i,
.home-prodi-badge {
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, color 0.35s ease, filter 0.35s ease;
}

.home-prodi-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 32px 68px rgba(31, 59, 93, 0.15);
}

.home-prodi-card:hover .home-prodi-img img {
    transform: scale(1.06);
    filter: brightness(1.04) saturate(1.08);
}

.home-prodi-focus-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(31, 59, 93, 0.11);
}

.home-prodi-focus-item:hover i {
    background: var(--color2);
    color: var(--color1);
    transform: rotate(-4deg) scale(1.08);
}

.home-prodi-card:hover .home-prodi-badge {
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 1399.98px) {
    .home-prodi-heading h2 {
        font-size: 46px;
    }

    .home-prodi-heading p {
        font-size: 17px;
    }

    .home-prodi-card {
        padding: 28px;
        min-height: 520px;
    }

    .home-prodi-main {
        grid-template-columns: 210px minmax(0, 1fr);
        gap: 32px;
    }

    .home-prodi-img {
        width: 210px;
        height: 210px;
    }

    .home-prodi-content h3 {
        font-size: 29px;
    }

    .home-prodi-content p {
        font-size: 15px;
    }

    .home-prodi-focus {
        gap: 12px;
    }

    .home-prodi-focus-item {
        padding: 14px 12px;
        gap: 10px;
    }

    .home-prodi-focus-item span {
        font-size: 11.5px;
    }
}

@media (max-width: 1199.98px) {
    .home-prodi-container {
        padding-left: 28px;
        padding-right: 28px;
    }

    .home-prodi-card {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767.98px) {
    .home-prodi-section {
        padding: 54px 0 60px;
    }

    .home-prodi-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .home-prodi-heading {
        margin-bottom: 38px;
    }

    .home-prodi-label {
        gap: 10px;
        font-size: 11px;
    }

    .home-prodi-label span {
        width: 32px;
    }

    .home-prodi-heading h2 {
        font-size: 32px;
    }

    .home-prodi-heading p {
        font-size: 14px;
    }

    .home-prodi-card {
        min-height: auto;
        padding: 20px;
        border-radius: 18px;
    }

    .home-prodi-main {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .home-prodi-img {
        width: 180px;
        height: 180px;
    }

    .home-prodi-badge {
        margin-bottom: 20px;
        font-size: 11.5px;
    }

    .home-prodi-content h3 {
        font-size: 25px;
    }

    .home-prodi-content p {
        font-size: 13.5px;
    }

    .home-prodi-focus {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .home-prodi-btn {
        width: 100%;
        min-height: 54px;
        font-size: 13px;
    }
}

/* ==============================
   HOME TESTIMONIAL
================================= */

.home-testimonial-section {
    position: relative;
    overflow: hidden;
    padding: 72px 0 82px;
    background:
        radial-gradient(circle at 7% 18%, rgba(31, 59, 93, 0.055) 0%, rgba(31, 59, 93, 0.018) 30%, transparent 54%),
        radial-gradient(circle at 92% 88%, rgba(31, 59, 93, 0.045) 0%, rgba(31, 59, 93, 0.016) 30%, transparent 58%),
        linear-gradient(135deg, #f8fbff 0%, #ffffff 48%, #f0f7ff 100%);
}

.home-testimonial-section::before {
    content: "“";
    position: absolute;
    left: 22px;
    top: 22px;
    color: rgba(31, 59, 93, 0.055);
    font-size: 220px;
    font-weight: 900;
    line-height: 0.8;
    font-family: Georgia, serif;
}

.home-testimonial-section::after {
    content: "";
    position: absolute;
    right: 38px;
    top: 18px;
    width: 230px;
    height: 210px;
    background-image: radial-gradient(rgba(31, 59, 93, 0.13) 1.35px, transparent 1.35px);
    background-size: 13px 13px;
    opacity: 0.22;
}

.home-testimonial-container {
    position: relative;
    z-index: 2;
    padding-left: 86px;
    padding-right: 86px;
}

.home-testimonial-heading {
    max-width: 880px;
    margin: 0 auto 52px;
    text-align: center;
    animation: testimonialFadeUp 0.8s ease both;
    animation-delay: 0.05s;
}

.home-testimonial-heading span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-bottom: 18px;
    padding: 7px 28px;
    border-radius: 999px;
    background: rgba(251, 212, 5, 0.18);
    color: var(--color2);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 4px;
}

.home-testimonial-heading h2 {
    margin: 0 0 18px;
    color: var(--color1);
    font-size: 50px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -1px;
}

.home-testimonial-heading h2 strong {
    color: #256DFF;
    font-weight: 900;
}

.home-testimonial-heading p {
    margin: 0;
    color: rgba(22, 34, 58, 0.72);
    font-size: 19px;
    font-weight: 500;
    line-height: 1.45;
}

.home-testimonial-row {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    row-gap: 30px;
}

.home-testimonial-card {
    position: relative;
    height: 100%;
    min-height: 285px;
    padding: 24px 26px 22px;
    border-radius: 19px;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.94);
    border: 2px solid rgba(31, 59, 93, 0.08);
    box-shadow: 0 18px 38px rgba(31, 59, 93, 0.10);
    overflow: hidden;
    animation: testimonialFadeUp 0.8s ease both;
    transition:
        transform 0.42s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.42s ease,
        border-color 0.35s ease;
}

.home-testimonial-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 6px;
    border-radius: 0 8px 8px 0;
    opacity: 0;
    transition:
        width 0.35s ease,
        box-shadow 0.35s ease,
        opacity 0.35s ease;
}

.home-testimonial-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 28px 56px rgba(31, 59, 93, 0.16);
}

.home-testimonial-yellow {
    border-color: rgba(251, 212, 5, 0.58);
    background:
        radial-gradient(circle at 0% 0%, rgba(251, 212, 5, 0.16) 0%, rgba(251, 212, 5, 0.06) 40%, rgba(255, 255, 255, 0) 72%),
        rgba(255, 255, 255, 0.95);
}

.home-testimonial-yellow::before {
    background: var(--color2);
    opacity: 1;
}

.home-testimonial-yellow:hover {
    border-color: rgba(251, 212, 5, 0.78);
}

.home-testimonial-yellow:hover::before {
    width: 8px;
    box-shadow: 8px 0 24px rgba(251, 212, 5, 0.22);
}

.home-testimonial-blue {
    border-color: rgba(31, 59, 93, 0.10);
}

.home-testimonial-blue::after {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 0;
    height: 4px;
    border-radius: 0 0 20px 20px;
    background: #256DFF;
    opacity: 0;
    transform: scaleX(0.35);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.home-testimonial-blue:hover {
    border-color: rgba(37, 109, 255, 0.38);
}

.home-testimonial-blue:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.home-testimonial-row .col-xl-4:nth-child(1) .home-testimonial-card { animation-delay: 0.12s; }
.home-testimonial-row .col-xl-4:nth-child(2) .home-testimonial-card { animation-delay: 0.20s; }
.home-testimonial-row .col-xl-4:nth-child(3) .home-testimonial-card { animation-delay: 0.28s; }
.home-testimonial-row .col-xl-4:nth-child(4) .home-testimonial-card { animation-delay: 0.36s; }
.home-testimonial-row .col-xl-4:nth-child(5) .home-testimonial-card { animation-delay: 0.44s; }
.home-testimonial-row .col-xl-4:nth-child(6) .home-testimonial-card { animation-delay: 0.52s; }

.home-testimonial-content {
    flex: 1;
}

.home-testimonial-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 26px;
}

.home-testimonial-profile {
    display: flex;
    align-items: center;
    gap: 16px;
}

.home-testimonial-profile img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(31, 59, 93, 0.13);
    transition:
        transform 0.42s ease,
        box-shadow 0.42s ease;
}

.home-testimonial-card:hover .home-testimonial-profile img {
    transform: scale(1.07);
    box-shadow: 0 14px 28px rgba(31, 59, 93, 0.18);
}

.home-testimonial-profile h4 {
    position: relative;
    display: inline-block;
    margin: 0 0 4px;
    color: var(--color1);
    font-size: 19px;
    font-weight: 900;
    line-height: 1;
}

.home-testimonial-profile h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 3px;
    border-radius: 20px;
    background: var(--color2);
    transition: width 0.36s ease;
}

.home-testimonial-blue .home-testimonial-profile h4::after {
    background: #256DFF;
}

.home-testimonial-card:hover .home-testimonial-profile h4::after {
    width: 100%;
}

.home-testimonial-profile p {
    margin: 0;
    color: rgba(31, 59, 93, 0.78);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.home-testimonial-yellow .home-testimonial-profile p {
    color: #E7A600;
}

.home-testimonial-blue .home-testimonial-profile p {
    color: var(--color1);
}

.home-testimonial-profile span {
    display: block;
    width: 34px;
    height: 2px;
    margin-top: 12px;
    border-radius: 20px;
    background: rgba(31, 59, 93, 0.13);
}

.home-testimonial-quote {
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color4);
    font-size: 23px;
    box-shadow: 0 10px 22px rgba(31, 59, 93, 0.16);
    transition:
        transform 0.42s ease,
        box-shadow 0.42s ease;
}

.home-testimonial-yellow .home-testimonial-quote {
    background: var(--color2);
}

.home-testimonial-blue .home-testimonial-quote {
    background: var(--color1);
}

.home-testimonial-card:hover .home-testimonial-quote {
    transform: translateY(-4px) rotate(-8deg) scale(1.06);
}

.home-testimonial-yellow:hover .home-testimonial-quote {
    box-shadow: 0 14px 28px rgba(251, 212, 5, 0.32);
}

.home-testimonial-blue:hover .home-testimonial-quote {
    box-shadow: 0 14px 28px rgba(31, 59, 93, 0.24);
}

.home-testimonial-text {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 14px;
    margin-bottom: 24px;
}

.home-testimonial-text > i {
    color: var(--color2);
    font-size: 23px;
    line-height: 1;
    margin-top: 4px;
    transition:
        transform 0.35s ease,
        opacity 0.35s ease;
}

.home-testimonial-blue .home-testimonial-text > i {
    color: #256DFF;
}

.home-testimonial-card:hover .home-testimonial-text > i {
    transform: translateY(-3px) scale(1.1);
    opacity: 0.9;
}

.home-testimonial-text p {
    margin: 0;
    color: rgba(22, 34, 58, 0.82);
    font-size: 15.5px;
    line-height: 1.52;
}

.home-testimonial-stars {
    display: flex;
    gap: 8px;
    padding-left: 38px;
    color: #FFC107;
    font-size: 17px;
}

.home-testimonial-stars i {
    transition:
        transform 0.32s ease,
        color 0.32s ease;
}

.home-testimonial-card:hover .home-testimonial-stars i {
    color: var(--color2);
}

.home-testimonial-card:hover .home-testimonial-stars i:nth-child(1) { transform: translateY(-3px); transition-delay: 0.02s; }
.home-testimonial-card:hover .home-testimonial-stars i:nth-child(2) { transform: translateY(-3px); transition-delay: 0.06s; }
.home-testimonial-card:hover .home-testimonial-stars i:nth-child(3) { transform: translateY(-3px); transition-delay: 0.10s; }
.home-testimonial-card:hover .home-testimonial-stars i:nth-child(4) { transform: translateY(-3px); transition-delay: 0.14s; }
.home-testimonial-card:hover .home-testimonial-stars i:nth-child(5) { transform: translateY(-3px); transition-delay: 0.18s; }

/* ==============================
   TESTIMONIAL VIDEO BUTTON
================================= */

.home-testimonial-video {
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    justify-content: center;
}

.home-testimonial-video-btn {
    position: relative;
    overflow: hidden;
    padding: 10px 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #256DFF;
    background: rgba(37,109,255,0.08);
    border: 1px solid rgba(37,109,255,0.2);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.home-testimonial-video-btn .video-icon {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #ff2525;
    font-size: 11px;
    transition: all 0.3s ease;
}

.home-testimonial-video-btn .video-icon::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(37,109,255,0.25);
    animation: videoPulse 2s infinite;
}

.home-testimonial-video-btn:hover {
    transform: translateY(-3px);
    background: #256DFF;
    color: #fff;
    box-shadow: 0 12px 28px rgba(37,109,255,0.25);
}

.home-testimonial-video-btn:hover .video-icon {
    background: #fff;
    color: #256DFF;
    transform: scale(1.1);
}

/* ==============================
   KEYFRAMES
================================= */

@keyframes testimonialFadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes videoPulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    70% {
        transform: scale(1.8);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* ==============================
   RESPONSIVE
================================= */

@media (max-width: 1399.98px) {
    .home-testimonial-container {
        padding-left: 56px;
        padding-right: 56px;
    }

    .home-testimonial-heading h2 {
        font-size: 44px;
    }
}

@media (max-width: 991.98px) {
    .home-testimonial-container {
        padding-left: 28px;
        padding-right: 28px;
    }

    .home-testimonial-heading h2 {
        font-size: 36px;
    }

    .home-testimonial-heading p {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .home-testimonial-section {
        padding: 54px 0 58px;
    }

    .home-testimonial-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-testimonial-heading {
        margin-bottom: 34px;
    }

    .home-testimonial-heading span {
        min-height: 31px;
        margin-bottom: 14px;
        padding: 6px 18px;
        font-size: 12px;
        letter-spacing: 2px;
    }

    .home-testimonial-heading h2 {
        margin-bottom: 12px;
        font-size: 30px;
    }

    .home-testimonial-heading p {
        font-size: 14px;
    }

    .home-testimonial-card {
        min-height: auto;
        padding: 22px 20px 20px;
        border-radius: 16px;
    }

    .home-testimonial-profile img {
        width: 58px;
        height: 58px;
    }

    .home-testimonial-profile h4 {
        font-size: 17px;
    }

    .home-testimonial-profile p {
        font-size: 12.5px;
    }

    .home-testimonial-quote {
        width: 42px;
        height: 42px;
        font-size: 19px;
    }

    .home-testimonial-text {
        grid-template-columns: 24px 1fr;
        gap: 10px;
    }

    .home-testimonial-text p {
        font-size: 13.5px;
    }

    .home-testimonial-stars {
        padding-left: 34px;
        font-size: 15px;
    }

    .home-testimonial-video-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .home-testimonial-heading h2 {
        font-size: 26px;
    }

    .home-testimonial-top {
        gap: 10px;
    }

    .home-testimonial-profile {
        gap: 12px;
    }
}

/* ==============================
   REDUCED MOTION
================================= */

@media (prefers-reduced-motion: reduce) {
    .home-testimonial-heading,
    .home-testimonial-card,
    .home-testimonial-profile img,
    .home-testimonial-profile h4::after,
    .home-testimonial-quote,
    .home-testimonial-text > i,
    .home-testimonial-stars i,
    .home-testimonial-card::before,
    .home-testimonial-blue::after,
    .home-testimonial-video-btn,
    .home-testimonial-video-btn .video-icon,
    .home-testimonial-video-btn .video-icon::after {
        animation: none !important;
        transition: none !important;
    }
}

/* ==============================
   HOME INFORMASI - REDESIGN
================================= */

.home-info-section {
    position: relative;
    overflow: hidden;
    padding: 70px 0 72px;
    background:
        radial-gradient(circle at 5% 18%, rgba(31, 59, 93, 0.055) 0%, rgba(31, 59, 93, 0.018) 30%, transparent 54%),
        radial-gradient(circle at 92% 82%, rgba(31, 59, 93, 0.05) 0%, rgba(31, 59, 93, 0.016) 32%, transparent 60%),
        linear-gradient(135deg, #f8fbff 0%, #ffffff 48%, #eef6ff 100%);
}

.home-info-container {
    position: relative;
    z-index: 2;
    padding-left: 56px;
    padding-right: 56px;
}

.home-info-row {
    row-gap: 42px;
}

.home-info-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}

.home-info-heading-line {
    width: 5px;
    height: 36px;
    border-radius: 30px;
    background: var(--color2);
}

.home-info-heading-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
    font-size: 20px;
    background: rgba(37, 109, 255, 0.10);
    box-shadow: 0 10px 22px rgba(31, 59, 93, 0.10);
}

.home-info-heading-icon-yellow {
    color: var(--color2);
    background: rgba(251, 212, 5, 0.16);
}

.home-info-heading h3 {
    margin: 0;
    color: var(--color1);
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
}

/* Featured release */
.home-release-featured {
    display: grid;
    grid-template-columns: 56% 44%;
    min-height: 300px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(31, 59, 93, 0.09);
    box-shadow: 0 18px 38px rgba(31, 59, 93, 0.10);
    overflow: hidden;
}

.home-release-featured-img {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.home-release-featured-img img,
.home-release-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), filter 0.35s ease;
}

.home-release-featured:hover img,
.home-release-card:hover img {
    transform: scale(1.055);
    filter: brightness(0.94) saturate(1.08);
}

.home-release-highlight {
    position: absolute;
    left: 20px;
    top: 18px;
    z-index: 3;
    min-height: 34px;
    padding: 8px 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: var(--color2);
    color: var(--color1);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.home-release-featured-content {
    padding: 26px 26px 24px;
}

.home-info-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-bottom: 18px;
    color: rgba(22, 34, 58, 0.55);
    font-size: 12px;
    font-weight: 700;
}

.home-info-meta i {
    color: rgba(22, 34, 58, 0.42);
    margin-right: 4px;
}

.home-release-featured h4,
.home-release-card h4 {
    margin: 0;
}

.home-release-featured h4 a {
    display: inline;
    color: var(--color1);
    font-size: 23px;
    font-weight: 900;
    line-height: 1.22;
    text-decoration: none;
    background-image: linear-gradient(var(--color2), var(--color2));
    background-repeat: no-repeat;
    background-size: 0 3px;
    background-position: 0 100%;
    transition: background-size 0.35s ease, color 0.25s ease;
}

.home-release-featured h4 a:hover,
.home-release-card h4 a:hover,
.home-announcement-item:hover .home-announcement-title {
    color: #256DFF;
    background-size: 100% 3px;
}

.home-release-featured-content p {
    margin: 18px 0 22px;
    color: rgba(22, 34, 58, 0.70);
    font-size: 14px;
    line-height: 1.52;
}

.home-info-btn-fill {
    min-height: 44px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: var(--color1);
    color: var(--color4);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(31, 59, 93, 0.18);
    transition: 0.3s ease;
}

.home-info-btn-fill:hover {
    background: var(--color2);
    color: var(--color1);
    text-decoration: none;
}

.home-info-btn-fill i,
.home-info-link i,
.home-info-btn-outline i:last-child {
    transition: transform 0.32s ease;
}

.home-info-btn-fill:hover i,
.home-info-link:hover i,
.home-info-btn-outline:hover i:last-child {
    transform: translateX(6px);
}

/* Small release */
.home-release-small-row {
    margin-top: 24px;
    row-gap: 22px;
}

.home-release-card {
    height: 100%;
    padding: 14px 14px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(31, 59, 93, 0.08);
    box-shadow: 0 16px 34px rgba(31, 59, 93, 0.10);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.home-release-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 44px rgba(31, 59, 93, 0.15);
}

.home-release-card-img {
    position: relative;
    height: 135px;
    display: block;
    margin-bottom: 13px;
    border-radius: 13px;
    overflow: hidden;
    text-decoration: none;
}

.home-release-card-img span {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 46px;
    height: 46px;
    border-radius: 0 0 18px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color1);
    color: var(--color4);
    font-size: 18px;
}

.home-release-card .home-info-meta {
    margin-bottom: 12px;
}

.home-release-card h4 a {
    display: inline;
    color: var(--color1);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.28;
    text-decoration: none;
    background-image: linear-gradient(var(--color2), var(--color2));
    background-repeat: no-repeat;
    background-size: 0 3px;
    background-position: 0 100%;
    transition: background-size 0.35s ease, color 0.25s ease;
}

.home-info-link {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #256DFF;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.home-info-link:hover {
    color: var(--color1);
    text-decoration: none;
}

/* Announcement */
.home-announcement-box {
    padding: 22px 28px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(31, 59, 93, 0.08);
    box-shadow: 0 18px 38px rgba(31, 59, 93, 0.10);
}

.home-announcement-item {
    position: relative;
    display: grid;
    grid-template-columns: 14px 76px 1fr 24px;
    align-items: center;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(31, 59, 93, 0.10);
    color: var(--color1);
    text-decoration: none;
}

.home-announcement-item:first-child {
    padding-top: 8px;
}

.home-announcement-item:last-child {
    padding-bottom: 8px;
    border-bottom: 0;
}

.home-announcement-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--color2);
    transition: transform 0.3s ease;
}

.home-announcement-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(251, 212, 5, 0.14);
    color: var(--color2);
    font-size: 28px;
    transition: 0.35s ease;
}

.home-announcement-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.home-announcement-meta strong {
    padding: 6px 14px;
    border-radius: 9px;
    background: rgba(37, 109, 255, 0.10);
    color: #256DFF;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.home-announcement-meta em {
    color: rgba(22, 34, 58, 0.55);
    font-size: 12.5px;
    font-style: normal;
    font-weight: 700;
}

.home-announcement-title {
    display: inline;
    color: var(--color1);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
    transition: color 0.25s ease;
}

.home-announcement-arrow {
    color: var(--color1);
    font-size: 26px;
    transition: transform 0.32s ease;
}

.home-announcement-item:hover {
    color: var(--color1);
    text-decoration: none;
}

.home-announcement-item:hover .home-announcement-dot {
    transform: scale(1.25);
}

.home-announcement-item:hover .home-announcement-icon {
    background: var(--color2);
    color: var(--color1);
    transform: translateY(-3px);
}

.home-announcement-item:hover .home-announcement-arrow {
    transform: translateX(7px);
}

/* Action buttons */
.home-info-action {
    text-align: center;
    margin-top: 22px;
}

.home-info-btn-outline {
    min-width: 330px;
    min-height: 44px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-radius: 9px;
    border: 2px solid rgba(37, 109, 255, 0.35);
    background: rgba(255, 255, 255, 0.72);
    color: var(--color1);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: 0.32s ease;
}

.home-info-btn-outline:hover {
    border-color: var(--color2);
    background: var(--color2);
    color: var(--color1);
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(251, 212, 5, 0.22);
}

/* Newsletter */
.home-info-newsletter {
    margin-top: 30px;
    padding: 24px 34px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 1fr 560px;
    align-items: center;
    gap: 34px;
    background:
        radial-gradient(circle at 12% 12%, rgba(37, 109, 255, 0.18) 0%, transparent 34%),
        linear-gradient(105deg, #08264b 0%, var(--color1) 48%, #053982 100%);
    color: var(--color4);
    box-shadow: 0 18px 38px rgba(31, 59, 93, 0.22);
}

.home-info-newsletter-left {
    display: flex;
    align-items: center;
    gap: 22px;
}

.home-info-newsletter-left>span {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color2);
    color: var(--color1);
    font-size: 34px;
    flex: 0 0 auto;
}

.home-info-newsletter h4 {
    margin: 0 0 8px;
    font-size: 21px;
    font-weight: 900;
}

.home-info-newsletter p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

.home-info-newsletter-form {
    min-height: 58px;
    padding: 6px;
    display: grid;
    grid-template-columns: 1fr 190px;
    border-radius: 10px;
    background: var(--color4);
}

.home-info-newsletter-form input {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0 18px;
    color: var(--color1);
    font-size: 14px;
    font-weight: 600;
    background: transparent;
}

.home-info-newsletter-form button {
    border: 0;
    border-radius: 8px;
    background: var(--color2);
    color: var(--color1);
    font-size: 14px;
    font-weight: 900;
    transition: 0.3s ease;
}

.home-info-newsletter-form button:hover {
    background: #e8c200;
}

/* Responsive */
@media (max-width: 1399.98px) {
    .home-info-container {
        padding-left: 42px;
        padding-right: 42px;
    }

    .home-release-featured h4 a {
        font-size: 20px;
    }

    .home-announcement-item {
        grid-template-columns: 12px 62px 1fr 20px;
        gap: 14px;
    }

    .home-announcement-icon {
        width: 56px;
        height: 56px;
    }

    .home-info-newsletter {
        grid-template-columns: 1fr 470px;
    }
}

@media (max-width: 1199.98px) {
    .home-info-newsletter {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .home-info-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .home-release-featured {
        grid-template-columns: 1fr;
    }

    .home-release-featured-img {
        height: 280px;
    }
}

@media (max-width: 767.98px) {
    .home-info-section {
        padding: 52px 0 56px;
    }

    .home-info-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .home-info-heading h3 {
        font-size: 22px;
    }

    .home-release-featured-img {
        height: 220px;
    }

    .home-release-featured-content {
        padding: 22px 20px;
    }

    .home-release-featured h4 a {
        font-size: 18px;
    }

    .home-release-card-img {
        height: 170px;
    }

    .home-announcement-box {
        padding: 14px 18px;
    }

    .home-announcement-item {
        grid-template-columns: 10px 50px 1fr 16px;
        gap: 10px;
    }

    .home-announcement-icon {
        width: 46px;
        height: 46px;
        border-radius: 12px;
        font-size: 22px;
    }

    .home-announcement-meta {
        flex-wrap: wrap;
        gap: 8px;
    }

    .home-announcement-title {
        font-size: 13.5px;
    }

    .home-info-btn-outline {
        min-width: 100%;
        gap: 12px;
        font-size: 13px;
    }

    .home-info-newsletter {
        padding: 22px 18px;
        gap: 22px;
    }

    .home-info-newsletter-left {
        align-items: flex-start;
    }

    .home-info-newsletter-left>span {
        width: 56px;
        height: 56px;
        font-size: 25px;
    }

    .home-info-newsletter-form {
        grid-template-columns: 1fr;
        gap: 8px;
        background: transparent;
        padding: 0;
    }

    .home-info-newsletter-form input {
        min-height: 50px;
        border-radius: 8px;
        background: var(--color4);
    }

    .home-info-newsletter-form button {
        min-height: 50px;
    }
}

/* ==============================
   HOME CTA SECTION - FINAL
================================= */

.home-cta-section {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    padding: 74px 0 0;
    color: var(--color4);
    background:
        radial-gradient(circle at 78% 42%, rgba(29, 89, 255, 0.86) 0%, rgba(16, 59, 172, 0.60) 28%, rgba(7, 26, 66, 0) 58%),
        linear-gradient(115deg, #06193b 0%, #09285b 44%, #0538c9 100%);
}

.home-cta-section::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 36px;
    width: 220px;
    height: 320px;
    background-image: radial-gradient(rgba(251, 212, 5, 0.22) 1.5px, transparent 1.5px);
    background-size: 15px 15px;
    opacity: 0.28;
}

.home-cta-section::after {
    content: "";
    position: absolute;
    right: -160px;
    top: -110px;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.08), transparent 58%);
    opacity: 0.8;
}

.home-cta-container {
    position: relative;
    z-index: 2;
    padding-left: 76px;
    padding-right: 0;
}

.home-cta-row {
    min-height: 686px;
    align-items: stretch;
}

.home-cta-content {
    position: relative;
    z-index: 4;
    padding-top: 10px;
    padding-bottom: 58px;
}

/* Badge */
.home-cta-badge {
    width: fit-content;
    min-height: 46px;
    margin-bottom: 28px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    border-radius: 999px;
    border: 2px solid rgba(255,255,255,0.28);
    background: rgba(255,255,255,0.045);
    color: var(--color2);
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    backdrop-filter: blur(10px);
}

.home-cta-badge i {
    font-size: 20px;
}

/* Text */
.home-cta-content h2 {
    max-width: 880px;
    margin: 0 0 26px;
    color: var(--color4);
    font-size: 60px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -2px;
}

.home-cta-content h2 span {
    display: block;
    color: var(--color2);
}

.home-cta-desc {
    position: relative;
    max-width: 740px;
    margin: 0 0 36px;
    padding-left: 21px;
    color: rgba(255,255,255,0.82);
    font-size: 21px;
    font-weight: 500;
    line-height: 1.55;
}

.home-cta-desc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 7px;
    width: 3px;
    border-radius: 30px;
    background: var(--color2);
}

/* Features */
.home-cta-features {
    max-width: 855px;
    margin-bottom: 36px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.home-cta-feature {
    position: relative;
    padding: 0 24px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.20);
}

.home-cta-feature:first-child {
    padding-left: 0;
}

.home-cta-feature:last-child {
    padding-right: 0;
    border-right: 0;
}

.home-cta-feature-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    border: 2px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.075);
    color: var(--color2);
    font-size: 35px;
    box-shadow: inset 0 0 24px rgba(255,255,255,0.04);
}

.home-cta-feature h4 {
    margin: 0 0 9px;
    color: var(--color4);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.15;
}

.home-cta-feature p {
    margin: 0;
    color: rgba(255,255,255,0.67);
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.38;
}

/* Buttons */
.home-cta-buttons {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.home-cta-btn {
    min-height: 66px;
    padding: 0 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    transition: 0.35s ease;
}

.home-cta-btn-primary {
    min-width: 420px;
    background: var(--color2);
    border: 2px solid var(--color2);
    color: var(--color1);
    box-shadow: 0 18px 34px rgba(251, 212, 5, 0.28);
}

.home-cta-btn-outline {
    min-width: 330px;
    background: transparent;
    border: 2px solid var(--color2);
    color: var(--color4);
}

.home-cta-btn:hover {
    background: #e8e8e8;
    border-color: #e8e8e8;
    color: var(--color1);
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(0,0,0,0.20);
}

.home-cta-btn i:last-child {
    transition: transform 0.35s ease;
}

.home-cta-btn:hover i:last-child {
    transform: translateX(8px);
}

/* Contact */
.home-cta-contact {
    width: fit-content;
    min-height: 68px;
    padding: 9px 23px 9px 11px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.045);
    color: rgba(255,255,255,0.86);
    backdrop-filter: blur(10px);
}

.home-cta-contact-main {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(37,109,255,0.28);
    color: var(--color4);
    font-size: 25px;
}

.home-cta-contact-label {
    font-size: 16px;
    font-weight: 600;
}

.home-cta-contact a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color4);
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}

.home-cta-contact a:last-child {
    color: var(--color2);
}

.home-cta-contact a i {
    color: var(--color2);
    font-size: 18px;
}

/* Visual */
.home-cta-visual {
    position: relative;
    min-height: 686px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0;
}

.home-cta-glow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 720px;
    height: 620px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 60% 46%, rgba(37,109,255,0.38), transparent 52%),
        radial-gradient(circle at 70% 74%, rgba(255,255,255,0.10), transparent 52%);
    filter: blur(2px);
}

.home-cta-visual img {
    position: relative;
    z-index: 3;
    height: 685px;
    width: auto;
    max-width: none;
    object-fit: contain;
    object-position: bottom right;
    filter: drop-shadow(0 28px 42px rgba(0,0,0,0.30));
}

/* Animation */
.home-cta-badge,
.home-cta-content h2,
.home-cta-desc,
.home-cta-feature,
.home-cta-buttons,
.home-cta-contact {
    animation: ctaTextReveal 0.8s ease both;
}

.home-cta-badge { animation-delay: 0.06s; }
.home-cta-content h2 { animation-delay: 0.14s; }
.home-cta-desc { animation-delay: 0.22s; }
.home-cta-feature:nth-child(1) { animation-delay: 0.30s; }
.home-cta-feature:nth-child(2) { animation-delay: 0.38s; }
.home-cta-feature:nth-child(3) { animation-delay: 0.46s; }
.home-cta-feature:nth-child(4) { animation-delay: 0.54s; }
.home-cta-buttons { animation-delay: 0.62s; }
.home-cta-contact { animation-delay: 0.70s; }

@keyframes ctaTextReveal {
    from {
        opacity: 0;
        transform: translateY(30px);
        filter: blur(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

.home-cta-visual img {
    animation: ctaImageReveal 1s ease both 0.24s;
}

@keyframes ctaImageReveal {
    from {
        opacity: 0;
        transform: translateX(70px) scale(0.98);
        filter: blur(5px) drop-shadow(0 28px 42px rgba(0,0,0,0.30));
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
        filter: blur(0) drop-shadow(0 28px 42px rgba(0,0,0,0.30));
    }
}

.home-cta-glow {
    animation: ctaGlowPulse 4s ease-in-out infinite;
}

@keyframes ctaGlowPulse {
    0%, 100% {
        opacity: 0.72;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.04);
    }
}

.home-cta-feature,
.home-cta-feature-icon {
    transition: 0.35s ease;
}

.home-cta-feature:hover {
    transform: translateY(-7px);
}

.home-cta-feature:hover .home-cta-feature-icon {
    background: var(--color2);
    color: var(--color1);
    transform: rotate(-3deg) scale(1.08);
    box-shadow: 0 16px 30px rgba(251, 212, 5, 0.25);
}

.home-cta-contact a {
    transition: color 0.25s ease, transform 0.25s ease;
}

.home-cta-contact a:hover {
    color: var(--color2);
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1399.98px) {
    .home-cta-container {
        padding-left: 54px;
    }

    .home-cta-content h2 {
        font-size: 50px;
    }

    .home-cta-desc {
        font-size: 17px;
    }

    .home-cta-btn-primary {
        min-width: 360px;
    }

    .home-cta-btn-outline {
        min-width: 280px;
    }

    .home-cta-visual img {
        height: 620px;
    }
}

@media (max-width: 1199.98px) {
    .home-cta-section {
        min-height: auto;
        padding-top: 62px;
    }

    .home-cta-container {
        padding-left: 36px;
        padding-right: 36px;
    }

    .home-cta-row {
        min-height: auto;
    }

    .home-cta-visual {
        min-height: 520px;
        justify-content: center;
    }

    .home-cta-visual img {
        height: 530px;
    }
}

@media (max-width: 991.98px) {
    .home-cta-content h2 {
        font-size: 40px;
    }

    .home-cta-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 26px 0;
    }

    .home-cta-feature:nth-child(2) {
        border-right: 0;
    }

    .home-cta-btn,
    .home-cta-btn-primary,
    .home-cta-btn-outline {
        width: 100%;
        min-width: unset;
    }

    .home-cta-contact {
        width: 100%;
        flex-wrap: wrap;
        border-radius: 22px;
    }
}

@media (max-width: 767.98px) {
    .home-cta-section {
        padding-top: 52px;
    }

    .home-cta-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .home-cta-badge {
        min-height: 38px;
        padding: 0 16px;
        font-size: 12px;
    }

    .home-cta-content h2 {
        font-size: 32px;
        line-height: 1.18;
        letter-spacing: -0.8px;
    }

    .home-cta-desc {
        font-size: 14px;
    }

    .home-cta-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-cta-feature {
        padding: 0 13px;
    }

    .home-cta-feature-icon {
        width: 58px;
        height: 58px;
        font-size: 26px;
    }

    .home-cta-feature h4 {
        font-size: 14px;
    }

    .home-cta-feature p {
        font-size: 11px;
    }

    .home-cta-btn {
        min-height: 52px;
        padding: 0 16px;
        font-size: 13px;
    }

    .home-cta-contact {
        gap: 12px;
        font-size: 13px;
    }

    .home-cta-contact-main {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .home-cta-contact-label,
    .home-cta-contact a {
        font-size: 13px;
    }

    .home-cta-visual {
        min-height: 400px;
    }

    .home-cta-visual img {
        height: 400px;
    }
}

@media (max-width: 420px) {
    .home-cta-content h2 {
        font-size: 28px;
    }

    .home-cta-visual {
        min-height: 360px;
    }

    .home-cta-visual img {
        height: 360px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-cta-badge,
    .home-cta-content h2,
    .home-cta-desc,
    .home-cta-feature,
    .home-cta-buttons,
    .home-cta-contact,
    .home-cta-visual img,
    .home-cta-glow {
        animation: none !important;
        transition: none !important;
    }
}