:root {
	--sods-ink: #14283c;
	--sods-ink-soft: #3d5368;
	--sods-teal: #1b6b66;
	--sods-teal-dark: #14544f;
	--sods-gold: #b0893e;
	--sods-paper: #f3efe6;
	--sods-paper-2: #e7eef2;
	--sods-card: #ffffff;
	--sods-line: #d5dee6;
	--sods-danger: #8b2e2e;
	--sods-radius: 18px;
}

html {
	font-size: 16px;
}

body {
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: var(--sods-paper);
	color: var(--sods-ink);
	font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: left;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

a {
	color: var(--sods-teal-dark);
}

img {
	max-width: 100%;
	height: auto;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Header */
.sods-header {
	background: var(--sods-ink);
	color: #f4efe4;
	padding: 16px 0;
	margin: 0;
	flex-shrink: 0;
}

.sods-header a {
	color: inherit;
	text-decoration: none;
}

.sods-header-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
}

.sods-brand {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	min-width: 0;
	flex: 1 1 auto;
}

.sods-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 10px;
	background: var(--sods-teal);
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.04em;
	flex-shrink: 0;
	margin-top: 1px;
}

.sods-brand-text {
	display: block;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 600;
	max-width: 44em;
}

.sods-header-meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	flex-wrap: wrap;
	flex-shrink: 0;
	padding-top: 4px;
}

.sods-phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}

.sods-phone svg {
	width: 16px;
	height: 16px;
	opacity: 0.85;
}

.sods-btn,
.sods-btn-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	border: 1px solid transparent;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.sods-btn {
	background: var(--sods-teal);
	color: #fff;
}

.sods-btn:hover,
.sods-btn:focus {
	background: var(--sods-teal-dark);
	color: #fff;
}

.sods-btn-ghost {
	background: transparent;
	border-color: rgba(244, 239, 228, 0.35);
	color: #f4efe4;
}

.sods-btn-ghost:hover,
.sods-btn-ghost:focus {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

/* Home */
.sods-home-wrap {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 48px 20px 32px;
	flex: 1 0 auto;
}

.sods-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 40px;
	align-items: start;
}

.sods-kicker {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--sods-teal);
	font-weight: 600;
	margin-bottom: 14px;
}

.sods-title {
	font-size: clamp(22px, 2.6vw, 32px);
	line-height: 1.3;
	color: var(--sods-ink);
	font-weight: 700;
	margin: 0 0 18px;
}

.sods-lead {
	font-size: 17px;
	line-height: 1.55;
	color: var(--sods-ink-soft);
	margin: 0 0 28px;
}

.sods-points {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sods-points li {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--sods-line);
	border-radius: 12px;
	padding: 14px 16px;
}

.sods-points strong {
	display: block;
	color: var(--sods-ink);
	font-size: 15px;
	margin-bottom: 4px;
}

.sods-points span {
	display: block;
	color: var(--sods-ink-soft);
	font-size: 14px;
	line-height: 1.45;
}

.sods-login-card {
	background: var(--sods-card);
	border: 1px solid var(--sods-line);
	border-radius: 22px;
	padding: 28px 28px 24px;
	box-shadow: 0 18px 40px rgba(20, 40, 60, 0.08);
}

.sods-login-card h2 {
	margin: 0 0 6px;
	font-size: 22px;
	line-height: 1.3;
	color: var(--sods-ink);
	font-weight: 700;
}

.sods-login-card .sods-login-note {
	margin: 0 0 22px;
	color: var(--sods-ink-soft);
	font-size: 14px;
}

.sods-login-card .alert {
	margin: 0 0 16px;
	padding: 12px 14px;
	border-radius: 10px;
	background: #f8eaea;
	color: var(--sods-danger);
	font-size: 14px;
}

.sods-login-card .input,
.input {
	width: 100%;
	max-width: none;
	height: 48px;
	border: 1px solid #c9d4de;
	border-radius: 10px;
	padding: 0 14px;
	font-size: 16px;
	background: #fbfcfd;
	box-sizing: border-box;
	font-family: inherit;
}

