.hero-glass {
    background: #f8faff;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    position: relative;
}

.hero-glass::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 40%, rgba(99, 102, 241, 0.06) 0%, transparent 55%),
        radial-gradient(ellipse at 80% 60%, rgba(59, 130, 246, 0.05) 0%, transparent 55%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 14px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 20px;
}

.hero-badge span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #94a3b8;
    display: inline-block;
}

.hero-accent {
    color: #1e40af;
}

.btn-glass-primary {
    background: rgba(59, 130, 246, 0.15) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(59, 130, 246, 0.3) !important;
    color: #1e3a8a !important;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.08);
}

.btn-glass-primary:hover {
    background: rgba(59, 130, 246, 0.25) !important;
    border-color: rgba(59, 130, 246, 0.45) !important;
    color: #1e3a8a !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.15);
}

.btn-glass {
    background: rgba(255, 255, 255, 0.45) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #475569 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.btn-glass:hover {
    background: rgba(255, 255, 255, 0.65) !important;
    border-color: rgba(0, 0, 0, 0.12) !important;
    color: #1e293b !important;
    transform: translateY(-2px);
}


/* ── Image Overlay for CTA buttons inside cards ── */
.event-img-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.event-card:hover .image-overlay,
.blog-card-glass:hover .image-overlay {
    opacity: 1;
}

.btn-glass-cta {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    transform: translateY(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.event-card:hover .btn-glass-cta,
.blog-card-glass:hover .btn-glass-cta {
    transform: translateY(0);
}

.btn-glass-cta:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.glass-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.stats-glass {
    background: #f1f5f9;
    padding: 48px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    position: relative;
    z-index: 1;
}

.stat-glass-item {
    text-align: center;
    padding: 22px 16px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: border-color 0.2s;
}

.stat-glass-item:hover {
    border-color: #cbd5e1;
}

.stat-value {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 5px;
    line-height: 1.2;
}

.stat-label {
    font-size: 0.72rem;
    color: #94a3b8;
    font-weight: 400;
    letter-spacing: 0.01em;
}

/* ── Sections ── */
.section-glass-alt {
    background: #f8faff;
    padding: 80px 0;
}

.section-glass {
    background: #fff;
    padding: 80px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 48px;
}

.section-header h2 {
    font-size: 1.85rem;
    font-weight: 700;
    color: #1e293b;
    margin: 8px 0 12px;
}

.section-header h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1e293b;
}

.section-header p {
    color: #94a3b8;
    max-width: 520px;
    margin: 0 auto;
    font-size: 0.95rem;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #64748b;
    /*background: #f1f5f9;*/
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    padding: 4px 14px;
    margin-bottom: 10px;
}

.section-badge .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #94a3b8;
    display: inline-block;
}

.visi-misi-glass {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
}

.icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #f8faff;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 1rem;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.feature-glass {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.feature-glass:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.concentration-glass {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.concentration-glass:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.testimonial-glass {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px;
    position: relative;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.testimonial-glass:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-color: #cbd5e1;
}

.testimonial-glass .quote-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.8rem;
    color: #e2e8f0;
}

/* ── Sambutan: scroll offset di desktop ── */
.sambutan-section {
    margin-top: 100px;
}

@media (max-width: 768px) {
    .sambutan-section {
        margin-top: 0 !important;
    }
}

/* ── mesh-bg override: lebih subtle ── */
.mesh-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(ellipse at 15% 20%, rgba(99, 102, 241, 0.04) 0%, transparent 50%),
        radial-gradient(ellipse at 85% 80%, rgba(59, 130, 246, 0.03) 0%, transparent 50%);
}

.sphere-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
    touch-action: none;
    cursor: grab;
}

.sphere-wrapper:active {
    cursor: grabbing;
}

@media (max-width: 640px) {
    .sphere-wrapper {
        height: 300px;
    }

    .sphere-item {
        width: 55px !important;
        height: 55px !important;
    }
}

.sphere-center-glow {
    position: absolute;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.22) 0%, rgba(147, 51, 234, 0.04) 55%, transparent 75%);
    border-radius: 50%;
    filter: blur(12px);
    z-index: 1;
    pointer-events: none;
}

.sphere-item {
    position: absolute;
    width: 70px;
    height: 70px;
    user-select: none;
    will-change: transform, opacity;
    z-index: 2;
}

