/* ==========================================================
   Chapala Hacienda Tequilera — landing styles
   ========================================================== */

.cht-wrap {
	--cht-navy-deep: #2b1810;
	--cht-navy: #3d2417;
	--cht-teal: #5c6b3f;
	--cht-gold: #b9822f;
	--cht-gold-light: #dba85c;
	--cht-cream: #f6ecd9;
	--cht-cream-2: #ede0c4;
	--cht-terracotta: #a8532f;
	--cht-ink: #2a1d15;
	--cht-ink-muted: #6b5a48;
	--cht-line: rgba(42, 29, 21, 0.13);
	--cht-line-light: rgba(246, 236, 217, 0.18);
	--cht-radius: 14px;
	--cht-shadow: 0 20px 50px -20px rgba(43, 24, 16, 0.35);
	--cht-maxw: 1180px;

	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: var(--cht-ink);
	background: var(--cht-cream);
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;

	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow-x: hidden;
}

.cht-wrap * { box-sizing: border-box; }
.cht-wrap img { max-width: 100%; display: block; }
.cht-wrap :where(a) { text-decoration: none; color: inherit; }
.cht-wrap ul { margin: 0; padding: 0; list-style: none; }
.cht-wrap [id] { scroll-margin-top: 84px; }

.cht-wrap :where(h1, h2, h3) {
	font-family: 'Fraunces', Georgia, serif;
	font-weight: 600;
	line-height: 1.14;
	letter-spacing: -0.005em;
	margin: 0 0 0.4em;
	color: var(--cht-ink);
}
.cht-wrap p { margin: 0 0 1em; }
.cht-wrap p:last-child { margin-bottom: 0; }

.cht-container {
	max-width: var(--cht-maxw);
	margin: 0 auto;
	padding: 0 32px;
}

/* ---------- Shared ---------- */
.cht-eyebrow, .cht-kicker {
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--cht-gold);
	margin: 0 0 16px;
}
.cht-kicker-light { color: var(--cht-gold-light); }

.cht-section-head { max-width: 720px; margin: 0 0 50px; }
.cht-section-head h2 { font-size: clamp(28px, 3.8vw, 42px); }
.cht-section-sub { color: var(--cht-ink-muted); font-size: 18px; margin-top: 6px; }
.cht-section-sub-light { color: rgba(246, 236, 217, 0.68); }

.cht-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 26px;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 600;
	border-radius: 100px;
	border: 1.5px solid transparent;
	cursor: pointer;
	transition: all 0.2s ease;
	white-space: nowrap;
}
.cht-btn-gold { background: var(--cht-gold); color: #fff; border-color: var(--cht-gold); }
.cht-btn-gold:hover { background: #a37429; border-color: #a37429; }
.cht-btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.4); }
.cht-btn-ghost:hover { border-color: #fff; background: rgba(255, 255, 255, 0.08); }
.cht-btn-outline { background: transparent; color: var(--cht-ink); border-color: var(--cht-line); }
.cht-btn-outline:hover { border-color: var(--cht-gold); color: var(--cht-gold); }
.cht-btn-sm { padding: 10px 20px; font-size: 14px; }
.cht-btn-block { width: 100%; }

/* ---------- Header ---------- */
.cht-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(246, 236, 217, 0.9);
	backdrop-filter: saturate(180%) blur(12px);
	-webkit-backdrop-filter: saturate(180%) blur(12px);
	border-bottom: 1px solid var(--cht-line);
}
.cht-header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 20px; }
.cht-brand { display: inline-flex; align-items: center; gap: 10px; }
.cht-logo-img { height: 40px; width: auto; }
.cht-logo-mark { width: 32px; height: 32px; color: var(--cht-gold); flex-shrink: 0; }
.cht-brand-name { font-family: 'Fraunces', serif; font-weight: 600; font-size: 16px; line-height: 1.15; color: var(--cht-ink); }
.cht-brand-name em { font-style: normal; color: var(--cht-gold); }
.cht-nav { display: flex; gap: 30px; margin-left: auto; margin-right: 24px; }
.cht-nav a { font-size: 14.5px; font-weight: 500; color: var(--cht-ink-muted); transition: color 0.2s ease; }
.cht-nav a:hover { color: var(--cht-gold); }
.cht-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.cht-burger span { width: 24px; height: 2px; background: var(--cht-ink); }

