body.litwoo-home-2 {
	background:
		radial-gradient(1100px 520px at 50% -8%, rgba(255, 168, 196, 0.34), transparent 58%),
		radial-gradient(820px 380px at 88% 6%, rgba(255, 146, 92, 0.14), transparent 55%),
		radial-gradient(900px 420px at 8% 18%, rgba(167, 139, 250, 0.12), transparent 50%),
		#f7f4fb;
}

body.litwoo-home-2 .litwoo-main {
	overflow: visible;
}

body.litwoo-home-2 h1,
body.litwoo-home-2 h2,
body.litwoo-home-2 h3 {
	font-family: var(--litwoo-sans);
	font-weight: 800;
	letter-spacing: -0.045em;
}

.litwoo-h2-hero {
	padding: 28px 0 18px;
	text-align: center;
}

.litwoo-h2-ticker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 28px;
	padding: 8px 16px;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(47, 28, 92, 0.08);
	color: #5b5670;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.litwoo-h2-ticker-live {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #16122c;
}

.litwoo-h2-ticker-live i,
.litwoo-h2-ticker-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ef4444;
	box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.16);
	flex-shrink: 0;
}

.litwoo-h2-ticker-dot {
	width: 4px;
	height: 4px;
	background: #cfc8de;
	box-shadow: none;
}

.litwoo-h2-hero h1 {
	margin: 0 auto 16px;
	max-width: 18em;
	font-size: clamp(40px, 5.4vw, 68px);
	line-height: 1.02;
	color: #16122c;
}

.litwoo-h2-grad {
	background: linear-gradient(90deg, #c026d3 0%, #ec4899 42%, #f97316 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.litwoo-h2-lead {
	margin: 0 auto 28px;
	max-width: 54ch;
	color: #7a748f;
	font-size: 16px;
	line-height: 1.65;
}

.litwoo-h2-search {
	position: relative;
	z-index: 6;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.05fr) minmax(0, 1.15fr) auto;
	align-items: center;
	gap: 0;
	max-width: 980px;
	margin: 0 auto;
	padding: 10px 10px 10px 8px;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(47, 28, 92, 0.12);
}

.litwoo-h2-field {
	position: relative;
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	min-width: 0;
	padding: 6px 18px 6px 16px;
}

.litwoo-h2-field + .litwoo-h2-field {
	border-left: 1px solid #eee8f6;
}

.litwoo-h2-field-ico {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #7c3aed;
	background: #f4edff;
}

.litwoo-h2-field:nth-child(2) .litwoo-h2-field-ico {
	color: #db2777;
	background: #fde8f3;
}

.litwoo-h2-field:nth-child(3) .litwoo-h2-field-ico {
	color: #0d9488;
	background: #e7f8f4;
}

.litwoo-h2-field-copy {
	min-width: 0;
	text-align: left;
}

