/*
Theme Name: Astra Child
Template: astra
*/

.ebnd-front-page {
	--ebnd-bg: #0f0522;
	--ebnd-bg-alt: #14092d;
	--ebnd-surface: rgba(44, 17, 91, 0.72);
	--ebnd-surface-strong: rgba(58, 21, 113, 0.88);
	--ebnd-surface-soft: rgba(255, 255, 255, 0.06);
	--ebnd-border: rgba(185, 122, 255, 0.2);
	--ebnd-border-strong: rgba(255, 255, 255, 0.12);
	--ebnd-text: #f7f2ff;
	--ebnd-text-muted: rgba(236, 225, 255, 0.76);
	--ebnd-accent: #cc33ff;
	--ebnd-accent-strong: #8f19ff;
	--ebnd-accent-soft: #55d4ff;
	--ebnd-shadow: 0 28px 80px rgba(8, 4, 21, 0.45);
	background:
		radial-gradient(circle at 15% -10%, rgba(106, 44, 255, 0.35), transparent 32%),
		radial-gradient(circle at 85% 5%, rgba(182, 41, 255, 0.34), transparent 24%),
		linear-gradient(180deg, #1a0836 0%, #10051f 44%, #0d0419 100%);
	color: var(--ebnd-text);
	font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

.ebnd-front-page .ast-container,
.ebnd-front-page .site-content {
	max-width: 100% !important;
	padding: 0 !important;
}

.ebnd-front-page #masthead,
.ebnd-front-page .site-header,
.ebnd-front-page .ast-mobile-popup-drawer,
.ebnd-front-page .ast-desktop-header,
.ebnd-front-page .ast-mobile-header-wrap,
.ebnd-front-page footer.ast-footer-overlay {
	display: none !important;
}

.ebnd-front-page button,
.ebnd-front-page input,
.ebnd-front-page select,
.ebnd-front-page textarea {
	font: inherit;
}

.ebnd-front-page img {
	display: block;
	max-width: 100%;
}

.ebnd-front-page a {
	color: inherit;
}

.ebnd-front-page .screen-reader-text:focus {
	color: #111;
}

.ebnd-home {
	position: relative;
	overflow: hidden;
}

.ebnd-shell {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.ebnd-section-label {
	display: inline-block;
	margin-bottom: 16px;
	color: var(--ebnd-accent-soft);
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ebnd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 0 28px;
	border: 0;
	border-radius: 16px;
	background: linear-gradient(135deg, #ff4fd8 0%, #a71fff 55%, #7a19ff 100%);
	box-shadow: 0 16px 40px rgba(153, 30, 255, 0.28);
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.ebnd-btn:hover,
.ebnd-btn:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 22px 42px rgba(153, 30, 255, 0.36);
	color: #fff;
}

.ebnd-btn:focus-visible,
.ebnd-nav a:focus-visible,
.ebnd-quote-form input:focus-visible,
.ebnd-quote-form select:focus-visible,
.ebnd-quote-form textarea:focus-visible,
.ebnd-nav-toggle:focus-visible {
	outline: 2px solid var(--ebnd-accent-soft);
	outline-offset: 3px;
}

.ebnd-btn--ghost {
	background: rgba(255, 255, 255, 0.06);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.ebnd-btn--ghost:hover,
.ebnd-btn--ghost:focus-visible {
	background: rgba(255, 255, 255, 0.12);
}

.ebnd-btn--block {
	width: 100%;
}

.ebnd-hero {
	position: relative;
	padding: 28px 0 120px;
	min-height: 100svh;
}

.ebnd-hero::before,
.ebnd-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	filter: blur(20px);
	pointer-events: none;
}

.ebnd-hero::before {
	top: 84px;
	right: 8%;
	width: 320px;
	height: 320px;
	background: radial-gradient(circle, rgba(173, 36, 255, 0.24) 0%, rgba(173, 36, 255, 0) 72%);
}

.ebnd-hero::after {
	bottom: 90px;
	left: -120px;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(85, 212, 255, 0.16) 0%, rgba(85, 212, 255, 0) 70%);
}

.ebnd-site-header {
	position: relative;
	z-index: 20;
}

.ebnd-site-header .ebnd-shell {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 16px 22px;
	border: 1px solid var(--ebnd-border-strong);
	border-radius: 22px;
	background: rgba(18, 7, 42, 0.72);
	backdrop-filter: blur(14px);
	box-shadow: var(--ebnd-shadow);
}

.ebnd-brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.ebnd-brand-logo {
	width: 250px;
	max-width: 100%;
	mix-blend-mode: screen;
}

.ebnd-brand-fallback {
	display: inline-flex;
	flex-direction: column;
}

.ebnd-brand-fallback strong {
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	background: linear-gradient(90deg, #d5a1ff 0%, #cf4fff 48%, #9f2cff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.ebnd-brand-fallback small {
	margin-top: 6px;
	color: var(--ebnd-accent-soft);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ebnd-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	flex: 1 1 auto;
}

@media (min-width: 992px) {
	.ebnd-nav[hidden] {
		display: flex !important;
	}
}

.ebnd-nav a {
	padding: 12px 14px;
	color: var(--ebnd-text-muted);
	font-size: 0.98rem;
	font-weight: 500;
	transition: color 0.2s ease, transform 0.2s ease;
}

.ebnd-nav a:hover,
.ebnd-nav a:focus-visible {
	color: #fff;
	transform: translateY(-1px);
}

.ebnd-nav__cta {
	margin-left: 8px;
	padding: 13px 22px !important;
	border-radius: 14px;
	background: #fff;
	color: #1a0d3d !important;
	font-weight: 700 !important;
}

.ebnd-nav__cta:hover,
.ebnd-nav__cta:focus-visible {
	background: #f6f0ff;
}

.ebnd-nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 16px;
	border: 1px solid var(--ebnd-border-strong);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
}

.ebnd-hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
	align-items: center;
	gap: 56px;
	padding-top: 88px;
}

.ebnd-hero-copy {
	max-width: 690px;
}

.ebnd-hero-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	padding: 10px 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: var(--ebnd-accent-soft);
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ebnd-hero-copy h1 {
	margin: 0 0 20px;
	color: #fff;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: clamp(3rem, 6vw, 5.5rem);
	line-height: 0.98;
	letter-spacing: -0.04em;
}

.ebnd-hero-highlight {
	background: linear-gradient(90deg, #ffb6f0 0%, #d763ff 42%, #b61cff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.ebnd-hero-copy p {
	max-width: 610px;
	margin: 0;
	color: var(--ebnd-text-muted);
	font-size: 1.14rem;
	line-height: 1.8;
}

.ebnd-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 34px;
}

.ebnd-hero-panel {
	position: relative;
	padding: 28px;
	border: 1px solid var(--ebnd-border-strong);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(110, 39, 202, 0.26), rgba(28, 15, 58, 0.82)),
		radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.11), transparent 40%);
	box-shadow: var(--ebnd-shadow);
}

