/* AR-1457 */

:root {
	--dictionar-primary: #46A040;
	--dictionar-primary-dark: #2DB742;
	--dictionar-secondary: #6CC049;
	--dictionar-accent: #544487;
	--dictionar-accent-dark: #3C2D6C;
	--dictionar-bg: #FFFFFF;
	--dictionar-bg-soft: #F7F9F4;
	--dictionar-bg-mov: #F4F1FB;
	--dictionar-text: #3E3E3E;
	--dictionar-text-soft: #6B6B6B;
	--dictionar-border: #E8E8E8;
	--dictionar-radius: 10px;
	--dictionar-shadow-mov: 6px 6px 22px -7px rgba(60, 45, 108, .35);
	--dictionar-shadow-soft: 0 4px 18px -8px rgba(60, 45, 108, .18);
}

.ar-dictionar-page {
	color: var(--dictionar-text);
	line-height: 1.6;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
}

.ar-dictionar-page .ar-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.ar-dictionar-page .ar-hero {
	background: linear-gradient(135deg, var(--dictionar-bg-mov) 0%, var(--dictionar-bg-soft) 100%);
	padding: 70px 0 60px;
	position: relative;
	overflow: hidden;
}

.ar-dictionar-page .ar-hero::before {
	content: "";
	position: absolute;
	top: -100px;
	right: -100px;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(84, 68, 135, .08) 0%, transparent 70%);
	border-radius: 50%;
}

.ar-dictionar-page .ar-hero::after {
	content: "";
	position: absolute;
	bottom: -150px;
	left: -150px;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(70, 160, 64, .07) 0%, transparent 70%);
	border-radius: 50%;
}

.ar-dictionar-page .ar-breadcrumbs {
	font-size: 12px;
	color: var(--dictionar-text-soft);
	margin-bottom: 18px;
	position: relative;
	z-index: 2;
}

.ar-dictionar-page .ar-breadcrumbs a {
	color: var(--dictionar-accent);
	text-decoration: none;
}

.ar-dictionar-page .ar-breadcrumbs span {
	margin: 0 8px;
	color: #bbb;
}

.ar-dictionar-page .ar-hero-content {
	position: relative;
	z-index: 2;
	max-width: 760px;
}

.ar-dictionar-page .ar-hero .ar-eyebrow {
	display: inline-block;
	background: rgba(84, 68, 135, .1);
	color: var(--dictionar-accent);
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 18px;
}

.ar-dictionar-page .ar-hero h1 {
	font-size: 42px;
	font-weight: 700;
	color: var(--dictionar-accent);
	line-height: 1.15;
	margin-bottom: 18px;
}

.ar-dictionar-page .ar-hero h1 span,
.ar-dictionar-page .ar-hero h1 strong {
	color: var(--dictionar-primary);
	font-weight: inherit;
}

.ar-dictionar-page .ar-hero-content > p {
	font-size: 17px;
	color: var(--dictionar-text);
	max-width: 640px;
	margin-bottom: 0;
}

.ar-dictionar-page,
.ar-dictionar-page .content_builder,
.ar-dictionar-page .fc-block {
	overflow: visible;
}

.ar-dictionar-page .ar-alphabet-nav-spacer {
	width: 100%;
	height: 0;
}

.ar-dictionar-page .ar-alphabet-nav {
	--ar-dict-alphabet-top: 143px;
	background: #fff;
	border-bottom: 1px solid var(--dictionar-border);
	padding: 18px 0;
	position: relative;
	z-index: 9;
}

.ar-dictionar-page .ar-alphabet-nav.ar-is-fixed {
	position: fixed;
	top: var(--ar-dict-alphabet-top);
	left: 0;
	right: 0;
	width: 100%;
}

.ar-dictionar-page .ar-alpha-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
}

.ar-dictionar-page .ar-alpha-row a {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--dictionar-radius);
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
	color: var(--dictionar-accent);
	background: var(--dictionar-bg-mov);
	transition: all .2s;
}

.ar-dictionar-page .ar-alpha-row a:hover,
.ar-dictionar-page .ar-alpha-row a.ar-active {
	background: var(--dictionar-accent);
	color: #fff;
	transform: translateY(-2px);
}

.ar-dictionar-page .ar-alpha-row a.ar-disabled {
	color: #cfcfcf;
	background: #f5f5f5;
	pointer-events: none;
}

.ar-dictionar-page .ar-intro-section {
	padding: 50px 0 30px;
}

.ar-dictionar-page .ar-intro-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: center;
}

.ar-dictionar-page .ar-intro-text .ar-section-title {
	font-size: 28px;
	color: var(--dictionar-accent);
	font-weight: 700;
	margin-bottom: 16px;
	line-height: 1.25;
	display: block;
}