.sods-login-card .input:focus,
.input:focus {
	outline: 2px solid rgba(27, 107, 102, 0.35);
	border-color: var(--sods-teal);
}

.sods-login-card .login-username,
.sods-login-card .login-password,
.sods-login-card .login-submit {
	margin: 0 0 12px;
}

.sods-login-card #wp-submit {
	width: 100%;
	height: 48px;
	border: 0;
	border-radius: 10px;
	background: var(--sods-ink);
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0;
	padding: 0;
	cursor: pointer;
	font-family: inherit;
}

.sods-login-card #wp-submit:hover,
.sods-login-card #wp-submit:focus {
	background: #0e1d2c;
	text-decoration: none;
}

.sods-login-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 8px;
}

.sods-login-actions .sods-btn,
.sods-login-actions .sods-link {
	width: 100%;
}

.sods-btn-outline {
	background: #fff;
	color: var(--sods-ink);
	border: 1px solid var(--sods-line);
}

.sods-btn-outline:hover,
.sods-btn-outline:focus {
	background: var(--sods-paper-2);
	color: var(--sods-ink);
}

.sods-link {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: var(--sods-teal-dark);
	text-decoration: underline;
}

/* Modal */
.sods-modal[hidden] {
	display: none;
}

.sods-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.sods-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(14, 29, 44, 0.55);
}

.sods-modal-dialog {
	position: relative;
	z-index: 1;
	width: min(520px, 100%);
	background: #fff;
	border-radius: 18px;
	padding: 28px 26px 24px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.sods-modal-dialog h3 {
	margin: 0 0 12px;
	font-size: 20px;
	color: var(--sods-ink);
}

.sods-modal-dialog p {
	margin: 0 0 12px;
	color: var(--sods-ink-soft);
	font-size: 15px;
	line-height: 1.5;
}

.sods-modal-dialog a {
	color: var(--sods-teal-dark);
	font-weight: 600;
}

.sods-modal-close {
	margin-top: 10px;
}

/* Footer */
.sods-footer {
	margin-top: auto;
	padding: 28px 0 40px;
	border-top: 1px solid var(--sods-line);
	color: var(--sods-ink-soft);
	flex-shrink: 0;
}

.sods-footer-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 20px;
}

.sods-footer h2 {
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--sods-gold);
	margin: 0 0 8px;
	font-weight: 700;
}

.sods-cite {
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
	color: var(--sods-ink);
}

.sods-cert {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.5;
}

/* Constructor pages */
.start-block {
	background: none;
	box-sizing: border-box;
}