.ebnd-panel-badge {
	display: inline-flex;
	align-items: center;
	margin-bottom: 18px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--ebnd-accent-soft);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ebnd-hero-panel h2 {
	margin: 0 0 14px;
	color: #fff;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: 1.9rem;
	line-height: 1.1;
}

.ebnd-hero-panel p {
	margin: 0 0 20px;
	color: var(--ebnd-text-muted);
	line-height: 1.75;
}

.ebnd-panel-points {
	display: grid;
	gap: 12px;
}

.ebnd-panel-point {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.05);
}

.ebnd-panel-point span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(255, 79, 216, 0.28), rgba(84, 211, 255, 0.2));
	color: #fff;
	font-size: 0.95rem;
	font-weight: 800;
}

.ebnd-panel-point strong {
	display: block;
	margin-bottom: 4px;
	color: #fff;
	font-size: 1rem;
}

.ebnd-panel-point p {
	margin: 0;
	color: rgba(241, 233, 255, 0.8);
	font-size: 0.94rem;
	line-height: 1.6;
}

.ebnd-hero-wave {
	position: absolute;
	right: 0;
	bottom: -22px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 230px;
	opacity: 0.56;
	pointer-events: none;
}

.ebnd-section {
	position: relative;
	padding: 108px 0;
}

