/* Floating icon */
#floating-icon a.bg-orange { background: var(--uni-blue) !important; }

/* ─── INTRO SECTION ─── */
#section-intro {
    background: url('../../images/pexels-george-pak-7972324.jpg') center/cover no-repeat;
    padding: 140px 0 80px;
    position: relative;
    min-height: 68vh;
    display: flex;
    align-items: center;
}
#section-intro::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(140deg, rgba(41,0,151,.84) 0%, rgba(10,0,60,.78) 100%);
}

.intro-label { font-size: .85rem; font-weight: 700; color: var(--uni-yellow); text-transform: uppercase; letter-spacing: .12em; margin-bottom: 18px; display: block; }
.intro-title { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 18px; }
.intro-title span { color: var(--uni-yellow); }
.intro-desc { font-size: 1.08rem; color: rgba(255,255,255,.82); line-height: 1.75; max-width: 480px; margin-bottom: 32px; }

.benefit-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 12px; }
.benefit-list li { display: flex; align-items: center; gap: 10px; font-size: 1rem; font-weight: 600; color: rgba(255,255,255,.9); }
.benefit-list li::before {
    content: '';
    flex-shrink: 0;
    width: 22px; height: 22px;
    border-radius: 50%;
    background: var(--uni-yellow) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='%23290097' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 12px;
}

/* VIP Card */
.vip-card { background: #fff; border-radius: 20px; padding: 36px 32px; box-shadow: 0 8px 40px rgba(41,0,151,.18); text-align: center; }
.vip-icon { width: 72px; height: 72px; border-radius: 50%; background: var(--uni-blue); color: #fff; font-size: 1.8rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.vip-card h3 { font-size: 1.25rem; font-weight: 900; color: #0d0028; font-family: var(--font-main); margin-bottom: 12px; }
.vip-card p { color: #666; font-size: .97rem; line-height: 1.65; margin-bottom: 24px; }
.btn-vip { display: inline-block; background: var(--uni-blue); color: #fff !important; padding: 13px 28px; border-radius: 10px; font-weight: 800; font-size: 1rem; text-decoration: none; transition: opacity .2s, transform .2s; font-family: var(--font-main); }
.btn-vip:hover { opacity: .88; transform: translateY(-2px); }
.vip-note { display: block; font-size: .82rem; color: #999; margin-top: 10px; }

/* ─── FORM SECTION ─── */
#section-form { padding: 88px 0; background: #fff; }
.form-section-label { font-size: .85rem; font-weight: 700; color: var(--uni-blue); text-transform: uppercase; letter-spacing: .12em; display: block; margin-bottom: 10px; }
.form-section-title { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 900; color: #0d0028; font-family: var(--font-main); margin-bottom: 10px; }
.form-divider { width: 48px; height: 4px; background: var(--uni-blue); border-radius: 2px; margin-bottom: 40px; }

.reg-form .form-group { margin-bottom: 20px; }
.reg-form label { display: block; font-weight: 700; font-size: .92rem; color: #334; margin-bottom: 6px; font-family: var(--font-main); }
.reg-form .form-control { height: 50px; border-radius: 10px; border: 1.5px solid #dde; font-size: 1rem; font-family: var(--font-main); color: #333; transition: border-color .2s, box-shadow .2s; padding: 0 16px; width: 100%; }
.reg-form .form-control:focus { border-color: var(--uni-blue); box-shadow: 0 0 0 3px rgba(41,0,151,.1); outline: none; }
.reg-form textarea.form-control { height: auto; padding: 14px 16px; }
.reg-form select.form-control { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; background-color: #fff; padding-right: 40px; }

/* Fair checkboxes */
.fair-checks { display: flex; flex-direction: column; gap: 10px; }
.fair-check-item { display: flex; align-items: center; gap: 10px; background: #f7f8fc; border: 1.5px solid #eee; border-radius: 10px; padding: 12px 16px; cursor: pointer; transition: border-color .2s, background .2s; }
.fair-check-item:hover { border-color: var(--uni-blue); background: #eef2ff; }
.fair-check-item input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--uni-blue); flex-shrink: 0; cursor: pointer; }
.fair-check-item .fair-check-label { flex: 1; }
.fair-check-item .fair-check-label strong { display: block; font-size: .97rem; font-weight: 700; color: #0d0028; font-family: var(--font-main); }
.fair-check-item .fair-check-label span { font-size: .84rem; color: #888; }
.fair-badge { font-size: .75rem; font-weight: 800; background: var(--uni-blue); color: #fff; padding: 3px 10px; border-radius: 6px; letter-spacing: .04em; white-space: nowrap; }

.btn-submit { background: var(--uni-blue); color: #fff; border: none; cursor: pointer; padding: 15px 48px; font-size: 1.05rem; font-weight: 800; border-radius: 10px; font-family: var(--font-main); transition: opacity .2s, transform .2s; }
.btn-submit:hover { opacity: .88; transform: translateY(-2px); }

/* ── Responsive ── */

/* ── Tablet (≤ 991px) ── */
@media (max-width: 991px) {
  #section-intro { padding: 120px 0 64px; }
  #section-form  { padding: 64px 0; }
}

/* ── Mobile (≤ 767px) ── */
@media (max-width: 767px) {
  #section-intro { padding: 100px 0 48px; }
  #section-form  { padding: 48px 0; }
  .vip-card { padding: 28px 20px; margin-top: 32px; }
  .btn-submit { width: 100%; padding: 15px; }
}

/* ── Tiny phone (≤ 480px) ── */
@media (max-width: 480px) {
  #section-intro { padding: 80px 0 36px; }
  #section-form  { padding: 36px 0; }
  .vip-card { padding: 22px 16px; }
  .fair-check-item { flex-wrap: wrap; gap: 8px; }
  .fair-check-item .fair-badge { margin-left: 0; }
  .reg-form .form-control { font-size: .95rem; }
}
