/* =============================================
   Tourvisor Hero Section
   ============================================= */

.tv-hero {
    position: relative;
    background: url('/images/hero-bg.jpg') center center / cover no-repeat;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 50px;
}

.tv-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, rgba(0,20,60,0.35) 0%, rgba(0,40,90,0.25) 100%);
    z-index: 1;
}

.tv-hero > * { position: relative; z-index: 2; }

/* Country tabs */
.tv-country-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 1200px;
    padding: 14px 25px;
    background: rgba(0, 15, 50, 0.2);
    backdrop-filter: blur(12px);
    border-radius: 50px;
    margin: 30px auto 0;
}

.tv-country-tabs a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 22px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.tv-country-tabs a:hover {
    background: rgba(255,255,255,0.25);
    color: #fff;
    text-decoration: none;
}

/* Hero title */
.tv-hero-title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 30px 0 30px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

/* Search form */
.tv-hero .tv-search-wrap {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
}

.tv-search-form iframe,
.tv-search-form > div {
    border-radius: 16px !important;
    overflow: hidden;
}

/* =============================================
   Sections
   ============================================= */

.tv-section {
    padding: 70px 0;
}

.tv-section--gray {
    background: #f8f9fb;
}


.tv-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    text-align: left;
    margin: 0 0 30px;
}

/* =============================================
   Callback / Lead Section
   ============================================= */

.tv-callback-section {
    background: transparent;
}

.tv-callback {
    display: flex;
    gap: 40px;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    padding: 45px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.08);
}

.tv-callback-left {
    flex: 1;
}

.tv-callback-avatars {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 20px;
}

.tv-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -12px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.tv-avatar:first-child { margin-left: 0; }

.tv-online-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #22c55e;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    margin-left: 12px;
}

.tv-callback-left h2 {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.2;
    margin: 0 0 12px;
}

.tv-callback-left p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin: 0 0 20px;
}

.tv-callback-contacts {
    display: flex;
    gap: 20px;
    align-items: center;
}

.tv-callback-contacts a {
    font-size: 15px;
    font-weight: 600;
    color: #0D09C3;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.tv-callback-contacts a:hover { text-decoration: underline; }

.tv-callback-contacts .fa-whatsapp {
    color: #25d366;
    font-size: 18px;
}

/* Callback form */
.tv-callback-right {
    flex: 0 0 380px;
}

.tv-callback-form {
    background: #f8f9fb;
    border-radius: 16px;
    padding: 30px;
}

.tv-callback-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #888;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tv-input {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e8eaf0;
    border-radius: 12px;
    font-size: 16px;
    color: #1a1a2e;
    background: #fff;
    margin-bottom: 16px;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.tv-input:focus {
    outline: none;
    border-color: #0D09C3;
}

.tv-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s;
}

.tv-btn:hover {
    opacity: 0.9;
}

.tv-form-note {
    font-size: 11px;
    color: #aaa;
    text-align: center;
    margin: 12px 0 0;
}

/* =============================================
   Stats / Why Us
   ============================================= */

.tv-stats-section {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
}

.tv-stats-section .tv-section-title--center {
    text-align: center;
    color: #fff;
}

.tv-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.tv-stat {
    text-align: center;
    padding: 35px 20px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    backdrop-filter: blur(8px);
    transition: background 0.2s, transform 0.2s;
}

.tv-stat:hover {
    background: rgba(255,255,255,0.14);
    transform: translateY(-4px);
}

.tv-stat-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    background: rgba(255,255,255,0.12);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tv-stat-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tv-stat-number {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 6px;
}

.tv-stat-label {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    margin-bottom: 12px;
}

.tv-stat p {
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
    margin: 0;
}

/* =============================================
   Reviews
   ============================================= */

.tv-reviews-section {
    background: #f8f9fb;
}

