.sa-wrap { --sa-brand: #4338ca; --sa-brand-dark: #3730a3; }
.sa-hero { background-size: cover; background-position: center; }
.sa-hero-index { background: linear-gradient(135deg, #3730a3 0%, #6366f1 50%, #818cf8 100%); }
.sa-country-card { display: block; background: #fff; border-radius: 1rem; overflow: hidden; border: 1px solid #e5e7eb; box-shadow: 0 4px 14px rgba(0,0,0,.06); transition: transform .2s, box-shadow .2s; }
.sa-country-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(67,56,202,.15); }
.sa-country-card-img { height: 160px; background-size: cover; background-position: center; }
.sa-panel { background: #fff; border: 1px solid #e5e7eb; border-radius: .875rem; padding: 1.25rem 1.5rem; box-shadow: 0 1px 3px rgba(0,0,0,.04); }
.sa-sticky { position: sticky; top: 1rem; }
.sa-h2 { font-size: 1.25rem; font-weight: 700; color: #111827; margin-bottom: .75rem; }
.sa-list { list-style: disc; padding-left: 1.25rem; color: #374151; font-size: .9375rem; }
.sa-list li { margin-bottom: .25rem; }
.sa-tag { display: inline-block; padding: .25rem .75rem; background: #eef2ff; color: #4338ca; border-radius: 9999px; font-size: .8125rem; font-weight: 600; }
.sa-quote { background: #f8fafc; border-left: 4px solid var(--sa-brand); padding: 1rem; border-radius: .5rem; font-size: .9375rem; color: #374151; }
.sa-quote footer { margin-top: .5rem; font-size: .8125rem; color: #6b7280; }
.sa-btn-primary { display: inline-flex; align-items: center; justify-content: center; padding: .625rem 1.25rem; background: var(--sa-brand); color: #fff; font-weight: 600; border-radius: .5rem; }
.sa-btn-primary:hover { background: var(--sa-brand-dark); }
.sa-btn-outline { display: inline-flex; padding: .625rem 1.25rem; border: 2px solid rgba(255,255,255,.85); color: #fff; font-weight: 600; border-radius: .5rem; }
.sa-label { display: block; font-size: .8125rem; font-weight: 600; color: #374151; margin-bottom: .25rem; }
.sa-input { width: 100%; padding: .5rem .75rem; border: 1px solid #d1d5db; border-radius: .5rem; font-size: .9375rem; }
.sa-faq { border-bottom: 1px solid #e5e7eb; padding: .5rem 0; }
.sa-faq summary { cursor: pointer; font-weight: 600; color: #1f2937; }
.sa-faq p { margin-top: .5rem; font-size: .875rem; color: #4b5563; }
.sa-prog-card { background: #fff; border: 1px solid #e5e7eb; border-radius: .75rem; padding: 1rem; }