/* ---------- Hero ---------- */
.cht-hero { position: relative; min-height: 640px; display: flex; align-items: center; overflow: hidden; background: var(--cht-navy-deep); }
.cht-hero-video, .cht-hero-bg {
	position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background-size: cover; background-position: center;
}
.cht-hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 11, 7, 0.62), rgba(20, 11, 7, 0.85)); }
.cht-hero-inner { position: relative; max-width: 820px; padding: 110px 32px 90px; }
.cht-hero .cht-eyebrow { color: var(--cht-gold-light); }
.cht-hero-title { font-size: clamp(36px, 5.6vw, 60px); line-height: 1.08; color: #fbf3e6; margin-bottom: 22px; }
.cht-hero-sub { font-size: clamp(17px, 2vw, 20px); color: rgba(251, 243, 230, 0.82); max-width: 600px; margin-bottom: 32px; }
.cht-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Urgency strip ---------- */
.cht-urgency { background: var(--cht-cream-2); padding: 56px 0; border-bottom: 1px solid var(--cht-line); }
.cht-urgency-inner { display: grid; grid-template-columns: 1.3fr 0.9fr; gap: 48px; align-items: center; }
.cht-urgency-copy h2 { font-size: clamp(24px, 3vw, 32px); }
.cht-urgency-copy p { color: var(--cht-ink-muted); font-size: 16.5px; }
.cht-progress { height: 10px; border-radius: 100px; background: rgba(42, 29, 21, 0.1); overflow: hidden; margin-bottom: 12px; }
.cht-progress-bar { height: 100%; background: linear-gradient(90deg, var(--cht-gold), var(--cht-gold-light)); border-radius: 100px; }
.cht-urgency-count { font-size: 15px; color: var(--cht-ink-muted); }
.cht-urgency-count strong { font-family: 'Fraunces', serif; font-size: 22px; color: var(--cht-terracotta); }

/* ---------- Location ---------- */
.cht-location { background: var(--cht-cream); padding: 92px 0; }
.cht-location-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 44px; align-items: stretch; }
.cht-location-media {
	background-size: cover; background-position: center; border-radius: var(--cht-radius);
	min-height: 340px; background-color: var(--cht-navy);
	display: flex; align-items: center; justify-content: center;
}
.cht-location-fallback { width: 76px; height: 76px; color: var(--cht-gold-light); opacity: 0.85; }
.cht-location-fallback svg { width: 100%; height: 100%; }
.cht-location-list { display: flex; flex-direction: column; gap: 18px; justify-content: center; }
.cht-location-item {
	display: flex; align-items: center; gap: 16px;
	background: #fff; border: 1px solid var(--cht-line); border-radius: var(--cht-radius);
	padding: 18px 22px;
}
.cht-location-item span { width: 28px; height: 28px; color: var(--cht-gold); flex-shrink: 0; }
.cht-location-item span svg { width: 100%; height: 100%; }
.cht-location-item p { font-size: 16px; font-weight: 500; margin: 0; }