.ebnd-services {
	background: linear-gradient(180deg, rgba(13, 4, 25, 0.12), rgba(13, 4, 25, 0.65));
}

.ebnd-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
}

.ebnd-section-head h2 {
	margin: 0;
	color: #fff;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.05;
}

.ebnd-section-head p {
	max-width: 480px;
	margin: 0;
	color: var(--ebnd-text-muted);
	line-height: 1.75;
}

.ebnd-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.ebnd-service-card {
	position: relative;
	padding: 30px 28px;
	border: 1px solid var(--ebnd-border);
	border-radius: 26px;
	background:
		linear-gradient(160deg, rgba(64, 24, 130, 0.7), rgba(25, 13, 54, 0.85)),
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 38%);
	box-shadow: var(--ebnd-shadow);
	transition: transform 0.28s ease, border-color 0.28s ease;
}

.ebnd-service-card:hover {
	transform: translateY(-6px);
	border-color: rgba(204, 51, 255, 0.38);
}

.ebnd-service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	margin-bottom: 22px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--ebnd-accent-soft);
}

.ebnd-service-icon svg {
	width: 32px;
	height: 32px;
	stroke: currentColor;
}

.ebnd-service-card h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 1.55rem;
	line-height: 1.15;
}

.ebnd-service-card p {
	margin: 0;
	color: var(--ebnd-text-muted);
	line-height: 1.75;
}

.ebnd-proof {
	padding-top: 54px;
}

.ebnd-proof-strip {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 28px;
}

.ebnd-proof-card,
.ebnd-proof-chip {
	min-height: 138px;
	padding: 26px;
	border: 1px solid var(--ebnd-border);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: var(--ebnd-shadow);
}

.ebnd-proof-card strong {
	display: block;
	margin-bottom: 10px;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1;
	background: linear-gradient(90deg, #ffadea 0%, #cf64ff 48%, #a81dff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.ebnd-proof-card span {
	color: var(--ebnd-text-muted);
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.6;
}

.ebnd-proof-chip {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ebnd-proof-chip::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	margin-bottom: 16px;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff4fd8, #6be8ff);
	box-shadow: 0 0 24px rgba(107, 232, 255, 0.35);
}

.ebnd-proof-chip strong {
	display: block;
	margin-bottom: 6px;
	color: #fff;
	font-size: 1.15rem;
}

.ebnd-proof-chip span {
	color: var(--ebnd-text-muted);
	font-size: 0.94rem;
}

.ebnd-about-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.8fr);
	gap: 24px;
}

.ebnd-about-card,
.ebnd-process-card {
	padding: 34px;
	border: 1px solid var(--ebnd-border);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(45, 19, 89, 0.74), rgba(22, 12, 45, 0.9)),
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 38%);
	box-shadow: var(--ebnd-shadow);
}

.ebnd-about-card h3,
.ebnd-process-card h3 {
	margin: 0 0 16px;
	color: #fff;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: 2rem;
	line-height: 1.1;
}

.ebnd-about-card p,
.ebnd-process-card p {
	margin: 0;
	color: var(--ebnd-text-muted);
	line-height: 1.8;
}

.ebnd-about-list {
	display: grid;
	gap: 14px;
	margin-top: 28px;
	padding: 0;
	list-style: none;
}

.ebnd-about-list li {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 12px;
	color: rgba(247, 242, 255, 0.88);
	line-height: 1.7;
}

.ebnd-about-list li::before {
	content: "";
	width: 10px;
	height: 10px;
	margin-top: 10px;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff4fd8, #6be8ff);
	box-shadow: 0 0 20px rgba(255, 79, 216, 0.3);
}

.ebnd-process-steps {
	display: grid;
	gap: 16px;
	margin-top: 28px;
}

.ebnd-process-step {
	padding: 18px 18px 18px 70px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.05);
	position: relative;
}

.ebnd-process-step strong {
	display: block;
	margin-bottom: 6px;
	color: #fff;
	font-size: 1.05rem;
}

.ebnd-process-step span {
	display: block;
	color: var(--ebnd-text-muted);
	font-size: 0.95rem;
	line-height: 1.6;
}