.ar-dictionar-page .ar-intro-text p {
	margin-bottom: 14px;
	color: var(--dictionar-text);
}

.ar-dictionar-page .ar-intro-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.ar-dictionar-page .ar-stat-card {
	background: var(--dictionar-bg-soft);
	border-left: 4px solid var(--dictionar-primary);
	padding: 24px;
	border-radius: var(--dictionar-radius);
}

.ar-dictionar-page .ar-stat-card.ar-mov {
	border-left-color: var(--dictionar-accent);
	background: var(--dictionar-bg-mov);
}

.ar-dictionar-page .ar-stat-num {
	font-size: 36px;
	font-weight: 800;
	color: var(--dictionar-primary);
	line-height: 1;
	margin-bottom: 6px;
}

.ar-dictionar-page .ar-stat-card.ar-mov .ar-stat-num {
	color: var(--dictionar-accent);
}

.ar-dictionar-page .ar-stat-label {
	font-size: 13px;
	color: var(--dictionar-text-soft);
	font-weight: 500;
}

.ar-dictionar-page .ar-glossary-search-wrap {
	padding: 0 0 10px;
}

.ar-dictionar-page .ar-glossary-search {
	position: relative;
	max-width: 560px;
	margin: 0 auto 18px;
}

.ar-dictionar-page .ar-glossary-search-input {
	width: 100%;
	box-sizing: border-box;
	padding: 14px 48px 14px 18px;
	border: 1px solid var(--dictionar-border);
	border-radius: var(--dictionar-radius);
	font-family: inherit;
	font-size: 15px;
	color: var(--dictionar-text);
	background: #fff;
	box-shadow: var(--dictionar-shadow-soft);
	outline: none;
	transition: border-color .2s, box-shadow .2s;
}

.ar-dictionar-page .ar-glossary-search-input:focus {
	border-color: var(--dictionar-accent);
	box-shadow: 0 0 0 3px rgba(84, 68, 135, .12);
}

.ar-dictionar-page .ar-glossary-search-reset {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 50%;
	background: var(--dictionar-bg-mov);
	color: var(--dictionar-accent);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.ar-dictionar-page .ar-glossary-search-reset[hidden] {
	display: none;
}

.ar-dictionar-page .ar-glossary-search-reset:hover {
	background: var(--dictionar-accent);
	color: #fff;
}

.ar-dictionar-page .ar-glossary-search-empty {
	text-align: center;
	color: var(--dictionar-text-soft);
	font-size: 14px;
	margin: 0 0 20px;
}

.ar-dictionar-page .ar-glossary-search-empty[hidden] {
	display: none;
}

.ar-dictionar-page .ar-glossary {
	padding: 30px 0 80px;
}

.ar-dictionar-page .ar-letter-block {
	margin-bottom: 48px;
	scroll-margin-top: 170px;
}

.ar-dictionar-page .ar-letter-header {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 24px;
	padding-bottom: 14px;
	border-bottom: 2px solid var(--dictionar-bg-mov);
}

.ar-dictionar-page .ar-letter-badge {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, var(--dictionar-accent) 0%, var(--dictionar-accent-dark) 100%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	font-weight: 800;
	border-radius: var(--dictionar-radius);
	box-shadow: var(--dictionar-shadow-mov);
}

.ar-dictionar-page .ar-letter-badge.ar-green {
	background: linear-gradient(135deg, var(--dictionar-primary) 0%, var(--dictionar-primary-dark) 100%);
	box-shadow: 0 6px 22px -7px rgba(45, 183, 66, .45);
}

.ar-dictionar-page .ar-letter-meta {
	flex: 1;
}

.ar-dictionar-page .ar-letter-meta h2 {
	font-size: 22px;
	color: var(--dictionar-accent);
	font-weight: 700;
	margin: 0;
}

.ar-dictionar-page .ar-letter-meta p {
	font-size: 12px;
	color: var(--dictionar-text-soft);
	margin-top: 2px;
	margin-bottom: 0;
}

.ar-dictionar-page .ar-terms-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.ar-dictionar-page .ar-term {
	background: #fff;
	border: 1px solid var(--dictionar-border);
	border-radius: var(--dictionar-radius);
	padding: 22px 24px;
	transition: all .25s ease;
	position: relative;
	overflow: hidden;
}

.ar-dictionar-page .ar-term::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: var(--dictionar-primary);
	transition: width .25s;
}

.ar-dictionar-page .ar-term:hover {
	transform: translateY(-3px);
	box-shadow: var(--dictionar-shadow-soft);
	border-color: transparent;
}

