/* Mixed English/Persian: let the browser pick direction per paragraph so
   punctuation does not jump to the wrong end of an English sentence on an
   RTL page (and vice versa once Persian is added). */
.selen-tr-upload,
.selen-tr-login-gate,
.selen-tr-intake,
.selen-tr-order-block,
.selen-tr-account,
.selen-steps,
.selen-services,
.selen-banner,
.selen-faq,
.selen-notice,
.selen-tr-flash {
	unicode-bidi: plaintext;
}

.selen-tr-upload {
	margin: 0 0 1.2em;
	padding: 1em;
	border: 1px dashed #c9c9c9;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.02);
}

.selen-tr-upload__label {
	display: block;
	font-weight: 600;
	margin-bottom: .5em;
}

.selen-tr-upload input[type="file"] {
	display: block;
	width: 100%;
	max-width: 420px;
}

.selen-tr-upload__hint {
	margin: .6em 0 0;
	font-size: .85em;
	opacity: .75;
}

.selen-tr-login-gate {
	margin: 0 0 1.2em;
	padding: 1em;
	border-inline-start: 4px solid #d63638;
	background: rgba(214, 54, 56, .06);
}

.selen-tr-login-gate p {
	margin: 0 0 .6em;
}

.selen-tr-order-block {
	margin-top: 2em;
}

.selen-tr-late-upload input[type="file"] {
	margin-bottom: .5em;
}

.selen-tr-muted {
	opacity: .7;
}

.selen-tr-table td,
.selen-tr-table th {
	vertical-align: middle;
}

/* Intake form
   ------------------------------------------------------------------ */

.selen-tr-intake {
	margin: 0 0 1.4em;
	padding: 1.2em;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
}

.selen-tr-intake__title {
	margin: 0 0 .8em;
	font-size: 1.1em;
}

.selen-tr-intake__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .8em 1.2em;
}

.selen-tr-field {
	margin: 0;
}

.selen-tr-field--wide {
	grid-column: 1 / -1;
}

.selen-tr-field label {
	display: block;
	font-size: .9em;
	font-weight: 600;
	margin-bottom: .25em;
}

.selen-tr-field input,
.selen-tr-field select,
.selen-tr-field textarea {
	width: 100%;
}

.selen-tr-field__hint {
	display: block;
	font-size: .8em;
	opacity: .7;
	margin-top: .2em;
}

@media (max-width: 600px) {
	.selen-tr-intake__grid {
		grid-template-columns: 1fr;
	}
}

/* Marketing blocks
   ------------------------------------------------------------------ */

.selen-steps__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1.2em;
	counter-reset: selen;
}

.selen-step {
	padding: 1.2em;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
}

.selen-step__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	background: currentColor;
	color: #fff;
	font-weight: 700;
	margin-bottom: .6em;
	opacity: .9;
}

.selen-step__num,
.selen-service-card__price {
	filter: none;
}

.selen-step__title {
	margin: 0 0 .3em;
	font-size: 1.05em;
}

.selen-step__text {
	margin: 0;
	font-size: .92em;
	opacity: .85;
}

.selen-services__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1.2em;
}

.selen-service-card {
	display: flex;
	flex-direction: column;
	padding: 1.4em;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
}

.selen-service-card__title {
	margin: 0 0 .4em;
	font-size: 1.1em;
}

.selen-service-card__price {
	font-size: 1.35em;
	font-weight: 700;
	margin-bottom: .3em;
}

.selen-service-card__meta {
	margin: 0 0 .6em;
	font-size: .88em;
	opacity: .75;
}

.selen-service-card__desc {
	font-size: .92em;
	margin-bottom: 1em;
}

.selen-service-card__button {
	margin-top: auto;
	text-align: center;
}

.selen-banner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
	padding: 1.6em;
	border-radius: 10px;
	border: 1px solid #e0e0e0;
	background: rgba(0, 0, 0, .03);
}

.selen-banner__title {
	margin: 0 0 .2em;
	font-size: 1.2em;
}

.selen-banner__text {
	margin: 0;
	opacity: .8;
}

.selen-faq__item {
	border-bottom: 1px solid #e6e6e6;
	padding: .8em 0;
}

.selen-faq__item summary {
	cursor: pointer;
	font-weight: 600;
}

.selen-faq__answer {
	padding-top: .5em;
	opacity: .85;
}

.selen-notice {
	padding: 1em;
	border-inline-start: 4px solid #999;
	background: rgba(0, 0, 0, .03);
}
