/* Schengen visa application form pillar page */
.breadcrumb { padding: 16px 0; font-size: 0.82rem; color: var(--text-muted); }
.breadcrumb a { color: var(--text-muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--green-700); }
.breadcrumb span { margin: 0 6px; }

.appform-layout { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; padding-bottom: 60px; }
.quick-answer { background: var(--green-50); border: 1px solid var(--green-200); border-left: 4px solid var(--green-600); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 18px 22px; margin: 8px 0 24px; }
.quick-answer h2 { font-size: 1rem; color: var(--green-800); margin-bottom: 8px; }
.quick-answer p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; }

.section-title { font-family: var(--font-display); font-size: 1.35rem; color: var(--green-900); margin: 36px 0 14px; }

.form-table { width: 100%; border-collapse: collapse; margin: 16px 0 24px; font-size: 0.88rem; }
.form-table th { background: var(--green-800); color: var(--ivory); padding: 11px 14px; text-align: left; font-weight: 500; }
.form-table td { padding: 11px 14px; border-bottom: 1px solid var(--green-100); color: var(--text-mid); vertical-align: top; }
.form-table tr:hover td { background: var(--green-50); }
.form-table a { color: var(--green-600); text-decoration: none; }
.form-table a:hover { text-decoration: underline; }

.badge { display: inline-block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 3px 9px; border-radius: 20px; white-space: nowrap; }
.badge-online { background: var(--green-100); color: var(--green-700); }
.badge-pdf { background: var(--gold-100); color: var(--gold-600); }

.tip-box { background: var(--green-50); border: 1px solid var(--green-200); border-left: 4px solid var(--green-600); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 14px 18px; margin: 20px 0; font-size: 0.88rem; color: var(--text-mid); line-height: 1.7; }
.tip-box strong { color: var(--green-700); }
.warn-box { background: #fff8e6; border: 1px solid var(--gold-200); border-left: 4px solid var(--gold-600); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 14px 18px; margin: 20px 0; font-size: 0.88rem; color: #7a5a10; line-height: 1.7; }

.steps { list-style: none; counter-reset: st; margin: 0 0 20px; padding: 0; }
.steps li { counter-increment: st; position: relative; padding: 12px 16px 12px 52px; border-bottom: 1px solid var(--green-100); font-size: 0.9rem; color: var(--text-mid); line-height: 1.6; }
.steps li::before { content: counter(st); position: absolute; left: 12px; top: 12px; width: 26px; height: 26px; border-radius: 50%; background: var(--green-800); color: var(--gold-400); font-weight: 700; font-size: 0.75rem; display: flex; align-items: center; justify-content: center; }
.steps li strong { color: var(--green-900); }

.faq-item { background: #fff; border: 1px solid var(--green-100); border-radius: var(--radius-md); padding: 18px; margin-bottom: 12px; }
.faq-item h3 { font-size: 0.95rem; color: var(--green-900); margin-bottom: 6px; }
.faq-item p { font-size: 0.87rem; color: var(--text-mid); line-height: 1.7; margin: 0; }

.source-note { background: var(--green-50); border: 1px solid var(--green-100); border-radius: var(--radius-md); padding: 14px 18px; margin: 24px 0; font-size: 0.8rem; color: var(--text-muted); line-height: 1.7; }
.source-note a { color: var(--green-600); text-decoration: none; }
.source-note a:hover { text-decoration: underline; }

.cta-card { background: var(--green-900); border-radius: var(--radius-lg); padding: 24px; color: var(--ivory); }
.cta-card h3 { font-family: var(--font-display); color: var(--ivory); margin-bottom: 8px; }
.cta-card p { font-size: 0.85rem; color: var(--green-200); line-height: 1.6; }
.cta-price { font-family: var(--font-display); font-size: 1.4rem; color: var(--gold-400); margin: 12px 0; }

@media (max-width: 860px) {
  .appform-layout { grid-template-columns: 1fr; }
}
