/* ============================================
   Visa Consultation Page (Figma-aligned, scoped)
   ============================================ */

.visa-page {
    --visa-teal: #037c84;
    --visa-teal-dark: #025f66;
    --visa-cta-start: #0a9ca6;
    --visa-cta-end: #08727f;
    --visa-cta-shadow: 0 7px 16px rgba(6, 60, 72, 0.24);
    --visa-ink: #09152e;
    --visa-muted: #616d77;
    --visa-border: #d4d4d4;
    --visa-soft: #d9f3f8;
    --visa-card: #f7fbfc;
    --visa-title-size: 52px;
    --visa-title-size-tablet: 42px;
    --visa-title-size-mobile: 34px;

    color: var(--visa-ink);
    background: #fff;
    position: relative;
}

.visa-page::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url('../images/gioi_thieu_front_page.png') center 62% / min(1500px, 88%) auto no-repeat;
    opacity: 0.14;
    filter: grayscale(1) saturate(0) brightness(1.04) contrast(0.9);
    pointer-events: none;
    z-index: 0;
}

.visa-page > * {
    position: relative;
    z-index: 1;
}

.visa-page .container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* Hero */
.visa-page .visa-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.visa-page .visa-hero-background,
.visa-page .process-background {
    position: absolute;
    inset: 0;
}

.visa-page .process-background {
    background: #0b7f85;
}

.visa-page .visa-hero-background img,
.visa-page .process-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.visa-page .visa-hero-background .vmt-image-link,
.visa-page .process-background .vmt-image-link,
.visa-page .author-avatar .vmt-image-link,
.visa-page .service-card-image .vmt-image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.visa-page .process-background img {
    display: block;
    opacity: 0.28;
    mix-blend-mode: soft-light;
    object-position: center -70px;
    filter: grayscale(0.15) contrast(1.05);
}

.visa-page .visa-hero-overlay,
.visa-page .process-overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 86, 92, 0.72);
    pointer-events: none;
}

.visa-page .process-overlay {
    background:
        linear-gradient(108deg, rgba(5, 109, 117, 0.97) 0%, rgba(7, 114, 122, 0.95) 36%, rgba(6, 98, 105, 0.9) 100%);
}

.visa-page .process-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/hinhchimvisa.jpg') center -70px / 100% auto no-repeat;
    opacity: 0.16;
    pointer-events: none;
}

.visa-page .visa-hero-content {
    position: relative;
    z-index: 2;
    max-width: 920px;
    padding: 56px 20px;
}

