.profil-sambutan-page {
    background: linear-gradient(180deg, #f3faf6 0%, #fff 420px);
    overflow: hidden;
}

.profil-sambutan-hero {
    position: relative;
    padding: 36px 0 0;
}

.profil-sambutan-hero-bg {
    position: absolute;
    inset: 0 0 35%;
    background:
        radial-gradient(ellipse 80% 70% at 0% 0%, rgba(0, 166, 81, .14), transparent 55%),
        radial-gradient(ellipse 60% 60% at 100% 0%, rgba(48, 122, 213, .1), transparent 50%);
    pointer-events: none;
}

.profil-sambutan-card {
    position: relative;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(0, 166, 81, .1);
    box-shadow: 0 20px 50px rgba(12, 40, 28, .1);
}

.profil-sambutan-photo-col {
    background: linear-gradient(155deg, #0b4d32 0%, #1a5fad 100%);
    padding: 28px 24px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.profil-sambutan-photo-frame {
    position: relative;
    width: min(100%, 280px);
}

.profil-sambutan-photo-ring {
    position: absolute;
    inset: -12px;
    border: 2px dashed rgba(255, 255, 255, .22);
    border-radius: 22px;
    animation: profilSambutanSpin 20s linear infinite;
}

@keyframes profilSambutanSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.profil-sambutan-photo {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 18px;
    border: 4px solid rgba(255, 255, 255, .92);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
}

.profil-sambutan-photo-badge {
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 999px;
    background: #fff;
    color: var(--theme-primary, #006838);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .16);
}

.profil-sambutan-intro {
    padding: 36px 36px 36px 28px;
}

.profil-sambutan-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: var(--theme-primary, #006838);
    background: rgba(0, 166, 81, .1);
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.profil-sambutan-title {
    font-size: clamp(24px, 3.5vw, 34px);
    font-weight: 800;
    color: #1a2d4a;
    line-height: 1.25;
    margin: 0 0 8px;
}

.profil-sambutan-name {
    font-size: clamp(20px, 2.8vw, 28px);
    font-weight: 700;
    color: var(--theme-primary, #006838);
    margin: 0 0 6px;
}

.profil-sambutan-meta {
    font-size: 14px;
    color: #5a6478;
    margin-bottom: 4px;
}

.profil-sambutan-term {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    padding: 10px 14px;
    border-radius: 12px;
    background: #f4f8ff;
    border: 1px solid #e4eaf8;
    font-size: 13px;
    color: #2a3a58;
}

.profil-sambutan-term i {
    color: var(--theme-secondary, #c9a227);
}

.profil-sambutan-motto {
    margin: 18px 0 0;
    padding: 14px 16px 14px 18px;
    border-left: 4px solid var(--theme-primary, #006838);
    background: #f8fcf9;
    border-radius: 0 12px 12px 0;
    font-size: 15px;
    font-style: italic;
    color: #3d4f62;
    line-height: 1.6;
}

.profil-sambutan-body {
    padding: 48px 0 56px;
}

.profil-sambutan-panel {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #e8f2ec;
    box-shadow: 0 10px 32px rgba(0, 60, 30, .06);
    padding: 28px 30px;
    margin-bottom: 28px;
}

.profil-sambutan-panel h2 {
    font-size: 22px;
    font-weight: 800;
    color: #1a2d4a;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.profil-sambutan-panel h2 i {
    color: var(--theme-primary, #006838);
    font-size: 20px;
}

.profil-sambutan-text {
    font-size: 15px;
    line-height: 1.85;
    color: #4a5568;
}

.profil-sambutan-text p {
    margin-bottom: 14px;
}

.profil-sambutan-text p:last-child {
    margin-bottom: 0;
}

.profil-sambutan-video-wrap {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #0f1f2e;
    box-shadow: 0 16px 40px rgba(15, 31, 46, .22);
}

.profil-sambutan-video-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    pointer-events: none;
    z-index: 2;
}

.profil-sambutan-video-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.profil-sambutan-video-embed iframe,
.profil-sambutan-video-embed video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.profil-sambutan-video-caption {
    padding: 14px 18px;
    background: linear-gradient(90deg, #0b4d32, #1a5fad);
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.profil-sambutan-video-caption i {
    opacity: .9;
}

.profil-sambutan-empty {
    text-align: center;
    padding: 48px 20px;
    color: #6b7a94;
}

.profil-sambutan-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .55s ease, transform .55s ease;
}

.profil-sambutan-reveal.is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 991px) {
    .profil-sambutan-intro {
        padding: 28px 22px 32px;
    }

    .profil-sambutan-photo-col {
        padding: 28px 20px 36px;
    }
}

@media (max-width: 767px) {
    .profil-sambutan-panel {
        padding: 22px 18px;
    }

    .profil-sambutan-panel h2 {
        font-size: 19px;
    }
}