.sphere-item-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), inset 0 2px 2px rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sphere-item:hover .sphere-item-inner {
    transform: scale(1.15);
    border-color: #3b82f6;
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
}

.sphere-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.sphere-item-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.sphere-tooltip {
    position: absolute;
    bottom: 10px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(8px);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sphere-tooltip.show {
    opacity: 1;
    transform: translateY(0);
}

/* Alumni Modal Overlay */
.alumni-modal-overlay {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(15, 23, 42, 0.75) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    z-index: 999999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.3s ease !important;
    padding: 16px !important;
}

.alumni-modal-overlay.show {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.alumni-modal-container {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    border-radius: 24px !important;
    width: 100% !important;
    max-width: 580px !important;
    padding: 32px !important;
    position: relative !important;
    transform: scale(0.9) translateY(20px) !important;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease !important;
}

.alumni-modal-overlay.show .alumni-modal-container {
    transform: scale(1) translateY(0) !important;
}

.alumni-modal-close {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.05) !important;
    border: none !important;
    color: #64748b !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.25s !important;
    z-index: 10 !important;
}

.alumni-modal-close:hover {
    background: rgba(239, 71, 111, 0.1) !important;
    color: #ef476f !important;
    transform: rotate(90deg) !important;
}

/* Responsive Modal Layout */
.modal-content-grid {
    display: flex !important;
    flex-direction: row !important;
    gap: 28px !important;
    align-items: flex-start !important;
    text-align: left !important;
    width: 100% !important;
}

@media (max-width: 640px) {
    .modal-content-grid {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 16px !important;
    }

    .modal-content-grid .details-left {
        text-align: center !important;
        width: 100% !important;
    }

    .modal-content-grid .details-left p {
        justify-content: center !important;
    }

    .alumni-modal-container {
        padding: 24px !important;
    }
}

.hero-slider-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background: #0f172a;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s;
    display: flex;
    align-items: flex-end;
    padding-bottom: 12vh;
    z-index: 1;
    overflow: hidden;
}

.slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 25%;
    background-repeat: no-repeat;
    z-index: 1;
    transform: scale(1.12);
    transition: transform 6s cubic-bezier(0.16, 1, 0.3, 1);
}

.slide.active .slide-bg {
    transform: scale(1);
}

.slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(15, 23, 42, 0.85) 0%,
            rgba(15, 23, 42, 0.65) 50%,
            rgba(15, 23, 42, 0.4) 100%);
    z-index: 2;
}

.slide.fallback-slide {
    background:
        radial-gradient(ellipse at 30% 0%, rgba(59, 130, 246, 0.2) 0%, transparent 65%),
        radial-gradient(ellipse at 70% 100%, rgba(139, 92, 246, 0.15) 0%, transparent 65%),
        linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.hero-content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    transition: all 0.3s ease;
}

@media (min-width: 1024px) {
    .hero-content-wrapper {
        padding-left: 8%;
    }
}

@media (min-width: 1280px) {
    .hero-content-wrapper {
        padding-left: 10%;
    }
}

.slider-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(3rem, 7vw, 6.5rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
    margin-bottom: 24px;
}

.slider-title span {
    font-family: inherit;
    font-weight: inherit;
}

.slider-description {
    font-family: 'Inter', sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.05rem);
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    max-width: 580px;
    margin-bottom: 32px;
}

/* Slide Number Style - Top Left */
.slider-number-box {
    position: absolute;
    top: 20%;
    left: 4%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.slider-number-current {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
}

.slider-number-total {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 600;
    margin-top: 4px;
    margin-left: 2px;
}

.slider-top-right-label {
    position: absolute;
    top: 20%;
    right: 4%;
    z-index: 10;
    text-align: right;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    line-height: 2;
}

.slider-top-right-label span {
    display: block;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.slider-top-right-label .accent-line {
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-right: 12px;
}

.slider-subtitle-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 16px;
    display: block;
}

.slider-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.slider-cta-link .cta-line {
    width: 30px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slider-cta-link:hover .cta-line {
    width: 50px;
    background-color: #ffffff;
}

.slider-cta-link:hover {
    color: #ffffff;
    opacity: 1;
    transform: translateX(4px);
}

.scroll-down-indicator {
    display: flex;
    align-items: center;
    gap: 10px;
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: left top;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 4%;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}

.scroll-down-indicator .line {
    width: 60px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
}

.slider-dots-container {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 10;
}

.slider-dot {
    width: 10px;
    height: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-dot::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}

.slider-dot:hover::before {
    background: rgba(255, 255, 255, 0.9);
}

.slider-dot.active::before {
    background: #ffffff;
    transform: scale(1.5);
}

.slider-arrows-container {
    position: absolute;
    bottom: 60px;
    right: 4%;
    display: flex;
    gap: 16px;
    z-index: 10;
}

.slider-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.slider-arrow:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}

.slider-arrow:active {
    transform: scale(0.95);
}

.slider-progress-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.15);
    z-index: 10;
}