.ar-dictionar-page .ar-term:hover::before {
	width: 6px;
}

.ar-dictionar-page .ar-term.ar-mov::before {
	background: var(--dictionar-accent);
}

.ar-dictionar-page .ar-term.ar-red::before {
	background: #DC2626;
}

.ar-dictionar-page .ar-term.ar-orange::before {
	background: #D97706;
}

.ar-dictionar-page .ar-term-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}

.ar-dictionar-page .ar-term h3 {
	font-size: 16px;
	font-weight: 700;
	color: var(--dictionar-accent);
	line-height: 1.3;
	margin: 0;
}

.ar-dictionar-page .ar-term .ar-tag {
	font-size: 10px;
	font-weight: 600;
	padding: 3px 9px;
	border-radius: 20px;
	background: var(--dictionar-bg-soft);
	color: var(--dictionar-primary);
	text-transform: uppercase;
	letter-spacing: .5px;
	white-space: nowrap;
	flex-shrink: 0;
}

.ar-dictionar-page .ar-term .ar-tag.ar-mov {
	background: var(--dictionar-bg-mov);
	color: var(--dictionar-accent);
}

.ar-dictionar-page .ar-term .ar-tag.ar-orange {
	background: #FFF4E6;
	color: #D97706;
}

.ar-dictionar-page .ar-term .ar-tag.ar-red {
	background: #FEE2E2;
	color: #DC2626;
}

.ar-dictionar-page .ar-term p {
	font-size: 13.5px;
	color: var(--dictionar-text);
	line-height: 1.6;
	margin: 0;
}

.ar-dictionar-page .ar-term p strong {
	color: var(--dictionar-accent);
	font-weight: 600;
}

.ar-dictionar-page .ar-cta-section {
	background: linear-gradient(135deg, var(--dictionar-accent) 0%, var(--dictionar-accent-dark) 100%);
	color: #fff;
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}

.ar-dictionar-page .ar-cta-section::before {
	content: "";
	position: absolute;
	top: -50%;
	right: -10%;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(70, 160, 64, .25) 0%, transparent 70%);
	border-radius: 50%;
}

.ar-dictionar-page .ar-cta-content {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 680px;
	margin: 0 auto;
}

.ar-dictionar-page .ar-cta-content .ar-cta-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 14px;
	display: block;
	line-height: 1.2;
	color: #fff;
}

.ar-dictionar-page .ar-cta-content p {
	font-size: 16px;
	opacity: .92;
	margin-bottom: 28px;
	color: #fff;
}

.ar-dictionar-page .ar-cta-buttons {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}

.ar-dictionar-page .ar-btn {
	padding: 14px 30px;
	border-radius: var(--dictionar-radius);
	font-family: inherit;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .5px;
	text-decoration: none;
	display: inline-block;
	transition: transform .2s;
}

.ar-dictionar-page .ar-btn-green {
	background: #6CC049;
	color: #fff;
	box-shadow: 0 6px 22px -7px rgba(108, 192, 73, .5);
}

.ar-dictionar-page .ar-btn-white {
	background: #544487;
	color: #fff;
}

.ar-dictionar-page .ar-btn:hover {
	transform: translateY(-2px);
	color: inherit;
	text-decoration: none;
}

.ar-dictionar-page .ar-btn-green:hover {
	color: #fff;
}

.ar-dictionar-page .ar-btn-white:hover {
	color: #fff;
}

@media (max-width: 1600px) {
	.ar-dictionar-page .ar-alphabet-nav {--ar-dict-alphabet-top: 133px;padding: 12px 0;}
}

@media (max-width: 1279px) {
	.ar-dictionar-page .ar-alphabet-nav {--ar-dict-alphabet-top: 98px;padding: 10px 0;}
}

@media (max-width: 960px) {
	.ar-dictionar-page .ar-container {
		padding: 0 20px;
	}

	.ar-dictionar-page .ar-hero {
		padding: 55px 0 45px;
	}

	.ar-dictionar-page .ar-hero h1 {
		font-size: 36px;
	}

	.ar-dictionar-page .ar-hero-content > p {
		font-size: 16px;
	}

	.ar-dictionar-page .ar-intro-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.ar-dictionar-page .ar-intro-stats {
		grid-template-columns: repeat(3, 1fr);
	}

	.ar-dictionar-page .ar-terms-grid {
		grid-template-columns: 1fr;
	}

	.ar-dictionar-page .ar-cta-content .ar-cta-title {
		font-size: 28px;
	}
}


@media (max-width: 767px) {
	.ar-dictionar-page .ar-alphabet-nav {--ar-dict-alphabet-top: 78px;}
}

