/*
 * Payment Methods page (Phase 8) — page-specific styles.
 * Shell (page-head/section/eyebrow--center/section-head/closing) comes from
 * policy-pages.css (.eh-policy). Scoped under .eh-payment.
 */

.eh-payment .eh-pay-lede {
	font-size: 18px;
	line-height: 1.75;
	color: rgba(248, 245, 240, 0.82);
	max-width: 660px;
	margin: 28px 0 0;
}

/* === 01 Payment options section === */
.eh-payment .eh-pay-section { background: var(--eh-cream-100); }

/* Cards grid */
.eh-payment .eh-pay-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	align-items: stretch;
}
@media (max-width: 900px) {
	.eh-payment .eh-pay-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
}

.eh-payment .eh-pay-card {
	background: var(--eh-cream-50);
	border: 1px solid var(--eh-line);
	padding: 48px 44px 44px;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}
.eh-payment .eh-pay-card::after {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 2px;
	background: var(--eh-gold-500);
}

/* Ghost number watermark */
.eh-payment .eh-pay-card-num {
	position: absolute;
	right: 32px;
	bottom: 24px;
	font-family: var(--eh-font-display);
	font-style: italic;
	font-size: 130px;
	line-height: 1;
	color: var(--eh-forest-900);
	opacity: 0.035;
	pointer-events: none;
	user-select: none;
}

.eh-payment .eh-pay-gateway-tag {
	font-size: 10px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--eh-gold-600);
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 26px;
}
.eh-payment .eh-pay-gateway-tag::before {
	content: "";
	width: 6px; height: 6px;
	background: var(--eh-gold-500);
	border-radius: 50%;
}

.eh-payment .eh-pay-wordmark {
	font-family: var(--eh-font-display);
	font-size: 46px;
	font-weight: 500;
	color: var(--eh-forest-900);
	letter-spacing: -0.02em;
	line-height: 1;
	margin-bottom: 6px;
}

.eh-payment .eh-pay-card-subtitle {
	font-size: 11px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--eh-ink-500);
	margin-bottom: 22px;
}

.eh-payment .eh-pay-card-desc {
	font-size: 15px;
	line-height: 1.75;
	color: var(--eh-ink-700);
	margin: 0 0 30px;
	max-width: 420px;
}

/* Accepted card chips */
.eh-payment .eh-pay-accepted {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 30px;
	padding-bottom: 28px;
	border-bottom: 1px solid var(--eh-line);
}
.eh-payment .eh-pay-accepted-lbl {
	font-size: 10px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--eh-ink-500);
	margin-right: 4px;
	white-space: nowrap;
}
.eh-payment .eh-pay-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 13px;
	border: 1px solid var(--eh-line);
	background: var(--eh-cream-100);
	font-size: 11px;
	font-weight: 700;
	color: var(--eh-forest-900);
	letter-spacing: 0.04em;
	white-space: nowrap;
}
.eh-payment .eh-pay-chip svg { display: block; }

/* Bullet list */
.eh-payment .eh-pay-bullets {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
	flex: 1;
}
.eh-payment .eh-pay-bullets li {
	display: grid;
	grid-template-columns: 22px 1fr;
	gap: 13px;
	align-items: start;
	font-size: 14px;
	line-height: 1.6;
	color: var(--eh-ink-700);
}
.eh-payment .eh-pay-bullet-ic {
	width: 22px; height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--eh-gold-600);
	margin-top: 1px;
	flex-shrink: 0;
}
.eh-payment .eh-pay-bullet-ic svg { width: 13px; height: 13px; }

/* === 02 Trust band (dark, security standards) === */
.eh-payment .eh-trust-band {
	background: var(--eh-forest-900);
	color: var(--eh-cream-100);
	position: relative;
	overflow: hidden;
}
.eh-payment .eh-trust-band::before {
	content: "";
	position: absolute; inset: 0;
	background:
		radial-gradient(ellipse 80% 50% at 50% -5%, rgba(212, 160, 23, 0.2), transparent 55%),
		radial-gradient(ellipse 50% 60% at 90% 80%, rgba(45, 106, 79, 0.3), transparent 55%);
	pointer-events: none;
}
.eh-payment .eh-trust-band-inner {
	position: relative;
	text-align: center;
	max-width: 860px;
	margin: 0 auto;
}
.eh-payment .eh-trust-band-inner .eh-eyebrow {
	justify-content: center;
	color: var(--eh-gold-400);
}
.eh-payment .eh-trust-band-inner .eh-eyebrow::before,
.eh-payment .eh-trust-band-inner .eh-eyebrow::after {
	background: var(--eh-gold-400);
}
.eh-payment .eh-trust-band h2 {
	color: var(--eh-cream-100);
	margin-top: 20px;
}
.eh-payment .eh-trust-band-desc {
	font-size: 16px;
	line-height: 1.8;
	color: rgba(243, 228, 182, 0.62);
	max-width: 640px;
	margin: 22px auto 0;
}

/* Badge row */
.eh-payment .eh-trust-badge-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 54px;
}
.eh-payment .eh-trust-badge {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	padding: 18px 28px;
	border: 1px solid var(--eh-line-dark);
	background: rgba(248, 245, 240, 0.04);
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--eh-cream-100);
	transition: border-color .22s, background .22s;
	cursor: default;
}
.eh-payment .eh-trust-badge:hover {
	border-color: rgba(212, 160, 23, 0.5);
	background: rgba(212, 160, 23, 0.07);
}
.eh-payment .eh-trust-badge-ic {
	color: var(--eh-gold-400);
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}
.eh-payment .eh-trust-badge-ic svg { width: 17px; height: 17px; }

/* === Closing (quote variant) === */
.eh-payment .eh-pay-closing .eh-q-mark {
	font-family: var(--eh-font-display);
	font-size: 90px;
	color: var(--eh-gold-500);
	line-height: 0.6;
	display: block;
	opacity: 0.5;
}
.eh-payment .eh-pay-closing blockquote {
	font-family: var(--eh-font-display);
	font-size: clamp(26px, 3.2vw, 42px);
	font-weight: 400;
	line-height: 1.28;
	color: var(--eh-cream-100);
	margin: 30px 0 0;
	letter-spacing: -0.01em;
}
.eh-payment .eh-pay-closing blockquote .eh-gold {
	color: var(--eh-gold-500);
	font-style: italic;
}
