:root {
	--eph-ink: #101828;
	--eph-ink-soft: #344054;
	--eph-muted: #667085;
	--eph-line: #e4e7ec;
	--eph-surface: #ffffff;
	--eph-warm: #f8f7f3;
	--eph-canvas: #f5f7fa;
	--eph-blue: #155eef;
	--eph-blue-dark: #004eeb;
	--eph-blue-soft: #eef4ff;
	--eph-green: #067647;
	--eph-radius-sm: 6px;
	--eph-radius-md: 9px;
	--eph-radius-lg: 12px;
	--eph-shadow-sm: 0 7px 22px rgba(16, 24, 40, 0.07);
	--eph-shadow-lg: 0 22px 58px rgba(16, 24, 40, 0.16);
	--eph-max: 1240px;
}

html {
	scroll-behavior: smooth;
}

body.eph-landing-template,
.editor-styles-wrapper {
	margin: 0;
	background: var(--eph-surface);
	color: var(--eph-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}

body.eph-landing-template *,
body.eph-landing-template *::before,
body.eph-landing-template *::after,
.editor-styles-wrapper .eph-home *,
.editor-styles-wrapper .eph-home *::before,
.editor-styles-wrapper .eph-home *::after {
	box-sizing: border-box;
}

body.eph-landing-template {
	overflow-x: clip;
}

.eph-home {
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	background: var(--eph-surface);
	color: var(--eph-ink);
	font-size: 17px;
	line-height: 1.65;
}

.eph-home > * {
	max-width: none !important;
}

.eph-home p,
.eph-home h1,
.eph-home h2,
.eph-home h3,
.eph-home ul,
.eph-home figure {
	margin-top: 0;
}

.eph-home p {
	color: var(--eph-ink-soft);
}

.eph-home a {
	color: inherit;
}

.eph-home h1,
.eph-home h2,
.eph-home h3 {
	color: var(--eph-ink);
	font-weight: 760;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.eph-home h2 {
	max-width: 760px;
	margin-bottom: 18px;
	font-size: clamp(2.1rem, 4vw, 3.45rem);
}

.eph-home h3 {
	font-size: 1.28rem;
	letter-spacing: -0.02em;
}

.eph-inner {
	width: min(calc(100% - 48px), var(--eph-max));
	max-width: var(--eph-max) !important;
	margin-inline: auto !important;
}

.eph-section {
	max-width: none !important;
	padding: 108px 0;
}

.eph-kicker,
.eph-eyebrow {
	margin-bottom: 16px !important;
	color: var(--eph-blue) !important;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.2;
	text-transform: uppercase;
}

.eph-previewbar {
	max-width: none !important;
	padding: 10px clamp(18px, 4vw, 54px);
	border-bottom: 1px solid #fedf89;
	background: #fffaeb;
	text-align: center;
}

.eph-previewbar p {
	margin: 0 !important;
	color: #7a2e0e !important;
	font-size: 0.78rem;
	line-height: 1.45;
}

.eph-trustbar {
	max-width: none !important;
	padding: 7px 0;
	border-bottom: 1px solid rgba(132, 173, 255, 0.22);
	background: #0b1220;
}

.eph-trustbar-inner {
	gap: 18px 44px;
}

.eph-trustbar p {
	position: relative;
	margin: 0;
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 650;
	letter-spacing: 0.03em;
}

.eph-trustbar p:not(:first-child)::before {
	position: absolute;
	top: 50%;
	left: -24px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #84adff;
	content: "";
	transform: translateY(-50%);
}

.eph-header {
	position: sticky;
	top: 0;
	z-index: 100;
	max-width: none !important;
	border-bottom: 1px solid rgba(208, 213, 221, 0.82);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 8px 26px rgba(16, 24, 40, 0.055);
	backdrop-filter: blur(16px) saturate(150%);
	-webkit-backdrop-filter: blur(16px) saturate(150%);
}

.admin-bar .eph-header {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .eph-header {
		top: 46px;
	}
}

.eph-header-inner {
	min-height: 76px;
	flex-wrap: nowrap !important;
	gap: 20px;
	padding: 10px 0;
}

.eph-brand {
	gap: 12px;
}

.eph-brand-logo {
	width: 176px;
	max-width: 100%;
	flex: 0 0 auto;
	margin: 0 !important;
	line-height: 0;
}

.eph-brand-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.eph-brand-logo-footer {
	width: 202px;
}

.eph-logo-mark {
	display: grid;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	place-items: center;
	margin: 0 !important;
	border-radius: 7px;
	background: var(--eph-blue);
	box-shadow: 0 8px 18px rgba(21, 94, 239, 0.24);
	color: #ffffff !important;
	font-size: 0.92rem;
	font-weight: 850;
	letter-spacing: -0.02em;
}

.eph-brand-copy {
	gap: 0;
}

.eph-brand-name {
	margin: 0 !important;
	color: var(--eph-ink) !important;
	font-size: 0.86rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	line-height: 1.15;
}

.eph-brand-note {
	margin: 3px 0 0 !important;
	color: var(--eph-muted) !important;
	font-size: 0.7rem;
	line-height: 1.15;
}

.eph-nav {
	margin-inline: auto;
	font-size: 0.9rem;
	font-weight: 700;
}

.eph-nav .wp-block-navigation__container {
	gap: clamp(16px, 2.1vw, 30px);
}

.eph-nav .wp-block-navigation-item__content {
	position: relative;
	padding: 10px 1px;
	text-decoration: none;
}

.eph-nav .wp-block-navigation-item__content::after {
	position: absolute;
	right: 0;
	bottom: 4px;
	left: 0;
	height: 2px;
	background: var(--eph-blue);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.eph-nav .wp-block-navigation-item__content:hover,
.eph-nav .wp-block-navigation-item__content:focus-visible {
	color: var(--eph-blue);
}

.eph-nav .wp-block-navigation-item__content:hover::after,
.eph-nav .wp-block-navigation-item__content:focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.eph-utilities {
	gap: 6px;
}

.eph-utility {
	min-height: 38px;
	margin: 0 !important;
	padding: 8px 10px;
	border: 1px solid var(--eph-line);
	border-radius: 6px;
	background: rgba(248, 250, 252, 0.84);
	color: var(--eph-ink-soft) !important;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.4;
}

.eph-hero-section {
	padding: 30px 0 78px;
	background:
		linear-gradient(rgba(21, 94, 239, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(21, 94, 239, 0.035) 1px, transparent 1px),
		linear-gradient(180deg, #ffffff 0%, var(--eph-canvas) 100%);
	background-size: 48px 48px, 48px 48px, auto;
}

.eph-hero {
	position: relative;
	min-height: 620px;
	gap: 0;
	overflow: hidden;
	border: 1px solid #1d2939;
	border-radius: var(--eph-radius-lg);
	background: #0c1526;
	box-shadow: var(--eph-shadow-lg);
}

.eph-hero::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 190px;
	height: 3px;
	background: linear-gradient(90deg, var(--eph-blue), #84adff, transparent);
	content: "";
}

.eph-hero-copy {
	position: relative;
	z-index: 2;
	padding: 66px 58px;
}

.eph-hero .eph-kicker {
	color: #84adff !important;
}

.eph-hero-title {
	max-width: 680px;
	margin-bottom: 24px !important;
	color: #ffffff !important;
	font-size: clamp(2.65rem, 4.6vw, 4.6rem);
	letter-spacing: -0.052em !important;
}

.eph-hero-text {
	max-width: 650px;
	margin-bottom: 30px !important;
	color: #cbd5e1 !important;
	font-size: clamp(1.06rem, 1.45vw, 1.25rem);
	line-height: 1.6;
}

.eph-hero-actions,
.eph-contact-actions,
.eph-card-actions {
	gap: 12px;
}

.eph-home .wp-block-button__link {
	min-height: 48px;
	padding: 13px 22px;
	border-radius: 6px;
	font-size: 0.94rem;
	font-weight: 760;
	line-height: 1.25;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.eph-primary-button .wp-block-button__link,
.eph-cart-button .wp-block-button__link {
	border: 1px solid var(--eph-blue);
	background: var(--eph-blue);
	box-shadow: 0 9px 20px rgba(21, 94, 239, 0.22);
	color: #ffffff;
}

.eph-primary-button .wp-block-button__link:hover,
.eph-primary-button .wp-block-button__link:focus-visible,
.eph-cart-button .wp-block-button__link:hover,
.eph-cart-button .wp-block-button__link:focus-visible {
	background: var(--eph-blue-dark);
	box-shadow: 0 12px 24px rgba(21, 94, 239, 0.3);
	transform: translateY(-1px);
}

.eph-secondary-button .wp-block-button__link {
	border: 1px solid rgba(255, 255, 255, 0.38);
	background: rgba(255, 255, 255, 0.04);
	color: #ffffff;
}

.eph-secondary-button .wp-block-button__link:hover,
.eph-secondary-button .wp-block-button__link:focus-visible {
	border-color: rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.1);
}

.eph-home a:focus-visible {
	outline: 3px solid rgba(21, 94, 239, 0.34);
	outline-offset: 3px;
}

.eph-hero-proof {
	gap: 0;
	margin-top: 38px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.eph-hero-proof p {
	min-width: 128px;
	margin: 0;
	padding-right: 24px;
	color: #98a2b3 !important;
	font-size: 0.78rem;
	line-height: 1.45;
}

.eph-hero-proof p + p {
	padding-left: 24px;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.eph-hero-proof strong {
	color: #ffffff;
	font-size: 1rem;
}

.eph-hero-visual {
	position: relative;
	align-self: stretch !important;
	min-height: 620px;
	overflow: hidden;
}

.eph-hero-visual::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, #0c1526 0%, rgba(12, 21, 38, 0.58) 14%, transparent 42%),
		linear-gradient(0deg, rgba(5, 11, 22, 0.42), transparent 35%);
	content: "";
	pointer-events: none;
}

.eph-hero-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0 !important;
}

.eph-hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 62% center;
	filter: saturate(0.76) contrast(1.08) brightness(0.84);
	transform: scale(1.015);
	transition: filter 500ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.eph-hero:hover .eph-hero-image img {
	filter: saturate(0.88) contrast(1.08) brightness(0.9);
	transform: scale(1.045);
}

.eph-visual-label {
	position: absolute;
	right: 28px;
	bottom: 28px;
	z-index: 2;
	margin: 0 !important;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 6px;
	background: rgba(8, 15, 28, 0.78);
	box-shadow: var(--eph-shadow-sm);
	color: #ffffff !important;
	font-size: 0.78rem;
	font-weight: 760;
	backdrop-filter: blur(10px);
}

.eph-products-section {
	background: var(--eph-surface);
}

.eph-section-heading {
	align-items: flex-end;
	gap: 32px;
	margin-bottom: 42px;
}

.eph-inner > .eph-section-heading,
.eph-inner > .eph-product-grid,
.eph-inner > .eph-benefit-grid,
.eph-inner > .eph-draft-note {
	width: 100%;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.eph-section-intro {
	max-width: 470px;
	margin-bottom: 20px !important;
	color: var(--eph-muted) !important;
}

.eph-product-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.eph-product-card {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--eph-line);
	border-radius: var(--eph-radius-md);
	background: var(--eph-surface);
	box-shadow: 0 6px 20px rgba(16, 24, 40, 0.045);
	transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.eph-product-card:hover {
	border-color: #b8c6dc;
	box-shadow: 0 16px 34px rgba(16, 24, 40, 0.1);
	transform: translateY(-3px);
}

.eph-product-image {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	margin: 0 !important;
	overflow: hidden;
	background: var(--eph-warm);
}

.eph-product-image > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.eph-product-image > a::after {
	position: absolute;
	top: 14px;
	right: 14px;
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 6px;
	background: rgba(8, 15, 28, 0.74);
	color: #ffffff;
	content: "↗";
	font-size: 1rem;
	line-height: 1;
	opacity: 0;
	transform: translateY(5px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.eph-product-card:hover .eph-product-image > a::after,
.eph-product-image > a:focus-visible::after {
	opacity: 1;
	transform: translateY(0);
}

.eph-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.eph-product-card:hover .eph-product-image img {
	transform: scale(1.025);
}

.eph-product-body {
	display: flex;
	height: auto;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 22px 24px 24px;
}

.eph-product-title {
	min-height: 2.3em;
	margin-bottom: 9px !important;
}

.eph-product-title-link {
	text-decoration: none;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.eph-product-title-link:hover,
.eph-product-title-link:focus-visible {
	color: var(--eph-blue);
	text-decoration: underline;
}

.eph-product-description {
	min-height: 3.1em;
	margin-bottom: 10px !important;
	color: var(--eph-muted) !important;
	font-size: 0.91rem;
	line-height: 1.62;
}

.eph-product-detail-link {
	margin: 0 0 14px !important;
}

.eph-product-detail-link a {
	color: var(--eph-blue) !important;
	font-size: 0.82rem;
	font-weight: 760;
	text-decoration: none;
}

.eph-product-detail-link a span {
	display: inline-block;
	margin-left: 3px;
	transition: transform 180ms ease;
}

.eph-product-detail-link a:hover span,
.eph-product-detail-link a:focus-visible span {
	transform: translateX(3px);
}

.eph-product-meta {
	gap: 10px;
	margin-top: 0;
	margin-bottom: 14px;
	padding-top: 14px;
	border-top: 1px solid var(--eph-line);
}

.eph-price {
	margin: 0 !important;
	color: var(--eph-ink) !important;
	font-size: 0.95rem;
	font-weight: 780;
}

.eph-stock {
	margin: 0 !important;
	color: var(--eph-green) !important;
	font-size: 0.73rem;
	font-weight: 700;
}

.eph-card-actions,
.eph-card-actions .wp-block-button,
.eph-card-actions .wp-block-button__link {
	width: 100%;
}

.eph-card-actions .wp-block-button__link {
	text-align: center;
}

.eph-draft-note {
	gap: 14px;
	margin-top: 28px;
	padding: 18px 20px;
	border: 1px solid #fedf89;
	border-radius: var(--eph-radius-sm);
	background: #fffaeb;
}

.eph-draft-note p {
	margin: 0 !important;
	color: #7a2e0e !important;
	font-size: 0.84rem;
}

.eph-note-icon {
	display: grid;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	place-items: center;
	border-radius: 50%;
	background: #f79009;
	color: #ffffff !important;
	font-weight: 800;
}

.eph-benefits-section {
	background: var(--eph-canvas);
}

.eph-benefit-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 42px;
}

.eph-benefit-card {
	min-height: 265px;
	padding: 30px;
	border: 1px solid rgba(228, 231, 236, 0.88);
	border-radius: var(--eph-radius-md);
	background: rgba(255, 255, 255, 0.88);
}

.eph-benefit-number {
	display: inline-grid;
	width: 46px;
	height: 46px;
	place-items: center;
	margin-bottom: 42px !important;
	border-radius: 7px;
	background: var(--eph-blue-soft);
	color: var(--eph-blue) !important;
	font-size: 0.76rem;
	font-weight: 850;
}

.eph-benefit-card h3 {
	margin-bottom: 12px !important;
}

.eph-benefit-card > p:last-child {
	margin-bottom: 0 !important;
	color: var(--eph-muted) !important;
	font-size: 0.92rem;
}

.eph-about-section {
	background: var(--eph-surface);
}

.eph-about {
	gap: 90px;
}

.eph-about-lead {
	max-width: 740px;
	margin-bottom: 20px !important;
	color: var(--eph-ink) !important;
	font-size: 1.25rem;
	font-weight: 620;
	line-height: 1.55;
}

.eph-quote-card {
	position: relative;
	padding: 46px;
	overflow: hidden;
	border-radius: var(--eph-radius-lg);
	background: var(--eph-ink);
	box-shadow: var(--eph-shadow-lg);
}

.eph-quote-card::after {
	position: absolute;
	right: -80px;
	bottom: -80px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: rgba(21, 94, 239, 0.26);
	content: "";
}

.eph-quote-mark {
	margin-bottom: 8px !important;
	color: #84adff !important;
	font-family: Georgia, serif;
	font-size: 4rem;
	line-height: 0.9;
}

.eph-quote {
	position: relative;
	z-index: 1;
	margin-bottom: 26px !important;
	color: #ffffff !important;
	font-size: clamp(1.45rem, 2.5vw, 2.05rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.28;
}

.eph-quote-caption {
	position: relative;
	z-index: 1;
	margin: 0 !important;
	color: #b3c7ff !important;
	font-size: 0.82rem;
	font-weight: 700;
}

.eph-growth-section {
	padding: 0;
	background: var(--eph-surface);
}

.eph-growth {
	gap: 44px;
	padding: 58px 64px;
	border-radius: var(--eph-radius-lg);
	background:
		radial-gradient(circle at 90% 0%, rgba(105, 147, 255, 0.23), transparent 34%),
		linear-gradient(135deg, #0b1f3a, #102a56);
	box-shadow: var(--eph-shadow-lg);
}

.eph-growth h2,
.eph-growth p {
	color: #ffffff !important;
}

.eph-growth h2 {
	max-width: 600px;
	margin-bottom: 0 !important;
}

.eph-growth > p {
	max-width: 510px;
	margin: 0 !important;
	color: #d0ddff !important;
}

.eph-kicker-light {
	color: #84adff !important;
}

.eph-contact-section {
	background: var(--eph-surface);
}

.eph-contact-card {
	padding: 72px 64px;
	border: 1px solid var(--eph-line);
	border-radius: var(--eph-radius-lg);
	background:
		radial-gradient(circle at 92% 10%, rgba(21, 94, 239, 0.1), transparent 28%),
		var(--eph-warm);
	text-align: center;
}

.eph-contact-card .eph-kicker,
.eph-contact-card h2,
.eph-contact-text,
.eph-contact-actions {
	margin-right: auto !important;
	margin-left: auto !important;
}

.eph-contact-card h2 {
	max-width: 760px;
}

.eph-contact-text {
	max-width: 690px;
	margin-bottom: 28px !important;
	color: var(--eph-muted) !important;
	font-size: 1.06rem;
}

.eph-contact-actions {
	justify-content: center;
}

.eph-contact-placeholder {
	max-width: 620px;
	margin: 22px auto 0 !important;
	padding: 11px 14px;
	border-radius: 6px;
	background: #fff4e5;
	color: #7a2e0e !important;
	font-size: 0.78rem;
}

.eph-footer {
	max-width: none !important;
	padding: 72px 0 26px;
	background: #0c111d;
}

.eph-footer-grid {
	display: grid !important;
	grid-template-columns: 1.35fr 0.8fr 1fr 0.9fr;
	gap: 56px;
}

.eph-footer h3,
.eph-footer .eph-brand-name {
	color: #ffffff !important;
}

.eph-footer h3 {
	margin-bottom: 20px !important;
	font-size: 0.95rem;
	letter-spacing: 0;
}

.eph-footer p,
.eph-footer li,
.eph-footer a {
	color: #98a2b3;
	font-size: 0.84rem;
}

.eph-footer-brand > p {
	max-width: 330px;
	margin-top: 22px !important;
}

.eph-brand-footer {
	justify-content: flex-start;
}

.eph-footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.eph-footer-links li {
	margin-bottom: 9px;
}

.eph-footer a {
	text-decoration: none;
}

.eph-footer a:hover,
.eph-footer a:focus-visible {
	color: #ffffff;
}

.eph-legal-placeholder {
	line-height: 2;
}

.eph-footer-note {
	padding: 9px 11px;
	border: 1px solid #344054;
	border-radius: 5px;
	font-size: 0.72rem !important;
}

.eph-footer-bottom {
	gap: 16px;
	margin-top: 56px !important;
	padding-top: 24px;
	border-top: 1px solid #1d2939;
}

.eph-footer-bottom p {
	margin: 0;
	font-size: 0.74rem;
}

.eph-marker {
	display: inline;
	padding: 0.08em 0.28em;
	border-radius: 5px;
	background: #fff1dc;
	color: #9a3412;
	font-weight: 750;
}

.eph-legal-header {
	position: relative;
	z-index: 10;
	max-width: none !important;
	border-bottom: 1px solid var(--eph-line);
	background: #ffffff;
}

.eph-legal-header-inner {
	min-height: 82px;
	gap: 24px;
	padding: 14px 0;
}

.eph-legal-main {
	max-width: none !important;
	padding-bottom: 96px;
	background: var(--eph-canvas);
}

.eph-legal-hero {
	max-width: none !important;
	padding: 88px 0 118px;
	background:
		radial-gradient(circle at 82% 18%, rgba(132, 173, 255, 0.22), transparent 28%),
		linear-gradient(145deg, #0c111d 0%, #172b4d 100%);
}

.eph-legal-hero .eph-kicker {
	color: #84adff !important;
}

.eph-legal-title {
	max-width: 900px;
	margin-bottom: 20px !important;
	color: #ffffff !important;
	font-size: clamp(3rem, 7vw, 5.9rem);
	hyphens: auto;
	overflow-wrap: anywhere;
}

.eph-legal-intro {
	max-width: 760px;
	margin-bottom: 0 !important;
	color: #d0d5dd !important;
	font-size: 1.16rem;
}

.eph-legal-warning {
	position: relative;
	z-index: 2;
	gap: 16px;
	align-items: flex-start !important;
	margin-top: -46px !important;
	padding: 22px 24px;
	border: 1px solid #fedf89;
	border-radius: var(--eph-radius-sm);
	background: #fffaeb;
	box-shadow: var(--eph-shadow-sm);
}

.eph-legal-warning p {
	margin-bottom: 0;
	color: #7a2e0e !important;
}

.eph-legal-warning .eph-note-icon {
	display: grid;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	place-items: center;
	border-radius: 50%;
	background: #f79009;
	color: #ffffff !important;
	font-weight: 850;
}

.eph-legal-layout {
	align-items: flex-start !important;
	gap: 32px;
	margin-top: 42px !important;
}

.eph-legal-document,
.eph-review-card {
	border: 1px solid var(--eph-line);
	border-radius: var(--eph-radius-md);
	background: #ffffff;
	box-shadow: var(--eph-shadow-sm);
}

.eph-legal-document {
	padding: clamp(30px, 5vw, 68px);
}

.eph-legal-document h2 {
	max-width: none;
	margin-top: 56px;
	margin-bottom: 18px;
	font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.eph-legal-document h2:first-child {
	margin-top: 0;
}

.eph-legal-document h3 {
	margin-top: 34px;
	margin-bottom: 14px;
	font-size: 1.32rem;
}

.eph-legal-document p,
.eph-legal-document li {
	color: var(--eph-ink-soft);
	font-size: 0.98rem;
}

.eph-legal-document p,
.eph-legal-document ul {
	margin-bottom: 20px;
}

.eph-legal-document li + li {
	margin-top: 8px;
}

.eph-legal-document a {
	color: var(--eph-blue);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.eph-legal-document .wp-block-separator {
	margin: 58px 0 28px;
	border-color: var(--eph-line);
}

.eph-inline-alert {
	padding: 16px 18px;
	border-left: 4px solid #f79009;
	border-radius: 0 6px 6px 0;
	background: #fffaeb;
}

.eph-form-line {
	overflow-wrap: anywhere;
	color: var(--eph-muted) !important;
	letter-spacing: 0.04em;
}

.eph-legal-date {
	margin-bottom: 0 !important;
	color: var(--eph-muted) !important;
	font-size: 0.86rem !important;
}

.eph-review-card {
	position: sticky;
	top: 24px;
	padding: 30px 28px;
}

.eph-review-card h2 {
	margin-bottom: 24px;
	font-size: 1.65rem;
}

.eph-review-list {
	margin: 0;
	padding-left: 1.15em;
}

.eph-review-list li {
	margin-bottom: 12px;
	color: var(--eph-ink-soft);
	font-size: 0.9rem;
}

.eph-review-source {
	margin: 28px 0 0 !important;
	padding-top: 20px;
	border-top: 1px solid var(--eph-line);
	color: var(--eph-muted) !important;
	font-size: 0.75rem !important;
}

.eph-legal-footer {
	padding: 34px 0;
}

.eph-legal-footer-inner {
	gap: 24px 40px;
}

.eph-legal-footer-inner > p {
	margin: 0;
}

.eph-legal-footer .eph-footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
}

.eph-legal-footer .eph-footer-links li {
	margin: 0;
}

.eph-image-placeholder {
	display: grid;
	min-height: 260px;
	place-items: center;
	border: 2px dashed #98a2b3;
	background: #f2f4f7;
}

.eph-image-placeholder p {
	color: var(--eph-muted) !important;
}

.eph-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 99999;
	padding: 10px 14px;
	border-radius: 5px;
	background: #ffffff;
	color: var(--eph-ink);
	box-shadow: var(--eph-shadow-sm);
}

.eph-skip-link:not(:focus) {
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

@media (max-width: 1120px) {
	.eph-header-inner {
		gap: 14px;
		justify-content: space-between !important;
	}

	.eph-brand-logo {
		width: 164px;
	}

	.eph-utilities {
		gap: 4px;
	}

	.eph-nav {
		width: auto;
		font-size: 0.84rem;
	}

	.eph-nav .wp-block-navigation__container {
		gap: 16px;
	}

	.eph-utility {
		padding: 7px 8px;
		font-size: 0.68rem;
	}

	.eph-hero-copy {
		padding: 56px 42px;
	}

	.eph-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eph-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eph-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.eph-inner {
		width: min(calc(100% - 32px), var(--eph-max));
	}

	.eph-section {
		padding: 76px 0;
	}

	.eph-legal-hero {
		padding: 68px 0 96px;
	}

	.eph-legal-layout {
		flex-direction: column;
	}

	.eph-legal-layout > .wp-block-column {
		width: 100%;
		flex-basis: auto !important;
	}

	.eph-review-card {
		position: static;
	}

	.eph-trustbar-inner p:nth-child(3) {
		display: none;
	}

	.eph-header-inner {
		min-height: 72px;
		justify-content: space-between !important;
	}

	.eph-header {
		background: #ffffff;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}

	.eph-nav {
		order: initial;
		width: auto;
		margin-left: auto;
	}

	.eph-nav .wp-block-navigation__responsive-container-open {
		display: flex;
	}

	.eph-nav .wp-block-navigation__responsive-container.is-menu-open {
		position: fixed;
		inset: 0;
		width: 100vw;
		height: 100dvh;
		min-height: 100dvh;
		padding: 26px 24px;
		background-color: #0c1526 !important;
		color: #ffffff !important;
	}

	.eph-nav .wp-block-navigation__responsive-container-close {
		top: 24px;
		right: 24px;
		color: #ffffff !important;
	}

	.eph-nav .wp-block-navigation__responsive-container-content {
		align-items: flex-start;
		padding-top: 76px !important;
	}

	.eph-nav .wp-block-navigation__responsive-container-content::before {
		margin-bottom: 28px;
		color: #84adff;
		content: "THAL3 · EVENTBEDARF";
		font-size: 0.75rem;
		font-weight: 820;
		letter-spacing: 0.16em;
	}

	.eph-nav .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
		width: 100%;
		align-items: flex-start;
		gap: 0;
	}

	.eph-nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	}

	.eph-nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
		width: 100%;
		padding: 16px 0;
		color: #ffffff !important;
		font-size: 1.25rem;
		font-weight: 760;
	}

	.eph-nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content::after {
		display: none;
	}

	.eph-utilities {
		display: none !important;
	}

	.eph-hero-section {
		padding-top: 24px;
	}

	.eph-hero {
		min-height: 0;
		flex-direction: column;
	}

	.eph-hero-copy,
	.eph-hero-visual {
		flex-basis: auto !important;
		width: 100%;
	}

	.eph-hero-copy {
		padding: 54px 34px 44px;
	}

	.eph-hero-visual {
		min-height: 450px;
	}

	.eph-hero-visual::after {
		background: linear-gradient(180deg, #0c1526 0%, rgba(12, 21, 38, 0.18) 18%, rgba(5, 11, 22, 0.44) 100%);
	}

	.eph-hero-image {
		position: absolute;
	}

	.eph-about {
		gap: 44px;
		flex-direction: column;
	}

	.eph-about > .wp-block-column {
		flex-basis: auto !important;
		width: 100%;
	}

	.eph-growth {
		padding: 48px 40px;
	}

	.eph-contact-card {
		padding: 56px 36px;
	}
}

@media (max-width: 600px) {
	.eph-home {
		font-size: 16px;
	}

	.eph-legal-title {
		font-size: clamp(2.1rem, 9vw, 2.55rem);
	}

	.eph-legal-warning {
		gap: 12px;
		padding: 20px 18px;
	}

	.eph-legal-document,
	.eph-review-card {
		padding: 30px 24px;
	}

	.eph-inner {
		width: min(calc(100% - 24px), var(--eph-max));
	}

	.eph-section {
		padding: 64px 0;
	}

	.eph-trustbar-inner {
		gap: 6px 18px;
	}

	.eph-trustbar p {
		font-size: 0.66rem;
	}

	.eph-trustbar p::before {
		display: none;
	}

	.eph-brand-note {
		display: none;
	}

	.eph-brand-logo {
		width: 150px;
	}

	.eph-logo-mark {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.eph-brand-name {
		font-size: 0.73rem;
	}

	.eph-hero {
		border-radius: 10px;
	}

	.eph-hero-copy {
		padding: 42px 24px 36px;
	}

	.eph-hero-title {
		font-size: clamp(2.55rem, 12vw, 3.55rem);
	}

	.eph-hero-actions .wp-block-button,
	.eph-hero-actions .wp-block-button__link {
		width: 100%;
	}

	.eph-hero-actions .wp-block-button__link {
		text-align: center;
	}

	.eph-hero-proof {
		gap: 16px;
	}

	.eph-hero-proof p {
		min-width: 0;
		padding: 0 !important;
		border: 0 !important;
	}

	.eph-hero-visual {
		min-height: 350px;
	}

	.eph-visual-label {
		right: 16px;
		bottom: 16px;
	}

	.eph-section-heading {
		margin-bottom: 28px;
	}

	.eph-product-grid,
	.eph-benefit-grid,
	.eph-footer-grid {
		grid-template-columns: 1fr;
	}

	.eph-product-body {
		padding: 22px;
	}

	.eph-product-title,
	.eph-product-description {
		min-height: 0;
	}

	.eph-benefit-card {
		min-height: 0;
	}

	.eph-benefit-number {
		margin-bottom: 24px !important;
	}

	.eph-quote-card {
		padding: 36px 28px;
	}

	.eph-growth {
		padding: 40px 28px;
		border-radius: 10px;
	}

	.eph-contact-card {
		padding: 44px 24px;
		border-radius: 10px;
	}

	.eph-contact-actions .wp-block-button,
	.eph-contact-actions .wp-block-button__link {
		width: 100%;
	}

	.eph-footer-grid {
		gap: 34px;
	}

	.eph-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.eph-home *,
	.eph-home *::before,
	.eph-home *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

/* Gutenberg editor parity and comfortable section boundaries. */
.editor-styles-wrapper .eph-home {
	max-width: none !important;
	padding: 0 !important;
}

.editor-styles-wrapper .eph-home .eph-section,
.editor-styles-wrapper .eph-home .eph-header,
.editor-styles-wrapper .eph-home .eph-footer,
.editor-styles-wrapper .eph-home .eph-trustbar {
	position: relative;
}

.editor-styles-wrapper .eph-home .block-editor-block-list__block.wp-block {
	max-width: none;
}