.slider-progress-bar {
    height: 100%;
    width: 0;
    background: #ffffff;
}

@media (max-width: 1023px) {
    .hero-slider-section {
        min-height: 550px;
    }

    .slide {
        align-items: center;
        padding-bottom: 80px;
    }

    .slider-dots-container {
        right: 20px;
        top: auto;
        bottom: 40px;
        flex-direction: row;
        transform: none;
        left: 20px;
        justify-content: center;
    }

    .slider-arrows-container {
        bottom: 20px;
        right: 20px;
        left: 20px;
        justify-content: space-between;
    }

    .slider-arrow {
        width: 40px;
        height: 40px;
    }
}

/* Style Block 2 extracted from home.blade.php */
.sambutan-section {
    background: linear-gradient(135deg, #f8faff 0%, #f1f5f9 50%, #f8faff 100%);
    padding: 80px 24px;
    position: relative;
    overflow: hidden;
}

.sambutan-section::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.sambutan-section::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.sambutan-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 64px;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.sambutan-profile {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 220px;
}

.sambutan-photo-wrap {
    position: relative;
    width: 200px;
    height: 260px;
}

.sambutan-photo-ring {
    position: absolute;
    inset: -6px;
    border-radius: 20px;
    border: 1.5px solid #e2e8f0;
    pointer-events: none;
}

.sambutan-photo-ring::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: -8px;
    bottom: -8px;
    border-radius: 20px;
    background: rgba(99, 102, 241, 0.04);
    z-index: -1;
}

.sambutan-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 16px;
    display: block;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.sambutan-identity {
    text-align: center;
    width: 100%;
}

.sambutan-identity-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #94a3b8;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 100px;
    padding: 4px 14px;
    display: inline-block;
    margin-bottom: 10px;
}

.sambutan-identity-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.35;
    margin-bottom: 6px;
}

.sambutan-identity-instansi {
    font-size: 0.75rem;
    color: #94a3b8;
    line-height: 1.5;
}

.sambutan-signature {
    margin-top: 12px;
}

.sambutan-content {
    flex: 1;
}

.sambutan-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #475569;
    margin-bottom: 16px;
}

.sambutan-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #64748b;
    animation: sambutan-pulse 2.5s ease-in-out infinite;
    display: inline-block;
}

@keyframes sambutan-pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.4;
        transform: scale(0.7);
    }
}

.sambutan-title {
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 800;
    color: #1e293b;
    line-height: 1.25;
    margin-bottom: 28px;
}

.sambutan-title em {
    font-style: normal;
    color: #1e40af;
}

.sambutan-quote {
    position: relative;
    background: #f8faff;
    border-left: 3px solid #94a3b8;
    border-radius: 0 12px 12px 0;
    padding: 20px 24px 20px 28px;
    margin-bottom: 24px;
}

.quote-icon {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 28px;
    height: 21px;
    color: #94a3b8;
}

.sambutan-opening {
    font-size: 0.93rem;
    color: #475569;
    line-height: 1.75;
    margin: 0;
    font-style: italic;
}

.sambutan-body p {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.85;
    margin-bottom: 14px;
}

.sambutan-body p em {
    font-style: normal;
    color: #1e40af;
    font-weight: 600;
}

.sambutan-body p:last-child {
    margin-bottom: 0;
}

.sambutan-footer {
    margin-top: 28px;
}

