/* Amazon DSP Custom Styles - Clean Version */

/* Base Styles */
body {
	overflow-x: auto;
}

header {
	background-color: white;
}

/* CSS Variables */
:root {
	--es-orange: #f9913c;
	--es-text: #545a60;
	--es-dark-blue: #11282d;
	--es-charcoal: #38545c;
	--es-grey: #706f6f;
}

/* Utility Classes */
.text-center {
	text-align: center !important;
}

/* Global heading spans - make orange with inherited properties */
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	color: var(--es-orange);
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}

/* Strong text styling */
p strong {
	font-weight: 600;
}

/* Hero Section */
.es-hero-section {
	margin-top: 50px;
	padding-top: 80px !important;
	padding-bottom: 20px !important;
	background-color: white;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	box-shadow: 0 0 50px rgba(249, 145, 60, 0.3);
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.es-hero-content {
	padding-left: 50px;
	position: relative;
	z-index: 20;
}

.es-hero-title,
.es-hero-title span {
	font-size: 3.125rem;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 30px;
	color: var(--es-text);
}

.es-hero-title span {
	font-weight: inherit;
	font-family: inherit;
	color: var(--es-orange);
}

.es-hero-highlight {
	color: var(--es-orange);
}

.es-hero-subtitle {
	font-size: 1.4rem;
	color: var(--es-text);
	margin-bottom: 40px;
	line-height: 1.7;
}

.es-hero-subtitle br {
	display: none;
}

.es-rotating-text {
	position: relative;
	display: inline-block;
	font-size: inherit;
	height: 1.5em;
	overflow: hidden;
	vertical-align: top;
	min-width: 280px;
}

.es-text-item {
	position: absolute;
	font-size: 1.4rem;
	top: 0;
	left: 0;
	width: 100%;
	white-space: nowrap;
	color: var(--es-orange);
	font-weight: 600;
	opacity: 0;
	transform: translateY(100%);
	transition: all 0.5s ease-in-out;
}

.es-hero-btn {
	display: inline-block;
	background: var(--es-orange);
	color: white;
	padding: 15px 30px;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 600;
	transition: all 0.3s ease;
	position: relative;
	z-index: 20;
}

.es-hero-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(249, 145, 61, 0.4);
	text-decoration: none;
	color: white;
	background: var(--es-charcoal);
}

.partner-badge {
	margin-top: 30px;
	text-align: left;
	margin-left: -10px;
}

.partner-badge img {
	height: 150px;
	width: auto;
	opacity: 0.8;
	transition: opacity 0.3s ease;
	border-radius: 15px;
	/* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); */
}

.partner-badge img:hover {
	opacity: 1;
}

.es-hero-image img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	transform: translateY(-30px);
	transform: scale(1.2) !important;
	position: relative;
	z-index: 10;
}

.es-hero-video {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.es-hero-video video {
	width: 100%;
	height: auto;
	border-radius: 20px;
	transform: translateY(-30px);
	transform: scale(1.2) !important;
	position: relative;
	z-index: 10;
	object-fit: cover;
	top: -30px;
}

/* Amazon DSP Intro Section */
.amazon-dsp-intro-section {
	background-color: #fff6ef;
	padding: 150px 0;
	/* overflow: hidden; */
	position: relative;
	z-index: 1;
}

.amazon-dsp-intro-image {
	position: relative;
	height: auto;
	overflow: visible;
	text-align: center;
}

.amazon-dsp-intro-image img {
	width: 100%;
	margin-left: -30px;
	height: auto;
	border-radius: 15px;
	display: block;
	position: static;
	margin: 0 auto;
	transform: scale(1.2);
}

.amazon-dsp-intro-content {
	padding-left: 40px;
}

.amazon-dsp-intro-content h2 {
	font-size: 2.185rem;
	font-weight: 700;
	color: var(--es-text);
	margin-bottom: 30px;
	line-height: 1.2;
}

.amazon-dsp-intro-content p {
	font-size: 1.25rem;
	color: var(--es-text);
	line-height: 1.6;
	margin-bottom: 20px;
}

.amazon-dsp-intro-content p:last-child {
	margin-bottom: 0;
}

/* Amazon DSP Ad Card Header */
.amazon-dsp-ad-card-header {
	padding: 80px 0 1rem 0;
	background-color: white;
}

.amazon-dsp-ad-card-header h2 {
	font-size: 2.185rem;
	font-weight: 700;
	color: var(--es-text);
	text-align: center;
	margin: 0;
	line-height: 1.2;
}

/* Amazon DSP Features Section */
.amazon-dsp-features-section {
	background-color: #fff6ef;
	padding: 4rem 0;
}

.amazon-dsp-features-header {
	text-align: center;
	margin-bottom: 3rem;
}

.amazon-dsp-features-header h2 {
	font-size: 2.185rem;
	font-weight: 700;
	color: var(--es-text);
	margin-bottom: 1.5rem;
	line-height: 1.2;
}

.amazon-dsp-features-header p {
	font-size: 1.25rem;
	color: var(--es-text);
	margin: 0;
	line-height: 1.6;
	/* max-width: 600px; */
	margin: 0 auto;
}

.amazon-dsp-features-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
	justify-content: center;
}