/* Reviews slider */
.tv-reviews-section > .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.tv-reviews-section .tv-section-title {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.tv-reviews-slider {
    position: relative;
    overflow: hidden;
    padding: 10px 60px 20px;
    cursor: grab;
}

.tv-reviews-slider:active {
    cursor: grabbing;
}

.tv-reviews-slider.dragging .tv-review-card {
    pointer-events: none;
}

.tv-reviews-section .tv-reviews-link {
    padding: 0 60px;
}

.tv-reviews {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
}

.tv-review-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
    min-width: 320px;
    flex: 1;
    flex-shrink: 0;
}

/* Slider buttons */
.tv-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: box-shadow 0.2s, transform 0.2s;
    color: #1a1a2e;
    font-size: 20px;
}

.tv-slider-btn:hover {
    box-shadow: 0 6px 28px rgba(0,0,0,0.2);
    transform: translateY(-50%) scale(1.08);
}

.tv-slider-prev { left: 5px; }
.tv-slider-next { right: 5px; }

.tv-reviews-link {
    text-align: center;
    margin-top: 20px;
}

.tv-reviews-link a {
    display: inline-block;
    padding: 14px 40px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    border-radius: 12px;
    transition: opacity 0.2s, transform 0.2s;
}

.tv-reviews-link a:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
}

.tv-review-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: #e8fce8;
    color: #16a34a;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    margin-bottom: 15px;
    align-self: flex-start;
}

.tv-review-badge::before {
    content: '\f058';
    font-family: FontAwesome;
    font-size: 14px;
}

.tv-review-text {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    flex: 1;
    margin: 0 0 18px;
}

.tv-review-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid #f0f0f0;
}

.tv-review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.tv-review-avatar--default {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tv-review-avatar--default i {
    color: #fff;
    font-size: 16px;
}

.tv-review-author {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
}

/* =============================================
   Map + Contacts
   ============================================= */

.tv-map-section {
    background: #f8f9fb;
    padding-bottom: 70px !important;
}

.tv-map-contacts {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    overflow: hidden;
}

.tv-map-info {
    flex: 0 0 380px;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.tv-office-card {
    padding: 0;
}

.tv-office-card + .tv-office-card {
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.tv-office-card h3 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tv-office-card h3 i {
    color: #0D09C3;
    font-size: 16px;
}

.tv-office-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin: 0 0 3px;
}

.tv-office-card a {
    color: #0D09C3;
    text-decoration: none;
    font-weight: 600;
}

.tv-office-card a:hover { text-decoration: underline; }

.tv-map-embed {
    flex: 1;
    min-height: 420px;
}

.tv-map-embed iframe,
.tv-map-embed > ymaps,
.tv-map-embed > div {
    width: 100% !important;
    height: 100% !important;
    min-height: 420px;
}

/* =============================================
   Footer override
   ============================================= */

footer,
footer *,
#footerBlockWrapper,
#footerBlockWrapper * {
    border-top: none !important;
}

#footerBlockWrapper {
    background: #f4f5f7 !important;
    color: #444 !important;
}

#footerBlockWrapper .footerMenu a,
#footerBlockWrapper .footerCopyright,
#footerBlockWrapper .footerCopyright p,
#footerBlockWrapper .footerCopyright a {
    color: #555 !important;
}

#footerBlockWrapper .footerMenu a:hover {
    color: #22c55e !important;
}

#footerBlockWrapper a,
.footerCopyright a {
    border-bottom: none !important;
    text-decoration: none !important;
}

/* Social icons in footer */
.tv-social-icons {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.tv-social-icons a {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #22c55e;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.tv-social-icons a:hover {
    background: #16a34a;
}

.tv-social-icons a i {
    color: #fff;
    font-size: 20px;
}

#footerCreatedBlockWrapper {
    background: #ecedf0 !important;
    color: #888 !important;
}

#footerCreatedBlockWrapper a {
    color: #666 !important;
}

/* =============================================
   SEO Text Block
   ============================================= */

.tv-seo-section {
    border-top: none;
}

/* Remove stray borders from containers */
.tv-section,
.tv-section .container,
#wrapper > div {
    border: none !important;
}

.tv-seo-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 20px;
}

.tv-seo-text {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

.tv-seo-text p {
    margin: 0 0 14px;
}

.tv-seo-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 24px 0 12px;
}

