/* Visa landing + detail (MMT-inspired; static content) */
.tp-visa {
	background: #f4f6fb;
	padding-bottom: 3rem;
}

.tp-visa__top {
	background: #2f2f2f;
    color: #fff;
    /* Clear absolutely positioned site header (same band as tour hero) */
    padding: calc(clamp(80px, 11vw, 118px) + 0.35rem) 0 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tp-visa__bc {
	margin-bottom: 1.25rem;
}

.tp-visa__bc-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.5rem;
	font-size: 0.9rem;
	opacity: 0.9;
}

.tp-visa__bc-list a {
	color: #e0f2ff;
	text-decoration: none;
}

.tp-visa__bc-list a:hover,
.tp-visa__bc-list a:focus {
	color: #fff;
	text-decoration: underline;
}

.tp-visa__bc-sep {
	opacity: 0.6;
}

.tp-visa__eyebrow {
	font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0.4rem;
}

.tp-visa__h1 {
	font-size: clamp(1.6rem, 2.2vw, 2.1rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 0.75rem;
    color: white;
}

.tp-visa__h1 span {
	color: #e53935;
}

.tp-visa__lede {
	font-size: 0.98rem;
	line-height: 1.6;
	color: #dbeafe;
	margin: 0;
	max-width: 34em;
}

.tp-visa__search {
	border-radius: 14px !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	background: #fff;
}

.tp-visa__search-title {
	color: #273444;
	font-weight: 700;
}

.tp-visa__form .form-label {
	font-size: 0.8rem;
	font-weight: 600;
	color: #334155;
}

.tp-visa__form-note {
	font-size: 0.8rem;
}

.tp-visa__cta {
	background: #e53935;
	border: none;
	font-weight: 700;
	padding: 0.6rem 1rem;
}

.tp-visa__cta:hover,
.tp-visa__cta:focus {
	background: #d32f2f;
}

.tp-visa__section {
	padding: 2.75rem 0;
}

.tp-visa__sec-head {
	margin-bottom: 1.5rem;
}

.tp-visa__h2 {
	font-size: 1.45rem;
	font-weight: 800;
	color: #273444;
	margin: 0;
}

/* Owl strip */
.tp-visa__most {
	background: #f4f6fb;
}

.tp-visa__owl-wrap {
	position: relative;
}

.tp-visa__owl-wrap .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	pointer-events: none;
	margin: 0;
}

.tp-visa__owl-wrap .owl-nav button.owl-prev,
.tp-visa__owl-wrap .owl-nav button.owl-next {
	pointer-events: auto;
	background: #fff !important;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12) !important;
	color: #e53935 !important;
}

.tp-visa__owl-wrap .owl-nav .owl-prev {
	float: left;
	margin-left: -8px;
	transform: translateY(-50%);
}

.tp-visa__owl-wrap .owl-nav .owl-next {
	float: right;
	margin-right: -8px;
	transform: translateY(-50%);
}

.tp-visa__thumb {
	display: block;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	text-decoration: none;
	color: #fff;
	box-shadow: 0 12px 32px rgba(10, 74, 122, 0.18);
	transition: transform 0.25s, box-shadow 0.25s;
}

.tp-visa__thumb:hover,
.tp-visa__thumb:focus {
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(10, 74, 122, 0.28);
}

.tp-visa__thumb-bg {
	position: absolute;
	inset: 0;
	background-color: #e53935;
	background-image: var(--img);
	background-size: cover;
	background-position: center;
}

.tp-visa__thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.65) 100%);
}

.tp-visa__thumb-cap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1.1rem 1rem 1.15rem;
	z-index: 1;
}

.tp-visa__thumb-name {
	font-weight: 800;
	font-size: 1.1rem;
	display: block;
}

.tp-visa__thumb-sub {
	font-size: 0.82rem;
	opacity: 0.92;
	display: block;
	margin-top: 0.15rem;
}

/* Most-visited — MMT white pricing card */
.tp-visa__mmt {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	overflow: hidden;
	text-decoration: none;
	color: #273444;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	min-height: 100%;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
	transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}
