/* Extracted from eligibility.html; shared chrome styles live in base.css. */

.counseling-page-container {
display: flex;
min-height: 100vh;
width: 100%;
font-family: 'Plus Jakarta Sans', sans-serif;
background-color: #f8fafc;
}

/* --- LEFT PANEL */
.info-panel {
flex: 1;
position: relative;
background-image: url('images/eligible.jpeg');
background-size: cover;
background-position: center;
color: #ffffff;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;       
padding: 60px 100px;       
}

/* Dark Navy Overlay on background image */
.info-overlay {
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgba(3, 23, 57, 0.94) 0%, rgba(1, 10, 38, 0.92) 100%);
z-index: 1;
}

.info-content {
position: relative;
z-index: 2;
max-width: 440px;            
width: 100%;
}

.brand-logo {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 28px;       
}

.logo-img {
height: 54px;               
width: auto;
object-fit: contain;
}

.logo-text {
font-family: 'Playfair Display', Georgia, serif;
font-size: 30px;            
font-weight: 800;
color: #ffffff;
letter-spacing: -0.5px;
line-height: 1;
}

.logo-text .highlight-red {
color: #c92127;
}

.hero-title {
font-family: 'Playfair Display', Georgia, serif;
font-size: 30px;           
font-weight: 700;
line-height: 1.25;
color: #ffffff;
margin-bottom: 12px;
}

.hero-subtitle {
font-size: 13.5px;        
color: #cbd5e1;
line-height: 1.55;
margin-bottom: 28px;
}

/* Features List */
.features-list {
list-style: none;
padding: 0;
margin: 0 0 32px 0;
display: flex;
flex-direction: column;
gap: 12px;
}

.features-list li {
display: flex;
align-items: center;
gap: 10px;
font-size: 13px;            
color: #e2e8f0;
font-weight: 500;
}

.check-icon {
width: 18px;                
height: 18px;
background-color: #c92127;
color: #ffffff;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
font-size: 10px;
font-weight: 800;
flex-shrink: 0;
}

/* Trust Badges */
.trust-badges {
display: flex;
align-items: center;
gap: 24px;
padding-bottom: 28px;
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
margin-bottom: 20px;
}

.badge-item {
display: flex;
align-items: center;
gap: 8px;
font-size: 12.5px;          
font-weight: 600;
color: #ffffff;
}

.phone-cta {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;            
font-weight: 600;
color: #ffffff;
}

/* --- RIGHT PANEL */
.form-panel {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
padding: 50px 80px;         
background-color: #f8fafc;
}

.form-card {
background-color: #ffffff;
width: 100%;
max-width: 440px;           
border-radius: 16px;        
padding: 32px 36px;         
border: 1px solid #e2e8f0;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
}

.step-progress {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 30px;
}

.step-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 6px;
}

.step-circle {
width: 32px;                
height: 32px;
border-radius: 6px;
background-color: #f1f5f9;
color: #64748b;
font-size: 13.5px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
}

.step-item.active .step-circle {
background-color: #c92127;
color: #ffffff;
}

.step-label {
font-size: 11px;           
font-weight: 600;
color: #94a3b8;
}

.step-item.active .step-label {
color: #0b1a4a;
}

.step-line {
flex: 1;
height: 1px;
background-color: #e2e8f0;
margin: 0 10px;
margin-bottom: 18px;
}

/* Form Styles */
.form-title {
font-family: 'Playfair Display', Georgia, serif;
font-size: 20px;            
font-weight: 700;
color: #0b1a4a;
margin-bottom: 22px;
}

.form-group {
display: flex;
flex-direction: column;
gap: 6px;
margin-bottom: 16px;       
}

.form-group label {
font-size: 12.5px;         
font-weight: 700;
color: #0b1a4a;
}

.form-group input {
width: 100%;
padding: 11px 14px;         
background-color: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 8px;
font-size: 13px;          
color: #1e293b;
outline: none;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group input::placeholder {
color: #94a3b8;
}

.form-group input:focus {
border-color: #cbd5e1;
background-color: #ffffff;
box-shadow: 0 0 0 3px rgba(11, 26, 74, 0.05);
}

.form-grid-2col {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
}

/* Form Action Buttons */
.form-actions {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 28px;
}

.cancel-btn {
background: none;
border: none;
font-size: 13px;
font-weight: 600;
color: #64748b;
cursor: pointer;
padding: 8px 0;
transition: color 0.2s ease;
}

.cancel-btn:hover {
color: #0b1a4a;
}

.continue-btn {
background-color: #c92127;
color: #ffffff;
border: none;
padding: 10px 22px;          
border-radius: 7px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 8px;
box-shadow: 0 4px 12px rgba(201, 33, 39, 0.25);
transition: background-color 0.2s ease, transform 0.2s ease;
}

.continue-btn:hover {
background-color: #b01b20;
transform: translateY(-1px);
}

.form-group select {
width: 100%;
padding: 11px 14px;
background-color: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 8px;
font-size: 13px;
color: #1e293b;
outline: none;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
font-family: 'Plus Jakarta Sans', sans-serif;
box-sizing: border-box;
cursor: pointer;
}

.form-group select:focus {
border-color: #cbd5e1;
background-color: #ffffff;
box-shadow: 0 0 0 3px rgba(11, 26, 74, 0.05);
}

.form-group input.invalid,
.form-group select.invalid {
border-color: #e11d48;
}

/* Step 2 — Preferred Country read-only box */
.elig-country-box {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 11px 14px;
background-color: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 8px;
font-size: 13px;
transition: border-color 0.2s ease;
}

.elig-country-box.invalid {
border-color: #e11d48;
}

.elig-country-label {
color: #94a3b8;
font-size: 12px;
font-weight: 600;
}

.elig-country-value {
color: #0b1a4a;
font-weight: 700;
text-align: right;
}

/* Step 3 — Summary */
.elig-summary {
border-top: 1px solid #e2e8f0;
padding-top: 4px;
margin-bottom: 24px;
}

.elig-summary-row {
display: flex;
justify-content: space-between;
gap: 16px;
padding: 11px 0;
border-bottom: 1px solid #f1f5f9;
font-size: 13px;
}

.elig-summary-label {
color: #64748b;
font-weight: 600;
}

.elig-summary-value {
color: #0b1a4a;
font-weight: 700;
text-align: right;
}

/* Responsive Styles */
@media (max-width: 1024px) {
.counseling-page-container {
    flex-direction: column;
}
.info-panel {
    padding: 40px 24px;
}
.form-panel {
    padding: 30px 20px;
}
}
@media (max-width: 480px) {
  .form-grid-2col {
    grid-template-columns: 1fr;
  }
  .info-panel {
    padding: 40px 24px;
  }
  .form-panel {
    padding: 24px 16px;
  }
  .form-card {
    padding: 24px 20px;
  }
}

@media (max-width: 400px) {
  .info-panel {
    padding: 28px 16px;
  }

  .info-panel h2 {
    font-size: 20px;
  }

  .info-panel p {
    font-size: 12px;
  }

  .form-panel {
    padding: 20px 14px;
  }

  .form-card {
    padding: 20px 16px;
  }

  .form-card h3 {
    font-size: 16px;
  }

  .form-group label {
    font-size: 12px;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 10px 12px;
    font-size: 12px;
  }

  .submit-btn {
    padding: 12px;
    font-size: 13px;
  }
}