.visa-page .visa-hero-title {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(30px, 4.2vw, 52px);
    line-height: 1.12;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.visa-page .visa-hero-subtitle {
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(14px, 1.35vw, 18px);
    line-height: 1.35;
    font-weight: 400;
}

/* Stats */
.visa-page .visa-statistics {
    background: #037c84;
    padding: 128px 0 34px;
    border-bottom: 0;
    margin-top: -18px;
}

.visa-page .visa-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.visa-page .visa-stat-item {
    text-align: center;
}

.visa-page .stat-number {
    margin: 0 0 8px;
    display: block;
    color: #fff;
    font-family: var(--vmt-font-heading);
    font-size: clamp(46px, 3.6vw, 60px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.visa-page .stat-label {
    margin: 0;
    font-size: clamp(13px, 1vw, 16px);
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 400;
    letter-spacing: 0.02em;
}

/* Search */
.visa-page .visa-search-section {
    background: transparent;
    padding: 0;
    margin-top: -72px;
    margin-bottom: -104px;
    position: relative;
    z-index: 8;
}

.visa-page .visa-search-box {
    max-width: 980px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #d5dde2;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(12, 32, 54, 0.18);
    padding: 26px 30px 22px;
}

.visa-page .visa-search-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    margin-bottom: 14px;
}

.visa-page .visa-search-input,
.visa-page .visa-search-btn {
    height: 60px;
    border-radius: 10px;
    font-size: 18px;
}

.visa-page .visa-search-input {
    border: 1px solid var(--visa-border);
    padding: 0 16px;
}

.visa-page .visa-search-input:focus {
    outline: none;
    border-color: var(--visa-teal);
    box-shadow: 0 0 0 3px rgba(3, 124, 132, 0.15);
}

.visa-page .visa-search-btn {
    min-width: 170px;
    border: 0;
    background: var(--visa-teal);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
}

.visa-page .visa-search-btn:hover {
    background: var(--visa-teal-dark);
}

.visa-page .visa-quick-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.visa-page .visa-quick-link {
    text-decoration: none;
    border: 1px solid rgba(3, 124, 132, 0.25);
    color: var(--visa-teal);
    border-radius: 999px;
    padding: 9px 14px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.visa-page .visa-quick-link:hover {
    background: var(--visa-teal);
    border-color: var(--visa-teal);
    color: #fff;
}

/* Assessment */
.visa-page .visa-assessment-section {
    position: relative;
    background: transparent;
    padding: 46px 0 56px;
    overflow: hidden;
    isolation: isolate;
}

.visa-page .visa-assessment-section::before {
    content: none;
}

.visa-page .visa-assessment-section .container {
    position: relative;
    z-index: 1;
}

.visa-page .assessment-form-wrapper {
    max-width: 860px;
    margin: 0 auto;
}

.visa-page .assessment-title {
    margin: 0 0 12px;
    text-align: center;
    font-size: var(--visa-title-size);
    font-weight: 800;
    line-height: 1.12;
    color: var(--visa-ink);
    text-transform: uppercase;
    white-space: nowrap;
}

.visa-page .assessment-title-red {
    color: #d31725;
}

.visa-page .assessment-title-teal {
    color: #0d8d95;
}

.visa-page .assessment-title span {
    display: inline;
}

.visa-page .assessment-form {
    border: 2px solid transparent;
    border-radius: 14px;
    background:
        linear-gradient(180deg, #10878d 0%, #0f7f85 52%, #0d7479 100%) padding-box,
        linear-gradient(135deg, #0b5f65 0%, #0a747b 45%, #08585e 100%) border-box;
    box-shadow:
        0 16px 32px rgba(3, 44, 73, 0.2),
        0 2px 0 rgba(255, 255, 255, 0.18) inset;
    padding: 24px 24px 18px;
}

.visa-page .assessment-form .form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 10px;
}

.visa-page .assessment-form .form-row.form-row-full {
    grid-template-columns: minmax(0, 1fr);
}

.visa-page .assessment-form .form-group {
    display: flex;
    flex-direction: column;
}

.visa-page .assessment-form .form-group.form-group-full {
    width: 100%;
}

.visa-page .assessment-form .form-group>label {
    margin: 0 0 4px;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
}

.visa-page .assessment-form .form-control {
    width: 100%;
    height: 38px;
    border-radius: 6px;
    border: 1px solid #c7d4da;
    background: #fff;
    padding: 0 10px;
    font-size: 13px;
    color: #4f5c68;
}

.visa-page .assessment-form .form-control:focus {
    outline: none;
    border-color: var(--visa-teal);
    box-shadow: 0 0 0 2px rgba(3, 124, 132, 0.11);
}

.visa-page .assessment-form .form-actions {
    margin-top: 12px;
    text-align: center;
}

.visa-page .assessment-form .btn,
.visa-page .assessment-form .btn-large,
.visa-page .assessment-form .btn-primary {
    width: auto;
    min-width: 190px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: none;
    cursor: pointer;
}

.visa-page .assessment-form .btn:hover,
.visa-page .assessment-form .btn-large:hover,
.visa-page .assessment-form .btn-primary:hover {
    color: #fff;
}

.visa-page .assessment-form .form-note {
    margin-top: 10px;
    text-align: center;
    font-size: 11px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
    font-style: italic;
}

/* Services */
.visa-page .visa-services-section {
    position: relative;
    background: transparent;
    padding: 26px 0 52px;
    overflow: hidden;
}

.visa-page .visa-services-section::before {
    content: none;
}

.visa-page .visa-services-section .container {
    position: relative;
    z-index: 1;
}

.visa-page .services-header {
    text-align: center;
    margin: 0 auto 18px;
    max-width: 1040px;
}

.visa-page .services-header.services-header-split {
    max-width: 1060px;
    display: grid;
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    text-align: left;
}

.visa-page .services-header-main .services-title,
.visa-page .services-header-main .services-subtitle {
    text-align: left;
}

.visa-page .services-subtitle {
    margin: 0 0 4px;
    font-size: 18px;
    color: var(--visa-teal);
    font-weight: 500;
    text-align: center;
}

.visa-page .services-title {
    margin: 0 0 10px;
    font-size: var(--visa-title-size);
    line-height: 1.12;
    text-transform: uppercase;
    color: #d31725;
    font-family: var(--vmt-font-heading);
    font-weight: 800;
    text-align: center;
}

.visa-page .services-description {
    margin: 0 auto;
    color: #4f5d6d;
    font-size: 17px;
    line-height: 1.55;
    text-align: justify;
    text-justify: inter-word;
    max-width: 980px;
}

.visa-page .services-description-side {
    padding-left: 20px;
    border-left: 2px solid #1199a1;
    max-width: 620px;
    align-self: center;
}

.visa-page .visa-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 0;
}

.visa-page .visa-service-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 246px;
    cursor: pointer;
    transform: translateZ(0);
}

.visa-page .service-card-image,
.visa-page .service-card-overlay {
    position: absolute;
    inset: 0;
}

.visa-page .service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.visa-page .service-card-overlay {
    background: linear-gradient(180deg, rgba(4, 55, 60, 0.2) 0%, rgba(4, 55, 60, 0.72) 100%);
    opacity: 0;
    transition: opacity 0.24s ease;
}

.visa-page .service-card-promo {
    position: absolute;
    top: 12px;
    left: 14px;
    right: 14px;
    z-index: 2;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    pointer-events: none;
}

.visa-page .service-card-promo-top {
    display: block;
    font-size: 22px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.visa-page .service-card-promo-price {
    display: block;
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.05;
    font-weight: 900;
}

.visa-page .service-card-content {
    position: relative;
    z-index: 1;
    min-height: 246px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px 16px 20px;
    color: #fff;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.visa-page .service-card-title {
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 1.06;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--vmt-font-heading);
    font-weight: 800;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.28);
}

.visa-page .service-card-divider {
    display: block;
    width: 84px;
    height: 2px;
    background: rgba(255, 255, 255, 0.92);
    margin: 0 0 14px;
}

.visa-page .service-card-link {
    text-decoration: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(3, 124, 132, 0.7);
    font-family: var(--vmt-font-body);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: none;
    min-width: 152px;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.visa-page .service-card-link svg {
    width: 14px;
    height: 14px;
}

.visa-page .service-card-link-icon {
    font-size: 15px;
    line-height: 1;
}

.visa-page .service-card-link:hover {
    color: #fff;
    background: rgba(3, 124, 132, 0.92);
    border-color: rgba(255, 255, 255, 0.95);
    transform: translateY(-1px);
}

.visa-page .visa-service-card:hover .service-card-image img {
    transform: scale(1.05);
}

.visa-page .visa-service-card:hover .service-card-overlay,
.visa-page .visa-service-card:focus-within .service-card-overlay {
    opacity: 1;
}

.visa-page .visa-service-card:hover .service-card-content,
.visa-page .visa-service-card:focus-within .service-card-content {
    opacity: 1;
    transform: translateY(0);
}

/* Process */
.visa-page .visa-process-section {
    padding: 0;
}

.visa-page .visa-process-wrapper {
    position: relative;
    overflow: hidden;
}

.visa-page .process-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(560px, 1.12fr) minmax(0, 1.28fr);
    gap: 34px;
    align-items: start;
    padding: 58px 0 54px;
}

.visa-page .process-intro,
.visa-page .process-step {
    color: #fff;
}

.visa-page .process-intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding-top: 2px;
    width: 100%;
}

