.eits-admin-wrap {
	--eits-navy: #10182f;
	--eits-ink: #18213a;
	--eits-muted: #667085;
	--eits-line: #e6e9f0;
	--eits-blue: #3679db;
	--eits-cyan: #62c7cf;
	--eits-violet: #7f37aa;
	--eits-magenta: #b74484;
	--eits-surface: #f6f7fb;
	margin: 0 0 0 -20px;
	color: var(--eits-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Some plugins inject notices after the normal admin notice hooks have run. */
body.toplevel_page_eits-welcome .notice,
body.toplevel_page_eits-optin .notice,
body.admin_page_eits-optin .notice,
body.toplevel_page_eits-welcome .notice-error,
body.toplevel_page_eits-welcome .notice-warning,
body.toplevel_page_eits-welcome .notice-success,
body.toplevel_page_eits-welcome .notice-info,
body.toplevel_page_eits-welcome .updated,
body.toplevel_page_eits-welcome .error,
body.toplevel_page_eits-welcome .update-nag,
body.toplevel_page_eits-welcome .is-dismissible,
body.toplevel_page_eits-welcome [class*="notice-"][role="alert"],
body.toplevel_page_eits-welcome [class*="notification"][role="alert"],
body.admin_page_eits-optin .notice,
body.admin_page_eits-optin .updated,
body.admin_page_eits-optin .error,
body.admin_page_eits-optin .update-nag,
body.admin_page_eits-optin [class*="notice-"][role="alert"],
body.admin_page_eits-optin [class*="notification"][role="alert"] {
	display: none !important;
}

.eits-admin-wrap * {
	box-sizing: border-box;
}

#adminmenu .toplevel_page_eits-welcome .wp-menu-image img {
	width: 16px;
	height: 17px;
	padding-top: 8px;
	opacity: .9;
	object-fit: contain;
}

.eits-optin-page {
	--eits-navy: #10182f;
	--eits-blue: #3679db;
	--eits-violet: #7f37aa;
	display: grid;
	min-height: calc(100vh - 72px);
	margin: 0 0 0 -20px;
	padding: 58px 24px 42px;
	place-content: center;
	background:
		radial-gradient(circle at 50% 30%, rgba(127, 55, 170, .08), transparent 28%),
		#f2f3f6;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	text-align: center;
}

.eits-consent-card {
	position: relative;
	width: min(620px, 100%);
	justify-self: center;
	overflow: visible;
	border: 0;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 35px 90px rgba(5, 12, 30, .28);
	text-align: center;
}

.eits-consent-logo {
	position: absolute;
	top: -44px;
	left: 50%;
	display: grid;
	width: 88px;
	height: 88px;
	transform: translateX(-50%);
	place-items: center;
	border: 8px solid #fff;
	border-radius: 50%;
	background: #f3effb;
	box-shadow: 0 6px 18px rgba(27, 39, 70, .12);
}

.eits-consent-logo img {
	width: 48px;
	height: 51px;
}

.eits-consent-body {
	padding: 70px 48px 32px;
}

.eits-consent-kicker {
	color: var(--eits-violet);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.eits-consent-body h2 {
	margin: 12px 0 18px;
	color: var(--eits-navy);
	font-size: 34px;
	font-weight: 500;
	letter-spacing: -1.2px;
	line-height: 1.15;
}

.eits-consent-body > p {
	margin: 0 auto;
	color: #526078;
	font-size: 16px;
	line-height: 1.7;
}

.eits-consent-email {
	margin: 0;
	padding: 13px 16px;
	border: 0;
	border-radius: 10px;
	background: #f8f9fc;
	text-align: left;
}

.eits-consent-email label,
.eits-consent-email small {
	display: block;
}

.eits-consent-email label {
	margin-bottom: 7px;
	color: #7a8599;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.eits-consent-email input {
	width: 100%;
	min-height: 42px;
	padding: 8px 11px;
	border: 0;
	border-radius: 7px;
	background: #fff;
	color: var(--eits-navy);
	font-size: 14px;
	box-shadow: inset 0 0 0 1px rgba(207, 214, 226, .55);
}

.eits-consent-email input:focus {
	box-shadow: inset 0 0 0 1px var(--eits-blue), 0 0 0 3px rgba(54, 121, 219, .1);
	outline: 0;
}

.eits-consent-email small {
	margin-top: 7px;
	color: #7a8599;
	font-size: 11px;
}

.eits-consent-details {
	margin-top: 18px;
	color: #667085;
	font-size: 12px;
	text-align: left;
}

.eits-consent-state {
	margin: 14px 0 0;
	color: #59677f;
	font-size: 12px;
	font-weight: 650;
}

.eits-consent-details summary {
	color: #46536a;
	cursor: pointer;
	font-weight: 500;
	text-align: center;
}

.eits-consent-details p {
	margin: 10px 0 0;
	padding: 12px 14px;
	border-radius: 8px;
	background: #f7f8fb;
	line-height: 1.55;
}

.eits-consent-actions {
	display: grid;
	gap: 16px;
	padding: 20px 26px;
	border-top: 0;
	background: #fbfbfd;
}

.eits-consent-buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.eits-consent-actions button {
	min-height: 46px;
	padding: 0 20px;
	border-radius: 9px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 550;
}

.eits-consent-allow {
	border: 0;
	background: linear-gradient(135deg, var(--eits-violet), var(--eits-blue));
	box-shadow: 0 9px 22px rgba(83, 73, 184, .24);
	color: #fff;
}

.eits-consent-allow span {
	margin-left: 6px;
}

.eits-consent-skip {
	border: 0;
	background: #f0f3f8;
	color: #344054;
}

.eits-consent-footer {
	padding: 13px 20px;
	border-top: 0;
	color: #8992a3;
	font-size: 11px;
}

.eits-consent-footer a {
	margin-left: 8px;
	color: #59677f;
}

.eits-optin-powered {
	justify-self: center;
	margin: 18px 0 0;
	color: #98a2b3;
	font-size: 11px;
}

.eits-shell {
	width: 100%;
	margin: 0;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

.eits-status-message {
	padding: 14px 34px;
	border-bottom: 1px solid;
	font-size: 13px;
	font-weight: 650;
	text-align: center;
}

.eits-status-success {
	border-color: #b9e7d7;
	background: #ecf9f4;
	color: #176b50;
}

.eits-status-neutral {
	border-color: #dfe4ec;
	background: #f7f8fa;
	color: #596579;
}

.eits-status-error {
	border-color: #f0c7c4;
	background: #fff1f0;
	color: #9b2c24;
}

.eits-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 76px;
	padding: 0 34px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 8px 30px rgba(48, 67, 105, .05);
}

.eits-brand,
.eits-topbar-actions,
.eits-topbar-actions a,
.eits-suite-label {
	display: flex;
	align-items: center;
}

.eits-brand {
	gap: 11px;
	color: var(--eits-navy);
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -.7px;
	text-decoration: none;
}

.eits-brand img {
	width: 30px;
	height: 32px;
}

.eits-topbar-actions {
	gap: 22px;
}

.eits-topbar-actions a {
	gap: 7px;
	color: #344054;
	font-weight: 500;
	text-decoration: none;
}

.eits-topbar-actions svg,
.eits-button svg,
.eits-text-link svg,
.eits-proof svg,
.eits-booking-features svg,
.eits-eyebrow svg,
.eits-step-icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.eits-version,
.eits-time-pill {
	padding: 7px 11px;
	border: 0;
	border-radius: 999px;
	background: #f0f4fa;
	color: #637087;
	font-size: 12px;
	font-weight: 500;
}

.eits-hero {
	position: relative;
	display: grid;
	grid-template-columns: 1.06fr .94fr;
	min-height: 520px;
	margin: 28px 34px 0;
	overflow: hidden;
	border-radius: 30px;
	background:
		radial-gradient(circle at 8% 18%, rgba(98, 199, 207, .18), transparent 30%),
		radial-gradient(circle at 88% 14%, rgba(183, 68, 132, .1), transparent 25%),
		linear-gradient(135deg, #f8fcfd 0%, #f6f7fc 58%, #faf7fc 100%);
	color: var(--eits-ink);
}

.eits-hero::after {
	position: absolute;
	right: -140px;
	bottom: -180px;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: radial-gradient(circle, transparent 62%, rgba(76, 140, 226, .07) 63%, transparent 64%);
	content: "";
}

.eits-hero-copy {
	position: relative;
	z-index: 2;
	align-self: center;
	padding: 72px 34px 72px 68px;
}

.eits-eyebrow,
.eits-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--eits-blue);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.eits-hero h1,
.eits-booking-card h2 {
	max-width: 630px;
	margin: 20px 0;
	color: #1b2850;
	font-size: clamp(38px, 3.2vw, 52px);
	font-weight: 500;
	letter-spacing: -1.8px;
	line-height: 1.08;
}

.eits-hero-copy > p {
	max-width: 600px;
	margin: 0;
	color: #68748a;
	font-size: 18px;
	line-height: 1.65;
}

.eits-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.eits-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 550;
	text-decoration: none;
	transition: color .2s ease, background .25s ease;
}

.eits-button svg,
.eits-resource-link svg,
.eits-text-link svg {
	transition: transform .2s ease;
}

.eits-button:hover svg,
.eits-resource-link:hover svg,
.eits-text-link:hover svg {
	transform: translateX(4px);
}

.eits-button-primary {
	background: linear-gradient(135deg, #62c7cf 0%, #5b8fe0 100%);
	box-shadow: 0 9px 24px rgba(72, 155, 218, .18);
	color: #fff;
}

.eits-button-primary:hover {
	background: linear-gradient(135deg, #55bcc7 0%, #477dd4 100%);
	color: #fff;
}

.eits-button-secondary {
	border-color: transparent;
	background: rgba(255, 255, 255, .75);
	color: #526078;
	box-shadow: 0 8px 24px rgba(48, 67, 105, .07);
}

.eits-button-secondary:hover {
	border-color: transparent;
	background: #fff;
	color: #263a63;
}

.eits-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 30px;
	color: #778398;
	font-size: 12px;
}

.eits-proof span,
.eits-booking-features span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.eits-proof svg {
	width: 15px;
	color: #3196a5;
}

.eits-hero-art {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 60px 68px 60px 24px;
}

.eits-orbit {
	position: absolute;
	border-radius: 50%;
	background: radial-gradient(circle, transparent 68%, rgba(87, 145, 213, .08) 69%, transparent 70%);
}

.eits-orbit-one {
	width: 420px;
	height: 420px;
}

.eits-orbit-two {
	width: 310px;
	height: 310px;
}

.eits-preview-card {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 490px;
	overflow: hidden;
	transform: rotate(-1deg);
	border: 0;
	border-radius: 18px;
	background: rgba(255, 255, 255, .86);
	box-shadow: 0 28px 70px rgba(48, 70, 115, .14);
}

.eits-preview-top {
	display: flex;
	align-items: center;
	gap: 6px;
	height: 54px;
	padding: 0 18px;
	background: rgba(255, 255, 255, .74);
}

.eits-preview-top > span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #c8d1df;
}

.eits-preview-top small {
	margin-left: auto;
	color: #7c879a;
}

.eits-preview-track {
	padding: 55px 0;
	overflow: hidden;
	background: #f5f7fb;
}

.eits-preview-marquee {
	display: flex;
	width: max-content;
	gap: 14px;
	padding-left: 14px;
	animation: eits-preview-scroll 12s linear infinite;
	will-change: transform;
}

.eits-preview-card:hover .eits-preview-marquee {
	animation-play-state: paused;
}

.eits-logo-chip {
	flex: 0 0 142px;
	padding: 28px 14px;
	border: 0;
	border-radius: 13px;
	background: #fff;
	color: #4f5d75;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
	box-shadow: 0 8px 22px rgba(49, 70, 105, .07);
}

@keyframes eits-preview-scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-50% - 7px));
	}
}