.amazon-dsp-feature-card {
	background-color: white;
	border-radius: 1.5625rem;
	padding: 2rem 3rem 3rem 3rem;
	text-align: center;
	flex: 0 1 calc(33.333% - 1.6rem);
	min-width: 320px;
	max-width: 380px;
	border: 1px solid #ffd7b7;
	box-shadow: 0 0 50px rgba(249, 145, 61, 0.12);
}

.feature-icon {
	margin-bottom: 1.5rem;
}

.feature-icon img {
	width: 48px;
	height: 48px;
	object-fit: contain;
	transform: scale(0.8);
}

.amazon-dsp-feature-card h3 {
	font-size: 1.375rem;
	font-weight: 600;
	color: var(--es-text);
	margin-bottom: 1rem;
	line-height: 1.2;
}

.amazon-dsp-feature-card p {
	font-size: 1.125rem;
	color: var(--es-text);
	line-height: 1.5;
	margin: 0;
	text-align: center;
}

/* Amazon DSP Background Section */
.amazon-dsp-bg-section {
	background-image: url("../images/amazon-dsp/dsp-bg.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0;
	position: relative;
}

.amazon-dsp-bg-content {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.amazon-dsp-bg-content p {
	font-size: 27px;
	color: white !important;
	line-height: 1.5;
	margin: 0;
	font-weight: 400;
}

.amazon-dsp-bg-content p span {
	color: #ffe69f;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
}

/* Amazon DSP Benefits Section */
.amazon-dsp-benefits-section {
	padding: 5rem 0;
	background-color: white;
}

.amazon-dsp-benefits-header {
	text-align: center;
	margin-bottom: 4rem;
}

.amazon-dsp-benefits-header h2 {
	font-size: 2.185rem;
	font-weight: 700;
	color: var(--es-text);
	margin-bottom: 1.5rem;
	line-height: 1.2;
}

.amazon-dsp-benefits-header p {
	font-size: 1.25rem;
	color: var(--es-text);
	margin: 0 auto;
	line-height: 1.6;
	max-width: 600px;
}

.amazon-dsp-benefits-grid {
	display: grid;
	grid-template-columns: minmax(400px, 500px) minmax(400px, 500px);
	gap: 6rem;
	position: relative;
	justify-content: center;
}

.amazon-dsp-benefits-separator {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 0.5px;
	background-color: #f9913d;
	transform: translateX(-50%);
}

.amazon-dsp-benefit-item {
	padding: 3rem 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
}

.benefit-icon {
	margin-bottom: 1rem;
}

.benefit-icon img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.benefit-content {
	text-align: left;
}

.amazon-dsp-benefit-item h3 {
	font-size: 1.625rem;
	font-weight: 600;
	color: var(--es-text);
	margin: 0 0 0.75rem 0;
	line-height: 1.2;
}

.amazon-dsp-benefit-item p {
	font-size: 1.25rem;
	color: var(--es-text);
	margin: 0;
	line-height: 1.5;
}

.amazon-dsp-benefits-grid::after {
	content: "";
	position: absolute;
	left: 6rem;
	right: 6rem;
	height: 0.5px;
	background-color: #f9913d;
	top: 33.333%;
}

.amazon-dsp-benefits-grid::before {
	content: "";
	position: absolute;
	left: 6rem;
	right: 6rem;
	height: 0.5px;
	background-color: #f9913d;
	top: 66.666%;
}

.amazon-dsp-benefits-column {
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	gap: 0;
	position: relative;
}

.benefit-separator {
	display: none;
}

/* Amazon DSP Placement Section */
.amazon-dsp-placement-section {
	padding: 5rem 0;
	background-color: #fff6ef;
}

.amazon-dsp-placement-content {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.amazon-dsp-placement-content h2 {
	font-size: 2.185rem;
	font-weight: 700;
	color: var(--es-text);
	margin-bottom: 1.5rem;
	line-height: 1.2;
}

.amazon-dsp-placement-content p {
	font-size: 1.25rem;
	color: var(--es-text);
	margin: 0;
	line-height: 1.6;
}

.amazon-dsp-placement-logos {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 3rem;
}

.placement-logo-group {
	padding: 1rem 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.placement-logo-item {
	text-align: center;
	max-width: 1200px;
	width: 100%;
}

.placement-logo-item h3 {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--es-text);
	margin: 0 0 1.5rem 0;
	line-height: 1.2;
}

.placement-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.placement-logo img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.placement-logo-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 3rem 4rem;
	margin: 0 0 50px 0;
}

.placement-logo-grid img {
	max-height: 78px;
	max-width: 156px;
	object-fit: contain;
	transition: transform 0.2s ease;
}

.placement-logo-grid img:hover {
	transform: scale(1.05);
}

/* Amazon DSP Non-Seller Section */
.amazon-dsp-non-seller-section {
	padding: 5rem 0;
	background-color: white;
}

.amazon-dsp-non-seller-header {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto 4rem auto;
}

.amazon-dsp-non-seller-header h2 {
	font-size: 2.185rem;
	font-weight: 700;
	color: var(--es-text);
	margin-bottom: 1.5rem;
	line-height: 1.2;
}

.amazon-dsp-non-seller-header p {
	font-size: 1.25rem;
	color: var(--es-text);
	margin-bottom: 1.5rem;
	line-height: 1.6;
}

.amazon-dsp-non-seller-header .bold-text {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0;
}

.amazon-dsp-non-seller-grid {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	max-width: 1200px;
	margin: 0 auto;
}

.non-seller-item {
	flex: 1;
	text-align: center;
	padding: 2rem 2rem;
	max-width: 400px;
}

.non-seller-icon {
	margin-bottom: 1.5rem;
}

.non-seller-icon img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.non-seller-item p {
	font-size: 1.125rem;
	color: var(--es-text);
	margin: 0;
	line-height: 1.5;
}

.non-seller-separator {
	width: 0.5px;
	height: 120px;
	background-color: #f9913d;
	flex-shrink: 0;
}

/* CTA Section */
.es-cta-section {
	padding: 50px 0;
}

/* Amazon DSP FAQ Section */
.amazon-dsp-faq-section {
	padding: 5rem 0;
	background-color: white;
}

.amazon-dsp-faq-header {
	text-align: center;
	margin-bottom: 3rem;
}

.amazon-dsp-faq-header h2 {
	font-size: 2.185rem;
	font-weight: 700;
	color: var(--es-text);
	margin: 0;
}

.amazon-dsp-faq-list {
	max-width: 1000px;
	margin: 0 auto;
}

.faq-item {
	border-bottom: 0.5px solid #f9913d;
}

.faq-item:last-child {
	border-bottom: none;
}

.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 0;
	cursor: pointer;
	user-select: none;
}

.faq-question h3 {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--es-text);
	margin: 0;
	flex: 1;
	text-align: left;
}

