:root {
                --primary-color: #3D9EB9;
                --primary-dark: #2D3C76;
                --primary-light: #5ab8d4;
                --secondary-color: #DEBD9E;
                --accent-color: #52764C;
                --accent-light: #6b9559;
                --text-dark: #1a1a1a;
                --text-medium: #475569;
                --text-light: #64748b;
                --bg-light: #f8fafc;
                --bg-white: #ffffff;
                --border-color: #e2e8f0;
                
                /* Aksen form mengikuti biru navbar/header */
                --form-accent: #2860E4;
                --form-accent-dark: #2D3C76;
            }
            
            body {
                font-family: 'Poppins', 'Inter', sans-serif;
                overflow-x: hidden;
                scroll-behavior: smooth;
                color: var(--text-dark);
                line-height: 1.7;
                background-color: #f6f8fc;
                background-image:
                    /* Ring biru besar kiri */
                    radial-gradient(circle 420px at -160px 160px,
                        rgba(40, 96, 228, 0) 0 58%,
                        rgba(40, 96, 228, 0.22) 58% 66%,
                        rgba(40, 96, 228, 0) 66% 100%),
                    /* Ring biru besar kanan */
                    radial-gradient(circle 340px at calc(100% + 120px) 220px,
                        rgba(45, 60, 118, 0) 0 60%,
                        rgba(45, 60, 118, 0.18) 60% 70%,
                        rgba(45, 60, 118, 0) 70% 100%),
                    /* Blob highlight kiri-atas */
                    radial-gradient(520px 260px at 22% 6%,
                        rgba(40, 96, 228, 0.14) 0%,
                        rgba(40, 96, 228, 0) 62%),
                    /* Blob highlight kanan-atas */
                    radial-gradient(520px 300px at 88% 10%,
                        rgba(45, 60, 118, 0.10) 0%,
                        rgba(45, 60, 118, 0) 60%),
                    /* Lingkaran solid transparan kanan */
                    radial-gradient(circle 160px at calc(100% - 170px) 240px,
                        rgba(40, 96, 228, 0.16) 0 99%,
                        rgba(40, 96, 228, 0) 100%),
                    /* Lingkaran solid kecil kanan */
                    radial-gradient(circle 86px at calc(100% - 250px) 330px,
                        rgba(40, 96, 228, 0.16) 0 99%,
                        rgba(40, 96, 228, 0) 100%),
                    /* Ornamen bawah: ring kiri-bawah */
                    radial-gradient(circle 420px at -140px calc(100% - 140px),
                        rgba(40, 96, 228, 0) 0 60%,
                        rgba(40, 96, 228, 0.14) 60% 69%,
                        rgba(40, 96, 228, 0) 69% 100%),
                    /* Ornamen bawah: ring kanan-bawah */
                    radial-gradient(circle 360px at calc(100% + 130px) calc(100% - 130px),
                        rgba(45, 60, 118, 0) 0 62%,
                        rgba(45, 60, 118, 0.12) 62% 74%,
                        rgba(45, 60, 118, 0) 74% 100%),
                    /* Ornamen bawah: blob halus tengah-bawah */
                    radial-gradient(620px 260px at 55% 92%,
                        rgba(40, 96, 228, 0.08) 0%,
                        rgba(40, 96, 228, 0) 64%),
                    /* Dots halus (bokeh) */
                    radial-gradient(circle 6px at 12% 34%, rgba(40, 96, 228, 0.16) 0 60%, rgba(40, 96, 228, 0) 62%),
                    radial-gradient(circle 7px at 20% 72%, rgba(45, 60, 118, 0.12) 0 60%, rgba(45, 60, 118, 0) 62%),
                    radial-gradient(circle 5px at 62% 78%, rgba(40, 96, 228, 0.12) 0 60%, rgba(40, 96, 228, 0) 62%),
                    radial-gradient(circle 6px at 86% 64%, rgba(45, 60, 118, 0.12) 0 60%, rgba(45, 60, 118, 0) 62%),
                    radial-gradient(circle 4px at 78% 40%, rgba(40, 96, 228, 0.12) 0 60%, rgba(40, 96, 228, 0) 62%),
                    /* Pattern diagonal super tipis */
                    repeating-linear-gradient(135deg,
                        rgba(40, 96, 228, 0.035) 0,
                        rgba(40, 96, 228, 0.035) 1px,
                        rgba(0, 0, 0, 0) 1px,
                        rgba(0, 0, 0, 0) 14px);
                background-repeat: no-repeat;
                background-attachment: fixed;
            }

            @media (max-width: 576px) {
                body {
                    background-image:
                        radial-gradient(circle 320px at -170px 120px,
                            rgba(40, 96, 228, 0) 0 58%,
                            rgba(40, 96, 228, 0.20) 58% 66%,
                            rgba(40, 96, 228, 0) 66% 100%),
                        radial-gradient(circle 240px at calc(100% + 120px) 160px,
                            rgba(45, 60, 118, 0) 0 62%,
                            rgba(45, 60, 118, 0.16) 62% 72%,
                            rgba(45, 60, 118, 0) 72% 100%),
                        radial-gradient(circle 120px at calc(100% - 90px) 170px,
                            rgba(40, 96, 228, 0.14) 0 99%,
                            rgba(40, 96, 228, 0) 100%),
                        radial-gradient(circle 70px at calc(100% - 150px) 235px,
                            rgba(40, 96, 228, 0.14) 0 99%,
                            rgba(40, 96, 228, 0) 100%),
                        radial-gradient(circle 300px at -170px calc(100% - 120px),
                            rgba(40, 96, 228, 0) 0 60%,
                            rgba(40, 96, 228, 0.12) 60% 70%,
                            rgba(40, 96, 228, 0) 70% 100%),
                        radial-gradient(circle 240px at calc(100% + 140px) calc(100% - 120px),
                            rgba(45, 60, 118, 0) 0 62%,
                            rgba(45, 60, 118, 0.10) 62% 74%,
                            rgba(45, 60, 118, 0) 74% 100%),
                        radial-gradient(circle 6px at 18% 72%, rgba(40, 96, 228, 0.12) 0 60%, rgba(40, 96, 228, 0) 62%),
                        radial-gradient(circle 5px at 82% 62%, rgba(45, 60, 118, 0.10) 0 60%, rgba(45, 60, 118, 0) 62%),
                        repeating-linear-gradient(135deg,
                            rgba(40, 96, 228, 0.03) 0,
                            rgba(40, 96, 228, 0.03) 1px,
                            rgba(0, 0, 0, 0) 1px,
                            rgba(0, 0, 0, 0) 16px);
                    background-attachment: scroll;
                }
            }
            
            .navbar-toggler {
                display: none !important;
            }
            
            .navbar-collapse {
                display: flex !important;
            }
            
            @media (max-width: 991px) {
                .navbar-collapse {
                    display: none !important;
                }
            }
            
            /* Form Styles */
            .enroll-container {
                background: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(10px);
                border-radius: 12px;
                box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
                padding: 2rem;
                margin-bottom: 2rem;
                transition: all 0.3s ease;
            }
            
            .enroll-container:hover {
                box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
            }
            
            .navbar-brand-logo {
                max-height: 50px;
                width: auto;
                height: auto;
                transition: all 0.3s ease;
            }
            
            .form-section {
                margin-bottom: 2.5rem;
                padding: 2rem;
                background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.9));
                border-radius: 12px;
                border: 1px solid rgba(226, 232, 240, 0.8);
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
                transition: all 0.3s ease;
            }
            
            .form-section:hover {
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
                border-color: rgba(40, 96, 228, 0.22);
            }
            
            .form-section:last-child {
                margin-bottom: 0;
            }
            
            .form-section-header {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 2rem;
                gap: 1rem;
                flex-wrap: wrap;
                padding-bottom: 1.25rem;
                border-bottom: 3px solid rgba(40, 96, 228, 0.22);
            }
            
            .form-section-title {
                color: var(--primary-dark);
                font-weight: 700;
                font-size: 1.35rem;
                margin-bottom: 0;
                padding-bottom: 0;
                display: flex;
                align-items: center;
                flex: 1;
                min-width: 0;
            }
            
            .form-section-title i {
                color: var(--form-accent);
                margin-right: 0.5rem;
            }
            
            .form-section h5 {
                color: var(--form-accent-dark);
                font-weight: 600;
                font-size: 1.15rem;
                margin-bottom: 1.5rem;
                padding-bottom: 0.75rem;
                border-bottom: 2px solid rgba(40, 96, 228, 0.18);
                display: flex;
                align-items: center;
            }
            
            .form-section h5 i {
                margin-right: 0.5rem;
                font-size: 1rem;
            }
            
            .form-label {
                font-weight: 600;
                color: var(--text-dark);
                margin-bottom: 0.75rem;
                font-size: 0.9375rem;
                display: flex;
                align-items: center;
                gap: 0.5rem;
            }
            
            .form-label i {
                color: var(--form-accent);
                font-size: 0.875rem;
            }
            
            .required-field::after {
                content: ' *';
                color: #dc3545;
                font-weight: 700;
            }
            
            .form-text {
                font-size: 0.8125rem;
                color: var(--text-medium);
                margin-top: 0.25rem;
                display: block;
            }
            
            .form-control {
                border: 2px solid var(--border-color);
                border-radius: 8px;
                padding: 0.75rem 1rem;
                transition: all 0.3s ease;
                font-size: 0.9375rem;
                height: auto;
                min-height: 48px;
                background-color: #fff;
            }
            
            .form-control:hover {
                border-color: rgba(40, 96, 228, 0.55);
            }
            
            .form-control:focus {
                border-color: var(--form-accent);
                box-shadow: 0 0 0 0.25rem rgba(40, 96, 228, 0.14);
                outline: none;
                background-color: #fff;
            }
            
            .form-control::placeholder {
                color: var(--text-light);
                opacity: 0.7;
            }
            
            textarea.form-control {
                min-height: 100px;
                resize: vertical;
            }
            
            select.form-control:not(.form-select-modern-input) {
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 12 12'%3E%3Cpath fill='%232860E4' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: right 1rem center;
                background-size: 14px;
                padding-right: 2.5rem;
                cursor: pointer;
            }
            
            select.form-control:not(.form-select-modern-input):hover:not(:disabled) {
                border-color: var(--form-accent);
                background-color: #f8f9fa;
            }
            
            .btn-enroll {
                background: linear-gradient(135deg, var(--form-accent), var(--form-accent-dark));
                color: white;
                border: none;
                padding: 1rem 3rem;
                border-radius: 10px;
                font-weight: 700;
                font-size: 1.05rem;
                transition: all 0.3s ease;
                box-shadow: 0 4px 12px rgba(40, 96, 228, 0.28);
                display: inline-flex;
                align-items: center;
                gap: 0.75rem;
                text-transform: uppercase;
                letter-spacing: 0.5px;
            }
            
            .btn-enroll:hover {
                transform: translateY(-3px);
                box-shadow: 0 8px 20px rgba(40, 96, 228, 0.38);
                color: white;
            }
            
            .btn-enroll i {
                font-size: 1.1rem;
            }
            
            .form-select-modern {
                position: relative;
                margin-bottom: 0;
                width: 100%;
            }
            
            .form-select-modern.disabled {
                opacity: 0.6;
                pointer-events: none;
            }
            
            .form-select-modern-input {
                width: 100%;
                padding: 0.75rem 3rem 0.75rem 1.125rem !important;
                cursor: pointer;
                background: #ffffff;
                border: 1.5px solid #e2e8f0;
                border-radius: 8px;
                font-weight: 500;
                font-size: 0.9375rem;
                color: var(--text-dark);
                transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                background-image: none;
                line-height: 1.5;
                min-height: 48px;
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
            
            .form-select-modern-input:hover:not(:disabled) {
                border-color: rgba(40, 96, 228, 0.6);
                background-color: #f8fafc;
                box-shadow: 0 2px 8px rgba(40, 96, 228, 0.12);
            }
            
            .form-select-modern-input:focus {
                border-color: var(--form-accent);
                background-color: #ffffff;
                box-shadow: 0 0 0 3px rgba(40, 96, 228, 0.12), 0 4px 12px rgba(40, 96, 228, 0.18);
                outline: none;
            }
            
            .form-select-modern-input:disabled {
                background-color: #f1f5f9;
                cursor: not-allowed;
                opacity: 0.6;
                border-color: #e2e8f0;
            }
            
            .form-select-modern-input option {
                padding: 0.75rem 1rem;
                font-weight: 500;
                color: var(--text-dark);
                background-color: #ffffff;
            }
            
            .form-select-modern-input option:checked {
                background-color: var(--form-accent);
                color: white;
            }
            
            .select-arrow {
                position: absolute;
                right: 1rem;
                top: 50%;
                transform: translateY(-50%);
                pointer-events: none;
                color: var(--form-accent);
                z-index: 2;
                transition: background-color 0.2s ease, color 0.2s ease;
                font-size: 0.75rem;
                width: 26px;
                height: 26px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: rgba(40, 96, 228, 0.10);
                border-radius: 6px;
            }

            /* Pastikan icon selalu menghadap bawah (native select tidak punya state "open") */
            .select-arrow i {
                transform: none !important;
            }
            
            .form-select-modern:hover:not(.disabled) .select-arrow {
                background: rgba(40, 96, 228, 0.14);
                color: var(--form-accent-dark);
            }

            .form-select-modern-input:focus ~ .select-arrow {
                background: rgba(40, 96, 228, 0.18);
                color: var(--form-accent-dark);
                transform: translateY(-50%);
            }
            
            .select-loading {
                position: absolute;
                right: 3.1rem;
                top: 50%;
                transform: translateY(-50%);
                display: none;
                z-index: 3;
                align-items: center;
                gap: 0.4rem;
                padding: 0 0.5rem;
                border-radius: 999px;
                background: rgba(255, 255, 255, 0.95);
                border: 1px solid rgba(226, 232, 240, 0.9);
                color: var(--text-medium);
                font-size: 0.75rem;
                line-height: 1;
                pointer-events: none;
                height: 26px;
            }
            
            .select-loading::after {
                content: 'Memuat...';
                white-space: nowrap;
            }

            .select-loading.show {
                display: inline-flex;
            }
            
            .form-select-modern.loading .select-loading {
                display: inline-flex;
            }

            .form-select-modern.loading .select-arrow {
                opacity: 0;
            }

            .form-select-modern.loading .form-select-modern-input {
                cursor: progress;
            }

            .select-loading .spinner-border-sm {
                width: 1rem;
                height: 1rem;
                border-width: 0.15em;
                border-color: var(--form-accent);
                border-right-color: transparent;
            }
            
            /* Active state */
            .form-select-modern.has-value .form-select-modern-input {
                border-color: var(--form-accent);
                background-color: #ffffff;
            }
            
            .form-select-modern.has-value .select-arrow {
                color: var(--form-accent-dark);
                background: rgba(40, 96, 228, 0.14);
            }
            
            /* Focus state */
            .form-select-modern.is-focused .form-select-modern-input {
                border-color: var(--form-accent);
                box-shadow: 0 0 0 3px rgba(40, 96, 228, 0.12), 0 4px 12px rgba(40, 96, 228, 0.18);
            }
            
            /* Empty state styling */
            .form-select-modern-input:invalid {
                color: var(--text-light);
            }
            
            .form-select-modern-input:valid:not([value=""]) {
                color: var(--text-dark);
            }
            
            .input-group-text {
                background-color: var(--form-accent);
                border-color: var(--form-accent);
                color: white;
            }
            
            .input-group-text:hover {
                background-color: var(--form-accent-dark);
                border-color: var(--form-accent-dark);
            }
            
            .btn-back-inline {
                background: linear-gradient(135deg, var(--form-accent), var(--form-accent-dark));
                color: white;
                border: none;
                padding: 0.5rem 1rem;
                border-radius: 6px;
                font-weight: 500;
                font-size: 0.875rem;
                transition: all 0.3s ease;
                text-decoration: none;
                display: inline-flex;
                align-items: center;
                gap: 0.5rem;
            }
            
            .btn-back-inline:hover {
                transform: translateY(-2px);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
                color: white;
            }
            
            /* Datepicker Styles */
            .datepicker-wrapper {
                position: relative;
            }
            
            .datepicker-input {
                cursor: pointer;
            }
            
            .datepicker-input:focus {
                border-color: var(--form-accent);
                box-shadow: 0 0 0 0.2rem rgba(40, 96, 228, 0.14);
            }
            
            .datepicker-icon {
                background-color: var(--form-accent);
                color: white;
                cursor: pointer;
                border-color: var(--form-accent);
                transition: all 0.3s ease;
            }
            
            .datepicker-icon:hover {
                background-color: var(--form-accent-dark);
                border-color: var(--form-accent-dark);
            }
            
            .bootstrap-datetimepicker-widget {
                border-radius: 8px;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
                border: 1px solid var(--border-color);
                padding: 0.75rem;
                width: 360px;
                max-width: calc(100vw - 24px);
                font-size: 1rem;
            }

            .bootstrap-datetimepicker-widget .picker-switch {
                font-weight: 800;
                font-size: 1.125rem;
            }

            .bootstrap-datetimepicker-widget table {
                width: 100%;
                margin: 0;
            }

            .bootstrap-datetimepicker-widget table th,
            .bootstrap-datetimepicker-widget table td {
                padding: 0.45rem;
                border-radius: 10px;
            }

            .bootstrap-datetimepicker-widget .datepicker-days table th {
                font-size: 0.95rem;
                font-weight: 700;
                color: var(--text-dark);
            }

            .bootstrap-datetimepicker-widget .datepicker-days table td.day {
                width: 42px;
                height: 42px;
                line-height: 42px;
                font-size: 1.05rem;
                font-weight: 600;
            }

            .bootstrap-datetimepicker-widget .datepicker-days table td.day.old,
            .bootstrap-datetimepicker-widget .datepicker-days table td.day.new {
                opacity: 0.45;
                font-weight: 500;
            }

            .bootstrap-datetimepicker-widget a[data-action] {
                padding: 0.35rem 0.5rem;
                border-radius: 10px;
            }

            .bootstrap-datetimepicker-widget .glyphicon,
            .bootstrap-datetimepicker-widget .fa,
            .bootstrap-datetimepicker-widget .fas {
                font-size: 1.05rem;
            }

            /* Mobile: tetap besar tapi tidak overflow */
            @media (max-width: 576px) {
                .bootstrap-datetimepicker-widget {
                    width: 100%;
                    padding: 0.6rem;
                    font-size: 0.95rem;
                }

                .bootstrap-datetimepicker-widget .picker-switch {
                    font-size: 1.05rem;
                }

                .bootstrap-datetimepicker-widget .datepicker-days table td.day {
                    width: 38px;
                    height: 38px;
                    line-height: 38px;
                    font-size: 1rem;
                }
            }
            
            .bootstrap-datetimepicker-widget .timepicker,
            .bootstrap-datetimepicker-widget .timepicker-picker,
            .bootstrap-datetimepicker-widget .timepicker-hours,
            .bootstrap-datetimepicker-widget .timepicker-minutes,
            .bootstrap-datetimepicker-widget .timepicker-seconds {
                display: none !important;
            }
            
            .bootstrap-datetimepicker-widget table td.active,
            .bootstrap-datetimepicker-widget table td.active:hover {
                background-color: var(--form-accent);
                color: white;
            }
            
            .bootstrap-datetimepicker-widget table td.today:before {
                border-bottom-color: var(--form-accent);
            }
            
            .bootstrap-datetimepicker-widget .datepicker-days table td.day:hover {
                background-color: rgba(40, 96, 228, 0.10);
            }

            .enroll-intro {
                position: relative;
                background: linear-gradient(135deg, var(--form-accent) 0%, var(--form-accent-dark) 70%);
                border: 1px solid rgba(255, 255, 255, 0.18);
                border-radius: 16px;
                padding: 1.25rem 1.25rem;
                box-shadow: 0 16px 32px rgba(45, 60, 118, 0.22);
                overflow: hidden;
            }

            .enroll-intro::before {
                content: '';
                position: absolute;
                inset: 0;
                background:
                    radial-gradient(600px 240px at 15% 10%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 60%),
                    radial-gradient(520px 220px at 95% 20%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 60%),
                    linear-gradient(135deg, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0));
                pointer-events: none;
            }

            .enroll-intro::after {
                content: '';
                position: absolute;
                right: -120px;
                top: -120px;
                width: 260px;
                height: 260px;
                background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 60%);
                transform: rotate(20deg);
                pointer-events: none;
            }

            .enroll-intro-icon {
                width: 44px;
                height: 44px;
                border-radius: 12px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background: rgba(255, 255, 255, 0.16);
                color: #fff;
                border: 1px solid rgba(255, 255, 255, 0.22);
                backdrop-filter: blur(10px);
                box-shadow: 0 12px 20px rgba(15, 23, 42, 0.18);
                flex: 0 0 auto;
                position: relative;
                z-index: 1;
            }

            .enroll-intro-title {
                font-size: 1.25rem;
                font-weight: 800;
                color: #fff;
                letter-spacing: -0.2px;
                position: relative;
                z-index: 1;
            }

            .enroll-intro-subtitle {
                color: rgba(255, 255, 255, 0.88);
                font-size: 0.9375rem;
                line-height: 1.5;
                position: relative;
                z-index: 1;
            }

            .enroll-badge {
                padding: 0.5rem 0.75rem;
                border-radius: 999px;
                font-weight: 700;
                font-size: 0.8125rem;
                display: inline-flex;
                align-items: center;
                line-height: 1;
                gap: 0.35rem;
                white-space: nowrap;
            }

            .enroll-badge-primary {
                background: rgba(255, 255, 255, 0.16);
                border: 1px solid rgba(255, 255, 255, 0.22);
                color: #fff;
                backdrop-filter: blur(10px);
            }

            .enroll-badge-soft {
                background: rgba(15, 23, 42, 0.06);
                border: 1px solid rgba(15, 23, 42, 0.10);
                color: var(--text-dark);
            }
            
            /* Info Box */
            .info-box {
                background: linear-gradient(135deg, rgba(40, 96, 228, 0.10), rgba(45, 60, 118, 0.05));
                border-left: 4px solid var(--form-accent);
                padding: 1rem 1.25rem;
                border-radius: 8px;
                margin-bottom: 1.5rem;
                display: flex;
                align-items: start;
                gap: 0.75rem;
            }
            
            .info-box i {
                color: var(--form-accent);
                font-size: 1.25rem;
                margin-top: 0.125rem;
            }
            
            .info-box p {
                margin: 0;
                color: var(--text-dark);
                font-size: 0.9375rem;
                line-height: 1.6;
            }
            
            /* Responsive */
            @media (max-width: 768px) {
                .enroll-intro {
                    padding: 1rem;
                }

                .enroll-intro-title {
                    font-size: 1.1rem;
                }

                .enroll-intro-icon {
                    width: 40px;
                    height: 40px;
                    border-radius: 10px;
                }

                .enroll-container {
                    padding: 1.5rem;
                }
                
                .form-section {
                    padding: 1.5rem;
                }
                
                .form-section-title {
                    font-size: 1.15rem;
                }
                
                .form-section-header {
                    margin-bottom: 1.5rem;
                    gap: 0.75rem;
                }
                
                .form-section-title {
                    font-size: 1.15rem !important;
                    flex-basis: 100%;
                }
                
                .btn-enroll {
                    width: 100%;
                    justify-content: center;
                    padding: 0.875rem 2rem;
                }
                
                .form-select-modern-input {
                    padding: 0.75rem 2.9rem 0.75rem 1rem !important;
                    font-size: 0.9375rem;
                    min-height: 46px;
                }
                
                .select-arrow {
                    right: 0.875rem;
                    font-size: 0.7rem;
                    width: 24px;
                    height: 24px;
                }
                
                .select-loading {
                    right: 2.95rem;
                }
            }
            
            @media (max-width: 576px) {
                .enroll-container {
                    padding: 1rem;
                    margin-bottom: 1rem;
                }
                
                .form-section {
                    padding: 1.25rem;
                }
                
                .form-section-header {
                    margin-bottom: 1.25rem;
                    gap: 0.5rem;
                }
                
                .form-section-title {
                    font-size: 1.05rem !important;
                }
                
                .form-label {
                    font-size: 0.875rem;
                }
                
                .form-control {
                    padding: 0.625rem 0.875rem;
                    font-size: 0.875rem;
                    min-height: 44px;
                }
                
                .form-select-modern-input {
                    padding: 0.625rem 2.75rem 0.625rem 0.875rem !important;
                    font-size: 0.875rem;
                    min-height: 44px;
                    border-width: 1.5px;
                }
                
                .select-arrow {
                    right: 0.75rem;
                    font-size: 0.65rem;
                    width: 22px;
                    height: 22px;
                }
                
                .select-loading {
                    right: 2.85rem;
                    padding: 0.2rem 0.35rem;
                }

                .select-loading::after {
                    content: '';
                }
                
                .select-loading .spinner-border-sm {
                    width: 0.875rem;
                    height: 0.875rem;
                }
            }
            
            @media (max-width: 375px) {
                .form-select-modern-input {
                    padding: 0.5rem 2.25rem 0.5rem 0.75rem !important;
                    font-size: 0.8125rem;
                    min-height: 42px;
                }
                
                .select-arrow {
                    right: 0.625rem;
                    font-size: 0.6rem;
                    width: 16px;
                    height: 16px;
                }
                
                .select-loading {
                    right: 2rem;
                }
            }
            
            /* Custom select styling untuk browser yang support */
            .form-select-modern-input::-ms-expand {
                display: none;
            }
            
            .form-select-modern-input::-webkit-select-arrow {
                display: none;
            }

/* Clean dropdown styling - no ripple needed */
        .form-select-modern.is-focused .form-select-modern-input {
            border-color: var(--form-accent);
        }