.eits-chip-two {
	color: #3199a6;
}

.eits-chip-three {
	color: #a65287;
}

.eits-preview-meta {
	display: flex;
	justify-content: space-between;
	padding: 17px 20px;
	color: #7c879a;
	font-size: 12px;
}

.eits-status-dot::before {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 6px;
	border-radius: 50%;
	background: #6ed2b3;
	box-shadow: 0 0 0 4px rgba(110, 210, 179, .12);
	content: "";
}

.eits-section {
	padding: 72px 68px;
}

.eits-start-section {
	margin: 22px 34px 0;
	border-radius: 28px;
	background: linear-gradient(135deg, #fbfcff, #f7f9fd);
}

.eits-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 32px;
}

.eits-kicker {
	color: var(--eits-blue);
}

.eits-section h2 {
	margin: 9px 0 0;
	color: var(--eits-navy);
	font-size: 32px;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -1.1px;
}

.eits-steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.eits-steps article {
	position: relative;
	min-height: 210px;
	padding: 26px;
	overflow: hidden;
	border: 0;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(48, 67, 105, .07);
	transition: background .3s ease;
}

.eits-steps article::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, #67c9d0, #5d8fe0);
	background-size: 200% 100%;
	background-position: 0 0;
	transition: background-position .35s ease;
	content: "";
}