.tv-seo-text ul {
    padding-left: 20px;
    margin: 0 0 14px;
}

.tv-seo-text li {
    margin-bottom: 6px;
}

/* =============================================
   Country Page
   ============================================= */

.tv-country-hero {
    background: transparent;
    padding: 0 0 20px;
}

.tv-country-hero .Crumbs,
.tv-country-hero .Crumbs a,
.tv-country-hero .breadcrumb,
.tv-country-hero .breadcrumb a {
    color: #888 !important;
    background: none !important;
    padding: 0;
    margin: 0 0 8px;
    font-size: 13px;
}

.tv-country-hero .breadcrumb a:hover {
    color: #22c55e !important;
}

.tv-country-title {
    color: #1a1a2e;
    font-size: 32px;
    font-weight: 800;
    margin: 0;
}

/* Content + sidebar layout */
.tv-content-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.tv-content-main {
    flex: 1;
    min-width: 0;
}

.tv-content-sidebar {
    flex: 0 0 320px;
}

.tv-sidebar-sticky {
    position: sticky;
    top: 20px;
}

/* Fotorama in country page */
.tv-fotorama {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
}

.tv-country-content {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

/* Override ALL inline font/size/color on every element inside content */
/* Exclude Tourvisor modules (.tv-search-form, .tv-hot-tours, .tv-moduleid-) */
.tv-country-content p,
.tv-country-content > span,
.tv-country-content > div:not([class*="tv-moduleid"]):not(.tv-search-form):not(.tv-hot-tours):not(.tv-callback),
.tv-country-content td,
.tv-country-content th,
.tv-country-content li,
.tv-country-content > a {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}

.tv-country-content p a,
.tv-country-content li a,
.tv-country-content td a {
    color: #22c55e !important;
    text-decoration: none !important;
    font-weight: 600;
    transition: color 0.2s;
}

.tv-country-content p a:hover,
.tv-country-content li a:hover,
.tv-country-content td a:hover {
    color: #16a34a !important;
    text-decoration: underline !important;
}

/* Hide old "podbor_online" links */
.tv-country-content .podbor_online {
    display: inline-block;
    padding: 12px 28px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #fff !important;
    border-radius: 10px;
    font-weight: 700;
    transition: opacity 0.2s, transform 0.2s;
}

.tv-country-content .podbor_online:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    text-decoration: none !important;
    color: #fff !important;
}

/* Headings */
.tv-country-content h2,
.tv-country-content h3,
.tv-country-content h4 {
    color: #1a1a2e !important;
    font-weight: 700;
    margin: 35px 0 15px;
}

.tv-country-content h2 {
    font-size: 24px !important;
    padding-bottom: 10px;
    border-bottom: 2px solid #22c55e;
    display: inline-block;
}

.tv-country-content h3 {
    font-size: 20px !important;
}

.tv-country-content h4 {
    font-size: 18px !important;
}

/* Images */
.tv-country-content img {
    max-width: 100%;
    height: auto !important;
    border-radius: 12px;
    margin: 15px 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

/* Tables — card style */
.tv-country-content table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin: 25px 0 !important;
    background: #fff;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: none !important;
}

.tv-country-content table,
.tv-country-content table * {
    border-color: #f0f0f0 !important;
    border-style: solid !important;
}

.tv-country-content thead td,
.tv-country-content thead th,
.tv-country-content tr:first-child td {
    background: #f8f9fb !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    text-decoration: none !important;
}

.tv-country-content td,
.tv-country-content th {
    padding: 14px 18px !important;
    border-width: 0 0 1px 0 !important;
    vertical-align: top !important;
    text-align: left !important;
}

.tv-country-content tr:last-child td {
    border-bottom: none !important;
}

/* Info table with label+value pattern (2 cols) */
.tv-country-content td:first-child {
    font-weight: 600 !important;
    color: #1a1a2e !important;
    white-space: nowrap;
    width: 140px;
}