.sambutan-divider {
    height: 1px;
    background: linear-gradient(to right, #e2e8f0, transparent);
    margin-bottom: 16px;
}

.sambutan-closing {
    font-size: 0.875rem;
    color: #94a3b8;
    font-style: italic;
    margin: 0;
}

@media (max-width: 900px) {
    .sambutan-inner {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .sambutan-profile {
        width: 100%;
        flex-direction: row;
        align-items: center;
        gap: 24px;
    }

    .sambutan-photo-wrap {
        width: 120px;
        height: 155px;
        flex-shrink: 0;
    }

    .sambutan-identity {
        text-align: left;
    }

    .sambutan-content {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .sambutan-section {
        padding: 48px 16px;
    }

    .sambutan-profile {
        flex-direction: column;
        align-items: center;
    }

    .sambutan-identity {
        text-align: center;
    }
}

/* Style Block 3 extracted from home.blade.php */
.pd-section {
    background: #060d1f;
    padding: 100px 24px;
    overflow: hidden;
    position: relative;
}

.pd-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 50%, rgba(0, 100, 255, 0.12) 0%, transparent 65%);
    pointer-events: none;
}

.pd-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 1;
}

.pd-text {
    flex: 0 0 380px;
}

.pd-screen-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pd-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.25);
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.pd-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 16px;
}

.pd-title span {
    color: #3b82f6;
}

.pd-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    margin-bottom: 32px;
}

.pd-stats {
    display: flex;
    gap: 28px;
    margin-bottom: 36px;
}

.pd-stat-val {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.pd-stat-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 2px;
}

.pd-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #3b82f6;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}

.pd-btn:hover {
    background: #2563eb;
    color: #fff;
    transform: translateY(-2px);
}

.pd-device {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1400px;
    min-height: 360px;
}

.pd-laptop {
    position: relative;
    width: 520px;
    height: 320px;
    transform-style: preserve-3d;
    transform: rotateX(8deg) rotateY(-18deg);
    animation: pdFloat 5s ease-in-out infinite;
}

@keyframes pdFloat {

    0%,
    100% {
        transform: rotateX(8deg) rotateY(-18deg) translateY(0);
    }

    50% {
        transform: rotateX(8deg) rotateY(-18deg) translateY(-12px);
    }
}

.pd-lid {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, #1e2130 0%, #0e1018 100%);
    border-radius: 12px 12px 4px 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.pd-screen-bezel {
    position: absolute;
    inset: 10px;
    background: #0a0a0e;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.pd-screen {
    position: absolute;
    inset: 0;
    background: #0b0b0f;
    animation: pdWake 1.2s ease forwards 0.3s;
    opacity: 0;
}

@keyframes pdWake {
    to {
        opacity: 1;
    }
}

.pd-shimmer {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.06) 50%, transparent 60%);
    animation: pdShimmer 4s ease-in-out infinite 1.8s;
    transform: translateX(-100%);
    pointer-events: none;
}

@keyframes pdShimmer {
    0% {
        transform: translateX(-100%);
    }

    40%,
    100% {
        transform: translateX(220%);
    }
}

.pd-base {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    width: 560px;
    height: 22px;
    background: linear-gradient(180deg, #1a1d26 0%, #0d0f14 100%);
    border-radius: 0 0 8px 8px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-top: none;
}

.pd-base::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 2px;
}

.pd-base-shadow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -34px;
    width: 480px;
    height: 14px;
    background: radial-gradient(ellipse, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    border-radius: 50%;
}

@media (max-width: 991px) {
    .pd-inner {
        flex-direction: column;
        gap: 56px;
        text-align: center;
    }

    .pd-text {
        flex: none;
    }

    .pd-stats {
        justify-content: center;
    }

    .pd-btn {
        margin: 0 auto;
    }

    .pd-laptop {
        width: 400px;
        height: 246px;
    }
}

@media (max-width: 576px) {
    .pd-section {
        padding: 70px 16px;
    }

    .pd-title {
        font-size: 26px;
    }

    .pd-laptop {
        width: 310px;
        height: 191px;
    }

    .pd-base {
        width: 340px;
    }
}

/* Style Block 4 extracted from home.blade.php */
.ts-section {
    background: #060d1f;
    padding: 80px 0 0;
    overflow: hidden;
}

.ts-header {
    text-align: center;
    margin-bottom: 52px;
}

.ts-header h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin: 8px 0 12px;
}

.ts-header p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.45);
    max-width: 480px;
    margin: 0 auto;
}

.ts-outer {
    position: relative;
    height: 560px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1200px;
}

