.visa-hero {
    background: linear-gradient(135deg, #0f3d5c 0%, #1a6a8a 55%, #c45c26 120%);
    padding-bottom: 48px;
}
.visa-hero__kicker {
    text-align: center;
    color: #ffd7b8;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
}
.visa-hero__lead {
    text-align: center;
    color: rgba(255,255,255,.88);
    max-width: 640px;
    margin: 0 auto 24px;
}
.visa-hero__head {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    text-align: left;
}
.visa-hero__head img,
.visa-card img {
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    object-fit: cover;
}
.visa-crumb {
    text-align: center;
    margin-bottom: 18px;
    color: rgba(255,255,255,.75);
    font-size: 13px;
}
.visa-crumb a { color: #fff; }
.visa-search {
    display: flex;
    max-width: 640px;
    margin: 0 auto 20px;
    background: #fff;
    border-radius: 999px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
}
.visa-search__field {
    flex: 1;
    position: relative;
}
.visa-search input {
    width: 100%;
    border: 0;
    padding: 14px 22px;
    font-size: 16px;
    outline: none;
    background: transparent;
    border-radius: 999px 0 0 999px;
}
.visa-search button {
    border: 0;
    background: #e85d04;
    color: #fff;
    font-weight: 600;
    padding: 0 22px;
    border-radius: 0 999px 999px 0;
}
.visa-suggest,
#suggest_div {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    z-index: 30;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    max-height: 360px;
    overflow-y: auto;
    box-shadow: 0 12px 28px rgba(15, 61, 92, .18);
    text-align: left;
}
.suggest_text {
    padding: 10px 16px;
    cursor: pointer;
    color: #1f2937;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
}
.suggest_text:hover,
.suggest_text.is-active {
    background: #fff4ea;
    color: #c45c26;
}
.visa-regions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.visa-regions a {
    color: #fff;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 13px;
    text-decoration: none;
}
.visa-regions a.is-active,
.visa-regions a:hover {
    background: #fff;
    color: #0f3d5c;
}
.visa-page { padding: 40px 0 72px; background: #f7f5f2; }
.visa-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 40px;
}
.visa-steps > div {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 1px 0 rgba(0,0,0,.04);
}
.visa-steps span {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff4ea;
    color: #e85d04;
    font-weight: 700;
    margin-bottom: 8px;
}
.visa-region { margin-bottom: 36px; }
.visa-region h2,
.visa-related h2,
.visa-panel h2 {
    font-size: 22px;
    margin-bottom: 16px;
}
.visa-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.visa-grid--compact { grid-template-columns: repeat(4, 1fr); }
.visa-card {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #fff;
    border-radius: 14px;
    padding: 14px;
    text-decoration: none;
    color: inherit;
    border: 1px solid #ece7e0;
    min-height: 100%;
}
.visa-card:hover {
    border-color: #e85d04;
    color: inherit;
}
.visa-card > div { flex: 1; min-width: 0; }
.visa-card p { margin: 0 0 6px; color: #5b5b5b; font-size: 13px; }
.visa-card__meta { display: block; font-size: 12px; color: #7a7a7a; }
.visa-card__price { display: block; margin-top: 6px; font-weight: 700; color: #c45c26; }
.visa-card__prices {
    width: 100%;
    margin-top: 8px;
    border-collapse: collapse;
    font-size: 12px;
}
.visa-card__prices th,
.visa-card__prices td {
    padding: 4px 0;
    border-bottom: 1px solid #f0ece6;
    text-align: right;
    color: #1f2937;
    font-weight: 600;
}
.visa-card__prices th:first-child,
.visa-card__prices td:first-child {
    text-align: left;
    color: #6b7280;
    font-weight: 500;
}
.visa-card__prices thead th { color: #9a6b4a; font-weight: 700; }
.visa-panel {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 16px;
}
.visa-panel__intro { color: #5b5b5b; }
.visa-table { width: 100%; border-collapse: collapse; }
.visa-table th,
.visa-table td {
    text-align: left;
    padding: 12px 8px;
    border-bottom: 1px solid #f0ece6;
    vertical-align: top;
}
.visa-table td span { display: block; color: #7a7a7a; font-size: 12px; font-weight: 400; }
.visa-table__note,
.visa-note {
    font-size: 13px;
    color: #6b6b6b;
    margin-top: 12px;
}
.visa-copy p { margin-bottom: 12px; }
.visa-copy ul { padding-left: 18px; }
.visa-copy li { margin-bottom: 6px; }
.visa-related { margin-top: 32px; }
.visa-empty { background: #fff; padding: 24px; border-radius: 16px; }
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}
@media (max-width: 991px) {
    .visa-grid, .visa-grid--compact, .visa-steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575px) {
    .visa-grid, .visa-grid--compact, .visa-steps { grid-template-columns: 1fr; }
    .visa-search { border-radius: 12px; }
    .visa-table thead { display: none; }
    .visa-table tr { display: block; border-bottom: 1px solid #eee; margin-bottom: 12px; }
    .visa-table td { display: flex; justify-content: space-between; border: 0; padding: 6px 0; }
    .visa-table td::before { content: attr(data-label); font-weight: 600; margin-right: 12px; }
}