.litwoo-h2-field-kicker {
	display: block;
	color: #9a94b0;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.litwoo-h2-field-toggle {
	display: block;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #6d28d9;
	font-size: 13px;
	font-weight: 800;
	text-align: left;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.litwoo-h2-field-menu {
	position: absolute;
	left: 12px;
	right: 12px;
	top: calc(100% + 10px);
	z-index: 8;
	display: none;
	padding: 8px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(47, 28, 92, 0.16);
}

.litwoo-h2-field.is-open .litwoo-h2-field-menu,
.litwoo-h2-field-menu:not([hidden]) {
	display: grid;
}

.litwoo-h2-field-menu button {
	display: block;
	width: 100%;
	padding: 10px 12px;
	border: 0;
	border-radius: 12px;
	background: transparent;
	color: #433e5a;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}

.litwoo-h2-field-menu button.is-active,
.litwoo-h2-field-menu button:hover {
	background: #f4edff;
	color: #6d28d9;
}

.litwoo-h2-field .litwoo-select-native {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	width: 0;
	height: 0;
}

.litwoo-h2-search-submit {
	margin-left: 8px;
	padding: 14px 22px;
	background: linear-gradient(90deg, #a855f7 0%, #ec4899 52%, #f43f5e 100%);
	color: #fff;
	box-shadow: 0 12px 24px rgba(236, 72, 153, 0.32);
	white-space: nowrap;
}

.litwoo-h2-search-submit:hover {
	background: linear-gradient(90deg, #9333ea 0%, #db2777 52%, #e11d48 100%);
}

.litwoo-h2-trust {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 22px 28px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
	color: #7a748f;
	font-size: 13px;
	font-weight: 600;
}

.litwoo-h2-trust li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.litwoo-h2-trust i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.litwoo-h2-trust .is-green { background: #22c55e; }
.litwoo-h2-trust .is-purple { background: #8b5cf6; }
.litwoo-h2-trust .is-orange { background: #f59e0b; }

.litwoo-h2-kicker {
	margin: 0 0 8px;
	color: #9a94b0;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.litwoo-h2-kicker-icon {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #7c3aed;
}

.litwoo-h2-moods {
	padding: 28px 0 12px;
}

.litwoo-h2-moods-head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 24px;
	margin-bottom: 24px;
}

.litwoo-h2-moods-head h2 {
	font-size: clamp(28px, 3.6vw, 42px);
	color: #16122c;
}

.litwoo-h2-moods-head p:last-child {
	margin: 0;
	max-width: 36ch;
	color: #8b86a0;
	font-size: 14px;
	line-height: 1.55;
	text-align: right;
}

.litwoo-h2-mood-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.litwoo-h2-mood {
	display: flex;
	flex-direction: column;
	min-height: 280px;
	padding: 16px 16px 18px;
	border-radius: 28px;
	background: #f3e9ff;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.litwoo-h2-mood:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(109, 40, 180, 0.12);
}

.litwoo-h2-mood-lilac { background: #efe7ff; }
.litwoo-h2-mood-periwinkle { background: #ece8ff; }
.litwoo-h2-mood-mint { background: #e8f8f3; }
.litwoo-h2-mood-mist { background: #eeeaf8; }
.litwoo-h2-mood-violet { background: #f4e9ff; }

.litwoo-h2-mood-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.litwoo-h2-mood-count {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: #433e5a;
	font-size: 11px;
	font-weight: 800;
}

.litwoo-h2-mood-count i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #7c3aed;
}

.litwoo-h2-mood-lilac .litwoo-h2-mood-count i { background: #ec4899; }
.litwoo-h2-mood-periwinkle .litwoo-h2-mood-count i { background: #6366f1; }
.litwoo-h2-mood-mint .litwoo-h2-mood-count i { background: #10b981; }
.litwoo-h2-mood-mist .litwoo-h2-mood-count i { background: #64748b; }

.litwoo-h2-mood-ico {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
	color: #6d28d9;
}

.litwoo-h2-mood-photo {
	display: block;
	width: 92px;
	height: 92px;
	margin: 18px auto 16px;
	border-radius: 50%;
	overflow: hidden;
	background:
		radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.7), transparent 40%),
		linear-gradient(145deg, #c4b5fd, #f472b6 58%, #fb923c);
	box-shadow: 0 12px 24px rgba(88, 28, 135, 0.18);
}

.litwoo-h2-mood-lilac .litwoo-h2-mood-photo {
	background: linear-gradient(145deg, #ddd6fe, #f9a8d4);
}

.litwoo-h2-mood-periwinkle .litwoo-h2-mood-photo {
	background: linear-gradient(145deg, #c7d2fe, #a5b4fc);
}

.litwoo-h2-mood-mint .litwoo-h2-mood-photo {
	background: linear-gradient(145deg, #99f6e4, #34d399);
}

.litwoo-h2-mood-mist .litwoo-h2-mood-photo {
	background: linear-gradient(145deg, #e9d5ff, #c4b5fd);
}

.litwoo-h2-mood-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.litwoo-h2-mood strong {
	display: block;
	margin-bottom: 6px;
	font-size: 18px;
	letter-spacing: -0.03em;
	color: #16122c;
}

.litwoo-h2-mood small {
	display: block;
	color: #8b86a0;
	font-size: 12px;
	font-weight: 600;
}

.litwoo-h2-mood-cta {
	margin-top: auto;
	padding-top: 16px;
	color: #7c3aed;
	font-size: 13px;
	font-weight: 800;
}

.litwoo-h2-cal {
	padding: 20px 0 48px;
}

.litwoo-h2-cal-shell {
	position: relative;
	padding: 28px 28px 32px;
	border-radius: 36px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(47, 28, 92, 0.08);
	overflow: visible;
	min-height: 520px;
}

.litwoo-h2-cal-shell.is-agenda {
	overflow: hidden;
}

.litwoo-h2-cal-head {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 20px;
	margin-bottom: 22px;
}

.litwoo-h2-cal-head h2 {
	font-size: clamp(28px, 3.4vw, 40px);
	color: #16122c;
}

.litwoo-h2-cal-sub {
	margin: 8px 0 0;
	max-width: 42ch;
	color: #8b86a0;
	font-size: 14px;
}

.litwoo-h2-view {
	display: inline-flex;
	gap: 4px;
	padding: 5px;
	border-radius: 999px;
	background: #f3f0fa;
	flex-shrink: 0;
}

.litwoo-h2-view button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #8b86a0;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.litwoo-h2-view button.is-active {
	background: #fff;
	color: #16122c;
	box-shadow: 0 8px 16px rgba(47, 28, 92, 0.08);
}

.litwoo-h2-week {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 12px;
}

.litwoo-h2-week[hidden],
.litwoo-h2-agenda[hidden],
.litwoo-h2-pop[hidden],
.litwoo-h2-field-menu[hidden] {
	display: none !important;
}

.litwoo-h2-day {
	min-height: 250px;
	padding: 14px 10px 12px;
	border-radius: 24px;
	background: #f7f5fb;
}

.litwoo-h2-day.is-featured {
	background: #fff;
	box-shadow: 0 0 0 2px #7c3aed, 0 18px 32px rgba(124, 58, 237, 0.12);
}

.litwoo-h2-day-label {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 8px;
	margin: 0 4px 12px;
	color: #9a94b0;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.litwoo-h2-day-label strong {
	color: #16122c;
	font-size: 20px;
	letter-spacing: -0.04em;
}

.litwoo-h2-day-list {
	display: grid;
	gap: 8px;
}

.litwoo-h2-chip {
	display: grid;
	gap: 2px;
	padding: 10px 10px 8px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(47, 28, 92, 0.05);
}

.litwoo-h2-chip.is-open {
	box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.35), 0 10px 20px rgba(124, 58, 237, 0.12);
}

.litwoo-h2-chip-meta {
	color: #7c3aed;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.litwoo-h2-chip.is-green .litwoo-h2-chip-meta,
.litwoo-h2-chip.is-mint .litwoo-h2-chip-meta { color: #059669; }
.litwoo-h2-chip.is-orange .litwoo-h2-chip-meta { color: #ea580c; }
.litwoo-h2-chip.is-pink .litwoo-h2-chip-meta { color: #db2777; }
.litwoo-h2-chip.is-blue .litwoo-h2-chip-meta { color: #2563eb; }

.litwoo-h2-chip.is-mint {
	background: linear-gradient(180deg, #ecfdf3 0%, #fff 70%);
}

.litwoo-h2-chip.is-orange { background: #fff7ed; }
.litwoo-h2-chip.is-pink { background: #fdf2f8; }
.litwoo-h2-chip.is-green { background: #ecfdf5; }
.litwoo-h2-chip.is-blue { background: #eff6ff; }

.litwoo-h2-chip strong {
	display: block;
	color: #16122c;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.litwoo-h2-chip em {
	color: #8b86a0;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}

.litwoo-h2-agenda {
	display: none;
	gap: 10px;
	min-height: 280px;
	align-content: start;
}

.litwoo-h2-cal.is-agenda .litwoo-h2-agenda,
.litwoo-h2-agenda:not([hidden]) {
	display: grid;
}

.litwoo-h2-agenda-item {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	padding: 14px 16px;
	border-radius: 20px;
	background: #f7f5fb;
}

.litwoo-h2-agenda-date span,
.litwoo-h2-agenda-copy p,
.litwoo-h2-agenda-copy small {
	color: #8b86a0;
	font-size: 12px;
	font-weight: 700;
}

.litwoo-h2-agenda-date strong {
	display: block;
	font-size: 22px;
	color: #16122c;
}

.litwoo-h2-agenda-copy h3 {
	margin: 2px 0 4px;
	font-size: 16px;
}

.litwoo-h2-agenda-price {
	color: #6d28d9;
	font-size: 16px;
}

.litwoo-h2-pop {
	position: absolute;
	top: 72px;
	left: 38%;
	z-index: 7;
	width: min(340px, calc(100% - 32px));
	padding: 18px 18px 16px;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(47, 28, 92, 0.18);
}

.litwoo-h2-pop-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}

.litwoo-h2-pop-hot {
	display: inline-flex;
	padding: 5px 10px;
	border-radius: 999px;
	background: #ffedd5;
	color: #ea580c;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.litwoo-h2-pop-hot.is-quiet {
	background: #ede9fe;
	color: #6d28d9;
}

.litwoo-h2-pop-stage {
	color: #9a94b0;
	font-size: 12px;
	font-weight: 700;
}

.litwoo-h2-pop h3 {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.2;
}

.litwoo-h2-pop p {
	margin: 0 0 16px;
	color: #7a748f;
	font-size: 13px;
	line-height: 1.5;
}

.litwoo-h2-pop-foot {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 12px;
}

.litwoo-h2-pop-foot span {
	display: block;
	color: #9a94b0;
	font-size: 11px;
	font-weight: 700;
}

.litwoo-h2-pop-foot strong {
	color: #6d28d9;
	font-size: 22px;
	letter-spacing: -0.03em;
}

.litwoo-h2-pop-cta {
	padding: 11px 16px;
	background: #6d28d9;
	color: #fff;
	box-shadow: 0 10px 20px rgba(109, 40, 217, 0.28);
	font-size: 13px;
}

.litwoo-h2-pop-cta:hover {
	background: #5b21b6;
}

.litwoo-h2-radar {
	padding: 12px 0 20px;
}

.litwoo-h2-radar-head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 20px;
	margin-bottom: 24px;
}

.litwoo-h2-radar-head h2 {
	font-size: clamp(28px, 3.6vw, 42px);
	color: #16122c;
}

.litwoo-h2-radar-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.litwoo-h2-radar-tabs button {
	padding: 9px 16px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #6e6984;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(47, 28, 92, 0.06);
}

.litwoo-h2-radar-tabs button.is-active {
	background: #16122c;
	color: #fff;
	box-shadow: none;
}

.litwoo-h2-radar-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.litwoo-h2-radar-card {
	overflow: hidden;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(47, 28, 92, 0.08);
}

.litwoo-h2-radar-card[hidden] {
	display: none !important;
}

.litwoo-h2-radar-media {
	position: relative;
}

.litwoo-h2-radar-media a,
.litwoo-h2-radar-media img,
.litwoo-h2-radar-fallback {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.litwoo-h2-radar-fallback {
	background: linear-gradient(135deg, #7c3aed, #ec4899 55%, #fb923c);
}

.litwoo-h2-radar-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 6px 10px;
	border-radius: 999px;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.litwoo-h2-radar-badge.is-early { background: #16a34a; }
.litwoo-h2-radar-badge.is-staff { background: #6d28d9; }
.litwoo-h2-radar-badge.is-hot { background: #ea580c; }

.litwoo-h2-radar-save {
	position: absolute;
	top: 12px;
	right: 12px;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: #6e6984;
	cursor: pointer;
}

.litwoo-h2-radar-save.is-saved {
	color: #e11d48;
}

.litwoo-h2-radar-save.is-saved path {
	fill: currentColor;
}

.litwoo-h2-radar-body {
	padding: 16px 18px 18px;
}

.litwoo-h2-radar-when,
.litwoo-h2-radar-place {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 8px;
	color: #8b86a0;
	font-size: 12px;
	font-weight: 700;
}

.litwoo-h2-radar-when { color: #c2410c; }

.litwoo-h2-radar-body h3 {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.25;
}

.litwoo-h2-radar-foot {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 12px;
	margin-top: 16px;
}

.litwoo-h2-radar-foot span {
	display: block;
	color: #9a94b0;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.litwoo-h2-radar-foot strong {
	color: #15803d;
	font-size: 20px;
	letter-spacing: -0.03em;
}

.litwoo-h2-radar-cta {
	padding: 10px 16px;
	background: #6d28d9;
	color: #fff;
	box-shadow: 0 10px 20px rgba(109, 40, 217, 0.28);
	font-size: 13px;
}

.litwoo-h2-radar-cta:hover { background: #5b21b6; }

.litwoo-h2-radar-empty {
	margin: 18px 0 0;
	color: #8b86a0;
	text-align: center;
}

.litwoo-h2-community {
	padding: 36px 0 56px;
}

.litwoo-h2-community-head {
	max-width: 46rem;
	margin: 0 auto 28px;
	text-align: center;
}

.litwoo-h2-kicker.is-orange { color: #ea580c; }

.litwoo-h2-community-head h2 {
	margin-bottom: 10px;
	font-size: clamp(28px, 3.6vw, 44px);
	color: #16122c;
}

.litwoo-h2-community-head p:last-child {
	margin: 0 auto;
	max-width: 46ch;
	color: #8b86a0;
	font-size: 15px;
}

.litwoo-h2-quotes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 22px;
}

.litwoo-h2-quote {
	margin: 0;
	padding: 24px 22px 20px;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(47, 28, 92, 0.06);
}

.litwoo-h2-quote.is-featured {
	background: #f3e8ff;
}

.litwoo-h2-stars {
	margin: 0 0 12px;
	color: #f59e0b;
	font-size: 16px;
	letter-spacing: 2px;
}

.litwoo-h2-quote p:nth-of-type(2) {
	margin: 0 0 20px;
	color: #433e5a;
	font-size: 14px;
	line-height: 1.6;
	font-style: italic;
}

.litwoo-h2-quote footer {
	display: flex;
	align-items: center;
	gap: 12px;
}

.litwoo-h2-avatar {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #6d28d9;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.litwoo-h2-quote.is-featured .litwoo-h2-avatar { background: #ea580c; }
.litwoo-h2-quote.is-lilac .litwoo-h2-avatar { background: #7c3aed; }

.litwoo-h2-quote strong {
	display: block;
	font-size: 14px;
	color: #16122c;
}

.litwoo-h2-quote small {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #16a34a;
	font-size: 12px;
	font-weight: 700;
}

.litwoo-h2-quote.is-featured small { color: #6e6984; }

.litwoo-h2-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	padding: 22px 10px;
	border-radius: 28px;
	background: #efe7ff;
	text-align: center;
}

.litwoo-h2-stat strong {
	display: block;
	font-size: clamp(28px, 3vw, 36px);
	letter-spacing: -0.04em;
	line-height: 1.1;
}

.litwoo-h2-stat span {
	display: block;
	margin-top: 4px;
	color: #6e6984;
	font-size: 13px;
	font-weight: 600;
}

.litwoo-h2-stat.is-purple strong { color: #6d28d9; }
.litwoo-h2-stat.is-orange strong { color: #ea580c; }
.litwoo-h2-stat.is-green strong { color: #16a34a; }
.litwoo-h2-stat.is-ink strong { color: #16122c; }

@media (max-width: 1100px) {
	.litwoo-h2-mood-grid,
	.litwoo-h2-week {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.litwoo-h2-radar-grid,
	.litwoo-h2-quotes,
	.litwoo-h2-stats {
		grid-template-columns: 1fr 1fr;
	}

	.litwoo-h2-search {
		grid-template-columns: 1fr;
		border-radius: 28px;
		padding: 12px;
	}

	.litwoo-h2-field + .litwoo-h2-field {
		border-left: 0;
		border-top: 1px solid #eee8f6;
	}

	.litwoo-h2-search-submit {
		width: 100%;
		margin: 8px 0 0;
	}

	.litwoo-h2-hero h1 {
		max-width: none;
	}
}

@media (max-width: 720px) {
	.litwoo-h2-moods-head,
	.litwoo-h2-cal-head,
	.litwoo-h2-radar-head {
		flex-direction: column;
		align-items: start;
	}

	.litwoo-h2-moods-head p:last-child {
		text-align: left;
	}

	.litwoo-h2-mood-grid,
	.litwoo-h2-week,
	.litwoo-h2-radar-grid,
	.litwoo-h2-quotes,
	.litwoo-h2-stats {
		grid-template-columns: 1fr;
	}

	.litwoo-h2-cal-shell {
		padding: 20px 14px;
		border-radius: 28px;
	}

	.litwoo-h2-agenda-item {
		grid-template-columns: 56px minmax(0, 1fr);
	}

	.litwoo-h2-agenda-price {
		grid-column: 2;
	}

	.litwoo-h2-ticker {
		flex-wrap: wrap;
		justify-content: center;
	}
}