.ts-scene {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 16px;
    height: 100%;
    transform: translateX(-80px) translateY(0px) translateZ(-100px) rotateX(20deg) rotateY(-10deg) rotateZ(20deg);
    transform-style: preserve-3d;
}

.ts-fade {
    position: absolute;
    pointer-events: none;
    z-index: 10;
}

.ts-fade-top {
    top: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(to bottom, #060d1f 0%, transparent 100%);
}

.ts-fade-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(to top, #060d1f 0%, transparent 100%);
}

.ts-fade-left {
    top: 0;
    bottom: 0;
    left: 0;
    width: 18%;
    background: linear-gradient(to right, #060d1f 0%, transparent 100%);
}

.ts-fade-right {
    top: 0;
    bottom: 0;
    right: 0;
    width: 18%;
    background: linear-gradient(to left, #060d1f 0%, transparent 100%);
}

.ts-col {
    width: 210px;
    flex-shrink: 0;
    overflow: hidden;
}

.ts-track {
    display: flex;
    flex-direction: column;
    gap: 14px;
    will-change: transform;
}

.ts-up {
    animation: tsUp 28s linear infinite;
}

.ts-down {
    animation: tsDown 32s linear infinite;
}

.ts-slow {
    animation-duration: 38s;
}

.ts-fast {
    animation-duration: 22s;
}

.ts-track:hover {
    animation-play-state: paused;
}

@keyframes tsUp {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50%);
    }
}

@keyframes tsDown {
    from {
        transform: translateY(-50%);
    }

    to {
        transform: translateY(0);
    }
}

.ts-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 16px;
    flex-shrink: 0;
    transition: background 0.25s, border-color 0.25s;
    cursor: default;
}

.ts-card:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.18);
}

.ts-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.ts-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
}

.ts-name {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.2;
}

.ts-role {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 2px;
}

.ts-body {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991px) {
    .ts-scene {
        transform: translateX(-50px) translateY(0px) translateZ(-60px) rotateX(18deg) rotateY(-8deg) rotateZ(18deg);
    }

    .ts-col:last-child {
        display: none;
    }
}

@media (max-width: 576px) {
    .ts-outer {
        height: 400px;
    }

    .ts-scene {
        transform: translateX(-20px) translateY(0px) translateZ(-40px) rotateX(15deg) rotateY(-6deg) rotateZ(15deg);
    }

    .ts-col:nth-child(4),
    .ts-col:nth-child(5) {
        display: none;
    }
}

/* Style Block 5 extracted from home.blade.php */
.landing-footer,
.landing-footer .footer-top,
.landing-footer .footer-bottom {
    background: #060d1f !important;
}

.landing-footer .footer-bg {
    display: none !important;
}

.landing-footer .footer-top::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(0, 82, 204, 0.35) 0%, rgba(0, 168, 255, 0.10) 50%, transparent 100%),
        repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(0, 120, 255, 0.07) 39px, rgba(0, 120, 255, 0.07) 40px),
        repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(0, 120, 255, 0.07) 39px, rgba(0, 120, 255, 0.07) 40px);
    pointer-events: none;
    z-index: 0;
}

.landing-footer .footer-top::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 100, 255, 0.18) 0%, transparent 70%);
    top: -150px;
    left: -100px;
    pointer-events: none;
    z-index: 0;
}

.landing-footer .footer-top .container {
    position: relative;
    z-index: 1;
}

.landing-footer .footer-bottom {
    background: #040b19 !important;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(0, 120, 255, 0.25) !important;
}

.landing-footer .footer-bottom::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 168, 255, 0.12) 0%, transparent 70%);
    bottom: -200px;
    right: -100px;
    pointer-events: none;
}

