#cth-wrap {
	font-family: Arial, sans-serif;
}

.cth-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 40px 20px;
}

.cth-left {
	max-width: 500px;
}

.cth-hero {
	background: #0D1C2E;
	color: white;
}

.cth-hero h1 {
	font-size: 32px;
	line-height: 1.2;
}

.cth-hero span {
	color: #1A9BB5;
}

.cth-sub {
	margin: 15px 0;
	opacity: .8;
}

.cth-btn {
	background: #1A9BB5;
	color: white;
	padding: 12px 20px;
	text-decoration: none;
	display: inline-block;
	margin-right: 10px;
}

.cth-btn-outline {
	border: 2px solid white;
	color: white;
	padding: 12px 20px;
	text-decoration: none;
}

.cth-right img {
	max-width: 300px;
}

.cth-section {
	padding: 40px 20px;
}

.cth-list li {
	margin-bottom: 8px;
}

.cth-cta-final {
	background: #1A9BB5;
	color: white;
	text-align: center;
	padding: 40px 20px;
}

.cth-btn-big {
	background: white;
	color: #1A9BB5;
	padding: 15px 25px;
	display: inline-block;
	margin-top: 20px;
	text-decoration: none;
	font-weight: bold;
}

/* Link Bio TikTok (ID 459): quitar TODO lo del tema arriba */
.page-id-459 header,
.page-id-459 .site-header,
.page-id-459 #masthead,
.page-id-459 .main-navigation,
.page-id-459 nav,
.page-id-459 .wp-block-navigation,
.page-id-459 .custom-header,
.page-id-459 .header-media,
.page-id-459 .entry-header,
.page-id-459 .page-header {
	display: none !important;
}

.page-id-459 #page,
.page-id-459 #content,
.page-id-459 .site-content,
.page-id-459 .content-area,
.page-id-459 .site-main {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

/* TikTok Landing v2 */
.tiktok-landing {
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	color: var(--ink);
	padding: 28px 16px;
	max-width: 980px;
	margin: 0 auto;
}

.tiktok-landing .tl-frame {
	background: linear-gradient(180deg, var(--bg1), var(--bg2));
	border: 1px solid var(--line);
	border-radius: 24px;
	padding: 22px 16px;
	box-shadow: 0 18px 50px rgba(11,60,93,.10);
	overflow: hidden;
	position: relative;
}

.tiktok-landing .tl-frame:before,
.tiktok-landing .tl-frame:after {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	filter: blur(35px);
	opacity: .35;
	pointer-events: none;
	transform: translate3d(0,0,0);
	animation: tl_blobFloat 10s ease-in-out infinite;
}

.tiktok-landing .tl-frame:before {
	background: rgba(47,163,107,.35);
	top: -240px;
	left: -220px;
}

.tiktok-landing .tl-frame:after {
	background: rgba(31,111,168,.30);
	bottom: -260px;
	right: -240px;
	animation-duration: 12s;
	animation-delay: -2s;
}

@keyframes tl_blobFloat {
	0%,100% { transform: translate(0,0) scale(1); }
	50% { transform: translate(18px,-10px) scale(1.06); }
}

.tiktok-landing .tl-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
	position: relative;
	z-index: 1;
}

.tiktok-landing .tl-brand {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 900;
	color: var(--navy);
}

.tiktok-landing .tl-icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(11,60,93,.12), rgba(31,111,168,.10));
	border: 1px solid var(--line);
	display: grid;
	box-shadow: 0 10px 24px rgba(0,0,0,.08);
	animation: tl_iconPop 700ms cubic-bezier(.2,.9,.2,1) both;
}

@keyframes tl_iconPop {
	from { transform: translateY(8px) scale(.96); opacity: 0; }
	to { transform: translateY(0) scale(1); opacity: 1; }
}

.tiktok-landing .tl-locale {
	font-size: 12.5px;
	color: var(--muted);
	font-weight: 800;
	white-space: nowrap;
}

.tiktok-landing .tl-hero {
	text-align: center;
	padding: 10px 10px 0;
	position: relative;
	z-index: 1;
}

.tiktok-landing .tl-glass {
	background: rgba(255,255,255,.72);
	border: 1px solid rgba(230,236,242,.85);
	border-radius: 22px;
	padding: 18px 14px 16px;
	box-shadow: 0 16px 50px rgba(11,60,93,.10);
	position: relative;
	overflow: hidden;
}