.ebnd-process-step::before {
	content: attr(data-step);
	position: absolute;
	top: 16px;
	left: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(255, 79, 216, 0.25), rgba(107, 232, 255, 0.2));
	color: #fff;
	font-size: 0.95rem;
	font-weight: 800;
}

.ebnd-testimonial-card {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.72fr);
	gap: 32px;
	padding: 42px;
	border: 1px solid var(--ebnd-border);
	border-radius: 34px;
	background:
		linear-gradient(180deg, rgba(46, 18, 95, 0.78), rgba(24, 12, 46, 0.9)),
		radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.08), transparent 30%);
	box-shadow: var(--ebnd-shadow);
}

.ebnd-testimonial-copy h2 {
	margin: 0 0 20px;
	color: #fff;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.05;
}

.ebnd-testimonial-quote {
	margin: 0 0 24px;
	color: rgba(249, 244, 255, 0.92);
	font-size: 1.12rem;
	line-height: 1.9;
}

.ebnd-testimonial-author strong {
	display: block;
	color: #fff;
	font-size: 1.18rem;
}

.ebnd-testimonial-author span {
	display: block;
	margin-top: 6px;
	color: var(--ebnd-text-muted);
}

.ebnd-testimonial-visual {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	text-align: center;
}

.ebnd-avatar {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 168px;
	height: 168px;
	margin-bottom: 20px;
	border-radius: 999px;
	background:
		radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 28%),
		linear-gradient(135deg, #54d3ff 0%, #a228ff 58%, #ff58cf 100%);
	box-shadow: 0 30px 70px rgba(13, 5, 33, 0.45);
}

.ebnd-avatar::after {
	content: "";
	position: absolute;
	inset: 10px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: inherit;
}

.ebnd-avatar span {
	position: relative;
	z-index: 1;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.08em;
	color: #fff;
}

.ebnd-testimonial-visual p {
	margin: 0 0 22px;
	color: var(--ebnd-text-muted);
	font-size: 1rem;
	line-height: 1.7;
}

.ebnd-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.9fr);
	gap: 26px;
	align-items: start;
}

.ebnd-contact-copy {
	padding: 12px 0;
}

.ebnd-contact-copy h2 {
	margin: 0 0 18px;
	color: #fff;
	font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
	font-size: clamp(2rem, 3vw, 3.15rem);
	line-height: 1.05;
}

.ebnd-contact-copy p {
	margin: 0;
	color: var(--ebnd-text-muted);
	font-size: 1.04rem;
	line-height: 1.85;
}

.ebnd-contact-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 30px;
}

.ebnd-contact-point {
	padding: 20px 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.04);
}

.ebnd-contact-point strong {
	display: block;
	margin-bottom: 6px;
	color: #fff;
	font-size: 1rem;
}

.ebnd-contact-point span {
	color: var(--ebnd-text-muted);
	font-size: 0.94rem;
	line-height: 1.6;
}

.ebnd-contact-card {
	padding: 30px;
	border: 1px solid var(--ebnd-border);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(45, 18, 91, 0.8), rgba(20, 10, 40, 0.9)),
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 30%);
	box-shadow: var(--ebnd-shadow);
}

.ebnd-contact-card h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 1.55rem;
}

.ebnd-contact-card > p {
	margin: 0 0 22px;
	color: var(--ebnd-text-muted);
	line-height: 1.75;
}

.ebnd-form-status {
	margin-bottom: 18px;
	padding: 14px 16px;
	border-radius: 18px;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.6;
}

.ebnd-form-status--success {
	background: rgba(78, 232, 170, 0.12);
	color: #c8ffeb;
	box-shadow: inset 0 0 0 1px rgba(78, 232, 170, 0.2);
}

.ebnd-form-status--error {
	background: rgba(255, 114, 160, 0.12);
	color: #ffd7e3;
	box-shadow: inset 0 0 0 1px rgba(255, 114, 160, 0.2);
}

.ebnd-quote-form {
	display: grid;
	gap: 18px;
}

.ebnd-form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.ebnd-form-field label {
	display: block;
	margin-bottom: 9px;
	color: rgba(247, 242, 255, 0.88);
	font-size: 0.92rem;
	font-weight: 600;
}