.landing-footer {
    border-top: 2px solid transparent !important;
    background-image: linear-gradient(#060d1f, #060d1f), linear-gradient(90deg, #003399, #0077ff, #00c8ff, #0077ff, #003399) !important;
    background-origin: border-box !important;
    background-clip: padding-box, border-box !important;
}

.footer-related-sites {
    border-bottom: 1px solid rgba(0, 120, 255, 0.20) !important;
}

.stat-item {
    background: rgba(0, 100, 255, 0.08) !important;
    border: 1px solid rgba(0, 120, 255, 0.18) !important;
}

.stat-item:hover {
    background: rgba(0, 120, 255, 0.15) !important;
    border-color: rgba(0, 180, 255, 0.35) !important;
}

.stat-item-total {
    background: linear-gradient(135deg, rgba(0, 100, 255, 0.22), rgba(0, 180, 255, 0.10)) !important;
    border-color: rgba(0, 150, 255, 0.35) !important;
}

.stat-item-total:hover {
    border-color: rgba(0, 200, 255, 0.55) !important;
}

.footer-visitor-chart {
    background: rgba(0, 80, 200, 0.08) !important;
    border: 1px solid rgba(0, 120, 255, 0.20) !important;
}

.landing-footer .footer-title {
    color: #fff !important;
    position: relative;
    padding-bottom: 8px;
}

.landing-footer .footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 2px;
    background: linear-gradient(90deg, #0077ff, #00c8ff);
    border-radius: 2px;
}

.landing-footer .footer-link:hover {
    color: #00c8ff !important;
}

.landing-footer .footer-link i {
    color: #0099ff !important;
}

.landing-footer .footer-title::after {
    display: none !important;
}

@media (max-width: 991px) {
    .jam-layanan-wrap {
        margin-left: auto;
        margin-right: auto;
    }
}

.landing-footer a[href*="play.google.com"] img {
    transition: transform 0.2s ease, filter 0.2s ease;
}

.landing-footer a[href*="play.google.com"]:hover img {
    transform: translateY(-3px) scale(1.04);
    filter: brightness(1.1);
}

/* Style Block 6 extracted from home.blade.php */
.gs-viewall {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .78rem;
    font-weight: 600;
    color: #0095f6;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity .15s;
}

.gs-viewall:hover {
    opacity: .75;
    color: #0095f6;
}

.gs-strip-wrap {
    position: relative;
}

.gs-strip {
    display: flex;
    gap: 0;
    overflow-x: auto;
    padding: .5rem 0 .8rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: center;
}

.gs-strip::-webkit-scrollbar {
    display: none;
}

@media (max-width: 600px) {
    .gs-strip {
        justify-content: flex-start;
    }
}

.gs-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2rem;
    pointer-events: none;
    z-index: 2;
    transition: opacity .25s;
    opacity: 0;
}

.gs-fade-l {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}

.gs-fade-r {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}

.gs-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .4rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 .65rem;
    flex-shrink: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    transition: transform .18s ease;
}

.gs-item:hover {
    transform: translateY(-2px);
}

.gs-item:active {
    transform: scale(.94);
}

.gs-ring-wrap {
    position: relative;
    width: 66px;
    height: 66px;
}

.gs-ring-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.gs-avatar {
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    background: #fff;
    padding: 2px;
    overflow: visible;
}

.gs-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.gs-label {
    font-size: .7rem;
    font-weight: 400;
    color: #262626;
    max-width: 72px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.gs-label.gs-viewed {
    color: #8e8e8e;
}

.gs-lb {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.gs-lb-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .9);
    cursor: pointer;
}

.gs-lb-panel {
    position: relative;
    z-index: 1;
    background: #000;
    border-radius: 14px;
    width: min(400px, 96vw);
    max-height: 94vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .7);
    animation: lbIn .22s cubic-bezier(.32, .72, 0, 1);
}

@keyframes lbIn {
    from {
        transform: translateY(18px) scale(.95);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.gs-lb-segs {
    display: flex;
    gap: 3px;
    padding: 10px 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.gs-lb-seg {
    flex: 1;
    height: 2px;
    background: rgba(255, 255, 255, .35);
    border-radius: 2px;
    overflow: hidden;
}

.gs-lb-seg-fill {
    height: 100%;
    background: #fff;
    border-radius: 2px;
    width: 0%;
    transition: width 4s linear;
}

.gs-lb-seg.gs-done .gs-lb-seg-fill {
    width: 100%;
    transition: none;
}

.gs-lb-seg.gs-cur .gs-lb-seg-fill {
    width: 100%;
    transition: none;
}

.gs-lb-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 12px 12px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .55) 0%, transparent 100%);
    gap: .75rem;
}

