.iphone-frame {
	position: relative;
	display: inline-block;
	max-width: 100%;
	margin: 0 auto;
}

.iphone-device {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	display: block;
}

.iphone-video {
	position: absolute;
	top: 1.5%;
	left:26%;
	width:48%;
	height: 97%;
	object-fit: cover;
	border-radius:30px;
	z-index: 1;
	background: #000;
}

.hero-section .hero-bg,
.hero-section .creator-bg,
.hero-section .partner-bg {
	display: block;
	position: relative;
	margin-top: -90px;
}

.hero-section .hero-bg::before {
	content: '';
	display: block;
	position: absolute;
	background-image: url('./../../images/hero-gradiant.png');
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	top: -90px;
	height: calc(100vh);
	width: 100%;
	z-index: -1;
	max-height: 838px;
}

.hero-section .creator-bg::before {
	content: '';
	display: block;
	position: absolute;
	background-image: url('./../../images/creator_sourcing/creator-gradiant.png');
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	top: -90px;
	height: calc(100vh);
	width: 100%;
	z-index: -1;
	max-height: 838px;
}

.hero-section .hero-bg::after,
.creator-content-section::after,.recognition-impact-section::after {
	content: '';
	display: block;
	position: absolute;
	background-image: url('./../../images/hero-waves.png');
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.creator-content-section::after {
	background-image: url('./../../images/hero-waves.png');
	background-position: center bottom;
	background-size: contain;
}

.creator-content-section::before {
	content: '';
	display: block;
	position: absolute;
	transform: translate(50%, 50%);
	background: url('./../../images/hero-gradiant.png');
	background-repeat: repeat;
	background-repeat: no-repeat;
}
.free-text{color:rgba(255, 255, 255, 0.60);}
.hero-section .c-section {
	height: calc(100vh - 90px);
	max-height: 700px;
}

.hero-section .ai-agent-text {
	display: block;
	position: relative;
	font-size:50px;
	font-style: normal;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 40px;
}

.hero-section .ai-agent-text span {
	background-image: linear-gradient(90deg, #04F 0%, #E7417E 34.62%, #E27333 66.83%, #E54D6A 100%);
	color: transparent;
	background-clip: text;
}

.hero-section .ai-text {
	color: rgba(255, 255, 255, 0.60);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 0;
}

.hero-section .ai-text span.tx-white {
	color: #FFF;
}

.hero-section .btn,
.theme-btn .btn {
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	border-radius: 30px;
	border: none;
	box-shadow: none;
	padding: 16px 30px;
	color: #FFF;
}
.theme-btn .btn a{text-decoration: none;}
.hero-section .btn.btn-started,
.theme-btn .btn-started,
.btn-gradient-bg,
.highlight-badge {
	background: linear-gradient(90deg, #04F 0%, #E7417E 34.62%, #E27333 66.83%, #E54D6A 100%);
}
.btn-started a,
.btn-started a:hover,.btn-learn a,
.btn-learn a:hover {
	color: #FFF;
	text-decoration: none;

}
.hero-section .btn.btn-learn,
.theme-btn .btn-learn {
	border: 2px solid #04F;
}

/* .theme-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
} */

.pricing-section .theme-btn .btn {
	width: 100%;
}

.hero-section .scroll-down {
	display: block;
	position: relative;
	padding: 0px 100px 100px 0px;
	margin-top: -50px;
	text-align: center;
	cursor: pointer;
}

.hero-section .scroll-down::after {
	content: '';
	z-index: -1;
	height: 100%;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(22, 13, 29, 0.00) 0%, rgba(8, 8, 25, 0.70) 50%, #020617 100%);
}

.hero-section .scroll-down p {
	font-family: "Space Grotesk", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: rgba(255, 255, 255, 0.50);
	margin-bottom: 0;
}

.hero-section .ipad-mini {
	position: relative;
}

.hero-section .ipad-mini img {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

.hero-section .ipad-mini video {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	padding: 20px;
}

.hero-section .ipad-mini .video-controls {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	padding: 15px;
	z-index: 4;
	border-radius: 0 0 15px 15px;
	display: none;
}

.hero-section .ipad-mini .controls-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}

/* Brand Video Controls */
.brand-section .main {
	position: relative;
	z-index: 10;
}

#sp-brand-video-wrapper {
	position: relative;
	z-index: 8;
	width: calc(870px - 54px);
	height: calc(510px - 54px);
	display: block;
	transform: scale(0.85);
}

.brand-video-controls {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	padding: 15px;
	z-index: 15;
	border-radius: 0 0 15px 15px;
	display: none;
	pointer-events: auto;
}

.brand-video-controls .controls-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}

.brand-video-controls .control-btn {
	background: rgba(0, 0, 0, 0.5);
	border: none;
	cursor: pointer;
	padding: 8px;
	border-radius: 50%;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	z-index: 20;
	position: relative;
}

.brand-video-controls .control-btn:hover {
	background: rgba(255, 255, 255, 0.2);
}

.hero-section .ipad-mini .control-btn {
	background: rgba(0, 0, 0, 0.5);
	border: none;
	cursor: pointer;
	padding: 8px;
	border-radius: 50%;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-section .ipad-mini .control-btn:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: scale(1.1);
}

.hero-section .ipad-mini .control-btn svg {
	width: 24px;
	height: 24px;
}

.creator-hero-image img {
	max-height: 85vh
}

.brand-section {
	display: block;
	position: relative;
}

.brand-section .brand-bg {
	display: block;
	position: relative;
}

.brand-section .brand-bg::after {
	content: '';
	display: block;
	position: absolute;
	background-image: url('./../../images/brand-waves.png');
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	bottom: 50px;
	height: 100%;
	width: 100%;
	z-index: -111;
}

.half-circ-bg::after {
	content: '';
	display: block;
	position: absolute;
	background-image: url('./../../images/creator_sourcing/brand_bg.png');
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	bottom: 0px;
	height: 100%;
	width: 100%;
	z-index: -111;
}

.brand-section .trusted-text {
	color:#fff;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	display: block;
	position: relative;
	text-align: center;
	padding-bottom: 60px;
}
.brand-section .trusted-text-sub{
color: rgba(255, 255, 255, 0.70);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.brand-section .brand-slider {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	gap: 74px;
}

.brand-section .brand-videos {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 60px 0;
}

.brand-section .brand-videos img {
	display: block;
	position: relative;
	border-radius: 20px;
	width: 100%;
}

.brand-section .brand-videos video {
	display: block;
	position: relative;
	border-radius: 20px;
}

.brand-section .brand-videos .first {
	display: block;
	position: relative;
	right: -6em;
}

.brand-section .brand-videos .first video,
.brand-section .brand-videos .five video {
	width:100px;
	opacity: 0.7;
}

.brand-section .brand-videos .second {
	display: block;
	position: relative;
	right: -5em;
}

.brand-section .brand-videos .second video,
.brand-section .brand-videos .four video {
	width:150px;
	opacity: 0.8;
}

.brand-section .brand-videos .main video,
.brand-section .brand-videos .main img {
	width: 600px;
	opacity: 1;
}

.brand-section .brand-videos .main img {
	opacity: 0;
}

.brand-section .brand-videos .four {
	display: block;
	position: relative;
	left: -5em;
	z-index: -1;
}

.brand-section .brand-videos .five {
	display: block;
	position: relative;
	left: -6em;
	z-index: -11;
}

.how-works {
	display: block;
	position: relative;
}

.how-works .works-bg::before {
	content: '';
	display: block;
	position: absolute;
	background-image: url('./../../images/how-gradiant.png');
	background-position: center;
	background-size: 80rem;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	/* top: -20em; */
}

.how-works .works-bg::after {
	content: '';
	display: block;
	position: absolute;
	background-image: url('./../../images/how-waves.png');
	background-position: center;
	background-size: 60rem;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	z-index: -1;
	top: 0;
	/* top: -12em; */
}

.how-works .btn-works {
	display: inline-block;
	position: relative;
	padding: 8px 20px;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	border-radius: 30px;
	background: linear-gradient(90deg, #BD40B3 0%, #E7417E 35.1%, #E54D6A 69.71%, #E27333 100%);
	color: #FFF;
	font-family: "Space Grotesk";
	font-size: 16px;
	font-weight: 700;
}

.how-works .how-header {
	display: block;
	position: relative;
	margin: 30px 0 90px;
	text-align: center;
}

.how-works .how-header .head {
	display: block;
	position: relative;
	color: #FFF;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.how-works .how-header .head sup {
	font-size: 18px;
	top: -1em;
  }
.how-works .how-header .head span {
	background: linear-gradient(90deg, #04F 0%, #E7417E 34.62%, #E27333 66.83%, #E54D6A 100%);
	color: transparent;
	background-clip: text;
}

.how-works .how-header .sub-head {
	display: block;
	position: relative;
	color: rgba(255, 255, 255, 0.60);
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	max-width: 900px;
	margin: 0 auto;
}

.how-works .ipad-mini {
	display: block;
	position: relative;
	max-width: 85%;
	margin: 0 auto;
}

.how-works .ipad-mini .ipad {
	display: block;
	position: relative;
	width: 60%;
	margin: 0 auto;
	z-index: 1;
}

.how-works .ipad-mini video {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 60%;
	height: 100%;
	z-index: 0;
	padding: 20px;
	margin: 0 auto;
}

.appview-section {
	display: block;
	position: relative;
}

.appview-section .img-ipadmini {
	display: block;
	position: relative;
	will-change: transform;
}

.appview-section .opacity-0 {
	opacity: 0;
}

.appview-section .img-ipadmini .ipad {
	position: relative;
	width: 90%;
	display: block;
}
#performance-dashboard {
	border-radius: 40px;
  }
.appview-section .img-ipadmini .ipad.zIndex {
	z-index: 1;
}

.appview-section .img-ipadmini {
	position: relative;
}

/*.appview-section .img-ipadmini:hover .video-controls {
	display: flex;
}*/

.appview-section .img-ipadmini video {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 100%;
	z-index: 0;
	padding: 20px;
}

.appview-section .img-ipadmini .video-controls {
	position: absolute;
	bottom: 30px;
	left: 50px;
	right: 50px;
	padding: 15px;
	z-index: 4;
	border-radius: 0 0 15px 15px;
	display: none;
}
#highlights-image .video-controls {
	left: auto;
  }
.appview-section .img-ipadmini .controls-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}

.appview-section .img-ipadmini .control-btn {
	background: rgba(0, 0, 0, 0.5);
	border: none;
	cursor: pointer;
	padding: 8px;
	border-radius: 50%;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.appview-section .img-ipadmini .control-btn:hover {
	transform: scale(1.1);
}

.appview-section .img-ipadmini .control-btn svg {
	width: 24px;
	height: 24px;
}

@media screen and (max-width: 768px) {
	.appview-section .img-ipadmini .video-controls {
		padding: 12px;
		bottom: 25px;
		left: 35px;
		right: 35px;
	}
	
	.appview-section .img-ipadmini .controls-wrapper {
		gap: 10px;
	}
	
	.appview-section .img-ipadmini .control-btn svg {
		width: 20px;
		height: 20px;
	}
	.section-padding{
		padding:30px 0;
	}
}

@media screen and (max-width: 480px) {
	.appview-section .img-ipadmini .video-controls {
		padding: 10px;
		bottom: 20px;
		left: 30px;
		right: 30px;
	}
	
	.appview-section .img-ipadmini .control-btn {
		padding: 6px;
	}
	
	.appview-section .img-ipadmini .control-btn svg {
		width: 18px;
		height: 18px;
	}
}
#highlights-image video {
	right: 0px;
	left: auto;
  }
.appview-section .agent-group {
	display: flex;
	position: relative;
	flex-direction: column;
	gap: 25px;
	align-items: start;
}

.appview-section .agent-group .text-group {
	display: block;
	position: relative;
}

.appview-section .agent-group .text-group .head {
	display: block;
	position: relative;
	color: #FFF;
	font-size: 30px;
	font-weight: 700;
	line-height: 25px;
  padding-bottom: 18px;
}

.appview-section .agent-group .text-group .txt {
	display: block;
	position: relative;
	color: rgba(255, 255, 255, 0.60);
	font-size: 18px;
	font-weight: 500;
}

.appview-section .agent-group .list-group {
	display: flex;
	position: relative;
	flex-direction: column;
	gap: 20px;
	list-style-type: none;
	margin-bottom: 0;
}

.appview-section .agent-group .list-group .list-item {
	display: flex;
	align-items: start;
	gap: 20px;
}

.appview-section .agent-group .list-group .list-item img {
	height: 30px;
	width: 30px;
	display: block;
	position: relative;
}

.appview-section .agent-group .list-group .list-item .title {
	display: block;
	position: relative;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}

.appview-section .agent-group .list-group .list-item .sub {
	display: block;
	position: relative;
	color: rgba(255, 255, 255, 0.60);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

.patent-text {
	border-radius: 100px;
	background: #6B2AFF;
	backdrop-filter: blur(20.542829513549805px);
	color: #E9E0FF;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 2px 6px;
  }
  .svideo-section .video-box .patent-text,.hero-section .c-section .patent-text {
	font-size: 18px;
	padding:10px 15px;
}
  .patent-text span{
  color: rgba(233, 224, 255, 0.60)
}

.performance-title {
	font-size: 72px;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 16px;
}
.real-performance-section:before {
	content: "";
	border-radius: 603px;
	background: linear-gradient(309deg, rgba(0, 194, 255, 0.21) 4.71%, rgba(161, 1, 116, 0.70) 95.29%);
	filter: blur(100px);
	width: 603px;
	height: 501px;
	flex-shrink: 0;
	position: absolute;
	left: 21%;
  }
  .real-performance-section::after {
	content: "";
	content: '';
	display: block;
	position: absolute;
	background-image: url('../../images/brand-waves.png');
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	bottom: 50px;
	height: 100%;
	width: 100%;
	z-index: -111;
  }
.performance-stats {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 32px;
}

.stat-pill {
	color: rgba(255, 255, 255, 0.60);
	font-size: 16px;
	font-weight: 500;
}

.performance-cards {
	display: flex;
	justify-content: center;
	gap: 24px;
	margin-top: 64px;
	margin-bottom: 64px;
}

.performance-card {
	background: #12121D;
	border: 2px solid #282828;
	border-radius: 30px;
	padding: 30px;
	width: 100%;
	max-width: 380px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	transition: all 0.3s ease;
}

.performance-card:hover {
	border-color: rgba(139, 92, 246, 0.3);
	transform: translateY(-4px);
}

.card-brand {
	height: 24px;
}

.card-brand img {
	height: 100%;
	width: auto;
	object-fit: contain;
}

.card-metric {
	margin: 8px 0 16px;
}

.card-metric h2 {
	font-size: 72px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 8px;
}

.card-metric h3 {
	font-size: 24px;
	font-weight: 500;
	margin: 0;
}

.card-details {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.card-details p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

.divider {
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
	width: 100%;
}

.bottom-stats {
	display: flex;
	justify-content: center;
	gap: 80px;
	margin-top: 48px;
}

.stat-group h2 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 8px;
}

.stat-group p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	margin: 0;
}

@media (max-width: 768px) {
	.performance-title {
		font-size: 48px;
	}
	
	.performance-stats {
		flex-direction: column;
		align-items: center;
	}
	
	.performance-cards {
		flex-direction: column;
		align-items: center;
	}
	
	.performance-card {
		max-width: 100%;
	}
	
	.bottom-stats {
		flex-direction: column;
		align-items: center;
		gap: 32px;
	}
	.svideo-section .video-box .patent-text{
		display: block;
		line-height:24px;
		text-align:center;
	}
}

.real-creator {
	display: block;
	position: relative;
	padding: 35em 0 20em;
}

.real-creator::after {
	content: '';
	display: block;
	position: absolute;
	background-image: url('./../../images/hero-waves.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 100%;
	bottom: 16em;
	z-index: -1;
}

.real-creator .real-head {
	display: flex;
	position: relative;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 40px;
}


.real-creator .real-head .txt {
	display: block;
	position: relative;
	color: #FFF;
	text-align: center;
	font-size: 80px;
	font-weight: 800;
	line-height: 90px;
}

.real-creator .real-head .txt span {
	display: block;
	position: relative;
	background: linear-gradient(90deg, #04F 0%, #E7417E 34.62%, #E27333 66.83%, #E54D6A 100%);
	background-clip: text;
	color: transparent;
}

.real-creator .real-head .sub-txt {
	display: block;
	position: relative;
	color: rgba(255, 255, 255, 0.60);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 0;
}

.real-creator .real-boxs {
	display: block;
	position: absolute;

}

.real-creator .real-boxs .box {
	border-radius: 30px;
	padding: 30px;
	width: 370px;
	backdrop-filter: blur(10px)
}

.real-creator .real-boxs .box img {
	height: 34px;
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.real-creator .real-boxs .box .speed {
	color: #FFF;
	font-size: 60px;
	font-weight: 800;
}

.real-creator .real-boxs .box .subtitle {
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 24px;
}

.real-creator .real-boxs .box .details {
	color: rgba(255, 255, 255, 0.60);
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
}

.real-creator .real-boxs .box.s-box {
	height: 150px;
	width: 150px;
	text-align: center;
	padding: 25px 30px;
}

.real-creator .real-boxs .box.s-box .speed {
	font-size: 30px;
}

.real-creator .real-boxs .box.s-box .subtitle {
	font-size: 16px;
}

.real-creator .real-boxs.box-roas {
	top: 20em;
}

.real-creator .real-boxs.box-roas .box {
	border: 2px solid #04F;
}

.real-creator .real-boxs.box-roas-achieve {
	top: 25em;
	left: calc(50vw - 10em);
}

.real-creator .real-boxs.box-roas-achieve .box {
	border: 2px solid #e7417e;
}

.real-creator .real-boxs.box-dig-inn {
	right: calc(50vw - 40em);
	top: 25em;
}

.real-creator .real-boxs.box-dig-inn .box {
	border: 2px solid #e27333;
}

.real-creator .real-boxs.box-roas-sign {
	bottom: 2em;
	right: calc(50vw - 6em);
}

.real-creator .real-boxs.box-roas-sign .box {
	border: 2px solid #e54d6a;
}

.real-creator .real-boxs.box-repurposed {
	bottom: 8em;
	right: calc(50vw - 34em)
}

.real-creator .real-boxs.box-repurposed .box {
	border: 2px solid #04F;
}

.svideo-section {
	display: block;
	position: relative;
	background-image: url('./../../images/svmbg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.svideo-section::before {
	content: '';
	display: block;
	position: absolute;
	background: linear-gradient(0deg, rgba(22, 13, 29, 0.00) 0%, rgba(8, 8, 25, 0.70) 54.33%, #020617 100%);
	height:150px;
	z-index: 1;
	top: 0;
	width: 100%;
}
.svideo-section::after {
	content: '';
	display: block;
	position: absolute;
	background:linear-gradient(180deg, rgba(22, 13, 29, 0.00) 0%, rgba(8, 8, 25, 0.70) 54.33%, #020617 100%);
	height: 60%;
	z-index: 1;
	bottom: 0;
	width: 100%;
}
.svideo-section .theme-btn {
	z-index: 1;
	position: relative;
  }
.svideo-section .video-box {
	display: flex;
	position: relative;
	top:9em;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 60px;
	border-radius: 40px;
	backdrop-filter: blur(20px);
	box-shadow: 0 4px 24px -1px rgba(0, 0, 0, 0.20);
	background: linear-gradient(127deg, rgba(0, 0, 0, 0.40) 12.11%, rgba(0, 0, 0, 0.10) 73.08%);
	border: 2px solid #40F;
	z-index: 12;
}
.pvm-demo-btn {
	margin: 0 auto;
}
.svideo-section .video-box .head h2 {
	color: #FFF;
	font-size: 40px;
	font-weight: 700;
	line-height:42px;
}
.svideo-section .video-box .head h3 {
	color: rgba(255, 255, 255, 0.50);
	font-size:30px;
	font-weight: 700;
	margin-bottom: 42px;
}

.svideo-section .video-box .head p {
	color: rgba(255, 255, 255, 0.80);
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}

.svideo-section .video-box .btn.btn-learn {
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	border-radius: 30px;
	border: none;
	box-shadow: none;
	padding: 12px 30px;
	color: #FFF;
	background: linear-gradient(90deg, #04F 0%, #E7417E 34.62%, #E27333 66.83%, #E54D6A 100%);
}

.svideo-section .model-steps {
	margin-top: 60px;
}

.model-steps .d-flex {
	flex-wrap: wrap;
}

.model-card {
	display: flex;
	flex: 1;
	min-width: 303px;
	padding: 20px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 16px;
	border: 2px solid #282828;
	background: #12121D;
	box-shadow: 0 4px 24px -1px rgba(0, 0, 0, 0.20);
	backdrop-filter: blur(20px);
}

@media screen and (max-width: 991px) {
	.model-card {
		min-width: calc(50% - 15px);
	}
}

@media screen and (max-width: 767px) {
	.model-card {
		min-width: 100%;
		margin-bottom: 20px;
	}
	
	.model-steps .d-flex {
		gap: 20px !important;
	}
}

.model-card .card-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	align-self: stretch;
}

.model-card img {
	width: 40px;
	height: 40px;
}

.model-card .text-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 7px;
	align-self: stretch;
}

.model-card h4 {
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin: 0;
}

.model-card p {
	color: rgba(255, 255, 255, 0.80);
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
}

.blue-gap {
	display: block;
	position: relative;
	height: 200px;
	background: #020617;
}

/* Horizontal Brand Carousel */
.brand-carousel-horizontal {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.brand-carousel-track-horizontal {
	display: flex;
	/* Remove CSS animation - now handled by JavaScript */
	will-change: transform;
}

.brand-item-horizontal {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	height: 80px;
	opacity: 0.7;
	transition: opacity 0.3s ease;
	flex-shrink: 0;
}

.brand-item-horizontal:hover {
	opacity: 1;
}

.brand-item-horizontal img {
	max-height: 50px;
	max-width: 150px;
	filter: brightness(0.8);
	transition: filter 0.3s ease;
}

.brand-item-horizontal:hover img {
	filter: brightness(1);
}

/* Mobile responsive adjustments */
@media screen and (max-width: 768px) {
	.brand-item-horizontal {
		min-width: 150px;
		height: 60px;
	}
	
	.brand-item-horizontal img {
		max-height: 35px;
		max-width: 120px;
	}
}

@media screen and (max-width: 768px) {
	.hero-section .ipad-mini .video-controls {
		padding: 12px;
		bottom: 25px;
		left: 25px;
		right: 25px;
	}
	
	.hero-section .ipad-mini .controls-wrapper {
		gap: 10px;
	}
	
	.hero-section .ipad-mini .control-btn svg {
		width: 20px;
		height: 20px;
	}
	
	.brand-video-controls {
		padding: 12px;
		bottom: 25px;
		left: 25px;
		right: 25px;
	}
	
	.brand-video-controls .controls-wrapper {
		gap: 10px;
	}
	
	.brand-video-controls .control-btn svg {
		width: 20px;
		height: 20px;
	}
}

@media screen and (max-width: 480px) {
	.brand-item-horizontal {
		min-width: 120px;
		height: 50px;
	}
	
	.brand-item-horizontal img {
		max-height: 30px;
		max-width: 100px;
	}
	.brand-section .brand-videos .first,.brand-section .brand-videos .second,.brand-section .brand-videos .four,.brand-section .brand-videos .five{
		display: none;
	}
	
	.hero-section .ipad-mini .video-controls {
		padding: 10px;
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
	
	.hero-section .ipad-mini .control-btn {
		padding: 6px;
	}
	
	.hero-section .ipad-mini .control-btn svg {
		width: 18px;
		height: 18px;
	}
	
	.brand-video-controls {
		padding: 10px;
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
	
	.brand-video-controls .control-btn {
		padding: 6px;
	}
	
	.brand-video-controls .control-btn svg {
		width: 18px;
		height: 18px;
	}
}

/* Content at Bottom */
.brand-content-bottom {
	display: block;
	position: relative;
	text-align: center;
}

.brand-title {
	display: block;
	position: relative;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

.gradient-text {
	position: relative;
	background: linear-gradient(90deg, #8B5CF6 0%, #EC4899 34.62%, #F97316 66.83%, #EF4444 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.brand-description {
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 auto;
	max-width:900px;
	text-align: center;
	margin-bottom: 24px;
}

/* Figma Typography - Main Title */
.content-title {
	font-size: 38px;
	font-weight: 700;
	color: #FFF;
	line-height: normal;
	margin-bottom: 20px;
}

.content-features {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.feature-item {
	position: relative;
	transition: all 0.3s ease;
}

/* Figma Typography - Feature Title */
.feature-title {
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
	line-height: 28px;
	margin-bottom: 7px;
}

/* Figma Typography - Feature Description */
.feature-description {
	font-size: 18px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.60);
	line-height: 28px;
	margin: 0;
	max-width: 419px;
}

.content-image {
	display: block;
	position: relative;
}

.content-image img {
	max-width: 100%;
	height: auto;
	border-radius: 15px;
	transition: transform 0.3s ease;
}

/* UGC Content Section */
.ugc-content-section,
.influencer-marketing-section,
.viral-meme-section {
	position: relative;
}

/* BUILD-A-BEAR SECTION */

.build-a-bear-left {
	padding:0px 40px;
}

/* Header with Logo and Title */
.build-a-bear-header {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
}

.build-a-bear-logo img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.build-a-bear-title h2 {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 8px 0;
}

.build-a-bear-title p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	margin: 0;
}

/* Challenge and Solution */
.build-a-bear-challenge,
.build-a-bear-solution {
	margin-bottom: 40px;
}

.build-a-bear-challenge h3,
.build-a-bear-solution h3 {
	font-size: 24px;
	font-weight: 700;
	color:rgba(255,255,255,0.5);
	margin-bottom: 12px;
}

.build-a-bear-challenge p,
.build-a-bear-solution p {
	font-size: 18px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.5);
	margin: 0;
}

/* Testimonial */
.build-a-bear-testimonial {
	margin-top: 10px;
  position: relative;
  border-radius: 16px;
  background: #202526;
  padding: 20px 40px 20px;
}

.build-a-bear-testimonial blockquote {
	font-size: 20px;
	line-height: 1.6;
	color: #fff;
	font-style: italic;
	margin: 0 0 12px 0;
}

.build-a-bear-testimonial cite {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	font-style: normal;
}

/* Metrics Grid */
/* .build-a-bear-metrics {
	padding: 40px;
} */

.metrics-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.metric-item {
	text-align: left;
}

.metric-number {
	font-size: 48px;
	font-weight: 700;
	background: linear-gradient(90deg, #04F 0%, #E7417E 34.62%, #E27333 66.83%, #E54D6A 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	line-height: 1;
	margin-bottom: 8px;
}

.metric-label {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 8px;
}

.metric-detail {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.4;
}

/* CASE STUDIES SECTION */

.case-study-card {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 20px;
	padding: 40px 30px;
	margin-bottom: 30px;
	transition: transform 0.3s ease, background 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.case-study-card:hover {
	transform: translateY(-10px);
	background: rgba(255, 255, 255, 0.08);
}

.case-study-logo {
	margin-bottom: 30px;
	text-align: left;
}

.case-study-logo img {
	max-height: 60px;
	max-width: 200px;
	object-fit: contain;
}

.case-study-metric {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.case-study-card .metric-number {
	font-size: 48px;
	font-weight: 700;
	background: linear-gradient(90deg, #04F 0%, #E7417E 34.62%, #E27333 66.83%, #E54D6A 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	line-height: 1;
	margin-bottom: 12px;
}

.case-study-card .metric-number.extended {
	font-size: 36px;
	background: linear-gradient(90deg, #8B5CF6 0%, #EC4899 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.case-study-card .metric-label {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 12px;
}

.case-study-card .metric-detail {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 20px;
	line-height: 1.4;
}

.metric-quote {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	font-style: italic;
	border-left: 3px solid #8B5CF6;
	padding-left: 15px;
	margin-top: auto;
}

@media screen and (max-width: 768px) {
	.hero-section .ai-agent-text {
		font-size: 40px;
	}
	.hero-section .pe-5{
		padding-right: 0px !important;
	}

	.hero-section .ai-text {
		font-size: 16px;
	}

	.hero-section .btn, .theme-btn .btn{
		font-size: 14px;
		padding: 10px;
	}

	.hero-section .scroll-down {
		display: none;
	}

	.hero-section .ipad-mini {
		margin: 0 auto;
		margin-bottom: 50px;
	}

	/* .hero-section .ipad-mini img {
		height: 335px;
	} */

	.hero-section .ipad-mini video {
		padding: 8px;
	}

	.appview-section .opacity-0 {
		opacity: 1;
	}

	.brand-section .brand-slider {
		gap: 30px;
	}

	.brand-section .brand-videos {
		padding: 50px 0;
	}

	.brand-section .brand-videos .main video {
		width: 350px;
	}

	.brand-section .brand-videos .first {
		right: -3em;
	}

	.brand-section .brand-videos .second {
		right: -2em;
	}

	.brand-section .brand-videos .four {
		left: -2em;
	}

	.brand-section .brand-videos .five {
		left: -3em;
	}

	.how-works .how-header {
		margin: 30px 0 50px;
	}

	.how-works .how-header .head {
		font-size: 30px;
	}

	.how-works .how-header .sub-head {
		font-size: 16px;
	}

	.how-works .ipad-mini {
		width: 80%;
	}

	.how-works .ipad-mini .ipad {
		width: 100%;
		/* height: 325px; */
	}

	.how-works .ipad-mini video {
		width: 100%;
		padding: 10px;
	}

	.how-works .btn-works {
		font-size: 14px;
	}

	.how-works .real-creator .real-boxs.box-roas {
		top: 5em;
	}

	.how-works .real-creator .real-boxs.box-roas-achieve {
		top: 10em;
	}

	.how-works .real-creator .real-boxs.box-dig-inn {
		top: 15em;
	}

	.how-works .real-creator .real-boxs.box-roas-sign {
		bottom: 2em;
	}

	.how-works .real-creator .real-boxs.box-repurposed {
		bottom: 8em;
	}

	.appview-section .img-ipadmini {
		margin: 0 auto;
	}
	#performance-dashboard{
		border-radius: 20px;
	}

	.appview-section .img-ipadmini .ipad {
		width: 100%;
	}

	.appview-section .img-ipadmini video {
		width: 100%;
		padding: 10px;
	}

	.real-creator {
		padding: 15em 0;
	}

	.real-creator .real-head {
		gap: 20px;
	}

	.real-creator .real-head .txt {
		font-size: 40px;
		line-height: 50px;
		text-align: left;
	}

	.real-creator .real-head .sub-txt {
		font-size: 18px;
		padding: 0 20px;
		text-align: left;
	}

	.real-creator .real-boxs .box {
		width: 240px;
		padding: 20px;
	}

	.real-creator .real-boxs .box .speed {
		font-size: 40px;
	}

	.real-creator .real-boxs .box .subtitle {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.real-creator .real-boxs .box .details {
		font-size: 14px;
		line-height: 20px;
	}

	.real-creator .real-boxs .box.s-box {
		height: 120px;
		width: 120px;
		padding: 15px 20px;
	}

	.real-creator .real-boxs .box.s-box .speed {
		font-size: 24px;
	}

	.real-creator .real-boxs .box.s-box .subtitle {
		font-size: 14px;
	}

	.real-creator .real-boxs.box-roas {
		top:16em;
		left: 1.5em;
		max-width: 340px;
	}
	.real-creator .real-boxs.box-roas .box{
		width: 90%;
	}

	.real-creator .real-boxs.box-roas-achieve {
		top: 2em;
		left: calc(50vw - 3.5em);
	}

	.real-creator .real-boxs.box-dig-inn {
		right: 20px;
		top: -3em;
	}

	.real-creator .real-boxs.box-roas-sign {
		bottom: -4em;
		right: calc(50vw - 20em);
	}

	.real-creator .real-boxs.box-repurposed {
		bottom: 0;
		left: 5em;
	}

	.svideo-section {
		padding: 100px 0;
	}

	.svideo-section .video-box {
		top: 2em;
		padding: 40px 20px;
	}

	.svideo-section .video-box .head {
		flex-direction: column !important;
		gap: 20px;
		text-align: center;
		align-items: center !important;
		justify-content: center !important;
	}
	.svideo-section .video-box .head h3{
		font-size: 24px;
	}
	.svideo-section::after{
		height:100%;
	}

	.svideo-section .video-box .head .w-50 {
		width: 100% !important;
	}

	.svideo-section .video-box .head h2 {
		font-size: 28px;
		text-align: center;
		margin-bottom: 15px;
	}

	.svideo-section .video-box .head p {
		font-size: 16px;
		line-height: 24px;
		text-align: center;
		margin-bottom: 20px;
	}

	.svideo-section .model-steps .box {
		flex-direction: column;
		text-align: center;
		gap: 10px;
		margin-bottom: 30px;
	}

	.svideo-section .model-steps .box .img {
		width: 60px;
		height: 60px;
	}

	.svideo-section .model-steps .box .img img {
		height: 30px;
		width: 30px;
	}

	.svideo-section .model-steps .box span {
		width: 100%;
		font-size: 16px;
		line-height: 24px;
	}

	.blue-gap {
		height: 80px;
	}
}

@media screen and (max-width: 640px) {

	/* .hero-section .ipad-mini img {
		height: 185px;
	}

	.how-works .ipad-mini .ipad {
		height: 175px;
	}

	.appview-section .img-ipadmini .ipad {
		height: 175px;
	} */

	.hero-section .creator-bg {
		min-height: auto;
	}
	.real-creator .real-head .txt span{display: inline;}

	.real-creator {
		padding:52em 0 15em;
	}

	.real-creator .real-boxs.box-roas-achieve {
		top: 34em;
		right: 1em;
		left:auto;
		z-index:2;
	}

	.real-creator .real-boxs.box-dig-inn {
		top: 42em;
		left: 1em;
		max-width: 240px;
	}

	.real-creator .real-boxs.box-roas-sign {
		bottom:-1em;
		right: auto;
	}

	.real-creator .real-boxs.box-repurposed {
		bottom:16em;
    	right: 1em;
    	max-width: 150px;
    	left: auto;
	}
	.real-creator .real-head{top:-55em}

	.svideo-section {
		padding:20px 0;
		z-index:6;
	}

	/* Brand Section Mobile Styles */
	.brand-section {
		padding-top: 30px;
	}

	.brand-item-horizontal {
		min-width: 100px;
		margin-right:30px;
	}

	.brand-item-horizontal img {
		max-height: 40px;
		max-width: 120px;
	}

	.brand-title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.brand-description {
		font-size: 16px;
		width: 100%;
		margin: 40px auto;
	}

	/* Content Sections Mobile Styles - Figma Design */
	.content-text {
		text-align: left;
	}

	.content-title {
		font-size: 28px;
		margin-bottom: 20px;
		font-weight: 700;
		line-height: normal;
	}

	.content-features {
		gap: 24px;
	}

	.feature-item {
		transition: all 0.3s ease;
	}

	.feature-item:hover {
		transform: translateX(5px);
	}

	.feature-title {
		font-size: 20px;
		margin-bottom: 6px;
		font-weight: 700;
		line-height: 24px;
	}

	.feature-description {
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
		color: rgba(255, 255, 255, 0.60);
	}

	.content-image {
		padding: 10px;
		margin-bottom: 30px;
	}

	/* Build-A-Bear Mobile Styles */
	.build-a-bear-section {
		padding: 30px 0;
	}

	.build-a-bear-left,
	.build-a-bear-metrics {
		padding: 20px;
	}

	.build-a-bear-header {
		flex-direction: column;
		text-align: center;
		gap: 15px;
		margin-bottom: 30px;
	}

	.build-a-bear-logo img {
		width: 60px;
		height: 60px;
	}

	.build-a-bear-title h2 {
		font-size: 24px;
	}

	.build-a-bear-challenge h3,
	.build-a-bear-solution h3 {
		font-size: 20px;
	}

	.build-a-bear-challenge,
	.build-a-bear-solution {
		margin-bottom: 30px;
	}

	.build-a-bear-testimonial {
		margin-top: 30px;
	}

	.build-a-bear-testimonial blockquote {
		font-size: 18px;
	}

	.metrics-grid {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.metric-number {
		font-size: 36px;
	}

	.metric-label {
		font-size: 18px;
	}

	/* Case Studies Mobile Styles */
	.case-studies-section {
		padding: 20px 0;
	}

	.case-study-card {
		padding: 30px 20px;
		margin-bottom: 20px;
	}

	.case-study-logo {
		margin-bottom: 20px;
	}

	.case-study-logo img {
		max-height: 50px;
	}

	.case-study-card .metric-number {
		font-size: 36px;
	}

	.case-study-card .metric-number.extended {
		font-size: 28px;
	}

	.case-study-card .metric-label {
		font-size: 18px;
	}

	.case-study-card .metric-detail {
		font-size: 13px;
	}

	.metric-quote {
		font-size: 14px;
	}
}

/* CREATIVE PLATFORMS SECTION */
.creative-platforms-image {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.creative-platforms-image img {
	max-width: 100%;
	height: auto;
	border-radius: 15px;
}

.creative-platforms-content {
	padding: 40px;
}

.platforms-title {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 24px;
	line-height: 1.2;
}

.platforms-description {
	font-size: 18px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 16px;
}

.platforms-brands {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 40px;
}

.platforms-features {
	list-style: none;
	padding: 0;
	margin: 0;
}

.platform-feature {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
}

.feature-icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.platform-feature span {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.4;
}

/* HIGHLIGHTS SHOWCASE SECTION */

.highlight-card {
	padding: 24px;
	margin-bottom: 30px;
	transition: transform 0.3s ease;
	height: 100%;
	position: relative;
}

.highlight-card:hover {
	transform: translateY(-10px);
}

.highlight-video {
	margin: 20px 0;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

.highlight-badge {
	position: absolute;
	color: #fff;
	top:45px;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	z-index: 2;
}


.highlight-video img {
	width: 100%;
	height: auto;
	transition: transform 0.3s ease;
}

.highlight-card:hover .highlight-video img {
	transform: scale(1.05);
}

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

.highlight-title {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom:12px;
}

.highlight-description {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
	padding-left:12px
}
.highlight-description li {
	padding-bottom: 5px;
  }
/* HIGHLIGHTS POWERS SECTION */


.powers-title {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 24px;
	color: #fff;
	line-height: 1.2;
}

.powers-description {
	font-size: 18px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.8);
	max-width: 800px;
	margin: 0 auto;
}

.powers-image {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.powers-image::before,.glow-bg::before {
	content: '';
	display: block;
	position: absolute;
	border-radius: 706px;
	background: linear-gradient(309deg, rgba(0, 194, 255, 0.30) 4.71%, #A10174 95.29%);
	filter: blur(125.88235473632812px);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.powers-image img {
	max-width: 100%;
	height: auto;
	max-height: 500px;
	border-radius: 15px;
}

.powers-accordion {
	padding: 20px 0;
	background: transparent;
}

.accordion-item {
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 0;
	padding: 0;
}

.accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
	cursor: pointer;
	transition: all 0.3s ease;
	background: transparent;
	border: none;
	width: 100%;
}

.accordion-header:hover .accordion-title {
	color: #8B5CF6;
}

.accordion-title {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	transition: color 0.3s ease;
}

.accordion-icon {
	font-size: 28px;
	font-weight: 300;
	color: #fff;
	transition: transform 0.3s ease;
	line-height: 1;
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	padding: 0;
	background: transparent;
}

.accordion-content.active {
	max-height: 300px;
	padding-bottom: 25px;
}

.accordion-subtitle {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 12px;
	font-weight: 500;
}

.accordion-description {
	font-size: 16px;
	line-height: 1.6;
	color:#fff;
	margin-bottom: 20px;
}


/* CTA SECTION */

.cta-bg-container {
	background: url('../../images/highlights/cta_bg.png') center center no-repeat;
	background-size: cover;
}

.cta-bg-container:before {
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(18, 18, 29, 0.00) 0%, #12121D 100%);
}
.cta-bg-container:after {
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(18, 18, 29, 0.00) 0%, #12121D 100%);
}

.cta-content {
	max-width: 800px;
	margin: 0 auto;
	padding: 80px 0;
}

.cta-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 24px;
	color: #fff;
}

.cta-description {
	font-size: 18px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 32px;
}

.cta-buttons .btn {
	min-width: 180px;
}

/* WINNING MOMENTS SECTION */
.winning-moments-section {
	padding-bottom:60px ;
	position: relative;
}

.winning-moments-section:after {
	width: 262px;
	height: 1440px;
	transform: rotate(90deg);
	flex-shrink: 0;
	pointer-events: none;
	content: "";
	position: absolute;
	left: calc(50% - 131px);
	top: calc(50% - 720px);
	border-radius: 1440px;
	background: linear-gradient(309deg, rgba(0, 194, 255, 0.30) 4.71%, #A10174 95.29%);
	filter: blur(100px);
	z-index: -1;
}

.winning-moments-header {
	margin-bottom: 80px;
}

.moments-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 24px;
	color: #fff;
}

.moments-description {
	font-size: 18px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.8);
	max-width: 800px;
	margin: 0 auto;
}

.moment-card {
	border-radius: 30px;
	border: 2px solid #282828;
	background: #12121D;
	box-shadow: 0 4px 24px -1px rgba(0, 0, 0, 0.20);
	backdrop-filter: blur(20px);
	padding: 60px;
	height: 390px;
	transition: all 0.3s ease;
}

.moment-card:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(139, 92, 246, 0.3);
	transform: translateY(-4px);
}

.moment-header {
	margin-bottom: 20px;
	height: 50px;
}

.moment-icon {
	display: flex;
	align-items: center;
}

.moment-icon img {
	width: 50px;
	height: 50px;
}

.moment-card-title {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	line-height: normal;
}

.moment-card-subtitle {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 14px;
	line-height: 28px;
}

.moment-stats {
	margin-bottom: 20px;
}

.stat-value {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 500;
	line-height: 30px;
}

.moment-metric {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 20px;
}

.metric-item {
	display: block;
	position: relative;
}

.metric-icon {
	width: 16px;
	height: 16px;
	margin-top: 2px;
	flex-shrink: 0;
}

.metric-text {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 28px;
}

/* PROVEN RESULTS SECTION */

.proven-results-header {
	margin-bottom: 80px;
}

.results-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 24px;
	color: #fff;
}

.results-description {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
}

.result-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 32px;
	text-align: left;
	height: 100%;
	transition: all 0.3s ease;
}

.result-card:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(139, 92, 246, 0.3);
	transform: translateY(-4px);
}

.result-logo {
	margin-bottom: 24px;
}

.result-logo img {
	max-height: 60px;
	width: auto;
}

.result-metric {
	margin-bottom: 16px;
}

.metric-number {
	font-size: 48px;
	font-weight: 700;
	color: #8B5CF6;
	line-height: 1;
	margin-bottom: 8px;
}

.metric-label {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.result-description {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}



/* CONTACT SECTION */

.contact-content {
	flex-wrap: wrap;
}

.contact-title {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
}

.contact-cta .btn {
	white-space: nowrap;
}

.contact-cta .btn {
	min-width: 200px;
	padding: 16px 32px;
	font-size: 18px;
}

/* FAQ SECTION */
.faq-section {
	padding-top: 100px;
}

.faq-header {
	margin-bottom: 80px;
}

.faq-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 24px;
	color: #fff;
}

.faq-description {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
}

.faq-accordion {
	background: transparent;
}

.faq-item {
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 0;
	padding: 0;
}

.faq-header-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
	cursor: pointer;
	transition: all 0.3s ease;
	background: transparent;
	border: none;
	width: 100%;
}

.faq-header-item:hover .faq-question {
	color: #8B5CF6;
}

.faq-question {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	transition: color 0.3s ease;
}

.faq-icon {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	transition: transform 0.3s ease;
	line-height: 1;
}

.faq-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	padding: 0;
	background: transparent;
}

.faq-content.active {
	max-height: 300px;
	padding-bottom: 25px;
}

.faq-answer {
	font-size: 16px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
}

/**|Video SP|**/

#sp-brand-videos {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 10;
	object-fit: cover;
	border-radius: 17px;
	pointer-events: auto !important;
	opacity: 1 !important;
}

.animation-sticky-image {
	position: relative;
	width: 870px;
	height: 510px;
	margin: 0 auto;
	background: url(../../images/ipad-mini.png) no-repeat center;
	background-size: cover;
	padding: 27px;
	z-index: 1;
}

.sp-ipad-box {
	margin: 0 auto;
	width: 870px;
	height: 510px;
	z-index: 1;
}

.animation-sticky-image img {
	width: 100%;
	height: auto;
	display: block;
}

.animation-sticky-image:after {
	position: absolute;
	inset: 34px;
	content: "";
	background: #fff;
	border-radius: 17px;
	opacity: 0;
	pointer-events: none;
}

.ipad-width {
	width: calc(870px - 54px);
	height: calc(510px - 54px);
	border-radius: 17px;
	background: #ffffff;
	z-index: 1;
	position: relative;
}

@media screen and (max-width: 767px) {
	.brand-section .brand-videos {
		padding: 0;
	}

	.hero-section .c-section,
	.hero-section .hero-bg {
		height: 100%;
		max-height: 100%;
	}

	#sp-brand-video-wrapper {
		width: 370px;
		height: 180px;
	}

	#sp-brand-videos {
		border-radius: 9px;
	}

	.animation-sticky-image {
		width: 400px;
		height: 200px;
		padding: 12px;
		max-width: 100%;
		background-size: contain;
	}

	div#sp-ipad-target {
		width: 370px;
		height: 180px;
		border-radius: 7px;
		max-width: 100%;
	}
	.svideo-section::before {
		height: 100px;
	}

	/* Creative Platforms Mobile Styles */
	.creative-platforms-section {
		padding: 60px 0;
	}

	.creative-platforms-content {
		padding: 20px;
	}

	.platforms-title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.platforms-description {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.platforms-brands {
		font-size: 14px;
		margin-bottom: 30px;
	}

	.platform-feature {
		margin-bottom: 16px;
	}

	.platform-feature span {
		font-size: 16px;
	}

	.creative-platforms-image {
		padding: 10px;
		margin-bottom: 30px;
	}

	/* Highlights Showcase Mobile Styles */
	/* .highlights-showcase-section {
		padding: 60px 0;
	} */

	/* .highlight-card {
		padding: 20px;
		margin-bottom: 20px;
	} */

	.highlight-badge {
		font-size: 11px;
		padding: 6px 12px;
	}

	.highlight-video img {
		height: auto;
	}

	.highlight-title {
		font-size: 18px;
	}

	.highlight-description {
		font-size: 13px;
	}

	/* Highlights Powers Mobile Styles */
	.highlights-powers-section {
		padding: 60px 0;
	}

	.highlights-powers-header {
		margin-bottom: 60px;
	}

	.powers-title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.powers-description {
		font-size: 16px;
	}

	.powers-accordion {
		padding: 10px 0;
		background: transparent;
	}

	.accordion-title {
		font-size: 20px;
	}

	.accordion-subtitle {
		font-size: 14px;
	}

	.accordion-description {
		font-size: 14px;
	}

	.powers-image {
		padding: 10px;
		margin-bottom: 30px;
	}

	.accordion-header {
		padding: 20px 0;
	}

	/* CTA Section Mobile */
	/* .cta-section {
		padding: 60px 0;
	} */

	.cta-bg-container {
		padding: 60px 0;
		border-radius: 15px;
	}

	.cta-title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.cta-description {
		font-size: 16px;
		margin-bottom: 24px;
	}

	.cta-buttons {
		flex-direction: column;
		gap: 16px !important;
	}

	.cta-buttons .btn {
		width: 100%;
		min-width: auto;
	}

	/* Winning Moments Mobile */
	.winning-moments-section {
		padding: 60px 0;
	}

	.winning-moments-header {
		margin-bottom: 60px;
	}

	.moments-title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.moments-description {
		font-size: 16px;
	}

	.moment-card {
		padding: 40px;
		margin-bottom: 20px;
		height: auto;
	}

	.moment-card-title {
		font-size: 24px;
	}

	.moment-card-subtitle {
		font-size: 18px;
	}

	.metric-text {
		font-size: 16px;
	}

	/* Proven Results Mobile */

	.proven-results-header {
		margin-bottom: 60px;
	}

	.results-title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.results-description {
		font-size: 16px;
	}

	.result-card {
		padding: 24px;
		margin-bottom: 20px;
	}

	.metric-number {
		font-size: 36px;
	}

	/* Pricing Section Mobile */
	.pricing-section {
		padding: 60px 0;
	}

	.pricing-header {
		margin-bottom: 60px;
	}

	.pricing-title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.pricing-description {
		font-size: 16px;
	}

	.pricing-card {
		padding: 32px 24px;
		margin-bottom: 20px;
	}

	.plan-name {
		font-size: 20px;
	}

	.price-amount {
		font-size: 36px;
	}

	.feature-item {
		font-size: 14px;
	}

	/* Contact Section Mobile */
	.contact-content {
		flex-direction: column;
		gap: 24px !important;
	}

	.contact-title {
		font-size: 28px;
		margin-bottom: 0;
	}

	.contact-cta .btn {
		width: 100%;
		min-width: auto;
		font-size: 16px;
		padding: 14px 24px;
	}

	/* FAQ Section Mobile */
	.faq-section {
		padding: 60px 0;
	}

	.faq-header {
		margin-bottom: 60px;
	}

	.faq-title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.faq-description {
		font-size: 16px;
	}

	.faq-question {
		font-size: 18px;
	}

	.faq-header-item {
		padding: 20px 0;
	}

	.faq-answer {
		font-size: 14px;
	}
}