/* ENCORE IDEAS — custom additions on top of indigo-theme.css
============================================= */

.encore-hero-section {
	padding-top: 220px;
	padding-bottom: 100px;
}

.desktoplogo {
	line-height: 90px;
}

.desktoplogo img {
	max-height: 68px;
	width: auto;
}

.smllogo img {
	max-height: 48px;
	width: auto;
}

img.footer-logo {
	max-height: 58px !important;
}

@media (max-width: 991px) {
	.encore-hero-section {
		padding-top: 170px;
		padding-bottom: 70px;
	}
}

@media (max-width: 575px) {
	.encore-hero-section {
		padding-top: 150px;
		padding-bottom: 60px;
	}
}

.hero-3-txt {
	margin-bottom: 60px;
}

.encore-logo-text {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: -0.02em;
	color: var(--black);
}

.encore-logo-text--white {
	color: #ffffff;
}

.footer-logo-text {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: -0.02em;
	color: var(--black);
	display: inline-block;
}

.footer-tagline {
	margin-top: 14px;
	font-size: 14px;
	color: var(--gray);
}

.hero-kicker {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--theme-color);
	margin-bottom: 18px;
}

/* HERO VISUAL CARDS */
.encore-hero-visual {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
	max-width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}

.encore-hero-card {
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 20px 50px rgba(18, 0, 54, 0.08);
	padding: 32px 28px;
	width: 270px;
	text-align: left;
	border: 1px solid #f1f3ff;
}

.encore-hero-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: var(--alice-blue);
	color: var(--theme-color);
	font-size: 22px;
	margin-bottom: 18px;
}

.encore-hero-card p {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: var(--black);
	margin-bottom: 6px;
}

.encore-hero-card small {
	font-size: 14px;
	color: var(--gray);
	line-height: 1.5;
	display: block;
}

.encore-hero-card--3 {
	background: var(--lavender);
	border-style: dashed;
	border-color: var(--lilac);
}

/* STATS ROW */
.stats-row {
	margin: 0;
}

.counter-block {
	text-align: left;
}

.stat-number {
	color: var(--theme-color);
	margin-bottom: 4px;
}

/* MISSION ILLUSTRATION */
.encore-mission-graphic {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--lavender);
	border-radius: 24px;
	padding: 70px 30px;
}

.encore-mission-circle {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 20px 50px rgba(18, 0, 54, 0.08);
	margin-bottom: 24px;
}

.encore-mission-circle span {
	font-size: 56px;
	color: var(--theme-color);
}

.encore-mission-graphic-caption {
	font-size: 15px;
	color: var(--gray);
	max-width: 220px;
	margin: 0;
}

/* ICON TILES IN FEATURE BOXES */
.encore-icon-tile {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 86px;
	border-radius: 18px;
	background: var(--alice-blue);
	margin: 0 auto;
}

.encore-icon-tile span {
	font-size: 36px;
	color: var(--theme-color);
}

/* PORTFOLIO CARDS */
.encore-portfolio-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 16px;
	background: var(--alice-blue);
	margin-bottom: 22px;
}

.encore-portfolio-icon span {
	font-size: 28px;
	color: var(--theme-color);
}

.encore-coming-soon {
	opacity: 0.92;
}

.encore-tag {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background: var(--lavender);
	color: var(--theme-color);
	border-radius: 20px;
	padding: 4px 10px;
	margin-left: 10px;
	vertical-align: middle;
}

/* HOW WE WORK STEPS */
.encore-step {
	text-align: left;
	padding: 10px 10px 30px;
}

.encore-step-number {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: var(--theme-color);
	opacity: 0.35;
	margin-bottom: 14px;
}

/* CTA BANNER ICON */
.encore-cta-icon span {
	font-size: 110px;
	color: rgba(255, 255, 255, 0.35);
}

.mt-40 {
	margin-top: 40px;
}

.encore-placeholder-note {
	margin-top: 14px;
	color: var(--light-gray);
	font-style: italic;
}

.encore-legal-content h5 {
	margin-top: 44px;
	margin-bottom: 14px;
}

.encore-legal-content p {
	margin-bottom: 18px;
}

.encore-legal-content ul.simple-list {
	margin-bottom: 18px;
}

.banner-5-wrapper .banner-overlay {
	padding-top: 60px;
	padding-bottom: 60px;
}

.banner-5-txt .btn {
	margin-bottom: 4px;
}

/* ABOUT PAGE — TIMELINE / VALUES / PIPELINE */
.encore-page-hero {
	padding: 200px 0 100px;
	background: var(--lavender);
	text-align: center;
}

.encore-page-hero h1 {
	margin-bottom: 18px;
}

.encore-value-card {
	background: #ffffff;
	border: 1px solid #f1f3ff;
	border-radius: 20px;
	padding: 36px 30px;
	height: 100%;
}

.encore-value-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: var(--alice-blue);
	color: var(--theme-color);
	font-size: 24px;
	margin-bottom: 20px;
}

.encore-pipeline-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.encore-pipeline-item {
	background: var(--lavender);
	border-radius: 14px;
	padding: 18px 22px;
	font-size: 15px;
	color: var(--black);
	font-weight: 500;
}

.encore-pipeline-category {
	margin-top: 50px;
	margin-bottom: 20px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: var(--theme-color);
}

@media (max-width: 767px) {
	.encore-pipeline-grid {
		grid-template-columns: 1fr;
	}

	.encore-page-hero {
		padding: 150px 0 60px;
	}
}

/* CONTACT PAGE */
.encore-contact-card {
	background: var(--lavender);
	border-radius: 20px;
	padding: 40px 34px;
}

.encore-contact-row {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 26px;
}

.encore-contact-row span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: #ffffff;
	color: var(--theme-color);
	font-size: 18px;
	flex-shrink: 0;
}

.encore-contact-row h6 {
	margin-bottom: 4px;
}

.encore-contact-row p {
	margin-bottom: 0;
	font-size: 14px;
	color: var(--gray);
}
