.elementor-2485 .elementor-element.elementor-element-5e87f0ac {
	--display: flex;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-2485 .elementor-element.elementor-element-5e87f0ac:not(.elementor-motion-effects-element-type-background), .elementor-2485 .elementor-element.elementor-element-5e87f0ac > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #000;
}

.sos-about {
	font-family: "DM Sans", sans-serif;
	padding: 40px 20px;
	max-width: 720px;
	margin: 0 auto;
	color: rgba(255, 255, 255, .75);
}

.sos-about h3 {
	font-size: 16px;
	font-weight: 700;
	color: #ffd700;
	margin: 28px 0 8px;
	letter-spacing: .3px;
}

.sos-about p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 12px;
}

.sos-about strong {
	color: #fff;
	font-weight: 700;
}

.sos-intro {
	background: #0e0526;
	border-left: 3px solid #ffd700;
	border-radius: 0 12px 12px 0;
	padding: 20px 24px;
	margin-bottom: 32px;
}

.sos-intro p {
	margin: 0;
	font-size: 15px;
	line-height: 1.85;
	color: rgba(255, 255, 255, .8);
}

.sos-section {
	background: #0e0526;
	border: 1px solid rgba(255, 215, 0, .2);
	border-radius: 14px;
	padding: 22px 24px;
	margin-bottom: 16px;
	transition: border-color .2s;
}

.sos-section:hover {
	border-color: rgba(255, 215, 0, .45);
}

.sos-beliefs {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 4px;
}

.sos-belief {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.sos-belief-icon {
	font-size: 18px;
	flex-shrink: 0;
	margin-top: 1px;
}

.sos-belief-text {
	font-size: 14px;
	color: rgba(255, 255, 255, .75);
	line-height: 1.7;
}

.sos-belief-text strong {
	color: #ffd700;
	display: block;
	margin-bottom: 2px;
}

.sos-help {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 4px;
}

.sos-help-row {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #1a0b38;
	border-radius: 10px;
	padding: 10px 14px;
}

.sos-help-cond {
	font-size: 12px;
	font-weight: 700;
	color: rgba(255, 215, 0, .6);
	text-transform: uppercase;
	letter-spacing: .5px;
	min-width: 90px;
	flex-shrink: 0;
}

.sos-help-give {
	font-size: 13px;
	color: rgba(255, 255, 255, .8);
}

.sos-oath {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 4px;
}

.sos-oath-line {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, .8);
	line-height: 1.6;
}

.sos-oath-line::before {
	content: "✦";
	color: #ffd700;
	font-size: 10px;
	margin-top: 5px;
	flex-shrink: 0;
}

.sos-gifts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 10px;
	margin-top: 4px;
}

.sos-gift {
	background: #1a0b38;
	border: 1px solid rgba(255, 215, 0, .18);
	border-radius: 10px;
	padding: 12px 14px;
}

.sos-gift-name {
	font-size: 12px;
	font-weight: 700;
	color: #ffd700;
	margin-bottom: 3px;
}

.sos-gift-desc {
	font-size: 12px;
	color: rgba(255, 255, 255, .55);
	line-height: 1.5;
}

.sos-quote {
	text-align: center;
	font-size: 15px;
	font-style: italic;
	color: rgba(255, 215, 0, .7);
	background: rgba(255, 215, 0, .06);
	border: 1px solid rgba(255, 215, 0, .15);
	border-radius: 12px;
	padding: 18px 24px;
	margin-bottom: 16px;
}

.sos-sign {
	text-align: center;
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 215, 0, .15);
}

.sos-sign p {
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
	line-height: 1.8;
	margin-bottom: 8px;
}

.sos-sign strong {
	color: #ffd700;
	font-size: 15px;
}

@media (max-width:480px) {
	.sos-help-cond {
		min-width: 70px;
	}
	
	.sos-gifts {
		grid-template-columns: 1fr 1fr;
	}
}