.ebnd-quote-form input,
.ebnd-quote-form select,
.ebnd-quote-form textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	box-shadow: none;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.ebnd-quote-form input::placeholder,
.ebnd-quote-form textarea::placeholder {
	color: rgba(240, 232, 255, 0.46);
}

.ebnd-quote-form input:hover,
.ebnd-quote-form select:hover,
.ebnd-quote-form textarea:hover,
.ebnd-quote-form input:focus,
.ebnd-quote-form select:focus,
.ebnd-quote-form textarea:focus {
	border-color: rgba(204, 51, 255, 0.55);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.ebnd-quote-form select {
	background-image:
		linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.8) 50%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.8) 50%, transparent 50%);
	background-position:
		calc(100% - 22px) calc(50% - 2px),
		calc(100% - 16px) calc(50% - 2px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.ebnd-quote-form option {
	color: #17112a;
}

.ebnd-quote-form textarea {
	min-height: 140px;
	resize: vertical;
}

.ebnd-form-note {
	margin: 0;
	color: rgba(240, 232, 255, 0.55);
	font-size: 0.87rem;
	line-height: 1.6;
}

.ebnd-site-footer {
	padding: 0 0 48px;
}

.ebnd-site-footer .ebnd-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.ebnd-site-footer p {
	margin: 0;
	color: rgba(240, 232, 255, 0.58);
	font-size: 0.92rem;
}

.ebnd-footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.ebnd-footer-links a {
	color: rgba(240, 232, 255, 0.7);
	font-size: 0.92rem;
	font-weight: 600;
}

.ebnd-footer-links a:hover,
.ebnd-footer-links a:focus-visible {
	color: #fff;
}

@media (max-width: 1100px) {
	.ebnd-hero-grid,
	.ebnd-about-grid,
	.ebnd-testimonial-card,
	.ebnd-contact-grid {
		grid-template-columns: 1fr;
	}

	.ebnd-testimonial-visual {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		padding-top: 36px;
	}

	.ebnd-proof-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ebnd-proof-chip {
		min-height: 120px;
	}

	.ebnd-contact-points {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.ebnd-site-header .ebnd-shell {
		flex-wrap: wrap;
	}

	.ebnd-nav-toggle {
		display: inline-flex;
		margin-left: auto;
	}

	.ebnd-nav {
		display: none;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		padding-top: 8px;
	}

	.ebnd-site-header.is-open .ebnd-nav {
		display: flex;
	}

	.ebnd-nav a {
		padding: 12px 0;
	}

	.ebnd-nav__cta {
		margin: 8px 0 0;
		text-align: center;
	}

	.ebnd-nav[hidden] {
		display: none;
	}

	.ebnd-service-grid {
		grid-template-columns: 1fr;
	}

	.ebnd-hero {
		padding-bottom: 90px;
	}

	.ebnd-hero-grid {
		padding-top: 68px;
	}
}

@media (max-width: 767px) {
	.ebnd-shell {
		width: min(100%, calc(100% - 32px));
	}

	.ebnd-section {
		padding: 84px 0;
	}

	.ebnd-section-head {
		flex-direction: column;
		align-items: start;
	}

	.ebnd-proof-strip,
	.ebnd-contact-points,
	.ebnd-form-row {
		grid-template-columns: 1fr;
	}

	.ebnd-hero-copy h1 {
		font-size: clamp(2.8rem, 14vw, 4.4rem);
	}

	.ebnd-hero-copy p,
	.ebnd-testimonial-quote,
	.ebnd-contact-copy p {
		font-size: 1rem;
	}

	.ebnd-hero-panel,
	.ebnd-about-card,
	.ebnd-process-card,
	.ebnd-testimonial-card,
	.ebnd-contact-card {
		padding: 24px;
		border-radius: 24px;
	}

	.ebnd-avatar {
		width: 132px;
		height: 132px;
	}

	.ebnd-avatar span {
		font-size: 2.45rem;
	}

	.ebnd-site-footer .ebnd-shell {
		flex-direction: column;
		align-items: start;
	}
}