.tp-visa__mmt:hover,
.tp-visa__mmt:focus {
	color: #273444;
    text-decoration: none;
    transform: translateY(-2px);
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tp-visa__mmt-head {
	padding: 1rem 1rem 0.75rem;
}
.tp-visa__mmt-flagwrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.65rem;
}
.tp-visa__mmt-flag,
.tp-visa__mmt-emoji {
	width: 44px;
	height: 32px;
	border-radius: 3px;
	flex-shrink: 0;
}
.tp-visa__mmt-flag {
	background: #e2e8f0 center / cover;
	border: 1px solid #e5e7eb;
}
.tp-visa__mmt-emoji {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f1f5f9;
	font-size: 1.4rem;
	line-height: 1;
}
.tp-visa__mmt-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	margin-left: auto;
	padding: 0.2rem 0.5rem 0.2rem 0.6rem;
	border-radius: 99px;
	background: #ffebee;
	color: #b71c1c;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.06em;
}
.tp-visa__mmt-i { font-size: 0.75rem; opacity: 0.7; }
.tp-visa__mmt-title {
	font-size: 1.1rem;
	font-weight: 800;
	margin: 0 0 0.4rem;
	line-height: 1.25;
}
.tp-visa__mmt-line {
	margin: 0.15rem 0 0;
	font-size: 0.78rem;
	color: #64748b;
	line-height: 1.35;
}
.tp-visa__mmt-line--1 {
	color: #0d9488;
	font-weight: 600;
}
.tp-visa__mmt-line--soft { color: #94a3b8; }
.tp-visa__mmt-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.7rem 1rem;
	margin-top: 0.3rem;
	border-top: 1px dashed #cbd5e1;
}
.tp-visa__mmt-pr-main {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	min-width: 0;
}
.tp-visa__mmt-ru { font-size: 1.05rem; }
.tp-visa__mmt-pr-sub {
	font-size: 0.7rem;
	color: #64748b;
}
.tp-visa__mmt-chv {
	color: #e53935;
	font-size: 0.9rem;
	opacity: 0.9;
}
.tp-visa__mmt-offer {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.55rem 0.9rem 0.65rem;
	background: #ecfdf5;
	color: #0f766e;
	font-size: 0.7rem;
	font-weight: 600;
	line-height: 1.3;
	border-top: 1px solid #d1fae5;
}
.tp-visa__mmt-offer-ic {
	display: flex;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #14b8a6;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 0.65rem;
	font-weight: 800;
	flex-shrink: 0;
}
.tp-visa__owl-wrap .tp-visa__mmt { min-height: 0; }

/* Europe */
.tp-visa__europe {
	background: #fff;
}

.tp-visa__ecard {
	display: block;
	text-decoration: none;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e2e8f0;
	height: 100%;
	transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.tp-visa__ecard:hover,
.tp-visa__ecard:focus {
	transform: translateY(-2px);
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	transform: translateY(-2px);
}

.tp-visa__ecard-img {
	height: 150px;
	background: #e53935 center/cover;
}

@media (min-width: 992px) {
	.tp-visa__ecard-img {
		height: 170px;
	}
}

.tp-visa__ecard-body {
	padding: 0.9rem 1rem 1.1rem;
}

.tp-visa__ecard-name {
	display: block;
	font-weight: 800;
	color: #273444;
}

.tp-visa__ecard-meta {
	display: block;
	font-size: 0.78rem;
	color: #64748b;
	margin-top: 0.2rem;
}

/* Europe — MMT top badge + CTA */
.tp-visa__ecard--mmt .tp-visa__ecard-img { position: relative; }
.tp-visa__ecard-badge {
	position: absolute;
    top: 0.55rem;
    left: 0.55rem;
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    padding: 0.2rem 0.45rem 0.2rem 0.55rem;
    border-radius: 6px;
    background: #ffe3e5;
    color: #dc3545;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}
.tp-visa__ecard-bi { font-size: 0.7rem; opacity: 0.7; }
.tp-visa__ecard-cta {
	display: block;
	margin-top: 0.4rem;
	font-size: 0.82rem;
	font-weight: 700;
	color: #e53935;
}
.tp-visa__ecard-cta .fa { font-size: 0.65rem; opacity: 0.8; }

/* MMT review card */
.tp-visa__revmmt { border-radius: 14px !important; }
.tp-visa__revmmt .card-body { padding: 1.35rem 1.2rem; }
.tp-visa__revmmt-hd {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: 0.65rem;
}
.tp-visa__revmmt-f {
	width: 36px;
	height: 26px;
	border-radius: 2px;
	background: #e2e8f0 center / cover;
	border: 1px solid #e5e7eb;
	flex-shrink: 0;
}
.tp-visa__revmmt-cty {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #64748b;
}
.tp-visa__revmmt-h {
	font-size: 1.1rem;
	font-weight: 800;
	color: #273444;
	margin: 0 0 0.4rem;
	line-height: 1.25;
}
.tp-visa__revmmt-body {
	margin: 0 0 0.65rem;
	font-size: 0.88rem;
	color: #475569;
	line-height: 1.5;
}
.tp-visa__revmmt-ft {
	font-size: 0.8rem;
	color: #94a3b8;
}
.tp-visa__revmmt-bull { padding: 0 0.15rem; }

/* Reviews & why */
.tp-visa__reviews {
	background: #f1f5f9;
}

.tp-visa__stars {
	color: #f59e0b;
	letter-spacing: 2px;
	margin-bottom: 0.4rem;
}

.tp-visa__quote p {
	color: #334155;
}

.tp-visa__why {
	background: #fff;
}

.tp-visa__why-card {
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.tp-visa__why-ico {
	display: inline-flex;
	width: 52px;
	height: 52px;
	border-radius: 12px;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #e0f2fe, #f0f9ff);
	color: #0369a1;
	font-size: 1.35rem;
	margin-bottom: 0.5rem;
}

.tp-visa__why-title {
	font-size: 1rem;
	font-weight: 800;
	color: #273444;
}

/* Country detail */
.tp-visa--detail {
	background: #f8fafc;
	padding-bottom: 0;
}

.tp-visa__dhero {
	position: relative;
	padding: 1.5rem 0 3.5rem;
	color: #fff;
	background: linear-gradient(120deg, #0a3d62 0%, #0a4a7a 100%);
	background-image: linear-gradient(160deg, rgba(10, 61, 98, 0.92) 0%, rgba(8, 47, 78, 0.88) 100%), var(--hero-img);
	background-size: cover;
	background-position: center;
}

.tp-visa__dhero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.35) 100%);
	pointer-events: none;
}

.tp-visa__dhero .container {
	position: relative;
	z-index: 1;
}

.tp-visa__bc--light {
	margin-bottom: 0.5rem;
}

.tp-visa__dhero-inner {
	margin-top: 0.5rem;
}

.tp-visa__dh1 {
	font-size: clamp(1.4rem, 2.1vw, 1.9rem);
	font-weight: 800;
	margin: 0;
	line-height: 1.25;
}

.tp-visa__dh-sub {
	display: inline-block;
	font-size: 0.95rem;
	font-weight: 500;
	color: #bae6fd;
	margin-top: 0.35rem;
}

.tp-visa__dsub {
	margin: 0.35rem 0 0;
	font-size: 1.05rem;
	color: #e0f2fe;
}

.tp-visa__prose {
	color: #334155;
	line-height: 1.75;
}

.tp-visa__prose p:last-child {
	margin-bottom: 0;
}

.tp-visa__list {
	margin: 0.5rem 0 0;
	padding-left: 1.1rem;
	color: #334155;
}

.tp-visa__list--tight {
	margin-top: 0.4rem;
}

.tp-visa__list li + li {
	margin-top: 0.35rem;
}

.tp-visa__h4,
.tp-visa .h4 {
	font-size: 1.1rem;
	font-weight: 800;
}

.tp-visa__side h2,
.tp-visa__side h3 {
	color: #0f172a;
}

.tp-visa__dl {
	margin: 0 0 0.5rem;
}

.tp-visa__dl dt {
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #64748b;
	font-weight: 800;
	margin-top: 0.5rem;
}

.tp-visa__dl dd {
	margin: 0.1rem 0 0.25rem;
	color: #334155;
}

.tp-visa .tp-visa__dhero h1,
.tp-visa__dhero .tp-visa__bc-list a {
	color: #fff;
}

@media (max-width: 575.98px) {
	.tp-visa__owl-wrap .owl-nav {
		display: none;
	}
}

/* ========== MMT-style visa COUNTRY detail (.tp-vd) ========== */
body.tp-visa-page--country {
	background: #f0f3f7;
	padding-bottom: 4.25rem;
}
@media (min-width: 992px) {
	body.tp-visa-page--country { padding-bottom: 0; }
}

.tp-vd {
	padding-bottom: 0;
}

.tp-vd__hero {
	position: relative;
	background: linear-gradient(100deg, #0068c9 0%, #0090e5 50%, #45c0ff 100%),
		var(--tp-vd-hero) center / cover;
	background-repeat: no-repeat, no-repeat;
	color: #fff;
	padding: calc(clamp(80px, 11vw, 118px) + 0.5rem) 0 4.25rem;
}

.tp-vd__hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 35, 90, 0.35) 0%, rgba(0, 50, 110, 0.5) 100%);
	pointer-events: none;
}

