/* SoulTag — sales / landing page (scoped under .stx). */
.stx {
	--x-bg: #F4ECDE; --x-ink: #33271A; --x-muted: #6E6151;
	--x-brown: #5A4226; --x-gold: #C2A35B; --x-accent: #9A7637; --x-line: rgba(154,118,55,.22);
	--x-head: 'Cormorant Garamond', Georgia, serif; --x-body: 'EB Garamond', Georgia, serif; --x-ui: 'Inter', sans-serif;
	color: var(--x-ink); font-family: var(--x-body); font-size: 18px; line-height: 1.6;
}
.stx * { box-sizing: border-box; }
.stx h1, .stx h2, .stx h3 { font-family: var(--x-head); font-weight: 600; color: var(--x-brown); margin: 0 0 .4em; }

/* Hero */
.stx-hero {
	text-align: center; color: #fff; padding: 110px 22px 96px; border-radius: 14px; overflow: hidden;
	background:
		radial-gradient(120% 90% at 50% 0%, rgba(201,162,75,.45), rgba(0,0,0,0) 60%),
		linear-gradient(160deg, #1c1611, #0c0b09);
}
.stx-hero-inner { max-width: 760px; margin: 0 auto; }
.stx-eyebrow { font-family: var(--x-ui); letter-spacing: .3em; text-transform: uppercase; font-size: 12px; color: var(--x-gold); margin-bottom: 18px; }
.stx-hero h1 { color: #fff; font-size: clamp(38px, 6vw, 66px); line-height: 1.05; }
.stx-tag { font-family: var(--x-head); font-style: italic; font-size: clamp(20px,3vw,26px); color: var(--x-gold); margin: 4px 0 18px; }
.stx-sub { color: #e8ddc8; max-width: 600px; margin: 0 auto 30px; }
.stx-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.stx-btn {
	display: inline-block; font-family: var(--x-ui); font-weight: 600; font-size: 16px;
	padding: 15px 30px; border-radius: 999px; text-decoration: none; cursor: pointer; border: none;
	background: linear-gradient(180deg, var(--x-gold), var(--x-accent)); color: #1c1407;
	transition: transform .1s ease, filter .15s ease;
}
.stx-btn:hover { transform: translateY(-2px); filter: brightness(1.06); color: #1c1407; }
.stx-btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.5); }
.stx .stx-section .stx-btn-ghost { color: var(--x-brown); border-color: var(--x-line); }

/* Sections */
.stx-section { padding: 70px 24px; max-width: 1080px; margin: 0 auto; text-align: center; }
.stx-section h2 { font-size: clamp(28px, 4vw, 40px); }
.stx-alt { background: #fbf6ec; border-radius: 14px; }
.stx-lead { color: var(--x-muted); max-width: 600px; margin: 0 auto 30px; }

/* Steps */
.stx-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 22px; margin-top: 36px; }
.stx-step span { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 50%; background: var(--x-brown); color: #fff8ec; font-family: var(--x-head); font-size: 22px; margin-bottom: 12px; }
.stx-step h3 { font-size: 21px; }
.stx-step p { color: var(--x-muted); font-size: 16px; }

/* Pills */
.stx-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; }
.stx-pill { display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--x-line); border-radius: 999px; padding: 11px 20px; font-family: var(--x-ui); font-size: 15px; }
.stx-pill span { font-size: 20px; }

/* Plans */
.stx-plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 40px; text-align: left; }
.stx-plan { position: relative; background: #fff; border: 1px solid var(--x-line); border-radius: 14px; padding: 32px 28px; box-shadow: 0 24px 60px -40px rgba(60,40,15,.5); }
.stx-plan-feat { border: 2px solid var(--x-gold); box-shadow: 0 30px 70px -34px rgba(122,75,43,.55); transform: translateY(-6px); }
.stx-ribbon { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(180deg, var(--x-gold), var(--x-accent)); color: #1c1407; font-family: var(--x-ui); font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; padding: 5px 16px; border-radius: 999px; white-space: nowrap; }
.stx-plan-name { font-family: var(--x-head); font-size: 26px; color: var(--x-brown); }
.stx-plan-price { font-family: var(--x-head); font-size: 46px; color: var(--x-accent); margin: 6px 0 16px; }
.stx-plan ul { list-style: none; padding: 0; margin: 0 0 24px; }
.stx-plan li { padding: 8px 0 8px 26px; position: relative; color: var(--x-ink); border-bottom: 1px solid #f1e7d5; font-size: 16px; }
.stx-plan li::before { content: "✦"; position: absolute; left: 0; color: var(--x-gold); }
.stx-plan .stx-btn, .stx-plan .stx-btn-ghost { display: block; text-align: center; }

/* Footer */
.stx-footer { text-align: center; padding: 60px 24px; }
.stx-footer-brand { font-family: var(--x-head); font-size: 30px; color: var(--x-accent); }
.stx-footer-tag { font-family: var(--x-head); font-style: italic; color: var(--x-muted); margin: 6px 0 14px; }
.stx-footer-powered { font-family: var(--x-ui); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--x-muted); }
.stx-disclaimer { max-width: 620px; margin: 22px auto 0; font-size: 12px; color: var(--x-muted); }

@media (max-width: 560px) {
	.stx-hero { padding: 80px 18px 64px; }
	.stx-section { padding: 50px 18px; }
}