.tiktok-landing .tl-glass:before {
	content: "";
	position: absolute;
	background: linear-gradient(120deg,
		rgba(255,255,255,0) 20%,
		rgba(255,255,255,.45) 35%,
		rgba(255,255,255,0) 55%);
	transform: translateX(-55%) rotate(6deg);
	animation: tl_shimmer 3.6s ease-in-out infinite;
	pointer-events: none;
}

@keyframes tl_shimmer {
	0% { transform: translateX(-60%) rotate(6deg); opacity: .25; }
	45% { opacity: .55; }
	100% { transform: translateX(60%) rotate(6deg); opacity: .2; }
}

.tiktok-landing .tl-avatar {
	width: 108px;
	height: 108px;
	border-radius: 999px;
	border: 6px solid #fff;
	box-shadow: 0 12px 28px rgba(0,0,0,.16);
	object-fit: cover;
	animation: tl_floaty 3.4s ease-in-out infinite;
	position: relative;
	z-index: 2;
}

@keyframes tl_floaty {
	0%,100% { transform: translateY(0); }
	50% { transform: translateY(-6px); }
}

.tiktok-landing .tl-title {
	margin: 16px 0 8px;
	font-size: 32px;
	line-height: 1.12;
	color: var(--navy);
	letter-spacing: -.02em;
	animation: tl_fadeUp 650ms ease-out both;
	animation-delay: 120ms;
}

.tiktok-landing .tl-sub {
	margin: 0 auto 16px;
	max-width: 60ch;
	color: var(--muted);
	font-size: 15.5px;
	line-height: 1.4;
	animation: tl_fadeUp 650ms ease-out both;
	animation-delay: 220ms;
}

@keyframes tl_fadeUp {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

.tiktok-landing .tl-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

/* Ocultar elementos en página /qr/ (ID 546) */
.page-id-546 #masthead,
.page-id-546 .site-header,
.page-id-546 .custom-header,
.page-id-546 .entry-header,
.page-id-546 h1.entry-title,
.page-id-546 .entry-title,
.page-id-546 .entry-footer,
.page-id-546 footer.entry-footer,
.page-id-546 .sharedaddy,
.page-id-546 #secondary,
.page-id-546 aside,
.page-id-546 .post-navigation,
.page-id-546 .jp-relatedposts,
.page-id-546 .comments-area,
.page-id-546 .site-footer,
.page-id-546 nav {
	display: none !important;
}

.page-id-546 .entry-content > p:first-child {
	display: none !important;
}

.page-id-546 #primary,
.page-id-546 .content-area {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
}

/* Ocultar elementos en página /1/ (ID 584) */
.page-id-584 #masthead,
.page-id-584 .site-header,
.page-id-584 .custom-header,
.page-id-584 .entry-header,
.page-id-584 h1.entry-title,
.page-id-584 .entry-title,
.page-id-584 .entry-footer,
.page-id-584 footer.entry-footer,
.page-id-584 .sharedaddy,
.page-id-584 #secondary,
.page-id-584 aside,
.page-id-584 .post-navigation,
.page-id-584 .jp-relatedposts,
.page-id-584 .comments-area,
.page-id-584 .site-footer,
.page-id-584 nav {
	display: none !important;
}

.page-id-584 .entry-content > p:first-child {
	display: none !important;
}

.page-id-584 #primary,
.page-id-584 .content-area {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
}

/* Ocultar elementos en página /principal/ (ID 332) */
.page-id-332 #masthead,
.page-id-332 .site-header,
.page-id-332 .custom-header,
.page-id-332 .entry-header,
.page-id-332 h1.entry-title,
.page-id-332 .entry-title,
.page-id-332 .entry-footer,
.page-id-332 footer.entry-footer,
.page-id-332 .sharedaddy,
.page-id-332 #secondary,
.page-id-332 aside,
.page-id-332 .post-navigation,
.page-id-332 .jp-relatedposts,
.page-id-332 .comments-area,
.page-id-332 .site-footer,
.page-id-332 nav {
	display: none !important;
}

.page-id-332 .entry-content > p:first-child {
	display: none !important;
}

.page-id-332 #primary,
.page-id-332 .content-area {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
}