
/* ==========================================================================
   Country landing pages — /colombia-whatsender/, /india-whatsender/, etc.
   ========================================================================== */

.wsp-country {
	--wsp-country-a: #25d366;
	--wsp-country-b: #0f172a;
}

.wsp-pg--country {
	overflow-x: clip;
}

.wsp-country__hero {
	position: relative;
	padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(3rem, 6vw, 5rem);
	color: #fff;
	background: linear-gradient(145deg, #0b1220 0%, color-mix(in srgb, var(--wsp-country-b) 72%, #000) 38%, color-mix(in srgb, var(--wsp-country-a) 42%, #0f172a) 100%);
}

/* Breadcrumbs — light on dark hero (global h1/ink rules do not apply here) */
.wsp-country__hero .wsp-breadcrumbs {
	margin-bottom: 1.25rem;
	font-size: .78rem;
	color: rgba(255, 255, 255, .55);
}
.wsp-country__hero .wsp-breadcrumbs a {
	color: rgba(255, 255, 255, .78);
	text-decoration: none;
	transition: color .15s;
}
.wsp-country__hero .wsp-breadcrumbs a:hover {
	color: var(--wsp-country-a);
}
.wsp-country__hero .wsp-breadcrumbs li[aria-current="page"] {
	color: rgba(255, 255, 255, .92);
}
.wsp-country__hero .wsp-breadcrumbs li + li::before {
	color: rgba(255, 255, 255, .35);
}

.wsp-country__hero-bg {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
}

.wsp-country__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(60px);
	opacity: .45;
}
.wsp-country__orb--a {
	width: min(420px, 55vw);
	height: min(420px, 55vw);
	top: -120px;
	right: -80px;
	background: var(--wsp-country-a);
}
.wsp-country__orb--b {
	width: min(320px, 45vw);
	height: min(320px, 45vw);
	bottom: -100px;
	left: -60px;
	background: var(--wsp-country-b);
}

.wsp-country__grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(180deg, #000 20%, transparent 95%);
}

.wsp-country__hero-inner {
	position: relative;
	z-index: 1;
}

.wsp-country__hero-grid {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: clamp(1.5rem, 3vw, 3rem);
	align-items: center;
	margin-top: 1rem;
}

.wsp-country__badge {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	padding: .35rem .75rem;
	border-radius: 999px;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .92);
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .2);
	margin-bottom: 1rem;
}

.wsp-country__flag {
	font-size: 1.15rem;
	line-height: 1;
}

.wsp-country__title {
	margin: 0 0 1rem;
	font-family: var(--wsp-font-display, "Unbounded", sans-serif);
	font-size: clamp(1.85rem, 4.2vw, 3rem);
	line-height: 1.12;
	font-weight: 700;
	letter-spacing: -.03em;
	max-width: 18ch;
	color: #fff;
}

.wsp-country__title-line {
	display: block;
	font-size: .62em;
	font-weight: 600;
	letter-spacing: .01em;
	color: rgba(255, 255, 255, .78);
	margin-bottom: .2em;
}

.wsp-country__title-accent {
	display: block;
	color: var(--wsp-country-a);
	text-shadow: 0 2px 24px color-mix(in srgb, var(--wsp-country-a) 45%, transparent);
}

.wsp-country__lede {
	margin: 0 0 1.5rem;
	max-width: 58ch;
	font-size: clamp(.95rem, 1.5vw, 1.05rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, .82);
}

.wsp-country__hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin-bottom: 1.35rem;
}

.wsp-country__payments {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.wsp-country__payments li {
	padding: .28rem .6rem;
	border-radius: 999px;
	font-size: .68rem;
	font-weight: 700;
	color: rgba(255, 255, 255, .9);
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .18);
}

.wsp-country__hero-panel {
	display: flex;
	justify-content: flex-end;
}

.wsp-country__panel-card {
	width: min(100%, 360px);
	padding: 1.25rem;
	border-radius: 22px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.14);
	backdrop-filter: blur(12px);
	box-shadow: 0 24px 60px rgba(0,0,0,.22);
}

.wsp-country__panel-top {
	display: flex;
	align-items: center;
	gap: .75rem;
	margin-bottom: 1rem;
}
.wsp-country__panel-top strong {
	display: block;
	font-size: 1rem;
	color: #fff;
}
.wsp-country__panel-top small {
	color: rgba(255, 255, 255, .72);
	font-size: .78rem;
}
.wsp-country__panel-flag {
	font-size: 2rem;
	line-height: 1;
}

.wsp-country__panel-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .5rem;
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
}
.wsp-country__panel-stats li {
	text-align: center;
	padding: .55rem .35rem;
	border-radius: 12px;
	background: rgba(0,0,0,.18);
}
.wsp-country__panel-stats strong {
	display: block;
	font-size: 1rem;
	color: #fff;
}
.wsp-country__panel-stats span {
	font-size: .62rem;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: rgba(255, 255, 255, .65);
}

.wsp-country__panel-features {
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
}
.wsp-country__panel-features span {
	font-size: .65rem;
	font-weight: 700;
	padding: .28rem .5rem;
	border-radius: 8px;
	color: rgba(255, 255, 255, .88);
	background: rgba(255, 255, 255, .1);
}