.faq-bold {
	font-weight: 700 !important;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-right: 0.25rem;
}

.faq-chevron {
	margin-left: 1rem;
	transition: transform 0.3s ease;
}

.faq-item.active .faq-chevron {
	transform: rotate(180deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
	max-height: 300px;
	padding-bottom: 1.5rem;
}

.faq-answer p {
	font-size: 1.25rem;
	color: var(--es-text);
	margin: 0;
	line-height: 1.6;
	padding-right: 2rem;
}

.faq-bullet-list {
	list-style: none;
	padding: 0;
	margin: 0.5rem 0 0 0;
	padding-right: 2rem;
}

.faq-bullet-list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.75rem;
	font-size: 1.25rem;
	font-weight: 400;
	color: var(--es-text);
	line-height: 1.6;
}

.faq-bullet-list li:last-child {
	margin-bottom: 0;
}

.bullet-icon {
	width: 16px;
	height: 16px;
	margin-right: 0.75rem;
	margin-top: 0.5rem;
	flex-shrink: 0;
}

.es-cta-box {
	background-color: var(--es-orange);
	border-radius: 25px;
	padding: 80px 60px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.es-cta-box > * {
	position: relative;
	z-index: 1;
}

.es-cta-box h2 {
	font-size: 2.185rem;
	font-weight: 700;
	color: white;
	margin-bottom: 20px;
	line-height: 1.2;
}

.es-cta-box p {
	font-size: 1.25rem;
	color: white;
	margin-bottom: 30px;
	line-height: 1.5;
	opacity: 0.95;
}

.es-cta-btn {
	display: inline-block;
	background: white;
	color: black;
	padding: 18px 40px;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 600;
	font-size: 1.1rem;
	transition: all 0.3s ease;
}

.es-cta-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	color: white;
	background: black;
	cursor: pointer;
}

