/* 800 Salons Promo v1.2.0 */
.salons-800-promo-page,
.salons-800-contact-page,
.s8-promo {
	margin: 0;
	background: var(--s8-bg, #faf8ff);
	color: var(--s8-text, #231a2b);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

.salons-800-promo-page { padding: 0; }
.salons-800-contact-page { padding: 0; }
.salons-800-promo-page.admin-bar .s8-topbar { top: 32px; }
.salons-800-contact-page.admin-bar .s8-topbar { top: 32px; }
.s8-promo *, .s8-promo *::before, .s8-promo *::after { box-sizing: border-box; }
.s8-promo a { text-decoration: none; }
.s8-promo h1, .s8-promo h2, .s8-promo h3, .s8-promo p { margin-top: 0; }
.s8-promo h1, .s8-promo h2, .s8-promo h3 { color: var(--s8-text, #231a2b); line-height: 1.15; }
.s8-container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.s8-section { padding: 84px 0; }

.s8-topbar {
	position: sticky;
	top: 0;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 76px;
	padding: 10px max(22px, calc((100vw - 1120px) / 2));
	background: rgba(255,255,255,.95);
	border-bottom: 1px solid rgba(91,36,142,.11);
	backdrop-filter: blur(12px);
}
.s8-brand { display: inline-flex; align-items: center; color: var(--s8-primary, #6f2da8); font-size: 22px; font-weight: 850; }
.s8-brand img { display: block; width: auto; max-width: 230px; height: 54px; object-fit: contain; border-radius: 8px; }
.s8-top-link { color: var(--s8-primary, #6f2da8); font-weight: 750; }
.s8-top-link:hover { text-decoration: underline; }

.s8-hero {
	position: relative;
	overflow: hidden;
	padding: 105px 20px 96px;
	background: var(--s8-primary, #6f2da8);
	background:
		radial-gradient(circle at 82% 20%, rgba(255,255,255,.18), transparent 28%),
		radial-gradient(circle at 16% 88%, rgba(255,255,255,.12), transparent 26%),
		linear-gradient(135deg, color-mix(in srgb, var(--s8-primary, #6f2da8) 92%, #241038), var(--s8-primary, #6f2da8));
	text-align: center;
}
.s8-hero::after { content: ""; position: absolute; inset: auto -8% -110px; height: 170px; background: var(--s8-bg, #faf8ff); border-radius: 50% 50% 0 0; }
.s8-hero-inner { position: relative; z-index: 1; width: min(900px, 100%); margin: 0 auto; }
.s8-eyebrow, .s8-kicker { display: inline-block; margin-bottom: 15px; color: var(--s8-primary, #6f2da8); font-size: 13px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.s8-eyebrow { color: #fff; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.28); border-radius: 999px; padding: 6px 13px; }
.s8-hero h1 { max-width: 820px; margin: 0 auto 18px; color: #fff; font-size: clamp(40px, 7vw, 72px); letter-spacing: -.045em; }
.s8-hero-subtitle { margin-bottom: 12px; color: #fff; font-size: clamp(20px, 3vw, 28px); font-weight: 760; }
.s8-hero-text { max-width: 720px; margin: 0 auto 30px; color: rgba(255,255,255,.87); font-size: 18px; }
.s8-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.s8-button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 12px 22px; border: 2px solid transparent; border-radius: 10px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.s8-button:hover { transform: translateY(-2px); }
.s8-button-primary { background: #fff; color: var(--s8-primary, #6f2da8); box-shadow: 0 10px 28px rgba(28,8,40,.22); }
.s8-button-secondary { border-color: rgba(255,255,255,.7); color: #fff; }
.s8-button-secondary:hover { background: rgba(255,255,255,.1); }
.s8-hero-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; margin-top: 27px; color: rgba(255,255,255,.88); font-size: 14px; font-weight: 650; }

.s8-section-heading { max-width: 730px; margin: 0 auto 42px; text-align: center; }
.s8-section-heading h2, .s8-split h2 { margin-bottom: 16px; font-size: clamp(31px, 5vw, 48px); letter-spacing: -.035em; }
.s8-section-heading > p { color: #6b6172; font-size: 18px; }
.s8-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.s8-feature-card { padding: 25px; background: #fff; border: 1px solid color-mix(in srgb, var(--s8-primary, #6f2da8) 13%, #fff); border-radius: 15px; box-shadow: 0 10px 30px rgba(46,25,59,.05); }
.s8-feature-card .dashicons { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 19px; border-radius: 12px; background: var(--s8-accent, #f3e8ff); color: var(--s8-primary, #6f2da8); font-size: 23px; }
.s8-feature-card h3 { margin-bottom: 9px; font-size: 20px; }
.s8-feature-card p { margin-bottom: 0; color: #6b6172; font-size: 15px; }

.s8-pricing-section { background: #fff; }
.s8-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.s8-price-card { position: relative; display: flex; flex-direction: column; padding: 30px; border: 1px solid #e5dde9; border-radius: 18px; background: #fff; box-shadow: 0 15px 40px rgba(38,20,50,.06); }
.s8-price-card-featured { border: 2px solid var(--s8-primary, #6f2da8); background: linear-gradient(180deg, var(--s8-accent, #f3e8ff), #fff 38%); transform: translateY(-9px); }
.s8-plan-badge { align-self: flex-start; margin-bottom: 18px; padding: 5px 10px; border-radius: 999px; background: var(--s8-accent, #f3e8ff); color: var(--s8-primary, #6f2da8); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.s8-price-card-featured .s8-plan-badge { background: var(--s8-primary, #6f2da8); color: #fff; }
.s8-price-card h3 { margin-bottom: 15px; font-size: 25px; }
.s8-price { color: var(--s8-primary, #6f2da8); font-size: 43px; font-weight: 900; line-height: 1; }
.s8-price small { display: block; margin-top: 8px; color: #716578; font-size: 13px; font-weight: 700; }
.s8-price-small { margin-top: 16px; font-size: 32px; }
.s8-membership-price { min-height: 24px; color: #514759; font-weight: 800; }
.s8-price-card > p { margin: 24px 0 20px; color: #6b6172; }
.s8-price-card ul { margin: auto 0 0; padding: 0; list-style: none; }
.s8-price-card li { position: relative; margin-top: 10px; padding-left: 25px; font-size: 14px; }
.s8-price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--s8-primary, #6f2da8); font-weight: 900; }
.s8-fee-explainer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; margin-top: 38px; padding: 30px; border-radius: 16px; background: var(--s8-accent, #f3e8ff); }
.s8-fee-explainer h3 { margin-bottom: 8px; font-size: 23px; }
.s8-fee-explainer p { margin-bottom: 0; }
.s8-small-note { margin-top: 10px !important; color: #746a79; font-size: 13px; }
.s8-no-percent { min-width: 175px; text-align: center; }
.s8-no-percent strong { display: block; color: var(--s8-primary, #6f2da8); font-size: 54px; line-height: 1; }
.s8-no-percent span { font-size: 13px; font-weight: 750; }

.s8-messaging { background: var(--s8-bg, #faf8ff); }
.s8-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 75px; }
.s8-split > div > p { color: #6b6172; font-size: 18px; }
.s8-check-list { display: grid; gap: 11px; margin: 0; padding: 27px; list-style: none; background: #fff; border-radius: 17px; box-shadow: 0 15px 45px rgba(38,20,50,.07); }
.s8-check-list li { position: relative; padding: 11px 12px 11px 45px; border-radius: 10px; background: color-mix(in srgb, var(--s8-accent, #f3e8ff) 45%, #fff); font-weight: 680; }
.s8-check-list li::before { content: "✓"; position: absolute; left: 15px; top: 10px; color: var(--s8-primary, #6f2da8); font-size: 19px; font-weight: 900; }

.s8-businesses { background: #fff; }
.s8-chip-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; }
.s8-chip-grid span { padding: 10px 15px; border: 1px solid color-mix(in srgb, var(--s8-primary, #6f2da8) 20%, #ddd); border-radius: 999px; background: var(--s8-bg, #faf8ff); font-weight: 700; font-size: 14px; }

.s8-faq-container { max-width: 850px; }
.s8-faq details { margin-bottom: 12px; padding: 0 22px; background: #fff; border: 1px solid #e8e0eb; border-radius: 12px; }
.s8-faq summary { cursor: pointer; padding: 20px 32px 20px 0; color: var(--s8-text, #231a2b); font-weight: 800; }
.s8-faq details p { padding: 0 0 20px; margin: 0; color: #6b6172; }

.s8-contact-section { background: var(--s8-bg, #faf8ff); }
.s8-contact-container { max-width: 810px; }
.s8-contact-disclosure { display: block; padding: 44px 0; background: var(--s8-bg, #faf8ff); }
.s8-contact-disclosure > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: min(810px, calc(100% - 40px));
	margin: 0 auto;
	padding: 20px 24px;
	border: 1px solid color-mix(in srgb, var(--s8-primary, #6f2da8) 20%, #ddd);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(38,20,50,.07);
	color: var(--s8-primary, #6f2da8);
	font-size: 20px;
	font-weight: 850;
	cursor: pointer;
	list-style: none;
}
.s8-contact-disclosure > summary::-webkit-details-marker { display: none; }
.s8-contact-disclosure > summary::after { content: "+"; display: grid; place-items: center; min-width: 34px; height: 34px; border-radius: 50%; background: var(--s8-accent, #f3e8ff); font-size: 25px; line-height: 1; }
.s8-contact-disclosure[open] > summary::after { content: "−"; }
.s8-contact-disclosure > summary small { margin-left: auto; color: #716578; font-size: 13px; font-weight: 650; }
.s8-contact-disclosure .s8-contact-section { padding: 30px 0 0; }
.s8-contact-page-intro { padding: 72px 20px; background: linear-gradient(135deg, #38134f, var(--s8-primary, #6f2da8)); text-align: center; }
.s8-contact-page-intro h1 { margin-bottom: 12px; color: #fff; font-size: clamp(38px, 7vw, 64px); letter-spacing: -.04em; }
.s8-contact-page-intro p { max-width: 690px; margin: 0 auto; color: rgba(255,255,255,.86); font-size: 18px; }
.s8-contact-page-intro .s8-eyebrow { margin-bottom: 13px; }
.s8-contact-standalone { min-height: 580px; }
.s8-contact-card {
	padding: 34px;
	background: #fff;
	border: 1px solid color-mix(in srgb, var(--s8-primary, #6f2da8) 14%, #ddd);
	border-radius: 18px;
	box-shadow: 0 16px 45px rgba(38,20,50,.09);
}
.s8-contact-card h2 { margin-bottom: 15px; font-size: clamp(30px, 5vw, 43px); }
.s8-contact-steps { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.s8-contact-steps span { padding: 6px 11px; border-radius: 999px; background: #eee; color: #453c49; font-size: 12px; font-weight: 850; }
.s8-contact-steps span.active { background: var(--s8-primary, #6f2da8); color: #fff; }
.s8-contact-note, .s8-contact-error, .s8-contact-success { margin-bottom: 16px; padding: 13px 14px; border-radius: 9px; }
.s8-contact-note { border-left: 5px solid var(--s8-primary, #6f2da8); background: color-mix(in srgb, var(--s8-accent, #f3e8ff) 62%, #fff); }
.s8-contact-error { border-left: 5px solid #b00020; background: #fff0f1; color: #900019; }
.s8-contact-success { border-left: 5px solid #198754; background: #effbf4; color: #12683f; }
.s8-contact-form { display: grid; gap: 15px; }
.s8-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.s8-contact-form label { display: grid; gap: 6px; color: var(--s8-text, #231a2b); font-weight: 680; }
.s8-contact-form label > span { font-size: 14px; }
.s8-contact-form input, .s8-contact-form select, .s8-contact-form textarea {
	width: 100%;
	margin: 0;
	padding: 13px 14px;
	border: 1px solid #d8d2db;
	border-radius: 10px;
	background: #fff;
	color: #211a25;
	font: inherit;
	line-height: 1.35;
}
.s8-contact-form textarea { min-height: 145px; resize: vertical; }
.s8-contact-form input:focus, .s8-contact-form select:focus, .s8-contact-form textarea:focus { outline: 3px solid color-mix(in srgb, var(--s8-primary, #6f2da8) 22%, transparent); border-color: var(--s8-primary, #6f2da8); }
.s8-contact-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 49px;
	padding: 12px 18px;
	border: 0;
	border-radius: 9px;
	background: var(--s8-button, #7c3aed);
	color: #fff;
	font: inherit;
	font-weight: 820;
	cursor: pointer;
}
.s8-contact-submit:hover { filter: brightness(.93); color: #fff; }
.s8-contact-new { width: auto; text-decoration: none !important; }
.s8-contact-reset-form { margin-top: 15px; }
.s8-contact-reset-form button { padding: 0; border: 0; background: transparent; color: var(--s8-primary, #6f2da8); text-decoration: underline; cursor: pointer; font: inherit; }
.s8-contact-hp { position: absolute !important; left: -10000px !important; top: auto !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.s8-final-cta { padding: 86px 20px; background: linear-gradient(135deg, #38134f, var(--s8-primary, #6f2da8)); text-align: center; }
.s8-final-cta h2 { margin-bottom: 14px; color: #fff; font-size: clamp(34px, 5vw, 51px); }
.s8-final-cta p { max-width: 720px; margin: 0 auto 28px; color: rgba(255,255,255,.85); font-size: 18px; }
.s8-button-light { background: #fff; color: var(--s8-primary, #6f2da8); }
.s8-button-outline-light { border-color: rgba(255,255,255,.7); color: #fff; }
.s8-contact-line { margin-top: 24px !important; margin-bottom: 0 !important; font-size: 14px !important; }
.s8-contact-line a { color: #fff; text-decoration: underline; }
.s8-contact-line span { margin: 0 9px; }
.s8-footer { padding: 25px 20px; background: #24102e; color: rgba(255,255,255,.7); text-align: center; font-size: 13px; }
.s8-footer p { margin: 0; }

@media (max-width: 980px) {
	.s8-feature-grid { grid-template-columns: 1fr 1fr; }
	.s8-pricing-grid { grid-template-columns: 1fr; max-width: 650px; margin: 0 auto; }
	.s8-price-card-featured { transform: none; }
}

@media (max-width: 782px) {
	.salons-800-promo-page.admin-bar .s8-topbar { top: 46px; }
	.salons-800-contact-page.admin-bar .s8-topbar { top: 46px; }
	.s8-section { padding: 66px 0; }
	.s8-hero { padding-top: 80px; }
	.s8-split { grid-template-columns: 1fr; gap: 35px; }
	.s8-fee-explainer { grid-template-columns: 1fr; text-align: center; }
	.s8-contact-card { padding: 27px; }
}

@media (max-width: 560px) {
	.s8-container { width: min(100% - 28px, 1120px); }
	.s8-topbar { min-height: 66px; padding: 8px 15px; }
	.s8-brand img { max-width: 180px; height: 46px; }
	.s8-hero { padding: 65px 16px 86px; }
	.s8-hero h1 { font-size: 41px; }
	.s8-hero-subtitle { font-size: 20px; }
	.s8-actions { flex-direction: column; align-items: stretch; }
	.s8-button { width: 100%; }
	.s8-hero-trust { display: grid; gap: 7px; }
	.s8-feature-grid { grid-template-columns: 1fr; }
	.s8-feature-card, .s8-price-card { padding: 23px; }
	.s8-fee-explainer { padding: 23px; }
	.s8-section-heading h2, .s8-split h2 { font-size: 34px; }
	.s8-contact-grid { grid-template-columns: 1fr; }
	.s8-contact-card { padding: 22px 18px; }
	.s8-contact-disclosure { padding: 30px 0; }
	.s8-contact-disclosure > summary { width: min(100% - 28px, 810px); padding: 17px 18px; }
	.s8-contact-disclosure > summary small { display: none; }
	.s8-contact-page-intro { padding: 55px 15px; }
}

@media (prefers-reduced-motion: reduce) {
	.s8-button { transition: none; }
}