/* ---------- Urbanizacion (dark) ---------- */
.cht-urbanizacion { background: var(--cht-navy-deep); color: #eee3d3; padding: 96px 0; }
.cht-urbanizacion-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.cht-urbanizacion-copy h2 { color: #fbf3e6; font-size: clamp(28px, 3.6vw, 38px); }
.cht-urbanizacion-copy > p { color: rgba(238, 227, 211, 0.7); font-size: 17px; }
.cht-check-list { display: flex; flex-direction: column; gap: 14px; margin-top: 22px; }
.cht-check-list li { display: flex; align-items: center; gap: 12px; font-size: 16px; }
.cht-check-list li svg { width: 22px; height: 22px; color: var(--cht-gold-light); flex-shrink: 0; }
.cht-urbanizacion-media {
	background-size: cover; background-position: center; border-radius: var(--cht-radius);
	min-height: 360px; background-color: var(--cht-navy);
	display: flex; align-items: center; justify-content: center;
}
.cht-urbanizacion-fallback { width: 90px; height: 90px; color: var(--cht-gold-light); opacity: 0.8; }
.cht-urbanizacion-fallback svg { width: 100%; height: 100%; }

/* ---------- Amenities ---------- */
.cht-amenities { background: var(--cht-cream); padding: 96px 0; }
.cht-amenities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.cht-amenity {
	background: #fff; border: 1px solid var(--cht-line); border-radius: var(--cht-radius);
	padding: 26px 22px; text-align: center; transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cht-amenity:hover { transform: translateY(-3px); box-shadow: var(--cht-shadow); }
.cht-amenity span { display: inline-flex; width: 40px; height: 40px; color: var(--cht-terracotta); margin-bottom: 14px; }
.cht-amenity span svg { width: 100%; height: 100%; }
.cht-amenity p { font-size: 15px; font-weight: 500; margin: 0; }

/* ---------- Benefits (dark) ---------- */
.cht-benefits { background: var(--cht-navy); color: #eee3d3; padding: 92px 0; }
.cht-benefits .cht-section-head h2 { color: #fbf3e6; }
.cht-benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cht-benefit {
	display: flex; align-items: flex-start; gap: 16px;
	border: 1px solid var(--cht-line-light); border-radius: var(--cht-radius);
	padding: 22px;
}
.cht-benefit span { width: 30px; height: 30px; color: var(--cht-gold-light); flex-shrink: 0; }
.cht-benefit span svg { width: 100%; height: 100%; }
.cht-benefit p { font-size: 15px; margin: 0; color: rgba(238, 227, 211, 0.85); }

/* ---------- Model (3-step ladder) ---------- */
.cht-model { background: var(--cht-navy-deep); color: #eee3d3; padding: 100px 0; }
.cht-model .cht-section-head h2 { color: #fbf3e6; }
.cht-model-steps {
	display: flex; align-items: stretch; justify-content: center; gap: 0;
	max-width: 1240px; margin: 0 auto;
}
.cht-model-step {
	flex: 1 1 0; max-width: 360px;
	background: var(--cht-cream); color: var(--cht-ink);
	border-radius: 16px; padding: 30px 26px;
	box-shadow: var(--cht-shadow);
	display: flex; flex-direction: column;
}
.cht-model-step-2 { margin-top: -18px; border: 1.5px solid var(--cht-gold); box-shadow: 0 30px 70px -22px rgba(6, 6, 4, 0.55); }
.cht-model-step-3 { border: 1.5px solid var(--cht-terracotta); }
.cht-model-step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.cht-model-layer { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cht-gold); }
.cht-model-here { font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--cht-terracotta); background: rgba(168, 83, 47, 0.12); padding: 4px 10px; border-radius: 100px; }
.cht-model-next { font-size: 11.5px; font-weight: 600; color: var(--cht-ink-muted); }
.cht-model-step h3 { font-size: 21px; margin-bottom: 8px; }
.cht-model-desc { color: var(--cht-ink-muted); font-size: 14.5px; margin-bottom: 14px; }
.cht-model-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; flex-grow: 1; }
.cht-model-list li { font-size: 14px; padding-left: 20px; position: relative; }
.cht-model-list li::before { content: '\2022'; position: absolute; left: 4px; color: var(--cht-gold); }
.cht-model-from { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 600; margin-bottom: 14px; }
.cht-model-from span { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; color: var(--cht-ink-muted); display: block; margin-bottom: 2px; }
.cht-model-from em { font-family: 'Inter', sans-serif; font-style: normal; font-size: 13px; color: var(--cht-ink-muted); }
.cht-model-bridge { flex: 0 0 90px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 0 6px; z-index: 2; }
.cht-model-bridge-arrow { font-size: 22px; color: var(--cht-gold-light); }
.cht-model-bridge-text { font-size: 11px; text-align: center; color: rgba(238, 227, 211, 0.55); max-width: 80px; line-height: 1.3; }
.cht-model-footnote { text-align: center; margin-top: 40px; color: rgba(238, 227, 211, 0.55); font-size: 14.5px; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ---------- Pricing ---------- */
.cht-pricing { background: var(--cht-cream); padding: 96px 0; }
.cht-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.cht-price-card {
	position: relative; background: #fff; border: 1px solid var(--cht-line); border-radius: var(--cht-radius);
	padding: 34px 28px; display: flex; flex-direction: column;
}
.cht-price-popular { border-color: var(--cht-gold); box-shadow: var(--cht-shadow); transform: translateY(-8px); }
.cht-price-badge {
	position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
	background: var(--cht-gold); color: #fff; font-size: 11.5px; font-weight: 700;
	letter-spacing: 0.04em; text-transform: uppercase; padding: 6px 16px; border-radius: 100px;
}
.cht-price-card h3 { font-size: 22px; margin-bottom: 8px; }
.cht-price-amount { font-family: 'Fraunces', serif; font-size: 34px; font-weight: 600; margin-bottom: 20px; }
.cht-price-amount span { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; color: var(--cht-ink-muted); }
.cht-price-card ul { display: flex; flex-direction: column; gap: 10px; margin-bottom: 26px; flex-grow: 1; }
.cht-price-card li { font-size: 14.5px; padding-left: 22px; position: relative; color: var(--cht-ink-muted); }
.cht-price-card li::before { content: '\2713'; position: absolute; left: 0; color: var(--cht-gold); font-weight: 700; }
.cht-pricing-footnote { text-align: center; margin-top: 36px; color: var(--cht-ink-muted); font-size: 14px; }

/* ---------- Contact ---------- */
.cht-contact { background: var(--cht-navy); color: #eee3d3; padding: 96px 0; }
.cht-contact-inner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: start; }
.cht-contact-copy h2 { color: #fbf3e6; font-size: clamp(26px, 3.4vw, 36px); }
.cht-contact-copy > p { color: rgba(238, 227, 211, 0.72); font-size: 17px; }
.cht-contact-list { margin-top: 26px; display: flex; flex-direction: column; gap: 14px; }
.cht-contact-list li { display: flex; align-items: center; gap: 14px; font-size: 15.5px; }
.cht-contact-list li span { width: 24px; height: 24px; color: var(--cht-gold-light); flex-shrink: 0; }
.cht-contact-list li span svg { width: 100%; height: 100%; }
.cht-contact-list a:hover { color: var(--cht-gold-light); }

.cht-form { background: var(--cht-cream); border-radius: var(--cht-radius); padding: 34px; box-shadow: 0 26px 60px -30px rgba(0, 0, 0, 0.45); }
.cht-form-row { margin-bottom: 16px; }
.cht-form-row label { display: block; font-size: 13.5px; font-weight: 600; color: var(--cht-ink-muted); margin-bottom: 6px; }
.cht-form-row input, .cht-form-row select, .cht-form-row textarea {
	width: 100%; padding: 12px 14px; font-family: 'Inter', sans-serif; font-size: 15px;
	color: var(--cht-ink); background: #fff; border: 1px solid var(--cht-line); border-radius: 8px;
}
.cht-form-row input:focus, .cht-form-row select:focus, .cht-form-row textarea:focus { outline: none; border-color: var(--cht-gold); }
.cht-form-row textarea { resize: vertical; }
.cht-form-msg { margin-top: 14px; font-size: 14.5px; text-align: center; min-height: 1em; }
.cht-form-msg.is-success { color: #3f7d4f; }
.cht-form-msg.is-error { color: #b23b3b; }

/* ---------- Footer ---------- */
.cht-footer { background: var(--cht-navy-deep); color: rgba(238, 227, 211, 0.7); padding: 60px 0 28px; }
.cht-footer-inner { display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 40px; align-items: start; padding-bottom: 36px; border-bottom: 1px solid var(--cht-line-light); }
.cht-footer-brand .cht-logo-mark { color: var(--cht-gold-light); margin-bottom: 10px; }
.cht-footer-brand .cht-brand-name { display: block; color: #fbf3e6; margin-bottom: 8px; }
.cht-footer-brand p { font-size: 14.5px; }
.cht-footer-nav { display: flex; flex-direction: column; gap: 10px; }
.cht-footer-nav a { font-size: 14.5px; color: rgba(238, 227, 211, 0.7); }
.cht-footer-nav a:hover { color: var(--cht-gold-light); }
.cht-footer-social { display: flex; gap: 10px; }
.cht-footer-social a { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border: 1px solid var(--cht-line-light); border-radius: 100px; }
.cht-footer-social svg { width: 18px; height: 18px; }
.cht-footer-legal { padding-top: 22px; font-size: 13px; color: rgba(238, 227, 211, 0.5); }

/* ---------- Sticky mobile CTA ---------- */
.cht-sticky-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; padding: 12px 16px; background: rgba(246, 236, 217, 0.95); backdrop-filter: blur(10px); border-top: 1px solid var(--cht-line); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
	.cht-urgency-inner { grid-template-columns: 1fr; gap: 30px; }
	.cht-location-grid { grid-template-columns: 1fr; }
	.cht-urbanizacion-inner { grid-template-columns: 1fr; gap: 36px; }
	.cht-amenities-grid { grid-template-columns: repeat(2, 1fr); }
	.cht-benefits-grid { grid-template-columns: 1fr 1fr; }
	.cht-model-steps { flex-direction: column; gap: 0; align-items: center; }
	.cht-model-step { max-width: 480px; width: 100%; }
	.cht-model-step-2 { margin-top: 0; }
	.cht-model-bridge { flex-direction: row; padding: 20px 0; }
	.cht-pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
	.cht-price-popular { transform: none; }
	.cht-contact-inner { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 640px) {
	.cht-wrap { font-size: 16px; }
	.cht-container { padding: 0 20px; }
	.cht-nav { display: none; }
	.cht-header .cht-btn-sm { display: none; }
	.cht-burger { display: flex; }
	.cht-nav.is-open {
		display: flex; flex-direction: column; position: absolute; top: 76px; left: 0; right: 0;
		background: var(--cht-cream); padding: 20px; gap: 16px; border-bottom: 1px solid var(--cht-line); margin: 0;
	}
	.cht-hero-inner { padding: 90px 20px 80px; }
	.cht-amenities-grid { grid-template-columns: 1fr 1fr; }
	.cht-benefits-grid { grid-template-columns: 1fr; }
	.cht-form { padding: 24px 20px; }
	.cht-footer-inner { grid-template-columns: 1fr; gap: 28px; }
	.cht-sticky-cta { display: block; }
	.cht-footer { padding-bottom: 96px; }
	.cht-hero-cta .cht-btn { flex: 1; }
}


/* ==========================================================
   Checkout modal (motor portado de Sisal Ocean Club)
   ========================================================== */
.cht-checkout-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.cht-checkout-modal.is-open {
	display: flex;
}

.cht-checkout-overlay {
	position: absolute;
	inset: 0;
	background: rgba(7, 28, 25, 0.92);
	backdrop-filter: blur(8px);
}

.cht-checkout-container {
	position: relative;
	background: var(--cht-cream);
	border-radius: var(--cht-radius);
	box-shadow: var(--cht-shadow), 0 0 0 1px rgba(201, 163, 90, 0.15);
	max-width: 480px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	padding: 40px;
	animation: socModalIn 0.35s ease;
}

@keyframes socModalIn {
	from { opacity: 0; transform: translateY(30px) scale(0.96); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

.cht-checkout-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 36px;
	height: 36px;
	border: none;
	background: var(--cht-cream-2);
	border-radius: 50%;
	font-size: 24px;
	line-height: 1;
	color: var(--cht-ink-muted);
	cursor: pointer;
	transition: all 0.2s;
}
.cht-checkout-close:hover {
	background: var(--cht-gold);
	color: var(--cht-ink);
}

.cht-checkout-header {
	text-align: center;
	margin-bottom: 28px;
}

.cht-checkout-badge {
	display: inline-block;
	background: var(--cht-gold);
	color: var(--cht-navy-deep);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding: 6px 14px;
	border-radius: 30px;
	margin-bottom: 16px;
}

.cht-checkout-header h2 {
	font-size: 28px;
	margin-bottom: 8px;
}

.cht-checkout-header p {
	color: var(--cht-ink-muted);
	font-size: 15px;
	margin: 0;
}

.cht-checkout-invited-by {
	background: linear-gradient(135deg, var(--cht-teal) 0%, var(--cht-navy) 100%);
	color: var(--cht-gold-light);
	padding: 12px 20px;
	border-radius: 10px;
	font-size: 14px;
	margin-bottom: 20px;
}

.cht-checkout-form { }

.cht-form-group {
	margin-bottom: 18px;
}

.cht-form-group label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: var(--cht-ink);
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.cht-form-group input,
.cht-form-group select {
	width: 100%;
	padding: 14px 16px;
	border: 2px solid var(--cht-cream-2);
	border-radius: 10px;
	font-size: 16px;
	font-family: inherit;
	background: #fff;
	color: var(--cht-ink);
	transition: border-color 0.2s;
}

.cht-form-group input:focus,
.cht-form-group select:focus {
	outline: none;
	border-color: var(--cht-gold);
}

.cht-checkout-error {
	background: #fef2f2;
	color: #b91c1c;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 14px;
	margin-bottom: 16px;
	display: none;
}
.cht-checkout-error.is-visible {
	display: block;
}

.cht-checkout-help {
	text-align: center;
	font-size: 13px;
	color: var(--cht-ink-muted);
	margin-top: 20px;
}

/* Success Icon */
.cht-checkout-success-icon {
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg, var(--cht-gold) 0%, var(--cht-gold-light) 100%);
	color: var(--cht-navy-deep);
	font-size: 36px;
	font-weight: 700;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}

/* Payment Instructions */
.cht-payment-summary {
	background: var(--cht-cream-2);
	padding: 16px;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 24px;
	font-size: 15px;
}

.cht-payment-instructions {
	background: #fff;
	border: 2px solid var(--cht-cream-2);
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
}

.cht-payment-instructions h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--cht-ink-muted);
	margin-bottom: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.cht-payment-detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid var(--cht-cream-2);
}
.cht-payment-detail:last-child {
	border-bottom: none;
}

.cht-payment-label {
	font-size: 13px;
	color: var(--cht-ink-muted);
}

.cht-payment-value {
	font-size: 15px;
	font-weight: 600;
	color: var(--cht-ink);
	text-align: right;
}

.cht-payment-clabe {
	font-family: 'SF Mono', 'Consolas', monospace;
	font-size: 14px;
	letter-spacing: 1px;
}

.cht-payment-highlight {
	background: var(--cht-cream-2);
	margin: 6px -16px;
	padding: 12px 16px;
	border-radius: 8px;
	border-bottom: none;
}
.cht-payment-highlight .cht-payment-value {
	color: var(--cht-gold);
	font-size: 17px;
}

.cht-payment-note {
	text-align: center;
	margin-bottom: 20px;
}
.cht-payment-note p {
	font-size: 14px;
	color: var(--cht-ink-muted);
	margin-bottom: 16px;
}

.cht-btn-whatsapp {
	background: #25D366;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.cht-btn-whatsapp:hover {
	background: #1fb855;
}
.cht-btn-whatsapp svg {
	width: 22px;
	height: 22px;
}

.cht-checkout-done {
	margin-top: 12px;
}

/* Mobile adjustments */
@media (max-width: 560px) {
	.cht-checkout-container {
		padding: 28px 20px;
		border-radius: 16px 16px 0 0;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		max-height: 95vh;
		max-width: none;
		animation: chtModalSlideUp 0.35s ease;
	}
	@keyframes chtModalSlideUp {
		from { transform: translateY(100%); }
		to { transform: translateY(0); }
	}
	.cht-checkout-header h2 {
		font-size: 24px;
	}
}