/* Remove empty paragraphs spacing */
.tv-country-content p:empty,
.tv-country-content p > br:only-child {
    display: none;
}

/* Remove underline decoration on bold text */
.tv-country-content span[style*="text-decoration: underline"] {
    text-decoration: none !important;
}

/* Strong text styling */
.tv-country-content strong {
    color: #1a1a2e;
}

/* Lists */
.tv-country-content ul,
.tv-country-content ol {
    padding-left: 20px;
    margin: 15px 0;
}

.tv-country-content li {
    margin-bottom: 8px;
}

/* Blockquotes */
.tv-country-content blockquote {
    border-left: 4px solid #22c55e;
    margin: 20px 0;
    padding: 15px 20px;
    background: #f8f9fb;
    border-radius: 0 8px 8px 0;
}

/* Country banner */
.tv-country-banner {
    width: 100%;
    height: 280px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

/* Feature cards */
.tv-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 20px 0 30px;
}

.tv-feature-card {
    background: #fff;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}

.tv-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.tv-feature-icon { font-size: 28px; margin-bottom: 10px; }
.tv-feature-title { font-size: 16px; font-weight: 700; color: #1a1a2e; margin-bottom: 6px; }
.tv-feature-desc { font-size: 14px; color: #666; line-height: 1.6; }

/* Resort cards */
.tv-resorts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 20px 0 30px;
}

.tv-resort-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}

.tv-resort-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.tv-resort-img {
    height: 160px;
    background-size: cover;
    background-position: center;
}

.tv-resort-info { padding: 18px 20px; }

.tv-resort-info h3 {
    font-size: 17px !important; font-weight: 700 !important;
    color: #1a1a2e !important; margin: 0 0 8px !important;
    border: none !important; padding: 0 !important;
}

.tv-resort-info p { font-size: 14px; color: #666; line-height: 1.6; margin: 0; }

/* Info table with icons */
.tv-info-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 20px 0 !important;
    background: #fff !important;
    border-radius: 14px !important;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
    border: none !important;
}

.tv-info-table td {
    padding: 16px 20px !important;
    border: none !important;
    border-bottom: 1px solid #f3f4f6 !important;
}

.tv-info-table tr:last-child td { border-bottom: none !important; }

.tv-info-table .tv-td-label {
    font-weight: 600 !important; color: #1a1a2e !important;
    white-space: nowrap; width: 160px !important;
}

.tv-table-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 24px; height: 24px; flex-shrink: 0;
    vertical-align: middle; margin-right: 10px;
}