.fon-block {
	min-height: 100vh;
	background: linear-gradient(180deg, #eef3f6 0%, #f6f3ec 100%);
	flex: 1 0 auto;
}

.sods-header + .container,
.fon-block .container {
	padding-top: 24px;
	padding-bottom: 40px;
}

.block-content {
	background: #fff;
	border: 1px solid var(--sods-line);
	border-radius: 24px;
	padding: 28px 36px;
}

.welcome {
	color: #000;
	font-size: 24px;
	padding: 40px 0 0 0;
	text-align: left;
	margin: 0;
	font-weight: 500;
	line-height: 1.35;
}

.welcome span {
	color: #831ad3;
	font-size: 16px;
	display: block;
	text-transform: none;
	text-align: left;
	font-weight: 400;
	line-height: 20px;
	margin-top: 12px;
}

.sub_title span {
	font-weight: 600;
}

.title {
	color: #303030;
	font-size: 24px;
	margin: 50px 0 20px 0;
	font-weight: 600;
}

.sub-title {
	color: #000;
	font-size: 18px;
	margin: 20px 0 10px 0;
	font-weight: 600;
}

.form-child {
	margin: 40px 0;
}

.form-child span {
	color: #303030;
	display: block;
}

.select-block {
	margin: 0 0 1em 0;
	position: relative;
}

.form-child input {
	max-width: 400px !important;
	border: 1px solid #c9d4de !important;
	border-radius: 5px !important;
	height: 45px;
	width: 100%;
	padding: 0 15px;
	outline: none;
	background: #fff;
}

.form-child select {
	max-width: 400px !important;
	border: 1px solid #c9d4de !important;
	background-color: #fff !important;
	border-radius: 5px !important;
	width: 100%;
	height: 45px;
	appearance: none;
	padding: 0 36px 0 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2314283c' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: calc(100% - 12px) 50%;
}

.form-child input + label {
	display: inline-flex;
	align-items: center;
	user-select: none;
}

.form-child input + label::before {
	content: "";
	display: inline-block;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 0.25em;
	margin-right: 0.5em;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.form-child input:checked + label::before {
	border-color: #6788f4;
	background-color: #6788f4;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.form-child input[type="radio"],
.form-child input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.form-child label {
	display: flex !important;
	cursor: pointer;
	margin: 10px 0;
	color: #414984;
}

.form-center form p span {
	text-align: left;
	display: block;
	margin-left: 2px;
	color: #414984;
	font-size: 14px;
}

.form-center form p input {
	border: 1px solid #c7c7c7;
	border-radius: 5px;
}

.no-display {
	display: none;
}

.yes-display {
	display: block;
}

.tabs div {
	display: inline-block;
	padding: 10px;
	border: 1px solid #778ab2;
	text-align: center;
	border-radius: 3px;
	margin: 0;
	background: #778ab2;
	color: #fff;
	cursor: pointer;
}

.tabs div.active {
	background: #fff;
	color: #000;
}

.content-points {
	background: #fff;
}

.start-row {
	background: #fafafa;
	margin: 0;
	padding: 10px 0;
}

.block-points-dinamic .row {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #e2e6ea;
}

.dinamic-childrens .row,
.block-childs .row {
	margin: 12px 0;
	border-radius: 5px;
	padding: 15px 30px;
	border-bottom: 1px solid #e2e6ea;
	background: #fff;
}

.block-points-dinamic select {
	background-color: #e4ebf2 !important;
}

.authors {
	margin: 30px 0;
	color: #414984;
}

.errno {
	color: #970707;
}

select option {
	font-size: 16px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	white-space: pre-line;
}

.del-user,
.del-ch {
	color: #ff1818;
	cursor: pointer;
}

.color_black {
	color: #000;
}

.color_blue {
	color: #1727b9;
}

.color_red {
	color: #ee0e0e;
}

.color_s {
	color: #468916;
}

.color_l {
	color: #173489;
}

.color_u {
	color: #85138b;
}

.color_z {
	color: #955e08;
}

.color_o {
	color: #950808;
}

.sub_button {
	border: 1px #fe7893 solid;
	padding: 12px;
	text-align: center;
	border-radius: 5px;
	color: #fe7893;
	cursor: pointer;
}

.fon-block .button,
.fon-block input[type="submit"],
.button.getexcel {
	appearance: none;
	background: #fe7893;
	border: none;
	border-radius: 10px;
	color: #fff;
	min-height: 50px;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.25;
	margin: 0;
	padding: 14px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	box-sizing: border-box;
}

.fon-block .button:hover,
.fon-block .button:focus,
.fon-block input[type="submit"]:hover,
.fon-block input[type="submit"]:focus,
.button.getexcel:hover,
.button.getexcel:focus {
	background: #af5769;
	color: #fff;
	text-decoration: none;
}

.sods-simple {
	max-width: 720px;
	margin: 48px auto;
	padding: 0 20px 40px;
	flex: 1 0 auto;
}

.sods-simple h1 {
	font-size: 28px;
	margin-bottom: 12px;
}

@media (max-width: 900px) {
	.sods-hero {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.sods-header-row {
		flex-direction: column;
		gap: 16px;
	}

	.sods-header-meta {
		justify-content: flex-start;
		padding-top: 0;
	}

	.sods-brand-text {
		font-size: 13px;
	}

	.block-content {
		padding: 20px 18px;
		border-radius: 16px;
	}
}
