/* Eye of the Tantra – Feedback-Formular · v1.1.0
   Alle Regeln sind auf .eottfb begrenzt und verändern keine anderen Seiten. */

body.eottfb-page { background: #FBF6F0; }
/* Auf der eigenen Feedback-Seite den Seitentitel des Themes ausblenden (das Formular bringt seine eigene H1 mit) */
body.eottfb-main .entry-header .entry-title, body.eottfb-main h1.entry-title, body.eottfb-main .czr-title,
body.eottfb-main .entry-header .page-title { display: none; }

.eottfb {
	--wr: #7A2E3B; --wr-d: #5C1E28; --gold: #B8863B; --gold-h: #D4AF78;
	--creme: #FBF6F0; --creme2: #F2E9DD; --text: #2E2420; --muted: #786058;
	--or: #FDB016; --or-h: #E89A00; --or-l: #FFF1D2; --line: #E8DCCB; --err: #B3261E;
	font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
	color: var(--text); font-size: 16px; line-height: 1.55; letter-spacing: normal; word-spacing: normal;
	max-width: 760px; margin: 24px auto 56px; padding: 0 16px;
	-webkit-font-smoothing: antialiased;
}
.eottfb *, .eottfb *::before, .eottfb *::after { box-sizing: border-box; }
.eottfb p { margin: 0; }
.eottfb a { color: var(--wr); }

/* ---------- Karte ---------- */
.eottfb .fb-card {
	position: relative; background: #fff; border: 1px solid var(--gold-h);
	border-radius: 18px; padding: 40px 44px 32px; overflow: hidden;
	box-shadow: 0 18px 48px -24px rgba(92, 30, 40, .35), 0 2px 6px rgba(92, 30, 40, .05);
}
.eottfb .fb-card::before {
	content: ""; position: absolute; inset: 0 0 auto 0; height: 5px;
	background: linear-gradient(90deg, var(--wr) 0%, var(--or) 55%, var(--gold-h) 100%);
}
.eottfb .fb-card::after { /* dezenter Mandala-Kreis */
	content: ""; position: absolute; width: 360px; height: 360px; right: -150px; top: -170px; pointer-events: none;
	border-radius: 50%;
	background: repeating-radial-gradient(circle, transparent 0 22px, rgba(184, 134, 59, .13) 22px 23px);
}

/* ---------- Kopf ---------- */
.eottfb .fb-head { position: relative; z-index: 1; margin-bottom: 26px; }
.eottfb .fb-label {
	display: inline-block; font-size: 11.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
	color: var(--wr-d); background: var(--or-l); padding: 5px 12px; border-radius: 999px; margin-bottom: 14px;
}
.eottfb .fb-title {
	font-family: 'Lora', Georgia, serif; font-weight: 600; color: var(--wr);
	font-size: clamp(28px, 4.2vw, 38px); line-height: 1.15; margin: 0 0 12px; padding: 0; border: 0;
}
.eottfb .fb-intro { color: var(--text); max-width: 56ch; font-size: 16px; }
.eottfb .fb-meta { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 20px; }
.eottfb .fb-meta li { margin: 0; padding: 0; font-size: 13.5px; color: var(--muted); display: flex; align-items: center; gap: 7px; }
.eottfb .fb-meta li::before { display: none; }
.eottfb .fb-meta__i {
	width: 20px; height: 20px; border-radius: 50%; display: inline-grid; place-items: center;
	font-size: 11px; color: var(--wr-d); background: var(--or-l); border: 1px solid var(--or);
}

/* ---------- Fortschritt ---------- */
.eottfb .fb-progress {
	list-style: none; margin: 0 0 30px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
	position: relative; z-index: 1;
}
.eottfb .fb-progress li {
	margin: 0; padding: 12px 0 0; border-top: 4px solid var(--creme2); display: flex; align-items: center; gap: 9px;
	color: var(--muted); font-size: 13.5px; font-weight: 500; transition: border-color .3s, color .3s;
}
.eottfb .fb-progress li::before { display: none; }
.eottfb .fb-progress__n {
	flex: none; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center;
	font-size: 12.5px; font-weight: 600; background: var(--creme2); color: var(--muted); transition: all .3s;
}
.eottfb .fb-progress li.is-active { border-color: var(--or); color: var(--wr-d); }
.eottfb .fb-progress li.is-active .fb-progress__n { background: var(--or); color: var(--wr-d); }
.eottfb .fb-progress li.is-done { border-color: var(--wr); color: var(--wr); }
.eottfb .fb-progress li.is-done .fb-progress__n { background: var(--wr); color: #fff; }

/* ---------- Schritte ---------- */
.eottfb .fb-step { display: block; }
.eottfb.js .fb-step { display: none; }
.eottfb.js .fb-step.is-active { display: block; animation: eottfbIn .35s ease; }
@keyframes eottfbIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* ---------- Fragen ---------- */
.eottfb .fb-q { border: 0; margin: 0 0 26px; padding: 0; min-width: 0; }
.eottfb .fb-q__label {
	display: block; float: none; width: 100%; padding: 0; margin: 0 0 10px;
	font-family: 'Lora', Georgia, serif; font-size: 19px; font-weight: 600; color: var(--wr-d); line-height: 1.3;
}
.eottfb .fb-req { color: var(--or-h); }
.eottfb .fb-opt {
	font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase;
	color: var(--muted); margin-left: 6px; vertical-align: 2px;
}
.eottfb .fb-q__hint { color: var(--muted); font-size: 14px; margin: -4px 0 12px; }
.eottfb .fb-q.has-error .fb-q__label { color: var(--err); }
.eottfb .fb-q.has-error .fb-chip > span,
.eottfb .fb-q.has-error .fb-stars { border-color: rgba(179, 38, 30, .45); }

.eottfb .fb-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; }
.eottfb .fb-row--tight { gap: 10px; margin-bottom: 12px; }

/* Chips */
.eottfb .fb-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.eottfb .fb-chips--grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.eottfb .fb-chips--grid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.eottfb .fb-chips--list { display: grid; grid-template-columns: 1fr; }
.eottfb .fb-chip { position: relative; margin: 0; cursor: pointer; display: block; }
.eottfb .fb-chip input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.eottfb .fb-chip > span {
	display: flex; align-items: center; gap: 8px; min-height: 46px; height: 100%; padding: 10px 16px; letter-spacing: normal;
	background: #fff; border: 1.5px solid var(--line); border-radius: 12px;
	font-size: 14.5px; font-weight: 500; color: var(--text); line-height: 1.3;
	transition: background .18s, border-color .18s, color .18s, box-shadow .18s, transform .1s;
}
.eottfb .fb-chip .fb-t { display: inline; padding: 0; border: 0; background: none; min-height: 0; box-shadow: none; }
.eottfb 
.eottfb .fb-chips--wrap .fb-chip > span { border-radius: 999px; min-height: 44px; }
.eottfb .fb-chips--small .fb-chip > span { font-size: 13.5px; min-height: 44px; padding: 8px 15px; }
.eottfb .fb-chips--list .fb-chip > span { padding-left: 46px; min-height: 50px; }
.eottfb .fb-chips--list .fb-chip > span::before {
	content: ""; position: absolute; left: 16px; top: 50%; width: 18px; height: 18px; margin-top: -9px;
	border-radius: 50%; border: 1.5px solid var(--gold-h); background: #fff; transition: all .18s;
}
.eottfb .fb-chip:hover > span { border-color: var(--gold-h); background: var(--creme); }
.eottfb .fb-chip input:focus-visible + span { box-shadow: 0 0 0 3px rgba(253, 176, 22, .45); }
.eottfb .fb-chip:active > span { transform: scale(.98); }
.eottfb .fb-chip input:checked + span {
	background: var(--wr); border-color: var(--wr); color: #fff;
	box-shadow: 0 6px 16px -8px rgba(122, 46, 59, .7);
}
.eottfb .fb-chips--list .fb-chip input:checked + span { background: var(--or-l); color: var(--wr-d); border-color: var(--or); box-shadow: none; }
.eottfb .fb-chips--list .fb-chip input:checked + span::before { border: 5px solid var(--wr); }

/* Segment-Schalter (3 Optionen nebeneinander) */
.eottfb .fb-seg { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 0; background: var(--creme); border: 1.5px solid var(--line); border-radius: 999px; padding: 4px; }
.eottfb .fb-seg .fb-chip > span {
	justify-content: center; text-align: center; border: 0; border-radius: 999px; min-height: 44px; padding: 8px 10px;
	background: transparent; font-size: 14px; white-space: normal; line-height: 1.25;
}
.eottfb .fb-row > *, .eottfb .fb-chips > *, .eottfb .fb-seg > * { min-width: 0; }
.eottfb .fb-chip .fb-t { overflow-wrap: break-word; hyphens: auto; -webkit-hyphens: auto; }
.eottfb .fb-seg .fb-chip:hover > span { background: rgba(255, 255, 255, .8); }
.eottfb .fb-seg .fb-chip input:checked + span { background: var(--wr); color: #fff; }
.eottfb .fb-q.has-error .fb-seg { border-color: rgba(179, 38, 30, .45); }

/* Sterne */
.eottfb .fb-stars {
	display: flex; align-items: center; gap: 4px; flex-wrap: wrap;
	padding: 10px 16px; border: 1.5px solid var(--line); border-radius: 14px; background: var(--creme);
}
.eottfb .fb-star { cursor: pointer; margin: 0; position: relative; line-height: 1; }
.eottfb .fb-star input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.eottfb .fb-star > span[aria-hidden] {
	display: block; font-size: 36px; color: #E5D6C2; transition: color .15s, transform .15s; padding: 0 2px;
}
.eottfb .fb-star.is-on > span[aria-hidden] { color: var(--or); text-shadow: 0 2px 8px rgba(253, 176, 22, .45); }
.eottfb .fb-star:hover > span[aria-hidden] { transform: scale(1.12); }
.eottfb .fb-star input:focus-visible ~ span[aria-hidden] { outline: 2px solid var(--or); border-radius: 6px; }
.eottfb .fb-stars__text { margin-left: 12px; font-family: 'Lora', Georgia, serif; font-style: italic; color: var(--muted); font-size: 16px; }
.eottfb .fb-stars.is-set .fb-stars__text { color: var(--wr); }
.eottfb .fb-sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Eingabefelder */
.eottfb .fb-input {
	display: block; width: 100%; margin: 0; font: inherit; font-size: 15.5px; color: var(--text);
	background: #fff; border: 1.5px solid var(--line); border-radius: 12px; padding: 12px 15px;
	box-shadow: none; outline: none; transition: border-color .18s, box-shadow .18s; height: auto; min-height: 48px;
}
.eottfb .fb-input::placeholder { color: #A8948A; opacity: 1; }
.eottfb .fb-input:focus { border-color: var(--or); box-shadow: 0 0 0 3px rgba(253, 176, 22, .25); }
.eottfb .fb-input.has-error { border-color: var(--err); }
.eottfb .fb-textarea { resize: vertical; min-height: 130px; line-height: 1.5; }
.eottfb .fb-textarea--s { min-height: 96px; }
.eottfb .fb-input--s { margin-top: 10px; max-width: 360px; min-height: 44px; padding: 9px 14px; font-size: 14.5px; }
.eottfb .fb-reveal { margin-top: 10px; display: none; }
.eottfb .fb-reveal.is-shown { display: block; }

/* Checkbox Datenschutz */
.eottfb .fb-check { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; font-size: 13.5px; color: var(--muted); margin: 0; }
.eottfb .fb-check input { flex: none; appearance: none; -webkit-appearance: none; width: 20px; height: 20px; margin: 1px 0 0; border: 1.5px solid var(--gold-h); border-radius: 6px; background: #fff; display: grid; place-items: center; cursor: pointer; }
.eottfb .fb-check input:checked { background: var(--wr); border-color: var(--wr); }
.eottfb .fb-check input:checked::after { content: "✓"; color: #fff; font-size: 13px; line-height: 1; }
.eottfb .fb-check input:focus-visible { box-shadow: 0 0 0 3px rgba(253, 176, 22, .45); }
.eottfb.js .fb-privacy { display: none; }
.eottfb.js .fb-privacy.is-shown { display: flex; }
.eottfb .fb-privacy.has-error span { color: var(--err); }

/* Honigtopf */
.eottfb .fb-hp { position: absolute !important; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

/* Meldungen */
.eottfb .fb-error, .eottfb .fb-alert {
	background: #FBECEA; color: var(--err); border: 1px solid rgba(179, 38, 30, .25); border-radius: 12px;
	padding: 12px 16px; font-size: 14.5px; margin: 0 0 18px;
}

/* ---------- Navigation ---------- */
.eottfb .fb-nav {
	display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
	border-top: 1px solid var(--creme2); margin-top: 8px; padding-top: 22px;
}
.eottfb .fb-nav__step { color: var(--muted); font-size: 13.5px; margin-right: auto; order: 0; }
.eottfb [data-prev] { order: -1; }
.eottfb .fb-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px;
	padding: 12px 26px; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer;
	font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: .01em;
	text-decoration: none; line-height: 1.2; text-transform: none; transition: background .2s, transform .1s, box-shadow .2s;
}
.eottfb .fb-btn:active { transform: translateY(1px); }
.eottfb .fb-btn:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(253, 176, 22, .5); }
.eottfb .fb-btn[hidden] { display: none; }
.eottfb .fb-btn--main { background: var(--wr); color: #fff; }
.eottfb .fb-btn--main:hover { background: var(--wr-d); color: #fff; }
.eottfb .fb-btn--ghost { background: transparent; color: var(--wr); border-color: var(--gold-h); }
.eottfb .fb-btn--ghost:hover { background: var(--creme); color: var(--wr-d); }
.eottfb .fb-btn--send { background: var(--or); color: var(--wr-d); box-shadow: 0 8px 20px -10px rgba(232, 154, 0, .9); }
.eottfb .fb-btn--send:hover { background: var(--or-h); color: var(--wr-d); }
.eottfb .fb-btn.is-loading { opacity: .7; pointer-events: none; }
.eottfb.js [data-submit] { display: none; }
.eottfb.js .is-last [data-submit] { display: inline-flex; }
.eottfb.js .is-last [data-next] { display: none; }
.eottfb:not(.js) [data-next], .eottfb:not(.js) .fb-nav__step, .eottfb:not(.js) .fb-progress { display: none; }

/* ---------- Danke ---------- */
.eottfb .fb-thanks { text-align: center; padding: 18px 0 8px; position: relative; z-index: 1; outline: none; }
.eottfb .fb-thanks__heart {
	width: 78px; height: 78px; margin: 0 auto 18px; border-radius: 50%; display: grid; place-items: center;
	background: var(--or); color: var(--wr-d); font-size: 34px; box-shadow: 0 0 0 10px var(--or-l);
	animation: eottfbBeat 1.8s ease-in-out 2;
}
@keyframes eottfbBeat { 0%, 100% { transform: scale(1); } 20% { transform: scale(1.1); } 40% { transform: scale(.97); } }
.eottfb .fb-thanks__title { font-family: 'Lora', Georgia, serif; color: var(--wr); font-size: 30px; margin: 0 0 10px; }
.eottfb .fb-thanks__text { max-width: 48ch; margin: 0 auto; }
.eottfb .fb-thanks__sign { font-family: 'Lora', Georgia, serif; font-style: italic; color: var(--gold); font-size: 20px; margin: 18px 0 22px; }
.eottfb .fb-thanks__btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.eottfb.is-done .fb-progress, .eottfb.is-done .fb-form, .eottfb.is-done .fb-meta, .eottfb.is-done .fb-intro { display: none; }

/* ---------- Meta: Dankeschön ---------- */
.eottfb .fb-meta li.fb-meta--gift { color: var(--wr-d); font-weight: 500; }
.eottfb .fb-meta--gift .fb-meta__i { background: var(--or); border-color: var(--or); color: var(--wr-d); }

/* ---------- Gutschein (wie die Print-Gutscheine: orange gestrichelt auf Orange hell) ---------- */
.eottfb .fb-coupon { margin: 24px auto 4px; max-width: 440px; text-align: center; }
.eottfb .fb-coupon[hidden] { display: none; }
.eottfb .fb-coupon__label {
	display: inline-block; font-size: 11.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
	color: #8C6124; margin-bottom: 6px;
}
.eottfb .fb-coupon__text { font-family: 'Lora', Georgia, serif; font-size: 20px; color: var(--wr); line-height: 1.3; margin-bottom: 12px; }
.eottfb .fb-coupon__box {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	background: var(--or-l); border: 2px dashed var(--or); border-radius: 14px; padding: 10px 10px 10px 22px;
}
.eottfb .fb-coupon__code { min-width: 0; overflow-wrap: anywhere; text-align: left; font-weight: 700; font-size: 24px; letter-spacing: .04em; color: var(--wr-d); user-select: all; }
.eottfb .fb-coupon__copy {
	flex: none; min-height: 44px; padding: 8px 18px; border-radius: 999px; border: 0; cursor: pointer;
	background: var(--wr); color: #fff; font: 600 14px 'Poppins', sans-serif; letter-spacing: normal; text-transform: none;
}
.eottfb .fb-coupon__copy:hover { background: var(--wr-d); }
.eottfb .fb-coupon__copy.is-done { background: #2F7A4B; }
.eottfb .fb-coupon__hint { font-size: 13.5px; color: var(--muted); margin-top: 8px; }

/* ---------- Handy ---------- */
@media (max-width: 640px) {
	.eottfb { padding: 0 10px; margin-top: 12px; }
	.eottfb .fb-card { padding: 28px 18px 22px; border-radius: 16px; }
	.eottfb .fb-card::after { width: 240px; height: 240px; right: -120px; top: -120px; }
	.eottfb .fb-progress { gap: 6px; margin-bottom: 24px; }
	.eottfb .fb-progress__t { display: none; }
	.eottfb .fb-progress li.is-active .fb-progress__t { display: inline; }
	.eottfb .fb-progress li { font-size: 12.5px; }
	.eottfb .fb-q__label { font-size: 17.5px; }
	.eottfb .fb-chips--grid, .eottfb .fb-chips--grid2 { grid-template-columns: 1fr 1fr; }
	.eottfb [data-q=leitung] .fb-chips--grid2 { grid-template-columns: 1fr; }
	.eottfb .fb-chip > span { font-size: 14px; padding: 9px 12px; }
	.eottfb .fb-row { grid-template-columns: 1fr; }
	.eottfb .fb-star > span[aria-hidden] { font-size: 32px; }
	.eottfb .fb-stars__text { flex-basis: 100%; margin: 4px 0 0 4px; font-size: 15px; }
	.eottfb .fb-seg .fb-chip > span { font-size: 13px; padding: 8px 4px; white-space: normal; line-height: 1.2; }
	.eottfb .fb-seg { padding: 3px; }
	.eottfb .fb-seg { border-radius: 22px; }
	.eottfb .fb-seg .fb-chip > span { border-radius: 18px; }
	.eottfb .fb-progress li.is-active .fb-progress__t { white-space: nowrap; }
	.eottfb .fb-nav { gap: 10px; }
	.eottfb .fb-nav__step { display: none; }
	.eottfb .fb-coupon__box { flex-direction: column; padding: 14px; gap: 10px; }
	.eottfb .fb-coupon__code { text-align: center; font-size: 22px; }
	.eottfb .fb-coupon__copy { width: 100%; }
	.eottfb .fb-thanks__btns .fb-btn { width: 100%; }
	.eottfb .fb-nav .fb-btn { flex: 1; padding: 12px 14px; white-space: nowrap; }
	.eottfb .fb-nav [data-prev] { flex: 0 0 auto; }
}
@media (max-width: 359px) {
	.eottfb .fb-seg .fb-chip > span { font-size: 12.5px; padding: 8px 2px; }
	.eottfb .fb-chips--grid, .eottfb .fb-chips--grid2 { grid-template-columns: 1fr; }
	.eottfb .fb-card { padding: 24px 14px 20px; }
}
@media (max-width: 340px) {
	.eottfb .fb-seg { grid-auto-flow: row; border-radius: 18px; }
}
@media (prefers-reduced-motion: reduce) {
	.eottfb * { animation: none !important; transition: none !important; }
}