.visa-page .process-title {
    margin: 0 0 14px;
    font-size: var(--visa-title-size) !important;
    line-height: 1.12 !important;
    letter-spacing: 0.2px;
    color: #fff;
    font-family: var(--vmt-font-heading);
    font-weight: 800;
    text-transform: uppercase;
    max-width: 760px;
    text-wrap: balance;
}

.visa-page .process-title .vmt-nowrap {
    white-space: nowrap;
}

.visa-page .process-title .process-title-line {
    display: block;
}

.visa-page .process-description {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.42;
    max-width: 470px;
    color: rgba(236, 250, 252, 0.95);
}

.visa-page .process-time {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.4;
    font-family: var(--vmt-font-heading);
    font-weight: 500;
    color: rgba(236, 250, 252, 0.92);
}

.visa-page .process-intro .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 144px;
    min-height: 38px;
    height: 38px;
    padding: 0 16px;
    border-radius: 7px;
    border-color: rgba(255, 255, 255, 0.2);
    background: linear-gradient(180deg, #e0262d 0%, #cb111d 100%);
    box-shadow: 0 8px 18px rgba(76, 10, 16, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.visa-page .process-intro .btn::after {
    content: "\2192";
    margin-left: 8px;
    line-height: 1;
}

.visa-page .process-intro .btn:hover {
    color: #fff;
    transform: translateY(-1px);
    filter: brightness(1.02);
    box-shadow: 0 11px 22px rgba(76, 10, 16, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.visa-page .process-steps {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.visa-page .process-step {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    min-height: 70px;
}

.visa-page .step-marker {
    position: relative;
    display: flex;
    justify-content: center;
}

.visa-page .process-step:not(:last-child) .step-marker::after {
    content: none;
}

.visa-page .step-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 2px solid rgba(255, 255, 255, 0.56);
    box-shadow: 0 8px 14px rgba(8, 57, 64, 0.24);
}

.visa-page .step-icon svg {
    width: 68%;
    height: 68%;
}

.visa-page .step-content {
    padding-top: 1px;
}

.visa-page .step-title {
    margin: 0 0 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1.12;
    font-family: var(--vmt-font-heading);
    font-weight: 700;
}

.visa-page .step-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    max-width: 620px;
    color: rgba(233, 248, 250, 0.96);
    text-align: justify;
    text-align-last: left;
}

/* Benefits */
.visa-page .visa-benefits-section {
    background: transparent;
    padding: 58px 0 34px;
}

.visa-page .benefits-title {
    text-align: center;
    margin: 0 0 28px;
    color: #d31725;
    font-size: var(--visa-title-size);
    line-height: 1.12;
    font-family: var(--vmt-font-heading);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.visa-page .visa-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.visa-page .benefit-card {
    background: rgba(255, 255, 255, 0.42);
    border: 1.5px solid #11858e;
    border-radius: 14px;
    text-align: center;
    padding: 26px 20px 24px;
    min-height: 252px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.visa-page .benefit-card:nth-child(even) {
    border-color: #d31725;
}

.visa-page .benefit-card:nth-child(even) .benefit-title {
    color: #d31725;
}

.visa-page .benefit-card:nth-child(even) .benefit-icon svg path,
.visa-page .benefit-card:nth-child(even) .benefit-icon svg circle,
.visa-page .benefit-card:nth-child(even) .benefit-icon svg rect {
    stroke: #d31725;
}

.visa-page .benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 26px rgba(8, 60, 76, 0.12);
}

.visa-page .benefit-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: rgba(221, 232, 236, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.visa-page .benefit-icon svg {
    width: 44px;
    height: 44px;
}

.visa-page .benefit-title {
    margin: 0 0 8px;
    font-size: 36px;
    line-height: 1.2;
    color: #0f8a92;
    font-weight: 800;
    text-transform: uppercase;
}

.visa-page .benefit-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #213448;
}

/* Testimonials */
.visa-page .visa-testimonials-section {
    background: transparent;
    padding: 28px 0 46px;
}

.visa-page .testimonials-subtitle {
    text-align: center;
    margin: 0 0 8px;
    color: #1c8a92;
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.2;
    font-family: var(--vmt-font-body);
    font-weight: 500;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 52px;
}

.visa-page .testimonials-subtitle::before,
.visa-page .testimonials-subtitle::after {
    content: '"';
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    color: #0d8c94;
    font-family: var(--vmt-font-heading);
    font-size: clamp(42px, 4vw, 62px);
    line-height: 0.6;
    font-weight: 700;
}

.visa-page .testimonials-subtitle::before {
    left: 0;
}

.visa-page .testimonials-subtitle::after {
    right: 0;
}

.visa-page .testimonials-title {
    margin: 0 0 20px;
    text-align: center;
    color: #d31725;
    text-transform: uppercase;
    font-size: var(--visa-title-size);
    line-height: 1.12;
    font-family: var(--vmt-font-heading);
    font-weight: 800;
    letter-spacing: 0.2px;
}

.visa-page .testimonials-slider {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.visa-page .testimonial-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #d7e8ed;
    padding: 18px;
    box-shadow: 0 8px 20px rgba(8, 40, 57, 0.1);
    overflow: hidden;
    min-width: 0;
}

.visa-page .testimonial-quote-box {
    margin-bottom: 16px;
    padding: 16px 18px;
    border-radius: 12px;
    background: #e8f7fb;
}

.visa-page .testimonial-quote-box p {
    margin: 0;
    color: #36535f;
    font-size: 15px;
    line-height: 1.55;
    font-family: var(--vmt-font-body);
}

.visa-page .testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.visa-page .author-avatar {
    width: 74px;
    height: 74px;
    border-radius: 999px;
    overflow: hidden;
    background: #eef7f8;
    flex: 0 0 auto;
    border: 3px solid #f4fdff;
}

.visa-page .author-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.visa-page .author-meta {
    min-width: 0;
}

.visa-page .author-name {
    margin: 0 0 4px;
    color: #0a8c96;
    font-family: var(--vmt-font-heading);
    font-size: 20px;
    line-height: 1.1;
    font-weight: 800;
}

.visa-page .author-location,
.visa-page .author-service {
    margin: 0;
    color: #6c7a86;
    font-size: 14px;
    line-height: 1.35;
    font-family: var(--vmt-font-body);
}

.visa-page .author-service {
    margin-top: 2px;
    color: #36535f;
    font-weight: 600;
}

.visa-page .author-rating {
    display: flex;
    gap: 3px;
    margin-top: 8px;
    font-size: 18px;
    line-height: 1;
}

.visa-page .rating-star {
    color: #d0d9de;
}

.visa-page .rating-star.is-active {
    color: #f5b000;
}

.visa-page .testimonial-card:hover .author-avatar img,
.visa-page .testimonial-card:focus-within .author-avatar img {
    transform: scale(1.04);
    filter: contrast(1.03) saturate(1.02);
}

.visa-page .testimonials-navigation {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-top: 18px;
}

.visa-page .testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    background: #b6b6b6;
    color: transparent;
    display: block;
    cursor: pointer;
    padding: 0;
}

.visa-page .testimonial-dot.active,
.visa-page .testimonial-dot:hover {
    background: #0a8c96;
}

.visa-page .testimonials-slider .testimonial-card:nth-child(n + 3) {
    display: none;
}

/* News (node 282:672) */
.visa-page .visa-news-section {
    position: relative;
    background: transparent;
    padding: 10px 0 0;
    margin-bottom: 0;
    z-index: auto !important;
}

.visa-page .visa-news-section::before {
    content: none;
}

.visa-page .visa-news-wrapper {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    z-index: 40;
}

.visa-page .news-header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    min-height: 0;
    gap: 14px;
}

.visa-page .news-heading {
    grid-column: 2;
    text-align: center;
    margin: 0;
}

.visa-page .news-subtitle {
    margin: 0 0 10px;
    color: #0e8a92;
    font-size: clamp(16px, 1.25vw, 22px);
    line-height: 1.25;
    font-weight: 400;
    font-family: var(--vmt-font-body);
}

.visa-page .news-title {
    margin: 0;
    color: #d31725;
    text-transform: uppercase;
    font-size: var(--visa-title-size);
    line-height: 1.12;
    font-weight: 800;
    font-family: var(--vmt-font-heading);
    letter-spacing: 0.2px;
}

.visa-page .news-header-btn {
    grid-column: 3;
    justify-self: end;
    color: #fff;
    text-decoration: none;
    min-width: 132px;
    white-space: nowrap;
    align-self: center;
}

.visa-page .news-header-btn svg {
    width: 18px;
    height: 18px;
}

.visa-page .news-header-btn:hover {
    color: #fff;
}

.visa-page .process-intro .btn,
.visa-page .assessment-form .btn,
.visa-page .assessment-form .btn-large,
.visa-page .assessment-form .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    background: linear-gradient(135deg, var(--visa-cta-start) 0%, var(--visa-cta-end) 100%);
    color: #fff;
    box-shadow: var(--visa-cta-shadow);
    text-decoration: none;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.visa-page .news-header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    height: 34px;
    padding: 0 14px;
    border-radius: 8px;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #0a8c96 0%, #18b8c5 100%);
    color: #fff;
    font-size: 14px;
    font-family: var(--vmt-font-heading);
    font-weight: 600;
    line-height: 1;
    box-shadow: 0 7px 18px rgba(3, 95, 104, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.visa-page .news-header-btn:hover,
.visa-page .process-intro .btn:hover,
.visa-page .assessment-form .btn:hover,
.visa-page .assessment-form .btn-large:hover,
.visa-page .assessment-form .btn-primary:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
    box-shadow: 0 12px 24px rgba(6, 60, 72, 0.28);
}

.visa-page .news-header-btn:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(3, 95, 104, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    filter: brightness(1.04);
}

.visa-page .news-header-btn:focus-visible,
.visa-page .process-intro .btn:focus-visible,
.visa-page .assessment-form .btn:focus-visible,
.visa-page .assessment-form .btn-large:focus-visible,
.visa-page .assessment-form .btn-primary:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(2, 123, 131, 0.26), 0 12px 24px rgba(6, 60, 72, 0.28);
}

.visa-page .news-header-btn:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(2, 123, 131, 0.26), 0 10px 22px rgba(3, 95, 104, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

/* Assessment CTA: match homepage CTA effect */
.visa-page .assessment-form .form-actions .btn,
.visa-page .assessment-form .form-actions .btn-large,
.visa-page .assessment-form .form-actions .btn-primary {
    min-height: 34px;
    height: 34px;
    padding: 0 18px;
    border-radius: 8px;
    border-color: transparent;
    background: linear-gradient(90deg, #0a8c96 0%, #18b8c5 100%);
    box-shadow: 0 7px 18px rgba(3, 95, 104, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.visa-page .assessment-form .form-actions .btn:hover,
.visa-page .assessment-form .form-actions .btn-large:hover,
.visa-page .assessment-form .form-actions .btn-primary:hover {
    transform: translateY(-1px);
    filter: brightness(1.04);
    box-shadow: 0 10px 22px rgba(3, 95, 104, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.visa-page .assessment-form .form-actions .btn:focus-visible,
.visa-page .assessment-form .form-actions .btn-large:focus-visible,
.visa-page .assessment-form .form-actions .btn-primary:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(2, 123, 131, 0.26), 0 10px 22px rgba(3, 95, 104, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

/* Process intro CTA: keep same visual system as other primary CTAs */
.visa-page .process-intro .btn,
.visa-page .process-intro .btn.btn-primary,
.visa-page .process-intro .btn.btn-large {
    min-height: 38px;
    height: 38px;
    padding: 0 16px;
    border-radius: 7px;
    border-color: rgba(255, 255, 255, 0.2);
    background: linear-gradient(180deg, #e0262d 0%, #cb111d 100%);
    box-shadow: 0 8px 18px rgba(76, 10, 16, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    justify-self: center;
    align-self: center;
}

.visa-page .process-intro .btn:hover,
.visa-page .process-intro .btn.btn-primary:hover,
.visa-page .process-intro .btn.btn-large:hover {
    transform: translateY(-1px);
    filter: brightness(1.02);
    box-shadow: 0 11px 22px rgba(76, 10, 16, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.visa-page .visa-news-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 12px;
    margin-bottom: 0;
    position: relative;
    z-index: 50;
    transform: translateY(36px);
}

.visa-page .news-card-large {
    grid-row: 1 / span 2;
}

.visa-page .news-card {
    background: #fff;
    border: 1px solid #cce2e8;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 3px 12px 0 -7px rgba(0, 0, 0, 0.12), 7px 26px 42px -14px rgba(0, 0, 0, 0.28);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 50;
}

.visa-page .news-card:hover {
    transform: translateY(-2px);
    box-shadow: 4px 14px 0 -7px rgba(0, 0, 0, 0.16), 9px 30px 46px -14px rgba(0, 0, 0, 0.34);
}

.visa-page .vmt-news-footer-spacer {
    height: 0 !important;
}

body.page-template-page-visa .vmt-site-footer,
body.page-template-page-visa-php .vmt-site-footer,
body.page-template-default.page-id-XXX .vmt-site-footer,
body.page-template-page-visa-php #main + .vmt-site-footer,
body.page-template-page-visa-php #main + .vmt-chat-widget + .vmt-site-footer,
body.page-template-page-visa-php > main + .vmt-site-footer,
body.page-template-page-visa-php > main + .vmt-chat-widget + .vmt-site-footer {
    /* Let the footer rise into the news zone like the homepage. */
    position: relative !important;
    z-index: 20 !important;
    margin-top: -56px !important;
    padding-top: 190px !important;
    transform: none !important;
    background-color: #0b7f89 !important;
}

body.page-template-page-visa .visa-news-wrapper,
body.page-template-page-visa .news-header,
body.page-template-page-visa .visa-news-grid,
body.page-template-page-visa .news-card,
body.page-template-page-visa .news-card-large {
    position: relative !important;
    z-index: 50 !important;
}

body.page-template-page-visa .vmt-site-footer .vmt-footer-grid,
body.page-template-page-visa-php .vmt-site-footer .vmt-footer-grid {
    margin-bottom: 24px;
}

body.page-template-page-visa .vmt-site-footer .vmt-footer-bottom p,
body.page-template-page-visa-php .vmt-site-footer .vmt-footer-bottom p {
    padding: 10px 0;
    font-size: 15px;
}

.visa-page .news-image {
    padding: 8px 8px 0;
}

.visa-page .news-image img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.visa-page .news-card-large .news-image img {
    height: 205px;
}

.visa-page .news-content {
    padding: 10px;
}

.visa-page .news-category {
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    background: #12af54;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 8px;
    margin-bottom: 6px;
    font-family: var(--vmt-font-body);
}

.visa-page .news-title-text {
    margin: 0 0 10px;
}

.visa-page .news-title-text a {
    color: #0e1a2b;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    font-family: var(--vmt-font-body);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.visa-page .news-card-large .news-title-text a {
    font-size: 22px;
    font-family: var(--vmt-font-body);
}

.visa-page .news-title-text a:hover {
    color: var(--visa-teal);
}

.visa-page .news-excerpt {
    margin: 0 0 10px;
    color: #5d6876;
    font-size: 13px;
    line-height: 1.55;
    font-family: var(--vmt-font-body);
}

.visa-page .news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #7a8390;
    font-size: 12px;
    line-height: 1.3;
    font-family: var(--vmt-font-body);
}

.visa-page .news-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.visa-page .news-meta svg {
    width: 14px;
    height: 14px;
}

.visa-page .news-cta {
    margin-top: 30px;
    text-align: center;
}

.visa-page .news-cta .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #121826;
    border-radius: 999px;
    text-decoration: none;
    color: #121826;
    font-weight: 600;
    padding: 10px 18px;
}

.visa-page .news-cta .btn:hover {
    background: #121826;
    color: #fff;
}

/* Responsive */
@media (max-width: 1600px) {
    .visa-page .stat-label {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {

    .visa-page .visa-stats-grid,
    .visa-page .visa-services-grid,
    .visa-page .visa-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .visa-page .testimonials-slider {
        grid-template-columns: 1fr;
    }

    .visa-page .author-avatar {
        height: 280px;
    }

    .visa-page .visa-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .visa-page .news-card-large {
        grid-row: auto;
    }

    .visa-page .process-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .visa-page .assessment-title,
    .visa-page .services-title,
    .visa-page .process-title,
    .visa-page .benefits-title,
    .visa-page .testimonials-title,
    .visa-page .news-title {
        font-size: var(--visa-title-size-tablet);
    }

    .visa-page .stat-number {
        font-size: 52px;
    }

    .visa-page .stat-label {
        font-size: 16px;
    }

    .visa-page .visa-statistics {
        padding-top: 114px;
        margin-top: -14px;
    }

    .visa-page .visa-search-box {
        padding: 22px 22px 18px;
    }

    .visa-page .news-header {
        align-items: center;
    }

    .visa-page .services-header.services-header-split {
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: center;
    }

    .visa-page .services-header-main .services-title,
    .visa-page .services-header-main .services-subtitle {
        text-align: center;
    }

    .visa-page .services-description-side {
        border-left: 0;
        border-top: 2px solid #1199a1;
        padding-left: 0;
        padding-top: 10px;
        text-align: left;
        margin: 0 auto;
    }

    .visa-page .process-step {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 14px;
    }

    .visa-page .step-icon {
        width: 46px;
        height: 46px;
        padding: 9px;
    }

    .visa-page .process-step:not(:last-child) .step-marker::after {
        content: none;
    }
}

@media (max-width: 767px) {
    .visa-page {
        --visa-title-size-mobile: 18px;
    }

    .visa-page .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .visa-page .visa-hero {
        min-height: 360px;
    }

    .visa-page .visa-search-section {
        margin-top: -34px;
        margin-bottom: -46px;
    }

    .visa-page .visa-search-box {
        padding: 16px 14px 14px;
        border-radius: 12px;
    }

    .visa-page .visa-search-input,
    .visa-page .visa-search-btn {
        height: 48px;
        font-size: 16px;
    }

    .visa-page .visa-search-btn {
        min-width: 0;
    }

    .visa-page .visa-hero-title {
        font-size: 22px;
        line-height: 1.04;
    }

    .visa-page .visa-hero-subtitle,
    .visa-page .services-description,
    .visa-page .form-note,
    .visa-page .step-description {
        font-size: 15px;
    }

    .visa-page .visa-stats-grid,
    .visa-page .visa-services-grid,
    .visa-page .visa-benefits-grid,
    .visa-page .visa-news-grid,
    .visa-page .assessment-form .form-row,
    .visa-page .visa-search-form {
        grid-template-columns: 1fr;
    }

    .visa-page .visa-search-btn,
    .visa-page .assessment-form .btn,
    .visa-page .assessment-form .btn-large,
    .visa-page .assessment-form .btn-primary,
    .visa-page .process-intro .btn {
        width: 100%;
    }

    .visa-page .assessment-title,
    .visa-page .assessment-title .assessment-title-red,
    .visa-page .assessment-title .assessment-title-teal,
    .visa-page .services-header-main .services-title,
    .visa-page .services-title,
    .visa-page .process-title,
    .visa-page .benefits-title,
    .visa-page .testimonials-title,
    .visa-page .news-heading .news-title,
    .visa-page .news-title {
        font-size: 18px !important;
        line-height: 1.12 !important;
    }

    .visa-page .benefits-title {
        font-size: 18px;
        line-height: 1.14;
        margin-bottom: 18px;
        letter-spacing: 0;
        overflow-wrap: anywhere;
    }

    .visa-page .visa-benefits-section {
        padding: 34px 0 18px;
    }

    .visa-page .visa-benefits-grid {
        gap: 14px;
    }

    .visa-page .benefit-card {
        padding: 20px 14px 18px;
        min-height: 0;
    }

    .visa-page .benefit-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .visa-page .benefit-icon svg {
        width: 36px;
        height: 36px;
    }

    .visa-page .benefit-title {
        font-size: 14px;
        line-height: 1.18;
        margin-bottom: 6px;
        overflow-wrap: anywhere;
    }

    .visa-page .benefit-description {
        font-size: 12px;
        line-height: 1.42;
    }

    .visa-page .process-content {
        gap: 16px;
        padding: 28px 0 30px;
    }

    .visa-page .process-title {
        margin-bottom: 10px;
        max-width: 100%;
        font-size: 24px !important;
        line-height: 1.04 !important;
        letter-spacing: 0;
        text-wrap: pretty;
        overflow-wrap: anywhere;
    }

    .visa-page .process-title .vmt-nowrap {
        white-space: normal;
    }

    .visa-page .process-title .process-title-line {
        display: inline;
    }

    .visa-page .process-title .process-title-line::after {
        content: " ";
    }

    .visa-page .process-title .process-title-line:last-child::after {
        content: none;
    }

    .visa-page .process-description {
        margin-bottom: 8px;
        max-width: 100%;
        font-size: 14px;
        line-height: 1.42;
        text-align: justify;
        text-align-last: left;
    }

    .visa-page .process-time {
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 1.35;
    }

    .visa-page .service-card-content {
        opacity: 1;
        transform: none;
        flex-direction: column;
        gap: 8px;
    }

    .visa-page .service-card-overlay {
        opacity: 1;
    }

    .visa-page .service-card-title {
        font-size: 24px;
    }

    .visa-page .service-card-link {
        font-size: 15px;
    }

    .visa-page .process-step {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 10px;
        min-height: 0;
    }

    .visa-page .step-icon {
        width: 34px;
        height: 34px;
        padding: 6px;
    }

    .visa-page .process-step:not(:last-child) .step-marker::after {
        content: none;
    }

    .visa-page .step-title {
        font-size: 13px;
        line-height: 1.2;
        word-break: break-word;
    }

    .visa-page .news-subtitle {
        font-size: 24px;
    }

    .visa-page .testimonials-subtitle {
        font-size: 20px;
        padding: 0 34px;
    }

    .visa-page .testimonials-subtitle::before,
    .visa-page .testimonials-subtitle::after {
        font-size: 52px;
    }

    .visa-page .service-card-promo-top {
        font-size: 16px;
    }

    .visa-page .service-card-promo-price {
        font-size: 14px;
    }

    .visa-page .stat-number {
        font-size: 46px;
    }

    .visa-page .stat-label {
        font-size: 14px;
    }

    .visa-page .visa-statistics {
        padding: 76px 0 26px;
        margin-top: -8px;
    }

    .visa-page .news-header {
        display: flex;
        min-height: 0;
        flex-direction: column;
        gap: 10px;
    }

    .visa-page .news-header-btn {
        position: static;
        transform: none;
        padding: 0 14px;
    }

    .visa-page .visa-news-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        align-items: start;
        margin-bottom: 0;
        transform: none;
    }

    .visa-page .news-card,
    .visa-page .news-card-large {
        height: auto;
        align-self: start;
    }

    .visa-page .news-card-large .news-image img,
    .visa-page .news-image img {
        height: 190px;
    }

    .visa-page .visa-news-section {
        padding-bottom: 54px;
    }

    body.page-template-page-visa .vmt-site-footer,
    body.page-template-page-visa-php .vmt-site-footer {
        margin-top: 0 !important;
        padding-top: 56px !important;
    }

    .visa-page .testimonial-card {
        padding: 18px;
    }

    .visa-page .testimonials-slider .testimonial-card:nth-child(n + 3) {
        display: block;
    }

    .visa-page .testimonial-quote-box {
        padding: 16px;
        margin-bottom: 16px;
    }

    .visa-page .testimonial-quote-box p {
        font-size: 15px;
        line-height: 1.55;
    }

    .visa-page .testimonial-author {
        gap: 14px;
        align-items: flex-start;
    }

    .visa-page .author-avatar {
        width: 74px;
        height: 74px;
    }

    .visa-page .author-name {
        font-size: 21px;
    }

    .visa-page .author-location,
    .visa-page .author-service {
        font-size: 14px;
    }

    .visa-page .author-rating {
        font-size: 18px;
    }

    .visa-page .testimonials-subtitle::before,
    .visa-page .testimonials-subtitle::after {
        display: none;
    }

    .visa-page .benefit-title {
        font-size: 32px;
    }

    .visa-page .assessment-title {
        margin-bottom: 12px;
        white-space: normal;
    }

    .visa-page .assessment-form {
        padding: 16px 14px 14px;
    }

    .visa-page .assessment-form .form-group>label {
        font-size: 13px;
    }

    .visa-page .assessment-form .form-control {
        font-size: 13px;
        height: 36px;
    }
}
