/* Fees PDF Preview */
.fees-structure-section { position: relative; }
.college-fee-stack-dual { display: flex; flex-wrap: wrap; gap: 2rem; }
.college-fee-card { flex: 1 1 40%; min-width: 0; background: #fff; padding: 1.5rem; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); border: 1px solid rgba(0,0,0,0.05); }
.college-fee-card span { font-size: 0.85rem; font-weight: 600; color: #666; text-transform: uppercase; letter-spacing: 0.5px; display: block; margin-bottom: 0.25rem; }
.college-fee-card strong { font-size: 1.35rem; color: #222; display: block; margin-bottom: 0.5rem; }
.college-fee-card small { font-size: 0.8rem; color: #777; line-height: 1.4; display: block; }
.college-fees-cta-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 15px 0 0; }
.college-fees-cta-left, .college-fees-cta-right { min-width: 0; }
.college-fees-cta-left { display: flex; flex-wrap: wrap; gap: 0.6rem 1.25rem; }
.college-fees-cta-right { text-align: right; margin-left: auto; }
.college-fees-cta-left p { margin: 0; }
.college-fees-cta-left a { font-weight: 500; color: #1a4ed8; text-decoration: none; }
.college-fees-cta-right a { font-weight: 600; color: #1a4ed8; text-decoration: none; }
.college-fees-cta-left a:hover, .college-fees-cta-right a:hover { text-decoration: underline; }
.fees-preview-main { min-height: 100vh; background: #f4f7fb; }
.fees-preview-shell { min-height: calc(100vh - 120px); padding: 2rem 0; display: flex; align-items: stretch; }
.fees-preview-shell .fees-gated-block { min-height: calc(100vh - 160px); border-radius: 0; }
.fees-gated-block { position: relative; width: 100%; min-height: 500px; border-radius: 16px; overflow: hidden; box-shadow: 0 15px 40px rgba(0,0,0,0.1); display: flex; align-items: center; justify-content: center; background: #f8f9fa; box-sizing: border-box; }
.fees-blur-preview { position: absolute; inset: 0; z-index: 1; overflow: hidden; background: #fff; }
.fees-blur-preview img { width: 100%; height: 100%; object-fit: cover; object-position: top center; filter: blur(8px); transform: scale(1.05); opacity: 0.7; transition: filter 0.8s ease, opacity 0.8s ease; }
.fees-gated-block.unlocked .fees-blur-preview img { filter: blur(0); opacity: 1; }
.fees-form-overlay { position: relative; z-index: 2; padding: 2rem; width: 100%; max-width: 450px; box-sizing: border-box; transition: opacity 0.5s ease, visibility 0.5s ease; }
.fees-gated-block.unlocked .fees-form-overlay { opacity: 0; visibility: hidden; }
.fees-form-card { background: #fff; padding: 2.5rem 2rem; border-radius: 16px; box-shadow: 0 20px 50px rgba(0,0,0,0.2); text-align: center; box-sizing: border-box; width: 100%; max-width: 100%; overflow: hidden; }
.fees-form-card h3 { font-size: 1.35rem; margin-bottom: 1.5rem; color: #111; font-weight: 700; }
.fees-form-card .field-group { margin-bottom: 1.25rem; text-align: left; }
.fees-form-card input { width: 100%; padding: 0.9rem 1rem; box-sizing: border-box; border: 1px solid #ddd; border-radius: 8px; font-family: inherit; font-size: 0.95rem; background: #fafafa; transition: all 0.2s ease; }
.fees-form-card input:focus { outline: none; border-color: var(--color-primary, #0056b3); box-shadow: 0 0 0 3px var(--color-primary-light, #eef4ff); background: #fff; }
.fees-form-card .btn-primary { width: 100%; padding: 1rem; font-size: 1.1rem; border-radius: 8px; display: flex; align-items: center; justify-content: center; gap: 0.5rem; }
.fees-privacy { font-size: 0.75rem; color: #888; margin-top: 1.2rem; margin-bottom: 0; }
.fees-pdf-viewer { position: relative; z-index: 2; width: 100%; height: 650px; display: none; border: 0; background: #fff; }
.fees-gated-block.unlocked .fees-pdf-viewer { display: block; }
.fees-preview-shell .fees-pdf-viewer { height: calc(100vh - 160px); min-height: 620px; }
.recaptcha-wrapper { display: flex; justify-content: center; width: 100%; overflow: hidden; }
@media (max-width: 768px) {
    .fees-gated-block { min-height: 400px; }
    .fees-form-overlay { padding: 1rem; }
    .fees-form-card { padding: 1.5rem 1rem; }
    .fees-form-card h3 { font-size: 1.15rem; }
    .recaptcha-wrapper { transform: scale(0.8); transform-origin: top center; margin-bottom: -15px; }
    .fees-pdf-viewer { height: 500px; }
    .fees-preview-shell { padding: 1rem 0; min-height: calc(100vh - 100px); }
    .fees-preview-shell .fees-gated-block { min-height: calc(100vh - 120px); }
    .fees-preview-shell .fees-pdf-viewer { height: calc(100vh - 120px); min-height: 520px; }
    .college-fees-cta-row { align-items: flex-start; flex-direction: column; }
    .college-fees-cta-right { margin-left: 0; text-align: left; }
}
