/**
 * Magic Rings — Online Purchases aura (React Bits port).
 * Brand: CashCom teal #78DED4 → navy #003E52
 */
.ccp-magic-rings-host {
	position: relative;
	isolation: isolate;
}

/* Strip glass / mastercard bg — HTML phone owns the visual */
body.ccp-magic-bento .ccp-magic-rings-host > .elementor-widget-container,
body.ccp-magic-bento .elementor-element-db46198 > .elementor-widget-container {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

body.ccp-magic-bento .elementor-element.elementor-element-ed1d975,
body.ccp-magic-bento .elementor-element.elementor-element-ed1d975:not(.elementor-motion-effects-element-type-background),
body.ccp-magic-bento .elementor-element.elementor-element-ed1d975 > .e-con-inner,
body.ccp-magic-bento .elementor-element-ed1d975 {
	background: none !important;
	background-color: transparent !important;
	background-image: none !important;
}

.ccp-magic-rings {
	position: absolute;
	inset: -12% -8%;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
	opacity: 0.9;
	background: transparent !important;
	/* Only bright ring strokes composite — no milky rectangular wash */
	mix-blend-mode: screen;
}

.ccp-magic-rings canvas {
	display: block;
	width: 100% !important;
	height: 100% !important;
	background: transparent !important;
}

/* Keep phone mockup above the rings */
body.ccp-magic-bento .ccp-magic-rings-host > .elementor-widget-container > *:not(.ccp-magic-rings) {
	position: relative;
	z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
	.ccp-magic-rings {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.ccp-magic-rings {
		inset: -6% -4%;
		opacity: 0.65;
	}
}