.tv-table-icon svg { width: 18px; height: 18px; stroke: #22c55e; }

.tv-info-table .tv-td-value { color: #555 !important; }

/* Attractions numbered list */
.tv-attractions {
    display: flex; flex-direction: column;
    gap: 14px; margin: 20px 0 30px;
}

.tv-attraction {
    display: flex; gap: 16px; align-items: flex-start;
    background: #fff; border-radius: 14px; padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.tv-attraction-num {
    flex-shrink: 0; width: 36px; height: 36px; border-radius: 10px;
    background: #e8fce8;
    color: #16a34a; font-size: 16px; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
}

.tv-attraction-title { font-size: 16px; font-weight: 700; color: #1a1a2e; margin-bottom: 4px; }
.tv-attraction-desc { font-size: 14px; color: #666; line-height: 1.6; }

/* CTA callback block inside country content */
.tv-country-content .tv-callback {
    margin: 35px 0 10px;
}

.tv-country-content .tv-callback h2 {
    color: #1a1a2e !important; font-size: 22px !important;
    margin: 0 0 8px !important; border: none !important;
    padding: 0 !important; display: block !important;
}

.tv-country-content .tv-callback p {
    color: #666 !important; font-size: 15px !important;
    line-height: 1.6; margin: 0 0 15px;
}

/* Flag/emblem symbols */
.tv-info-symbols { display: flex; gap: 20px; justify-content: center; margin: 25px 0; }

.tv-symbol-card {
    text-align: center; background: #fff;
    border-radius: 12px; padding: 20px 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.tv-symbol-img img { max-height: 100px; width: auto; border-radius: 6px; margin-bottom: 10px; }
.tv-symbol-label { font-size: 13px; font-weight: 600; color: #666; }

/* FAQ */
.tv-faq {
    margin: 35px 0;
}

.tv-faq .tv-section-title {
    margin-bottom: 20px;
}

.tv-faq-item {
    background: #fff;
    border-radius: 14px;
    padding: 22px 26px;
    margin-bottom: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.tv-faq-q {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.tv-faq-q::before {
    content: '?';
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #e8fce8;
    color: #16a34a;
    font-size: 15px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tv-faq-a {
    font-size: 15px;
    color: #555;
    line-height: 1.65;
    padding-left: 38px;
}

/* Responsive: rich content */
@media (max-width: 768px) {
    .tv-features { grid-template-columns: 1fr; }
    .tv-resorts { grid-template-columns: 1fr; }
    .tv-resort-img { height: 140px; }
    .tv-cta-block { padding: 25px; }
    .tv-country-banner { height: 180px; }
    .tv-faq-q { font-size: 15px; }
    .tv-faq-a { padding-left: 0; }
}

.tv-articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 20px 0 35px;
}

.tv-article-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 14px;
    padding: 22px 24px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-decoration: none !important;
    color: #1a1a2e !important;
    transition: transform 0.2s, box-shadow 0.2s;
    border: none !important;
}

.tv-article-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    text-decoration: none !important;
}

.tv-article-title {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
    line-height: 1.35;
}

.tv-article-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.55;
    margin-bottom: 14px;
    flex: 1;
}

.tv-article-more {
    font-size: 13px;
    font-weight: 600;
    color: #22c55e;
    margin-top: auto;
}

.tv-country-content h2 + .tv-articles {
    margin-top: 18px;
}

@media (max-width: 768px) {
    .tv-articles { grid-template-columns: 1fr; }
}

/* =============================================
   Countries Listing Page
   ============================================= */

.tv-countries-hero {
    background: transparent !important;
    padding: 0 0 20px !important;
}

.tv-countries-hero .Crumbs,
.tv-countries-hero .Crumbs a,
.tv-countries-hero .breadcrumb,
.tv-countries-hero .breadcrumb a {
    color: #888 !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 0 8px !important;
    font-size: 13px !important;
    border: none !important;
    text-decoration: none !important;
}

.tv-countries-hero .breadcrumb a:hover {
    color: #22c55e !important;
}

.tv-countries-hero-title {
    color: #1a1a2e !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    margin: 0 !important;
}

/* Popular countries grid */
.tv-popular-countries {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.tv-pop-card {
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #2a2a4a;
    background-size: cover;
    background-position: center;
    text-decoration: none !important;
    transition: transform 0.25s, box-shadow 0.25s;
}

.tv-pop-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);
    z-index: 1;
}

.tv-pop-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.2);
    text-decoration: none !important;
}

.tv-pop-flag {
    position: relative;
    z-index: 2;
    font-size: 32px;
    margin-bottom: 4px;
}

.tv-pop-name {
    position: relative;
    z-index: 2;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* Regions */
.tv-regions {
    display: flex !important;
    flex-direction: column;
    gap: 30px;
}

/* pdoMenu nests an extra .tv-regions inside .tv-region-countries — flatten it */
.tv-region-countries > .tv-regions {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    flex-direction: unset;
}

.tv-region-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    margin: 0 0 16px !important;
    padding-bottom: 10px;
    border-bottom: 2px solid #22c55e;
    display: inline-block;
}

.tv-region-countries {
    display: block;
}

.tv-country-card {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 14px 18px !important;
    background: #fff !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    border: none !important;
    color: #1a1a2e !important;
    font-size: 15px !important;
    font-weight: 500;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.tv-country-card:hover {
    background: #22c55e !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(34,197,94,0.25);
    text-decoration: none !important;
    border: none !important;
}

.tv-country-card .fi {
    flex-shrink: 0;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.tv-country-card-name {
    flex: 1;
}

.tv-country-card-arrow {
    opacity: 0;
    transition: opacity 0.2s;
    font-size: 18px;
}

.tv-country-card:hover .tv-country-card-arrow {
    opacity: 1;
}

/* Visa countries grid (on /visa/ page) */
.tv-visa-countries {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 30px;
}

/* Cross-link banner (country ↔ visa) */
.tv-crosslink {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: #f0fdf4;
    border-left: 4px solid #22c55e;
    border-radius: 8px;
    text-decoration: none !important;
    color: #1a1a2e !important;
    font-size: 15px;
    transition: background 0.2s, box-shadow 0.2s;
    margin-bottom: 20px;
}

.tv-crosslink, .tv-crosslink:link, .tv-crosslink:visited {
    border-bottom: none !important;
}

.tv-crosslink:hover {
    background: #dcfce7;
    box-shadow: 0 2px 8px rgba(34,197,94,0.15);
    text-decoration: none !important;
    color: #1a1a2e !important;
    border-bottom: none !important;
}

.tv-crosslink-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.tv-crosslink-text {
    flex: 1;
    font-weight: 500;
}

.tv-crosslink-arrow {
    color: #22c55e;
    font-size: 18px;
    flex-shrink: 0;
}

/* =============================================
   Responsive
   ============================================= */

@media (max-width: 991px) {
    .tv-stats,
    .tv-reviews { grid-template-columns: repeat(2, 1fr); }

    .tv-callback { flex-direction: column; padding: 30px; }
    .tv-callback-right { flex: none; width: 100%; }

    .tv-map-contacts { flex-direction: column; }
    .tv-map-info { flex: none; width: 100%; flex-direction: row; flex-wrap: wrap; }
    .tv-office-card { flex: 1; min-width: 250px; }

    .tv-content-layout { flex-direction: column; }
    .tv-content-sidebar { flex: none; width: 100%; }

    .tv-popular-countries { grid-template-columns: repeat(2, 1fr); }
    .tv-region-countries > .tv-regions { grid-template-columns: repeat(3, 1fr) !important; }
    .tv-visa-countries { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .tv-hero { min-height: 400px; padding: 0 0 30px; }
    .tv-hero-title { font-size: 22px; margin: 20px 10px; }
    .tv-country-tabs { gap: 6px; padding: 10px; border-radius: 20px; }
    .tv-country-tabs a { padding: 7px 14px; font-size: 13px; }
    .tv-section { padding: 50px 0; }
    .tv-section-title { font-size: 24px; }
}

@media (max-width: 576px) {
    .tv-stats,
    .tv-reviews { grid-template-columns: 1fr; }
    .tv-map-info { flex-direction: column; }
    .tv-office-card { min-width: auto; }

    .tv-popular-countries { grid-template-columns: 1fr 1fr; }
    .tv-pop-card { height: 150px; }
    .tv-region-countries > .tv-regions { grid-template-columns: 1fr 1fr !important; }
    .tv-visa-countries { grid-template-columns: 1fr 1fr; }
    .tv-countries-hero-title { font-size: 28px; }
}

/* Language switcher with round flags */
.lang-switcher-wrapper {
    display: flex !important;
    justify-content: flex-end;
    gap: 8px;
    padding: 8px 15px !important;
    background: #f8f9fb;
    border-bottom: 1px solid #eee;
    text-align: right !important;
}

.lang-switch {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 4px 10px 4px 4px;
    border-radius: 20px;
    background: #fff;
    color: #555 !important;
    font-size: 13px !important;
    font-weight: 600;
    text-decoration: none !important;
    border: 1px solid #e5e7eb !important;
    transition: all 0.2s;
}

.lang-switch:hover {
    background: #f3f4f6;
    border-color: #22c55e !important;
    color: #16a34a !important;
    text-decoration: none !important;
}

.lang-switch.active {
    background: #22c55e;
    color: #fff !important;
    border-color: #22c55e !important;
}

.lang-switch .fi {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    flex-shrink: 0;
}

.lang-switch .lang-label {
    line-height: 1;
}