.gs-lb-user {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.gs-lb-av {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    border: 1.5px solid rgba(255, 255, 255, .6);
    flex-shrink: 0;
    background: #333;
}

.gs-lb-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gs-lb-uname {
    font-size: .82rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}

.gs-lb-umeta {
    font-size: .69rem;
    color: rgba(255, 255, 255, .6);
    margin-top: 1px;
}

.gs-lb-head-right {
    display: flex;
    align-items: center;
    gap: .55rem;
    flex-shrink: 0;
}

.gs-lb-counter {
    font-size: .72rem;
    color: rgba(255, 255, 255, .55);
    white-space: nowrap;
}

.gs-lb-close {
    background: rgba(255, 255, 255, .12);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    padding: 0;
    transition: background .15s;
}

.gs-lb-close:hover {
    background: rgba(255, 255, 255, .25);
}

.gs-lb-img-area {
    position: relative;
    flex: 1;
    min-height: 0;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    aspect-ratio: 9/16;
    min-height: 280px;
}

.gs-lb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
    transition: opacity .18s;
}

.gs-lb-img.gs-loading {
    opacity: 0;
}

.gs-lb-spinner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gs-lb-spinner.gs-hidden {
    display: none;
}

.gs-spin {
    animation: gsSpin .9s linear infinite;
}

@keyframes gsSpin {
    to {
        transform: rotate(360deg);
    }
}

.gs-tap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 44%;
    cursor: pointer;
    z-index: 4;
}

.gs-tap-l {
    left: 0;
}

.gs-tap-r {
    right: 0;
}

.gs-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .14);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: background .15s;
    z-index: 8;
    backdrop-filter: blur(4px);
}

.gs-nav-btn:hover {
    background: rgba(255, 255, 255, .26);
}

.gs-nav-btn:disabled {
    opacity: .25;
    pointer-events: none;
}

@media (min-width: 576px) {
    .gs-nav-btn {
        display: flex;
    }
}

.gs-nav-prev {
    left: .6rem;
}

.gs-nav-next {
    right: .6rem;
}

.gs-lb-caption {
    padding: .5rem .9rem .25rem;
    font-size: .77rem;
    color: rgba(255, 255, 255, .6);
    min-height: 1.4rem;
    text-align: center;
    background: #000;
}

.gs-lb-thumbs {
    display: flex;
    gap: 4px;
    padding: .4rem .75rem .65rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background: #000;
    justify-content: center;
}

.gs-lb-thumbs::-webkit-scrollbar {
    display: none;
}

.gs-lb-t {
    width: 44px;
    height: 44px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
    opacity: .4;
    border: 2px solid transparent;
    transition: opacity .15s, border-color .15s;
}

.gs-lb-t img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gs-lb-t.active {
    opacity: 1;
    border-color: #fff;
}
/* --- INFO SLIDER --- */
.info-slider-wrapper {
    background-color: #0b1528;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.infoSwiper {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
}

.infoSwiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 1000px; /* wider */
    max-width: 90%;
    height: 350px; /* shorter */
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
    background-color: #1e293b;
}

@media (max-width: 768px) {
    .infoSwiper .swiper-slide {
        height: 250px;
    }
}

.infoSwiper .swiper-slide .info-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.infoSwiper .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.1) 100%);
    z-index: 2;
}

.info-slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 3;
    color: #fff;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .info-slide-content {
        padding: 20px;
    }
}

.info-slide-content h3 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

@media (max-width: 768px) {
    .info-slide-content h3 {
        font-size: 22px;
    }
}

.info-slide-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #e2e8f0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.btn-selengkapnya {
    display: inline-block;
    background-color: #2563eb;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-selengkapnya:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

/* Custom Navigation */
.info-slider-wrapper .info-prev,
.info-slider-wrapper .info-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
}

.info-slider-wrapper .info-prev:hover,
.info-slider-wrapper .info-next:hover {
    background: rgba(255,255,255,0.3);
}

.info-slider-wrapper .info-prev {
    left: 40px;
}

.info-slider-wrapper .info-next {
    right: 40px;
}

@media (max-width: 1024px) {
    .info-slider-wrapper .info-prev {
        left: 10px;
    }
    .info-slider-wrapper .info-next {
        right: 10px;
    }
}

.info-slider-wrapper .info-prev::after,
.info-slider-wrapper .info-next::after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
}

.info-slider-wrapper .info-prev::after {
    content: '\f053';
}

.info-slider-wrapper .info-next::after {
    content: '\f054';
}

/* Custom Pagination */
.info-swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.info-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0.4);
    opacity: 1;
    margin: 0 4px !important;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: inline-block;
}

.info-swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    background: #fff;
}