.wsp-country__cases,
.wsp-country__plans,
.wsp-country__faq,
.wsp-country__nearby {
	padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.wsp-country__cases {
	background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.wsp-country__section-head {
	margin-bottom: 1.75rem;
	max-width: 640px;
}
.wsp-country__section-head--center {
	margin-inline: auto;
	text-align: center;
}
.wsp-country__section-kicker {
	display: inline-block;
	margin-bottom: .5rem;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--wsp-country-a);
}
.wsp-country__section-head h2 {
	margin: 0 0 .5rem;
	font-family: var(--wsp-font-display, "Unbounded", sans-serif);
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.2;
	color: var(--wsp-ink, #0f172a);
}
.wsp-country__section-head p {
	margin: 0;
	color: var(--wsp-muted, #64748b);
	line-height: 1.6;
}

.wsp-country__cases-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.wsp-country__case {
	padding: 1.25rem;
	border-radius: 18px;
	background: #fff;
	border: 1px solid var(--wsp-border, #e2e8f0);
	box-shadow: 0 10px 30px rgba(15,23,42,.05);
	transition: transform .2s, box-shadow .2s;
}
.wsp-country__case:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 40px rgba(15,23,42,.08);
}
.wsp-country__case-icon {
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	margin-bottom: .75rem;
	font-size: 1.15rem;
	background: color-mix(in srgb, var(--wsp-country-a) 14%, #fff);
}
.wsp-country__case h3 {
	margin: 0 0 .4rem;
	font-size: 1rem;
	color: var(--wsp-ink, #0f172a);
}
.wsp-country__case p {
	margin: 0;
	font-size: .86rem;
	line-height: 1.55;
	color: var(--wsp-muted, #64748b);
}

.wsp-country__plans {
	background: #0f172a;
	color: #fff;
}
.wsp-country__plans .wsp-country__section-head h2,
.wsp-country__plans .wsp-country__section-head p {
	color: #fff;
}
.wsp-country__plans .wsp-country__section-head p {
	color: rgba(255,255,255,.72);
}

.wsp-country__plans-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	max-width: 900px;
	margin-inline: auto;
}

.wsp-country__plan {
	position: relative;
	padding: 1.5rem;
	border-radius: 20px;
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.12);
}
.wsp-country__plan--featured {
	background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
	border-color: color-mix(in srgb, var(--wsp-country-a) 55%, transparent);
	box-shadow: 0 20px 50px rgba(0,0,0,.25);
}
.wsp-country__plan-tag {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: .62rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .06em;
	padding: .25rem .5rem;
	border-radius: 999px;
	background: var(--wsp-country-a);
	color: #0f172a;
}
.wsp-country__plan h3 {
	margin: 0 0 .35rem;
	font-size: 1.25rem;
}
.wsp-country__plan-desc {
	margin: 0 0 1rem;
	font-size: .86rem;
	color: rgba(255,255,255,.72);
}
.wsp-country__plan-price {
	margin-bottom: 1rem;
}
.wsp-country__plan-price strong {
	font-size: 1.75rem;
	font-family: var(--wsp-font-display, "Unbounded", sans-serif);
}
.wsp-country__plan-price span {
	display: block;
	font-size: .78rem;
	color: rgba(255,255,255,.65);
}
.wsp-country__plan-features {
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
	display: grid;
	gap: .45rem;
}
.wsp-country__plan-features li {
	font-size: .82rem;
	padding-left: 1.1rem;
	position: relative;
	color: rgba(255,255,255,.88);
}
.wsp-country__plan-features li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--wsp-country-a);
	font-weight: 800;
}

.wsp-pg--country .wsp-checkout {
	margin-top: 0;
}
.wsp-checkout--country .wsp-checkout__hero {
	padding-top: 0;
}
.wsp-checkout--country .wsp-checkout__hero-card {
	background: rgba(255,255,255,.04);
}

.wsp-country__faq {
	background: #f8fafc;
}
.wsp-country__faq-inner {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 2rem;
	align-items: start;
}
.wsp-country__faq-list {
	display: grid;
	gap: .65rem;
}
.wsp-country__faq-item {
	border-radius: 14px;
	background: #fff;
	border: 1px solid var(--wsp-border, #e2e8f0);
	overflow: hidden;
}
.wsp-country__faq-item summary {
	cursor: pointer;
	padding: 1rem 1.1rem;
	font-weight: 700;
	color: var(--wsp-ink, #0f172a);
	list-style: none;
}
.wsp-country__faq-item summary::-webkit-details-marker { display: none; }
.wsp-country__faq-item p {
	margin: 0;
	padding: 0 1.1rem 1rem;
	font-size: .9rem;
	line-height: 1.6;
	color: var(--wsp-muted, #64748b);
}

.wsp-country__nearby {
	padding-bottom: 3rem;
	border-top: 1px solid var(--wsp-border, #e2e8f0);
}
.wsp-country__nearby-title {
	margin: 0 0 1rem;
	font-size: 1.1rem;
	text-align: center;
	color: var(--wsp-ink, #0f172a);
}
.wsp-country__nearby-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .55rem;
}
.wsp-country__nearby-link {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	padding: .45rem .75rem;
	border-radius: 999px;
	font-size: .82rem;
	font-weight: 600;
	text-decoration: none;
	color: var(--wsp-ink, #0f172a);
	background: #fff;
	border: 1px solid var(--wsp-border, #e2e8f0);
	transition: border-color .15s, transform .15s;
}
.wsp-country__nearby-link:hover {
	border-color: var(--wsp-country-a);
	transform: translateY(-1px);
}

.wsp-btn--outline {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255,255,255,.35);
}
.wsp-btn--outline:hover {
	border-color: #fff;
	background: rgba(255,255,255,.08);
}

@media (max-width: 960px) {
	.wsp-country__hero-grid,
	.wsp-country__faq-inner {
		grid-template-columns: 1fr;
	}
	.wsp-country__hero-panel {
		justify-content: flex-start;
	}
	.wsp-country__cases-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.wsp-country__cases-grid,
	.wsp-country__plans-grid {
		grid-template-columns: 1fr;
	}
	.wsp-country__title {
		max-width: none;
	}
}
