/* TiendaFloral — Capa de confianza y conversión
 * Garantía triple · botón WhatsApp · tabla comparativa · cuenta regresiva
 * Tokens de marca: verde #2C5942 · tinta #22312A · rosa #C94F63 · crema #FAF7F1
 *                  musgo #5F6F63 · rubor #F6E9E6 · rosa-osc #A83B4E · borde #eadfd7
 */

/* ---------- Garantía triple ---------- */
.tf-garantia {
	margin: 1.25rem 0;
	padding: 1rem 1.15rem;
	background: #fff;
	border: 1px solid #eadfd7;
	border-radius: 14px;
	display: grid;
	gap: .6rem;
}
.tf-garantia--checkout { background: #FAF7F1; }
.tf-garantia__item {
	display: flex;
	align-items: flex-start;
	gap: .6rem;
	font-family: Manrope, system-ui, sans-serif;
	font-size: .9rem;
	line-height: 1.4;
	color: #22312A;
}
.tf-garantia__check {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: #E3F0E6;
	color: #2C5942;
	display: grid;
	place-items: center;
	font-size: .8rem;
	font-weight: 800;
	margin-top: .05rem;
}
.tf-garantia__item b { color: #2C5942; }
.tf-garantia__item .tf-g-free {
	display: inline-block;
	font-size: .7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #A83B4E;
	background: #F6E9E6;
	border-radius: 999px;
	padding: .05rem .5rem;
	margin-left: .25rem;
	vertical-align: middle;
}
.tf-garantia__link {
	font-family: Manrope, system-ui, sans-serif;
	font-size: .8rem;
	color: #2C5942;
	text-decoration: underline;
	margin-top: .1rem;
}

/* ---------- Botón flotante de WhatsApp ---------- */
.tf-wa {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: .55rem;
	padding: .6rem .95rem .6rem .65rem;
	background: #25D366;
	color: #fff !important;
	border-radius: 999px;
	box-shadow: 0 10px 30px -8px rgba(0,0,0,.35);
	text-decoration: none !important;
	font-family: Manrope, system-ui, sans-serif;
	font-weight: 700;
	font-size: .9rem;
	transition: transform .15s ease, box-shadow .15s ease;
}
.tf-wa:hover { transform: translateY(-2px); box-shadow: 0 14px 36px -8px rgba(0,0,0,.45); }
.tf-wa__ico { width: 26px; height: 26px; flex: 0 0 auto; }
.tf-wa__txt { display: flex; flex-direction: column; line-height: 1.1; }
.tf-wa__txt small { font-weight: 500; font-size: .68rem; opacity: .92; }
@media (max-width: 600px) {
	.tf-wa__txt { display: none; }
	.tf-wa { padding: .7rem; }
}

/* ---------- Tabla comparativa ---------- */
.tf-compare { margin: 1.5rem 0; overflow-x: auto; }
.tf-compare table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #eadfd7;
	border-radius: 14px;
	overflow: hidden;
	font-family: Manrope, system-ui, sans-serif;
	min-width: 620px;
}
.tf-compare th, .tf-compare td {
	padding: .7rem .85rem;
	text-align: center;
	border-bottom: 1px solid #eadfd7;
	font-size: .88rem;
}
.tf-compare thead th {
	background: #FAF7F1;
	font-size: .78rem;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #5F6F63;
}
.tf-compare thead th.tf-compare__us {
	background: #2C5942;
	color: #fff;
	font-size: .9rem;
	text-transform: none;
	letter-spacing: 0;
}
.tf-compare tbody th {
	text-align: left;
	font-weight: 600;
	color: #22312A;
	background: #fff;
}
.tf-compare td.tf-compare__us { background: #F3F8F4; font-weight: 700; color: #2C5942; }
.tf-compare tr:last-child th, .tf-compare tr:last-child td { border-bottom: 0; }
.tf-compare .yes { color: #2C5942; font-weight: 800; }
.tf-compare .no { color: #c2a3a3; }

/* ---------- Cuenta regresiva (paleta clara) ---------- */
.tf-countdown {
	margin: 1.25rem 0;
	padding: 1.25rem 1.4rem;
	background: linear-gradient(135deg, #FCEFEC 0%, #FAF7F1 55%, #EEF4EE 100%);
	border: 1px solid #eadfd7;
	border-radius: 16px;
	color: #22312A;
	text-align: center;
}
.tf-countdown__eyebrow {
	font-family: Manrope, system-ui, sans-serif;
	font-size: .74rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #A83B4E;
	margin: 0 0 .35rem;
}
.tf-countdown__title {
	font-family: Literata, Georgia, serif;
	font-size: 1.3rem;
	font-weight: 600;
	margin: 0 0 .9rem;
	color: #22312A;
}
.tf-countdown__clock {
	display: inline-flex;
	gap: .5rem;
	flex-wrap: wrap;
	justify-content: center;
}
.tf-countdown__unit {
	min-width: 62px;
	background: #fff;
	border: 1px solid #eadfd7;
	border-radius: 12px;
	padding: .55rem .4rem;
	box-shadow: 0 6px 16px -12px rgba(34,49,42,.35);
}
.tf-countdown__num {
	display: block;
	font-family: Literata, Georgia, serif;
	font-size: 1.7rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: #2C5942;
	line-height: 1;
}
.tf-countdown__lab {
	font-family: Manrope, system-ui, sans-serif;
	font-size: .66rem;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #5F6F63;
}
.tf-countdown__msg {
	font-family: Manrope, system-ui, sans-serif;
	font-size: .9rem;
	margin: .9rem 0 0;
	color: #5F6F63;
}
.tf-countdown--done .tf-countdown__clock { display: none; }

/* ---------- Perfil del florista en la página de producto ---------- */
.tf-florista {
	display: flex;
	align-items: center;
	gap: .85rem;
	margin: 1.1rem 0;
	padding: .8rem .95rem;
	background: #FAF7F1;
	border: 1px solid #eadfd7;
	border-radius: 14px;
}
.tf-florista__foto {
	flex: 0 0 auto;
	width: 54px;
	height: 54px;
	border-radius: 999px;
	object-fit: cover;
	border: 2px solid #fff;
	box-shadow: 0 4px 12px -6px rgba(34,49,42,.4);
}
.tf-florista__foto--ph {
	display: grid;
	place-items: center;
	background: #F6E9E6;
	color: #C94F63;
}
.tf-florista__foto--ph svg { width: 26px; height: 26px; }
.tf-florista__txt {
	display: flex;
	flex-direction: column;
	gap: .1rem;
	font-family: Manrope, system-ui, sans-serif;
}
.tf-florista__eyebrow {
	font-size: .68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .07em;
	color: #5F6F63;
}
.tf-florista__nombre {
	font-family: Literata, Georgia, serif;
	font-size: 1.02rem;
	font-weight: 600;
	color: #22312A;
}
.tf-florista__nombre span { color: #A83B4E; }
.tf-florista__presenta {
	font-size: .82rem;
	color: #5F6F63;
	font-style: italic;
}
.tf-florista__badge {
	margin-top: .15rem;
	font-size: .74rem;
	font-weight: 700;
	color: #2C5942;
}

/* ---------- Franja de "preparado por floristería local" ---------- */
.tf-local {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	margin: .75rem 0 0;
	padding: .45rem .8rem;
	background: #F6E9E6;
	border-radius: 999px;
	font-family: Manrope, system-ui, sans-serif;
	font-size: .82rem;
	color: #A83B4E;
	font-weight: 600;
}
.tf-local svg { width: 18px; height: 18px; flex: 0 0 auto; }