.tp-vd__hero .container {
	z-index: 1;
}

.tp-vd__back {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: #e0f2fe;
	font-size: 0.88rem;
	font-weight: 600;
	margin-bottom: 0.4rem;
	text-decoration: none;
}
.tp-vd__back:hover,
.tp-vd__back:focus {
	color: #fff;
	text-decoration: none;
}
.tp-vd__back i { opacity: 0.85; }

.tp-vd__bc { margin: 0 0 0.4rem; }
.tp-vd__bc ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.2rem 0.35rem;
	font-size: 0.8rem;
	opacity: 0.9;
}
.tp-vd__bc a { color: #fff; }
.tp-vd__bc a:hover { text-decoration: underline; }
.tp-vd__bc-dot { width: 3px; height: 3px; border-radius: 50%; background: rgba(255, 255, 255, 0.75); }
.tp-vd__bc .is-current { color: #dbeafe; }

.tp-vd__hero-mid {
	display: flex;
	align-items: center;
	gap: 0.9rem 1.15rem;
	flex-wrap: wrap;
	margin-top: 0.35rem;
}
.tp-vd__flag {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.65rem;
	line-height: 1;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.tp-vd__badge {
	display: inline-block;
	margin: 0 0 0.25rem;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #bae6fd;
}
.tp-vd__h1 {
	margin: 0;
	font-size: clamp(1.3rem, 2.1vw, 1.8rem);
	font-weight: 800;
	line-height: 1.2;
}
.tp-vd__code {
	font-weight: 500;
	color: #bfdbfe;
}
.tp-vd__tagline {
	margin: 0.25rem 0 0;
	color: #e0f2fe;
	font-size: 0.95rem;
}

/* Overlap search card */
.tp-vd__scard {
	background: #fff;
	border-radius: 12px;
	margin-top: -3.25rem;
	margin-bottom: 0;
	padding: 1.25rem 1.3rem 1.1rem;
	position: relative;
	z-index: 2;
	box-shadow: 0 6px 28px rgba(15, 30, 60, 0.1), 0 0 0 1px rgba(15, 30, 60, 0.04);
}
.tp-vd__scard-head { margin-bottom: 1rem; }
.tp-vd__scard-title { margin: 0; font-size: 1.15rem; font-weight: 800; color: #0f172a; }
.tp-vd__scard-sub { margin: 0.3rem 0 0; font-size: 0.88rem; color: #64748b; }
.tp-vd__sform { margin: 0; }
.tp-vd__slabel {
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #64748b;
	margin-bottom: 0.25rem;
}
.tp-vd__sctrl {
	font-size: 0.9rem;
	border: 1px solid #d5dde8;
	border-radius: 6px;
	height: auto;
	padding: 0.4rem 0.55rem;
}
.tp-vd__sform-foot {
	color: #94a3b8;
	margin-top: 0.65rem !important;
}
.tp-vd__sform-foot a { text-decoration: underline; color: #0284c7; }
.tp-vd__sbtn {
	background: linear-gradient(90deg, #e63922 0%, #f05535 100%) !important;
	color: #fff !important;
	font-weight: 800;
	border: none;
	border-radius: 6px;
	width: 100%;
	padding: 0.5rem 0.75rem;
	letter-spacing: 0.01em;
	box-shadow: 0 2px 8px rgba(230, 57, 34, 0.3);
}
.tp-vd__sbtn:hover { filter: brightness(1.05); color: #fff !important; }
.tp-vd__sbtn--lg { padding: 0.55rem; }

/* Key facts row (MMT “tiles”) */
.tp-vd__facts {
	margin-top: 0.5rem;
}
@media (min-width: 992px) {
	.tp-vd__facts { border: 1px solid #e2e8f0; border-radius: 10px; background: #fff; overflow: hidden; }
	.tp-vd__facts .col-lg-3 { border-left: 1px solid #eef2f7; }
	.tp-vd__facts .row > .col-lg-3:first-child { border-left: 0; }
}
.tp-vd__fact {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem 0.65rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 0.7rem 0.65rem 0.75rem;
	height: 100%;
}
@media (min-width: 992px) {
	.tp-vd__fact { border: none; border-radius: 0; padding: 1.1rem 0.9rem; }
}
.tp-vd__fact-ic {
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	background: #eff6ff;
	color: #0369a1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tp-vd__fact-ic i { font-size: 0.95rem; }
.tp-vd__fact-txt { min-width: 0; }
.tp-vd__fact-lab { display: block; font-size: 0.67rem; font-weight: 800; text-transform: uppercase; color: #64748b; }
.tp-vd__fact-val { display: block; font-size: 0.8rem; font-weight: 600; color: #0f172a; line-height: 1.35; margin-top: 0.12rem; }

/* Visa option cards */
.tp-vd__sech { margin-bottom: 0.5rem; }
.tp-vd__h2 { font-size: 1.15rem; font-weight: 800; color: #0f172a; margin: 0 0 0.2rem; }
.tp-vd__h3 { font-size: 1.02rem; font-weight: 800; }
.tp-vd__vopt {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 1.1rem 1rem 0.8rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: border-color 0.2s, box-shadow 0.2s;
}
.tp-vd__vopt:hover { border-color: #7dd3fc; box-shadow: 0 6px 18px rgba(2, 132, 199, 0.1); }
.tp-vd__vopt-name { font-weight: 800; color: #0f172a; font-size: 1rem; }
.tp-vd__vopt-line { color: #64748b; font-size: 0.83rem; margin: 0.2rem 0; flex: 1; }
.tp-vd__vopt-fee { color: #0369a1; font-weight: 800; font-size: 0.9rem; margin: 0.1rem 0; }
.tp-vd__vopt-fee i { color: #0369a1; }
.tp-vd__vopt-link { margin-top: 0.3rem; font-size: 0.82rem; font-weight: 700; color: #e63922; text-decoration: none; }
.tp-vd__vopt-link i { font-size: 0.6rem; }
.tp-vd__vopt-link:hover { text-decoration: underline; }

/* How it works (numbered) */
.tp-vd__how-list {
	list-style: none;
	margin: 0.25rem 0 0;
	padding: 0;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	overflow: hidden;
}
.tp-vd__how-item { display: flex; gap: 0.6rem; padding: 0.85rem 0.9rem; border-top: 1px solid #eef2f7; }
.tp-vd__how-item:first-child { border-top: 0; }
.tp-vd__how-n {
	flex-shrink: 0;
	width: 30px; height: 30px; border-radius: 50%;
	background: linear-gradient(130deg, #0ea5e9, #0369a1);
	color: #fff;
	font-weight: 800;
	font-size: 0.8rem;
	display: flex; align-items: center; justify-content: center;
	margin-top: 0.1rem;
}
.tp-vd__how-body { font-size: 0.9rem; color: #334155; line-height: 1.5; }
.tp-vd__how-body strong { color: #0f172a; }

/* Checklist, description */
.tp-vd__dlist { list-style: none; margin: 0.25rem 0 0; padding: 0; }
.tp-vd__dlist li { display: flex; gap: 0.4rem; align-items: flex-start; padding: 0.3rem 0; border-bottom: 1px solid #f1f5f9; font-size: 0.9rem; color: #334155; }
.tp-vd__dlist i { color: #16a34a; font-size: 0.8rem; margin-top: 0.15rem; flex-shrink: 0; }
.tp-vd__desc p { color: #334155; }
.tp-vd__graybox { background: #f1f5f9; border-radius: 8px; padding: 0.9rem 1rem; }
.tp-vd__graybox .h3, .tp-vd__h3 { margin: 0 0 0.3rem; }

/* FAQ (details) */
.tp-vd__det { background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; margin-bottom: 0.4rem; overflow: hidden; }
.tp-vd__sum { cursor: pointer; list-style: none; padding: 0.75rem 0.9rem; font-size: 0.95rem; font-weight: 700; color: #0f172a; }
.tp-vd__sum::-webkit-details-marker { display: none; }
.tp-vd__sum::after { content: "+"; float: right; font-weight: 800; color: #64748b; }
.tp-vd__det[open] .tp-vd__sum::after { content: "−"; }
.tp-vd__ans { padding: 0 0.9rem 0.8rem; font-size: 0.88rem; line-height: 1.5; color: #475569; }
.tp-vd__det[open] .tp-vd__ans { border-top: 1px solid #f1f5f9; padding-top: 0.5rem; }

/* Sidebar */
.tp-vd__side { position: sticky; top: 100px; }
@media (max-width: 991.98px) {
	.tp-vd__side { position: static; }
}
.tp-vd__side-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 1rem; box-shadow: 0 2px 10px rgba(15, 30, 60, 0.04); }
.tp-vd__side-ttl { font-size: 1.05rem; font-weight: 800; margin: 0 0 0.75rem; color: #0f172a; }
.tp-vd__side-kv { display: block; font-size: 0.8rem; margin-bottom: 0.55rem; }
.tp-vd__side-kv span { display: block; color: #64748b; }
.tp-vd__side-kv strong { color: #334155; display: block; line-height: 1.3; }
.tp-vd__side-cta { margin: 0.4rem 0; }
.tp-vd__side-note { font-size: 0.72rem; line-height: 1.3; color: #94a3b8; margin: 0; }
.tp-vd__side-links { display: flex; gap: 0.5rem; margin-top: 0.4rem; flex-wrap: wrap; }
.tp-vd__side-a { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.82rem; color: #0369a1; font-weight: 600; text-decoration: none; }
.tp-vd__side-a i { color: #0369a1; }

.tp-vd__disclaimer code { background: #f1f5f9; font-size: 0.7rem; }

/* Mobile CTA */
.tp-vd__msticky {
	position: fixed;
	left: 0; right: 0; bottom: 0; z-index: 10020;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 22%);
	padding: 0.6rem 0.75rem calc(0.6rem + env(safe-area-inset-bottom));
}
.tp-vd__msticky-btn {
	display: block;
	text-align: center;
	background: linear-gradient(90deg, #e63922 0%, #f05535 100%) !important;
	color: #fff !important;
	font-weight: 800;
	padding: 0.65rem 0.5rem;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media (min-width: 992px) {
	.tp-vd__msticky { display: none !important; }
}

/* ========== Visa country detail v2 (MMT-style: head card + rail + process) ========== */
.tp-vd--v2 { padding-bottom: 0.5rem; }

.tp-vd__bodywrap { padding-top: 0.25rem; }
.tp-vd--v2 .tp-vd__mast {
	padding-top: clamp(80px, 11vw, 118px);
	padding-bottom: 0.6rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
@media (min-width: 768px) {
	.tp-vd--v2 .tp-vd__mast { padding-left: 0; padding-right: 0; }
}
.tp-vd__back--soft { color: #0f172a; margin-bottom: 0.35rem; }
.tp-vd__back--soft i { color: #64748b; }
.tp-vd__bc--soft { margin: 0 0 0.1rem; }
.tp-vd__bc--soft ol { opacity: 1; }
.tp-vd__bc--soft a { color: #0369a1; }
.tp-vd__bc--soft .is-current { color: #0f172a; font-weight: 600; }

/* Head card: symmetric 2-col feel */
.tp-vd__headcard {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.9rem 1.25rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 1.15rem 1.15rem 1rem;
	margin-bottom: 0.2rem;
	box-shadow: 0 4px 20px rgba(15, 30, 60, 0.06);
	align-items: center;
}
@media (min-width: 600px) {
	.tp-vd__headcard {
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	}
}
.tp-vd__hc-left {
	display: flex;
	gap: 0.9rem 1rem;
	align-items: flex-start;
	min-width: 0;
}
.tp-vd__hc-ring {
	width: 52px; height: 52px; flex-shrink: 0;
	border-radius: 50%;
	background: #f0f4fa;
	border: 1px solid #e1eaf4;
	display: flex; align-items: center; justify-content: center;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}
.tp-vd__hc-ring--emoji { font-size: 1.45rem; }
.tp-vd__hc-flag {
	display: block; width: 100%; height: 100%;
	border-radius: 50%;
	background: #fff center / cover no-repeat;
}
.tp-vd__hc-copy { min-width: 0; }
.tp-vd__hc-h1 {
	margin: 0; font-size: clamp(1.2rem, 1.2rem + 0.6vw, 1.5rem);
	font-weight: 800; color: #0f172a; line-height: 1.2; letter-spacing: -0.02em;
}
.tp-vd__hc-sub { margin: 0.3rem 0 0; font-size: 0.9rem; color: #334155; line-height: 1.45; }
.tp-vd__hc-tag { margin: 0.2rem 0 0; font-size: 0.82rem; color: #64748b; }

.tp-vd__hc-art {
	border-radius: 10px; min-height: 140px;
	background: #e0f0ff var(--tp-hc-art) center 45% / cover no-repeat;
	position: relative;
	border: 1px solid #e0ecf5;
}
.tp-vd__hc-art--empty {
	background: linear-gradient(150deg, #e6f1ff, #d6e7fb);
}
.tp-vd__hc-art::after {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(2, 70, 120, 0.1) 100%);
	border-radius: 10px; pointer-events: none;
}

/* Right rail: trust + price */
.tp-vd__rail {
	display: grid;
	gap: 0.65rem;
	align-content: start;
}
.tp-vd__rail--mob { margin-bottom: 0.1rem; }
@media (min-width: 992px) {
	.tp-vd__rail--desk {
		position: sticky;
		top: 1rem;
		padding: 1rem;
		background: #fff;
		border: 1px solid #d8dee9;
		border-radius: 20px;
		box-shadow: 0 2px 0 rgba(255, 255, 255, 0.8) inset;
	}
}
.tp-vd__rail--desk .tp-vd__trust,
.tp-vd__rail--desk .tp-vd__pbox {
	margin-bottom: 0;
}
.tp-vd__rail--desk .tp-vd__pbox {
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0.95rem 0 0;
}
.tp-vd__trust {
	background: #dfe8f4;
	border: 0;
	border-radius: 18px;
	padding: 1.05rem 1.1rem;
	margin-bottom: 0.6rem;
}
.tp-vd__trust-ttl { margin: 0 0 0.65rem; font-size: 1.05rem; font-weight: 800; color: #0752ad; letter-spacing: -0.01em; text-transform: none; }
.tp-vd__trust-ul { list-style: none; margin: 0; padding: 0; font-size: 0.96rem; line-height: 1.4; color: #0752ad; font-weight: 700; }
.tp-vd__trust-ul li { display: flex; gap: 0.5rem; align-items: flex-start; margin: 0.38rem 0; }
.tp-vd__trust-ul i { color: #0a66cc; font-size: 0.95rem; margin-top: 0.03rem; flex-shrink: 0; }

.tp-vd__pbox {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 10px; padding: 0.9rem 1rem 1rem;
	margin-bottom: 0.5rem;
	box-shadow: 0 2px 8px rgba(15, 30, 60, 0.04);
}
.tp-vd__pbox-main { margin: 0; font-size: 1.35rem; font-weight: 800; line-height: 1.1; color: #0f172a; }
.tp-vd__pbox-main span { display: inline; font-size: 0.96rem; font-weight: 500; color: #334155; text-transform: none; letter-spacing: 0; margin: 0 0 0 0.2rem; vertical-align: baseline; }
.tp-vd__pbox-main--ask { font-size: 1.05rem; color: #0369a1; }
.tp-vd__pbox-main--ask span { display: block; margin: 0.25rem 0 0; font-size: 0.8rem; font-weight: 600; text-transform: none; color: #64748b; letter-spacing: 0; }
.tp-vd__pbox-svc { font-size: 0.8rem; color: #64748b; margin: 0.1rem 0 0; }
.tp-vd__pbox-svc span { font-size: 0.72rem; }
.tp-vd__pbox-ok { font-size: 0.78rem; color: #007990; font-weight: 500; margin: 0.45rem 0 0.65rem; }
.tp-vd__pbox-vou {
	font-size: 0.75rem;
	background: #ccf2ea;
	color: #00758a;
	padding: 0.56rem 0.65rem;
	border-radius: 16px;
	line-height: 1.25;
	text-align: center;
	font-weight: 700;
	position: relative;
	margin: 0.15rem 0 0.55rem;
	border: 1px solid #b8dfd8;
}
.tp-vd__pbox-vou::before,
.tp-vd__pbox-vou::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 24px;
	height: 1px;
	background: #d7dce5;
}
.tp-vd__pbox-vou::before { right: calc(100% + 8px); }
.tp-vd__pbox-vou::after { left: calc(100% + 8px); }
.tp-vd__pbox-cta {
	display: block; text-align: center; margin-top: 0.25rem; padding: 0.7rem 0.75rem; border-radius: 10px; font-size: 0.95rem; font-weight: 800; letter-spacing: 0.01em; text-transform: uppercase;
	color: #fff !important; text-decoration: none !important;
	background: linear-gradient(90deg, #4ca6e7 0%, #1a57e7 100%);
	box-shadow: none;
}
.tp-vd__pbox-cta:hover, .tp-vd__pbox-cta:focus { color: #fff !important; filter: brightness(1.05); }
.tp-vd__pbox-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 0.2rem 0.6rem; font-size: 0.7rem; margin-top: 0.65rem; padding-top: 0.5rem; border-top: 1px solid #f1f5f9; }
.tp-vd__pbox-mini span { color: #94a3b8; display: block; }
.tp-vd__pbox-mini strong { color: #475569; display: block; line-height: 1.2; }
.tp-vd__jump { display: flex; flex-direction: column; gap: 0.25rem; }
.tp-vd__jump-a { font-size: 0.8rem; font-weight: 600; color: #0284c7; text-decoration: none; display: flex; align-items: center; gap: 0.3rem; }
.tp-vd__jump-a i { color: #0284c7; }
.tp-vd__jump-a:hover { text-decoration: underline; }

@media (min-width: 992px) {
	.tp-vd__rail--desk .tp-vd__jump { display: none; }
}

/* Process + timeline */
.tp-vd__vproc {
	background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 1.05rem 1.05rem 0.15rem; margin: 0.5rem 0; box-shadow: 0 1px 6px rgba(15, 30, 60, 0.04);
}
.tp-vd__vproc-hd { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 0.4rem; margin-bottom: 0.75rem; }
.tp-vd__vproc-sub { margin: 0.1rem 0 0; font-size: 0.82rem; color: #64748b; }
.tp-vd__pill {
	background: #e0f2fe; color: #0c4a6e; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.05em; padding: 0.2rem 0.45rem; border-radius: 999px; text-transform: uppercase; white-space: nowrap;
	display: inline-flex; align-items: center; gap: 0.25rem;
}
.tp-vd__pill i { color: #0369a1; font-size: 0.75rem; }
.tp-vd__timeline { position: relative; padding: 0 0 0.1rem; }
.tp-vd__tl {
	position: relative; padding: 0 0 0.2rem 2.2rem; margin: 0 0 0.2rem; min-height: 2.5rem;
}
.tp-vd__timeline::before { content: ""; position: absolute; left: 0.5rem; top: 0.2rem; bottom: 0.4rem; width: 2px; background: linear-gradient(180deg, #7dd3fc, #e2e8f0); border-radius: 2px; }
.tp-vd__tl:last-child { margin-bottom: 0.6rem; }
.tp-vd__tl-dot { position: absolute; left: 0.05rem; top: 0.12rem; width: 1.05rem; height: 1.05rem; background: #fff; border: 2px solid #0ea5e9; color: #0284c7; display: flex; align-items: center; justify-content: center; font-size: 0.5rem; border-radius: 50%; z-index: 1; }
.tp-vd__tl-title { margin: 0; font-size: 0.95rem; }
.tp-vd__tl-cap { font-size: 0.8rem; margin: 0.1rem 0 0.35rem; }
.tp-vd__tl-bodytxt p { font-size: 0.9rem; color: #334155; line-height: 1.5; }
.tp-vd__docnest {
	margin-top: 0.1rem; padding: 0.65rem 0.7rem; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; margin-bottom: 0.1rem;
}
.tp-vd__docnest-ttl { margin: 0 0 0.35rem; font-size: 0.7rem; font-weight: 800; text-transform: uppercase; color: #64748b; letter-spacing: 0.04em; }
.tp-vd__docnest-ul { list-style: none; margin: 0; padding: 0; }
.tp-vd__docnest-ul li { display: flex; align-items: flex-start; gap: 0.35rem; font-size: 0.8rem; color: #1e293b; padding: 0.2rem 0; border-top: 1px solid #eef2f6; }
.tp-vd__docnest-ul li:first-child { border-top: 0; }
.tp-vd__docnest-ul i { color: #16a34a; font-size: 0.8rem; margin-top: 0.08rem; }

/* Important information (per country, admin) — card under visa process */
.tp-vd__impcard {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 1.05rem 1.1rem 1.1rem;
	margin: 0.5rem 0;
	box-shadow: 0 1px 6px rgba(15, 30, 60, 0.04);
}
.tp-vd__impcard-body p:last-child { margin-bottom: 0; }
.tp-vd__impcard-body { font-size: 0.9rem; color: #334155; line-height: 1.55; }
.tp-vd__impcard .tp-vd__h2 { font-size: 1.1rem; font-weight: 800; color: #0f172a; }

.tp-vd__scard--tuck { margin: 0.5rem 0; }

/* Slightly tighter facts after v2 */
.tp-vd--v2 .tp-vd__facts { margin-top: 0.35rem; }

/* ========== Country page: tabbed FAQ (MMT style) ========== */
.tp-faqm { margin-top: 1.5rem; margin-bottom: 0.5rem; }
.tp-faqm__h2 {
	margin: 0 0 0.65rem;
	font-size: 1.15rem;
	font-weight: 800;
	color: #0f172a;
	letter-spacing: -0.02em;
}
.tp-faqm__card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 0.65rem 0.75rem 1rem;
	box-shadow: 0 2px 10px rgba(15, 30, 60, 0.04);
}
.tp-faqm__bar {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	margin-bottom: 0.2rem;
	border-bottom: 1px solid #eef2f6;
}
.tp-faqm__track-wrap {
	flex: 1 1 auto;
	min-width: 0;
}
.tp-faqm__track {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.1rem 0.25rem;
	overflow-x: auto;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding: 0 0.15rem 0.35rem;
	-webkit-overflow-scrolling: touch;
}
.tp-faqm__track::-webkit-scrollbar { display: none; }
.tp-faqm__next {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border: 1px solid #e2e8f0;
	background: #fff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0369a1;
	box-shadow: 0 1px 3px rgba(15, 30, 60, 0.06);
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s;
}
.tp-faqm__next:hover { background: #f0f7ff; border-color: #bae6fd; }
.tp-faqm__tab {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	border: 0;
	background: transparent;
	padding: 0.4rem 0.35rem 0.45rem;
	min-width: 0;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	color: #64748b;
	font-size: 0.8rem;
	font-weight: 600;
	cursor: pointer;
	line-height: 1.2;
	white-space: normal;
}
.tp-faqm__tab--on,
.tp-faqm__tab[aria-selected="true"] {
	color: #0f172a;
	border-bottom-color: #0284c7;
}
.tp-faqm__tico {
	display: flex;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #e0f2fe;
	color: #0369a1;
	align-items: center;
	justify-content: center;
	font-size: 0.7rem;
	flex-shrink: 0;
}
.tp-faqm__tab--on .tp-faqm__tico { background: #bfdbfe; }
.tp-faqm__tlabel { max-width: 9rem; }
@media (min-width: 576px) { .tp-faqm__tlabel { max-width: 10.5rem; } }
.tp-faqm__body { padding: 0.2rem 0.15rem 0.15rem; }
.tp-faqm__pane[hidden] { display: none !important; }
.tp-faqm__qa { margin-bottom: 0.9rem; }
.tp-faqm__qa:last-child { margin-bottom: 0.15rem; }
.tp-faqm__q { margin: 0 0 0.3rem; font-size: 0.92rem; font-weight: 700; color: #0f172a; line-height: 1.35; }
.tp-faqm__a { margin: 0; font-size: 0.86rem; color: #475569; line-height: 1.55; }
@media (min-width: 768px) {
	.tp-faqm__h2 { font-size: 1.2rem; }
	.tp-faqm__a { font-size: 0.9rem; }
}

/* /visa/{country} tone sync: red primary + softer black */
.tp-vd__hero {
	background: linear-gradient(100deg, #e53935 0%, #d32f2f 52%, #ef5350 100%), var(--tp-vd-hero) center / cover;
}

.tp-vd__badge,
.tp-vd__tagline {
	color: #ffcdd2;
}

.tp-vd__h1,
.tp-vd__hc-h1,
.tp-vd__h2,
.tp-vd__h3,
.tp-vd__scard-title,
.tp-vd__vopt-name,
.tp-vd__pbox-main,
.tp-vd__side-ttl,
.tp-vd__sum,
.tp-faqm__h2,
.tp-faqm__q {
	color: #273444;
}

.tp-vd__sbtn,
.tp-vd__msticky-btn {
	background: linear-gradient(90deg, #e53935 0%, #d32f2f 100%) !important;
	box-shadow: 0 2px 10px rgba(229, 57, 53, 0.28);
}

.tp-vd__pbox-cta {
	background: linear-gradient(90deg, #e53935 0%, #d32f2f 100%);
}

.tp-vd__vopt-link,
.tp-vd__jump-a,
.tp-vd__jump-a i,
.tp-vd__sform-foot a,
.tp-vd__back--soft,
.tp-vd__bc--soft a,
.tp-faqm__tab--on,
.tp-faqm__tab[aria-selected="true"] {
	color: #e53935;
}

.tp-vd__fact-ic,
.tp-faqm__tico {
	background: #ffebee;
	color: #e53935;
}

.tp-vd__trust {
	background: #fdf2f2;
}

.tp-vd__trust-ttl,
.tp-vd__trust-ul,
.tp-vd__trust-ul i {
	color: #b71c1c;
}

/* Visa hero search — loading while navigating to country detail */
.tp-visa__form--busy {
	opacity: 0.92;
	pointer-events: none;
}

.tp-visa__form-status {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 0 12px;
	padding: 10px 12px;
	border-radius: 8px;
	background: #fff5f5;
	border: 1px solid rgba(229, 57, 53, 0.2);
	color: #b71c1c;
	font-size: 0.88rem;
	font-weight: 600;
}

.tp-visa__cta:disabled {
	opacity: 0.95;
	cursor: wait;
}

.tp-visa__cta-ico {
	margin-right: 8px;
}

