/* ============================================================
   CONTACT PAGE (sfc-contact) — custom redesign
   ============================================================ */
.sfc-contact {
    background: #EAF3EE;
    padding: 64px 0 90px;
}
.sfc-contact__hero {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
}
.sfc-contact__hero h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #0D2A1D;
    margin: 0 0 16px;
}
.sfc-contact__hero p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #5C6E64;
    margin: 0;
}

.sfc-contact__grid {
    display: grid;
    grid-template-columns: 0.85fr 1fr;
    gap: 28px;
    align-items: start;
    margin-bottom: 40px;
}

.sfc-contact__info-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(13,61,45,0.05);
}
.sfc-contact__info-card h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #0D2A1D;
    margin: 0 0 24px;
}
.sfc-contact__info-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.sfc-contact__info-list li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.sfc-contact__info-icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #DFF3E7;
    color: #18A167;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sfc-contact__info-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #18A167;
    margin-bottom: 4px;
}
.sfc-contact__info-list p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #2C3B33;
    margin: 0;
}
.sfc-contact__info-list p a {
    color: #2C3B33;
    text-decoration: none;
}
.sfc-contact__info-list p a:hover { color: #18A167; }

.sfc-contact__social {
    padding-top: 22px;
    border-top: 1px solid #EEF3F0;
}
.sfc-contact__social-icons {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}
.sfc-contact__social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid #006D39;
    color: #006D39;
    --sfc-social-cutout: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.sfc-contact__social-icons a:hover {
    border-color: #99F3B1;
    background: #006D39;
    color: #FFFFFF;
    --sfc-social-cutout: #006D39;
}
.sfc-contact__social-icons svg {
    width: 18px;
    height: 18px;
}
.sfc-contact__social-icons img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.sfc-contact__help-card {
    background: #0D3D2D;
    border-radius: 20px;
    padding: 36px;
    position: relative;
    overflow: hidden;
}
.sfc-contact__help-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #2FBF71;
    margin: 0 0 16px;
}
.sfc-contact__help-card p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255,255,255,0.75);
    margin: 0 0 26px;
    max-width: 380px;
}
.sfc-contact__whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2FBF71;
    color: #0D2A1D;
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    padding: 14px 26px;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.2s;
}
.sfc-contact__whatsapp-btn:hover { background: #26A862; color: #0D2A1D; }

.sfc-contact__map {
    border-radius: 20px;
    overflow: hidden;
}
.sfc-contact__map iframe {
    width: 100%;
    height: 420px;
    display: block;
}

@media (max-width: 991px) {
    .sfc-contact__grid { grid-template-columns: 1fr; }
    .sfc-contact__hero h1 { font-size: 32px; }
}
@media (max-width: 575px) {
    .sfc-contact__info-card,
    .sfc-contact__help-card { padding: 24px; }
}

/* Watermark overlay must never block clicks on the player underneath (e.g. YouTube's own controls) */
.vjs-watermark {
    pointer-events: none;
}

/* Keep the video filling the wrapper when fullscreen is re-targeted to it (see learning-player.js) */
.video-payer:fullscreen,
.video-payer:-webkit-full-screen {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}
.video-payer:fullscreen iframe,
.video-payer:-webkit-full-screen iframe {
    width: 100%;
    height: 100%;
}
.video-payer:fullscreen .sfc-ytp,
.video-payer:-webkit-full-screen .sfc-ytp {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
}

.sfc-co__duitku-methods {
    margin: -6px 0 14px;
    padding: 16px;
    background: #F4FBF6;
    border: 1px solid #DCEFE2;
    border-radius: 12px;
}
.sfc-co__duitku-hint {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #0D2A1D;
    margin: 0 0 12px;
}
.sfc-co__duitku-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 10px;
}
.sfc-co__duitku-loading {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #5C6E64;
}
.sfc-co__duitku-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #FFFFFF;
    border: 1.5px solid #E3ECE6;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: border-color 0.15s, background 0.15s;
    position: relative;
}
.sfc-co__duitku-item:hover { border-color: #9FCBB2; }
.sfc-co__duitku-item:has(.sfc-co__duitku-item-radio:checked) {
    border-color: #18A167;
    background: #F3FAF6;
}
.sfc-co__duitku-item-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.sfc-co__duitku-item-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #F1F7F3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    overflow: hidden;
}
.sfc-co__duitku-item-icon img { max-width: 22px; max-height: 22px; object-fit: contain; }
.sfc-co__duitku-item-body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.sfc-co__duitku-item-name {
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.3;
    color: #0D2A1D;
    overflow-wrap: break-word;
}
.sfc-co__duitku-item-fee {
    font-size: 11px;
    color: #5C6E64;
}
.sfc-co__duitku-item-check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #D7E0DA;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    transition: background 0.2s, border-color 0.2s;
}
.sfc-co__duitku-item-check svg { opacity: 0; transition: opacity 0.15s; }
.sfc-co__duitku-item-radio:checked ~ .sfc-co__duitku-item-check {
    background: #18A167;
    border-color: #18A167;
}
.sfc-co__duitku-item-radio:checked ~ .sfc-co__duitku-item-check svg { opacity: 1; }

@media (max-width: 480px) {
    .sfc-co__duitku-list { grid-template-columns: 1fr; }
    .sfc-co__duitku-methods { padding: 12px; }
}

/* Class Replay detail hero thumbnail: never crop, letterbox instead */
.courses__details-thumb {
    background: #0D2A1D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.courses__details-thumb img {
    object-fit: contain;
    width: 100%;
    max-height: 640px;
}

/* ── Custom YouTube player (no native controls / no click-through) ─────── */
.sfc-ytp {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
}
.sfc-ytp__frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none;
}
.sfc-ytp__shield {
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: pointer;
    background: transparent;
}
.sfc-ytp__center-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
    transition: opacity 0.15s;
}
.sfc-ytp__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
}
.sfc-ytp__btn {
    background: transparent;
    border: 0;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}
.sfc-ytp__time {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    white-space: nowrap;
    flex-shrink: 0;
}
.sfc-ytp__seek {
    flex: 1;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255,255,255,0.3);
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}
.sfc-ytp__seek::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #006D39;
    cursor: pointer;
}
.sfc-ytp__seek::-moz-range-thumb {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #006D39;
    border: none;
    cursor: pointer;
}
.sfc-ytp__quality-wrap {
    position: relative;
    flex-shrink: 0;
}
.sfc-ytp__quality-menu {
    position: absolute;
    bottom: 34px;
    right: 0;
    background: rgba(20, 20, 20, 0.95);
    border-radius: 8px;
    padding: 6px;
    display: flex;
    flex-direction: column;
    min-width: 90px;
    max-height: 220px;
    overflow-y: auto;
    z-index: 4;
}
.sfc-ytp__quality-item {
    background: transparent;
    border: 0;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 12.5px;
    text-align: left;
    padding: 6px 10px;
    border-radius: 5px;
    cursor: pointer;
}
.sfc-ytp__quality-item:hover {
    background: rgba(255,255,255,0.12);
}
.sfc-ytp__quality-item--active {
    color: #2FBF71;
    font-weight: 700;
}

.sfc-ytp__poster {
    position: absolute;
    inset: 0;
    z-index: 5;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sfc-ytp__poster-btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s;
}
.sfc-ytp__poster:hover .sfc-ytp__poster-btn {
    transform: scale(1.08);
}