.eits-steps article:nth-child(2)::after {
	background: linear-gradient(90deg, #8172c8, #b0619b);
}

.eits-steps article:nth-child(3)::after {
	background: linear-gradient(90deg, #5fc4ba, #66a8d5);
}

.eits-steps article:hover {
	background: linear-gradient(145deg, #fff 35%, #f1f8ff 100%);
}

.eits-steps article:hover::after {
	background-position: 100% 0;
}

.eits-step-number {
	position: absolute;
	top: 18px;
	right: 20px;
	color: #dfe4ed;
	font-size: 28px;
	font-weight: 500;
}

.eits-step-icon {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 11px;
	background: #edf5ff;
	color: var(--eits-blue);
}

.eits-steps article:nth-child(2) .eits-step-icon {
	background: #f3edfa;
	color: var(--eits-violet);
}

.eits-steps article:nth-child(3) .eits-step-icon {
	background: #eaf9f8;
	color: #248c9b;
}

.eits-steps h3 {
	margin: 28px 0 7px;
	color: var(--eits-navy);
	font-size: 18px;
	font-weight: 550;
}

.eits-steps p {
	margin: 0;
	color: var(--eits-muted);
	line-height: 1.6;
}

.eits-resources-section {
	margin: 22px 34px;
	border-radius: 28px;
	background:
		radial-gradient(circle at 95% 0, rgba(98, 199, 207, .1), transparent 27%),
		linear-gradient(145deg, #f8f9fd, #fbfcfe);
}

.eits-resource-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.eits-resource-card {
	position: relative;
	display: flex;
	min-height: 270px;
	padding: 26px;
	flex-direction: column;
	overflow: hidden;
	border: 0;
	border-radius: 22px;
	background: linear-gradient(155deg, #fff, #f3f7ff);
	box-shadow: 0 16px 42px rgba(48, 67, 105, .07);
	transition: background .3s ease;
}

.eits-resource-card::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(90deg, #67c9d0, #5d8fe0, #8b72ca);
	background-size: 200% 100%;
	background-position: 0 0;
	transition: background-position .35s ease;
	content: "";
}

.eits-resource-card:nth-child(2) {
	background: linear-gradient(155deg, #fff, #f8f3fc);
}

.eits-resource-card:nth-child(2)::after {
	background-image: linear-gradient(90deg, #8172c8, #b0619b, #669bd8);
}

.eits-resource-card:nth-child(3) {
	background: linear-gradient(155deg, #fff, #effafa);
}

.eits-resource-card:nth-child(3)::after {
	background-image: linear-gradient(90deg, #5fc4ba, #66a8d5, #8172c8);
}

.eits-resource-card:hover {
	background: linear-gradient(155deg, #fff 24%, #edf5ff 100%);
}

.eits-resource-card:nth-child(2):hover {
	background: linear-gradient(155deg, #fff 24%, #f5edfb 100%);
}

.eits-resource-card:nth-child(3):hover {
	background: linear-gradient(155deg, #fff 24%, #e9f8f7 100%);
}

.eits-resource-card:hover::after {
	background-position: 100% 0;
}

.eits-resource-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.eits-resource-icon {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 11px;
	background: #edf5ff;
	color: var(--eits-blue);
}

.eits-resource-icon svg,
.eits-resource-link svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.eits-resource-card:nth-child(2) .eits-resource-icon {
	background: #f3edfa;
	color: var(--eits-violet);
}

.eits-resource-card:nth-child(3) .eits-resource-icon {
	background: #eaf9f8;
	color: #248c9b;
}

.eits-subscription-status {
	display: inline-flex;
	align-items: center;
	padding: 6px 9px;
	border-radius: 999px;
	background: #f1f3f6;
	color: #687386;
	cursor: default;
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	list-style: none;
	text-transform: uppercase;
}

.eits-subscription-status::-webkit-details-marker {
	display: none;
}

.eits-subscription-pending {
	background: #fff4d6;
	color: #8a6011;
}

.eits-subscription-confirmed {
	background: #e8f8f1;
	color: #187153;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
}

.eits-subscription-confirmed:hover,
.eits-subscription-details[open] .eits-subscription-confirmed {
	background: #d9f3e8;
	color: #105f45;
}

.eits-resource-card h3 {
	margin: 28px 0 9px;
	color: var(--eits-navy);
	font-size: 19px;
	font-weight: 550;
}

.eits-resource-card p {
	margin: 0 0 24px;
	color: var(--eits-muted);
	line-height: 1.6;
}

.eits-resource-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: auto;
	color: var(--eits-blue);
	font-weight: 550;
	text-decoration: none;
}

.eits-subscription-details {
	position: relative;
}

.eits-subscription-popover {
	position: absolute;
	z-index: 10;
	top: calc(100% + 10px);
	right: 0;
	display: none;
	width: 250px;
	padding: 15px 16px;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(48, 67, 105, .14);
	color: #667085;
	font-size: 12px;
	line-height: 1.55;
}

.eits-subscription-popover::before {
	position: absolute;
	top: -5px;
	right: 22px;
	width: 10px;
	height: 10px;
	background: #fff;
	content: "";
	transform: rotate(45deg);
}

.eits-subscription-details:hover .eits-subscription-popover,
.eits-subscription-details:focus-within .eits-subscription-popover,
.eits-subscription-details[open] .eits-subscription-popover {
	display: block;
}

.eits-subscription-popover p {
	margin: 0 0 8px;
}

.eits-subscription-actions {
	display: grid;
	gap: 8px;
	margin-top: auto;
}

.eits-change-email-link {
	margin-top: 0;
}

.eits-change-email-link:hover {
	color: #2568c7;
}

.eits-unsubscribe-link {
	color: #7b8493;
	font-size: 11px;
	font-weight: 400;
	text-decoration: none;
}

.eits-unsubscribe-link:hover {
	color: #505968;
	text-decoration: underline;
}

.eits-text-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--eits-blue);
	font-weight: 550;
	text-decoration: none;
}

.eits-booking-card {
	position: relative;
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	min-height: 490px;
	margin: 0 34px 34px;
	overflow: hidden;
	border-radius: 30px;
	background:
		radial-gradient(circle at 90% 10%, rgba(183, 68, 132, .12), transparent 32%),
		linear-gradient(135deg, #faf8fd, #f2f6fc 58%, #eef8f8);
	color: var(--eits-ink);
}

.eits-booking-card::after {
	position: absolute;
	right: -140px;
	bottom: -180px;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: radial-gradient(circle, transparent 62%, rgba(76, 140, 226, .07) 63%, transparent 64%);
	content: "";
	pointer-events: none;
}

.eits-booking-copy {
	position: relative;
	z-index: 1;
	align-self: center;
	padding: 64px 40px 64px 68px;
}

.eits-suite-label {
	gap: 8px;
	color: #437ca5;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.eits-suite-label img {
	width: 23px;
	height: 24px;
}

.eits-booking-card h2 {
	max-width: 600px;
	margin-top: 18px;
}

.eits-booking-copy > p {
	max-width: 610px;
	color: #68748a;
	font-size: 16px;
	line-height: 1.65;
}

.eits-booking-features {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 22px;
	color: #657289;
	font-size: 12px;
}

.eits-booking-features svg {
	width: 15px;
	color: var(--eits-cyan);
}

.eits-button-light {
	background: linear-gradient(135deg, #637ccf, #7762be);
	color: #fff;
}

.eits-button-light:hover {
	background: linear-gradient(135deg, #536fc6, #684fae);
	color: #fff;
}

.eits-button-ghost {
	border-color: transparent;
	background: rgba(255, 255, 255, .65);
	color: #526078;
	box-shadow: 0 8px 22px rgba(48, 67, 105, .06);
}

.eits-button-ghost:hover {
	border-color: transparent;
	background: #fff;
	color: #2f4267;
}

.eits-calendar-art {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 420px;
	overflow: hidden;
	padding: 55px 68px 55px 20px;
}

.eits-calendar-art .eits-orbit {
	pointer-events: none;
}

.eits-calendar-window {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 420px;
	padding: 24px;
	transform: rotate(2deg);
	border: 0;
	border-radius: 19px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 28px 60px rgba(45, 67, 108, .14);
	color: var(--eits-navy);
}

.eits-calendar-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 18px;
	border-radius: 12px;
	background: linear-gradient(90deg, transparent, rgba(99, 124, 207, .05));
}

.eits-calendar-head strong,
.eits-calendar-head small {
	display: block;
}

.eits-calendar-head strong {
	font-size: 22px;
	font-weight: 550;
}

.eits-calendar-head small {
	margin-top: 4px;
	color: var(--eits-muted);
}

.eits-calendar-head > span {
	padding: 6px 9px;
	border-radius: 7px;
	background: #edf3fa;
	color: #41618c;
	font-weight: 550;
}

.eits-calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 6px;
	margin-top: 20px;
	text-align: center;
}

.eits-calendar-grid span {
	color: #98a2b3;
	font-size: 10px;
	font-weight: 600;
}

.eits-calendar-grid i {
	display: grid;
	height: 31px;
	place-items: center;
	border-radius: 8px;
	font-size: 12px;
	font-style: normal;
}

.eits-calendar-grid .is-selected {
	background: linear-gradient(135deg, var(--eits-violet), var(--eits-blue));
	box-shadow: 0 7px 15px rgba(79, 88, 188, .28);
	color: #fff;
}

.eits-time-row {
	display: flex;
	gap: 8px;
	margin-top: 20px;
}

.eits-time-row span {
	flex: 1;
	padding: 9px 5px;
	border: 0;
	border-radius: 8px;
	background: #f2f5fa;
	color: #4a5870;
	font-size: 11px;
	font-weight: 500;
	text-align: center;
}

.eits-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 28px 68px;
	background: linear-gradient(180deg, #fff, #f8fafc);
}

.eits-footer strong,
.eits-footer span {
	display: block;
}

.eits-footer strong {
	color: var(--eits-navy);
	font-weight: 550;
}

.eits-footer span {
	margin-top: 4px;
	color: var(--eits-muted);
}

.eits-footer > div:last-child {
	display: flex;
	gap: 20px;
}

.eits-footer a {
	color: #526078;
	font-weight: 500;
	text-decoration: none;
}

@media (max-width: 1050px) {
	.eits-hero,
	.eits-booking-card {
		grid-template-columns: 1fr;
	}

	.eits-hero-art {
		padding: 10px 68px 70px;
	}

	.eits-preview-card {
		max-width: 620px;
	}

	.eits-calendar-art {
		padding: 0 68px 64px;
	}

	.eits-calendar-window {
		max-width: 560px;
	}

}

@media (max-width: 782px) {
	.eits-admin-wrap {
		margin: 0 0 0 -10px;
	}

	.eits-shell {
		border-radius: 0;
	}

	.eits-hero,
	.eits-start-section,
	.eits-resources-section,
	.eits-booking-card {
		margin-right: 18px;
		margin-left: 18px;
	}

	.eits-topbar,
	.eits-section,
	.eits-footer {
		padding-right: 24px;
		padding-left: 24px;
	}

	.eits-version {
		display: none;
	}

	.eits-hero-copy {
		padding: 56px 24px 40px;
	}

	.eits-hero h1,
	.eits-booking-card h2 {
		font-size: 42px;
		letter-spacing: -1.5px;
	}

	.eits-hero-art,
	.eits-calendar-art {
		padding-right: 24px;
		padding-left: 24px;
	}

	.eits-steps,
	.eits-resource-grid {
		grid-template-columns: 1fr;
	}

	.eits-section-heading,
	.eits-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.eits-booking-copy {
		padding: 56px 24px 42px;
	}
}

@media (max-width: 480px) {
	.eits-topbar {
		padding: 0 18px;
	}

	.eits-topbar-actions {
		gap: 10px;
	}

	.eits-hero,
	.eits-start-section,
	.eits-resources-section,
	.eits-booking-card {
		margin-right: 10px;
		margin-left: 10px;
		border-radius: 22px;
	}

	.eits-hero-actions,
	.eits-button {
		width: 100%;
	}

	.eits-proof,
	.eits-booking-features {
		flex-direction: column;
	}

	.eits-section,
	.eits-footer {
		padding: 50px 20px;
	}

	.eits-section h2 {
		font-size: 29px;
	}

	.eits-hero h1,
	.eits-booking-card h2 {
		font-size: 36px;
	}

	.eits-preview-track {
		padding: 40px 0;
	}

	.eits-optin-page {
		min-height: calc(100vh - 46px);
		margin-left: -10px;
		padding: 70px 12px 30px;
	}

	.eits-consent-body {
		padding: 58px 22px 24px;
	}

	.eits-consent-body h2 {
		font-size: 28px;
	}

	.eits-consent-buttons {
		align-items: stretch;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.eits-preview-marquee {
		animation: none;
	}
}