/* Contact Section */
#contactSection {
	background-color: transparent !important;
}
.benefit-content h3 {
	margin-bottom: 30px;
}
.benefit-content h3 span {
	display: block;
	color: unset !important;
}

.highlight {
	padding-top: 50px;
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
}
p.text-highlight {
	font-size: 1.4rem;
	font-weight: bold;
}
@media (max-width: 1380px) {
	.amazon-dsp-benefits-grid::after {
		left: -4rem;
		right: -4rem;
	}
	.amazon-dsp-benefits-grid::before {
		left: -4rem;
		right: -4rem;
	}
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
	.highlight {
		max-width: unset !important;
	}
	.es-hero-content {
		padding-left: 0;
		text-align: center;
		margin-bottom: 30px;
	}

	.partner-badge {
		text-align: center;
		margin-left: 0;
	}

	.es-hero-title,
	.es-hero-title span {
		font-size: 2.5rem;
	}

	.es-hero-title br {
		display: block !important;
		content: "";
		margin-bottom: 0.5rem;
	}

	.es-hero-subtitle {
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.es-hero-subtitle br {
		display: block !important;
		content: "";
		margin-bottom: 0.3rem;
	}

	.es-hero-section {
		padding-top: 100px !important;
		padding-bottom: 60px !important;
		/* margin-top: 80px; */
		border-bottom-left-radius: 50px;
		border-bottom-right-radius: 50px;
	}

	.es-rotating-text {
		margin-top: 10px;
	}

	.es-hero-image img {
		transform: scale(0.6) translateY(-30px);
	}

	/* Mobile Amazon DSP Intro */
	.amazon-dsp-intro-section {
		padding: 50px 0;
		/* padding-bottom: 30px; */
		/* height: unset !important; */
	}

	.amazon-dsp-intro-content {
		padding-left: 0;
		text-align: center;
		margin-top: 30px;
	}

	.amazon-dsp-intro-content h2 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

	.amazon-dsp-intro-content p {
		font-size: 1.125rem;
		margin-bottom: 15px;
	}

	.amazon-dsp-intro-image {
		position: static;
		height: auto;
		padding: 20px 0;
		text-align: center;
		overflow: visible;
	}

	.amazon-dsp-intro-image img {
		width: 100%;
		max-width: 100% !important;
		height: auto;
		margin: 0 auto;
		display: block;
		position: static;
		top: auto;
		transform: none;
	}

	/* Mobile Amazon DSP Ad Card Header */
	.amazon-dsp-ad-card-header {
		padding: 2rem 1rem 1rem 1rem;
	}

	.amazon-dsp-ad-card-header h2 {
		font-size: 1.8rem;
	}

	/* Mobile Amazon DSP Features */
	.amazon-dsp-features-section {
		padding: 3rem 1rem;
	}

	.amazon-dsp-features-header {
		margin-bottom: 2rem;
	}

	.amazon-dsp-features-header h2 {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}

	.amazon-dsp-features-header p {
		font-size: 1.125rem;
	}

	.amazon-dsp-features-grid {
		flex-direction: column;
		gap: 1rem;
	}

	.amazon-dsp-feature-card {
		flex: none;
		min-width: auto;
		padding: 1.5rem 1.5rem 2.5rem 1.5rem;
		min-height: 240px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.amazon-dsp-feature-card:nth-child(4),
	.amazon-dsp-feature-card:nth-child(5) {
		flex: none;
	}

	.amazon-dsp-feature-card h3 {
		font-size: 1.25rem;
	}

	.amazon-dsp-feature-card p {
		font-size: 1rem;
	}
	.amazon-dsp-card-card {
		height: unset !important;
		min-height: 650px;
	}

	/* Mobile Amazon DSP Benefits */
	.amazon-dsp-benefits-section {
		padding: 3rem 1rem;
	}

	.amazon-dsp-benefits-header {
		margin-bottom: 2rem;
	}

	.amazon-dsp-benefits-header h2 {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}

	.amazon-dsp-benefits-header p {
		font-size: 1.125rem;
	}

	.amazon-dsp-benefits-grid {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.amazon-dsp-benefits-grid::before,
	.amazon-dsp-benefits-grid::after {
		display: none;
	}

	.amazon-dsp-benefits-separator {
		display: none;
	}

	.amazon-dsp-benefits-column {
		display: block;
	}

	.amazon-dsp-benefit-item {
		margin-bottom: 0;
		padding: 2rem 0;
		border-bottom: 0.5px solid #f9913d;
	}

	.amazon-dsp-benefits-column:last-child .amazon-dsp-benefit-item:last-child {
		border-bottom: none;
	}

	.amazon-dsp-benefit-item h3 {
		font-size: 1.25rem;
	}

	.benefit-separator {
		display: none;
	}

	/* Mobile Amazon DSP Background */
	.amazon-dsp-bg-section {
		padding: 60px 0;
	}

	.amazon-dsp-bg-content {
		padding: 0 20px;
	}

	.amazon-dsp-bg-content p {
		font-size: 20px;
		line-height: 1.4;
	}

	/* Mobile Amazon DSP Placement */
	.amazon-dsp-placement-section {
		padding: 3rem 1rem;
	}

	.amazon-dsp-placement-content h2 {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}

	.amazon-dsp-placement-content p {
		font-size: 1.125rem;
	}

	.amazon-dsp-placement-logos {
		margin-top: 2rem;
	}

	.placement-logo-group {
		padding: 1.5rem 1rem;
	}

	.placement-logo-item h3 {
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}

	.placement-logo-grid {
		gap: 2rem 2.5rem;
	}

	.placement-logo-grid img {
		max-height: 59px;
		max-width: 117px;
	}

	/* Mobile Amazon DSP Non-Seller */
	.amazon-dsp-non-seller-section {
		padding: 3rem 1rem;
	}

	.amazon-dsp-non-seller-header {
		margin-bottom: 2.5rem;
	}

	.amazon-dsp-non-seller-header h2 {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}

	.amazon-dsp-non-seller-header p {
		font-size: 1.125rem;
	}

	.amazon-dsp-non-seller-header .bold-text {
		font-size: 1.25rem;
	}

	.amazon-dsp-non-seller-grid {
		flex-direction: column;
		gap: 2rem;
	}

	.non-seller-item {
		max-width: 100%;
		padding: 1rem 0;
	}

	.non-seller-item p {
		font-size: 1.25rem;
	}

	.non-seller-separator {
		display: none;
	}

	/* Mobile Amazon DSP FAQ */
	.amazon-dsp-faq-section {
		padding: 3rem 1rem;
	}

	.amazon-dsp-faq-header {
		margin-bottom: 2rem;
	}

	.amazon-dsp-faq-header h2 {
		font-size: 1.8rem;
	}

	.faq-question {
		padding: 1rem 0;
	}

	.faq-question h3 {
		font-size: 1.25rem;
	}

	.faq-answer p {
		font-size: 1.125rem;
		padding-right: 1rem;
	}

	.faq-bullet-list {
		padding-right: 1rem;
	}

	.faq-bullet-list li {
		font-size: 1.125rem;
		font-weight: 400;
	}

	.bullet-icon {
		width: 14px;
		height: 14px;
		margin-right: 0.5rem;
	}

	/* Mobile CTA */
	.es-cta-section {
		padding: 60px 1rem;
	}

	.es-cta-box {
		padding: 50px 30px;
	}

	.es-cta-box h2 {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}

	.es-cta-box p {
		font-size: 1rem;
		margin-bottom: 25px;
	}

	.es-cta-btn {
		padding: 15px 30px;
		font-size: 1rem;
	}
}