@media (max-width: 640px) {
	.ar-dictionar-page .ar-container {
		padding: 0 16px;
	}

	.ar-dictionar-page .ar-hero {
		padding: 40px 0 32px;
	}

	.ar-dictionar-page .ar-hero h1 {
		font-size: 26px;
		line-height: 1.2;
	}

	.ar-dictionar-page .ar-hero-content > p {
		font-size: 14px;
		line-height: 1.55;
	}

	.ar-dictionar-page .ar-hero .ar-eyebrow {
		font-size: 10px;
		padding: 5px 12px;
		margin-bottom: 14px;
	}

	.ar-dictionar-page .ar-breadcrumbs {
		font-size: 11px;
		margin-bottom: 14px;
	}

	.ar-dictionar-page .ar-alphabet-nav {
		padding: 12px 0;
	}

	.ar-dictionar-page .ar-alpha-row {
		gap: 4px;
	}

	.ar-dictionar-page .ar-alpha-row a {
		width: 28px;
		height: 28px;
		font-size: 11px;
		border-radius: 6px;
	}

	.ar-dictionar-page .ar-intro-section {
		padding: 36px 0 18px;
	}

	.ar-dictionar-page .ar-intro-text .ar-section-title {
		font-size: 22px;
		margin-bottom: 12px;
	}

	.ar-dictionar-page .ar-intro-text p {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.ar-dictionar-page .ar-intro-stats {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.ar-dictionar-page .ar-stat-card {
		padding: 18px 16px;
		border-radius: 8px;
	}

	.ar-dictionar-page .ar-stat-num {
		font-size: 28px;
	}

	.ar-dictionar-page .ar-stat-label {
		font-size: 11.5px;
		line-height: 1.4;
	}

	.ar-dictionar-page .ar-glossary {
		padding: 20px 0 50px;
	}

	.ar-dictionar-page .ar-letter-block {
		margin-bottom: 36px;
		scroll-margin-top: 90px;
	}

	.ar-dictionar-page .ar-letter-header {
		gap: 14px;
		margin-bottom: 18px;
		padding-bottom: 10px;
	}

	.ar-dictionar-page .ar-letter-badge {
		width: 48px;
		height: 48px;
		font-size: 22px;
		border-radius: 8px;
	}

	.ar-dictionar-page .ar-letter-meta h2 {
		font-size: 18px;
	}

	.ar-dictionar-page .ar-letter-meta p {
		font-size: 11px;
		line-height: 1.4;
	}

	.ar-dictionar-page .ar-terms-grid {
		gap: 14px;
	}

	.ar-dictionar-page .ar-term {
		padding: 18px;
		border-radius: 8px;
	}

	.ar-dictionar-page .ar-term h3 {
		font-size: 15px;
	}

	.ar-dictionar-page .ar-term p {
		font-size: 13px;
		line-height: 1.55;
	}

	.ar-dictionar-page .ar-term .ar-tag {
		font-size: 9px;
		padding: 2px 7px;
	}

	.ar-dictionar-page .ar-term-header {
		gap: 8px;
		margin-bottom: 6px;
	}

	.ar-dictionar-page .ar-cta-section {
		padding: 48px 0;
	}

	.ar-dictionar-page .ar-cta-content .ar-cta-title {
		font-size: 22px;
		line-height: 1.25;
		margin-bottom: 10px;
	}

	.ar-dictionar-page .ar-cta-content p {
		font-size: 14px;
		margin-bottom: 22px;
	}

	.ar-dictionar-page .ar-btn {
		padding: 12px 22px;
		font-size: 12px;
		width: 100%;
		text-align: center;
	}

	.ar-dictionar-page .ar-cta-buttons {
		flex-direction: column;
		gap: 10px;
	}
}

@media (max-width: 639px) {
	.ar-dictionar-page .ar-alphabet-nav {--ar-dict-alphabet-top: 50px;}
	.ar-alphabet-nav .ar-container  {padding-left: 5px;padding-right: 5px;}

	.ar-intro-section > .ar-container,
	.ar-glossary-search-wrap > .ar-container,
	.ar-glossary > .ar-container {padding-left: 0;padding-right: 0;}
}
@media (max-width: 479px) {

	.page-template-template-dictionar .main-website-content{padding-left: 20px;padding-right: 20px;}

}
@media (max-width: 380px) {
	.ar-dictionar-page .ar-hero h1 {
		font-size: 22px;
	}

	.ar-dictionar-page .ar-alpha-row a {
		width: 25px;
		height: 25px;
		font-size: 10px;
	}

	.ar-dictionar-page .ar-intro-stats {
		grid-template-columns: 1fr;
	}

	.ar-dictionar-page .ar-stat-num {
		font-size: 24px;
	}

	
}
