/* ============================================ */
/* SAMSUNG 990 PRO x SHARKOON CAMPAIGN           */
/* 26/05/2026 - 14/06/2026                       */
/* ============================================ */

/* RESET ---------------------------------- */

#brandportal-samsung-990pro * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}

/* TYPOGRAPHY ---------------------------------- */

#brandportal-samsung-990pro {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #1a1a1a;
	line-height: 1.5;
	background-color: #fafbfd;
}

#brandportal-samsung-990pro h1,
#brandportal-samsung-990pro h2,
#brandportal-samsung-990pro h3 {
	font-weight: 700;
	line-height: 1.2;
	color: #0a2a8a;
}

#brandportal-samsung-990pro h1 {
	font-size: 32px;
	margin-bottom: 15px;
}

#brandportal-samsung-990pro h2 {
	font-size: 22px;
	margin-bottom: 30px;
}

#brandportal-samsung-990pro h3 {
	font-size: 17px;
	margin: 12px 0 6px;
}

#brandportal-samsung-990pro p {
	margin-bottom: 12px;
	font-size: 15px;
}

#brandportal-samsung-990pro p:last-child {
	margin-bottom: 0;
}

#brandportal-samsung-990pro .eyebrow {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #0a2a8a;
	font-weight: 600;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	#brandportal-samsung-990pro .eyebrow {
		font-size: 16px;
	}
}

/* SHARED ---------------------------------- */

#brandportal-samsung-990pro .button-1 {
	display: inline-block;
	background-color: #0a2a8a;
	color: #ffffff;
	text-decoration: none;
	padding: 12px 28px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 4px;
	transition: background-color 0.2s ease;
}

#brandportal-samsung-990pro .button-1:hover {
	background-color: #061d63;
	color: #ffffff;
	text-decoration: none;
}

#brandportal-samsung-990pro section {
	padding: 50px 20px;
}

/* HERO ---------------------------------- */

#brandportal-samsung-990pro .hero {
	padding: 0;
}

#brandportal-samsung-990pro .hero-art img {
	width: 100%;
	height: auto;
	display: block;
}

/* INTRO ---------------------------------- */

#brandportal-samsung-990pro .intro > p:not(.eyebrow) {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

/* BUNDLE ---------------------------------- */

#brandportal-samsung-990pro .bundle-row {
	margin-top: 30px;
}

#brandportal-samsung-990pro .bundle-product {
	text-align: center;
	padding: 15px;
	color: inherit;
	text-decoration: none;
	transition: transform 0.25s ease;
}

#brandportal-samsung-990pro a.bundle-product:hover {
	color: inherit;
	text-decoration: none;
	transform: translateY(-3px);
}

#brandportal-samsung-990pro a.bundle-product:hover h3 {
	text-decoration: underline;
}

#brandportal-samsung-990pro .bundle-product img {
	display: block;
	max-width: 240px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#brandportal-samsung-990pro .bundle-media {
	position: relative;
	max-width: 240px;
	margin: 0 auto;
}

#brandportal-samsung-990pro .bundle-badge {
	position: absolute;
	top: -24px;
	right: -10px;
	width: 56px !important;
	height: auto;
	max-width: 56px;
}

@media (min-width: 768px) {
	#brandportal-samsung-990pro .bundle-badge {
		width: 72px !important;
		max-width: 72px;
		top: -32px;
		right: -14px;
	}
}

#brandportal-samsung-990pro .bundle-plus {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #0a2a8a;
	padding: 10px 0;
}

#brandportal-samsung-990pro .bundle-tag {
	margin-top: 14px;
	margin-bottom: 4px;
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: 700;
	color: #0a2a8a;
}

/* PICKER ---------------------------------- */

#brandportal-samsung-990pro .picker-row {
	max-width: 1000px;
	margin: 0 auto;
}

#brandportal-samsung-990pro .picker-item {
	padding: 12px;
}

#brandportal-samsung-990pro .picker-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #ffffff;
	border: 1px solid #e5ebf5;
	border-radius: 14px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 4px 14px rgba(10, 42, 138, 0.04);
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

#brandportal-samsung-990pro .picker-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
	text-decoration: none;
	color: inherit;
}

#brandportal-samsung-990pro .picker-media {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 35px 35px 10px;
	background: radial-gradient(ellipse at center, #eef2fa 0%, #ffffff 75%);
}

#brandportal-samsung-990pro .picker-media img {
	display: block;
	width: 100%;
	max-width: 240px;
	height: auto;
}

#brandportal-samsung-990pro .picker-text {
	padding: 24px 28px 28px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

#brandportal-samsung-990pro .picker-title {
	font-size: 18px;
	font-weight: 600;
	color: #1a1a1a;
	margin: 0 0 4px;
}

#brandportal-samsung-990pro .picker-title span {
	font-weight: 800;
	color: #0a2a8a;
}

#brandportal-samsung-990pro .picker-spec {
	font-size: 13px;
	color: #5a6b8c;
	margin-bottom: 18px;
}

#brandportal-samsung-990pro .picker-bundle {
	display: flex;
	align-items: center;
	gap: 12px;
	background-color: #eef2fa;
	border-radius: 10px;
	padding: 10px 14px;
	margin-bottom: 22px;
	font-size: 13px;
	color: #1a1a1a;
	line-height: 1.35;
}

#brandportal-samsung-990pro .picker-bundle strong {
	color: #0a2a8a;
	font-weight: 800;
}

#brandportal-samsung-990pro .picker-bundle-thumb {
	width: 48px;
	height: 48px;
	object-fit: contain;
	flex-shrink: 0;
}

#brandportal-samsung-990pro .picker-cta {
	margin-top: auto;
	align-self: stretch;
	text-align: center;
	background-color: #0a2a8a;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px 20px;
	border-radius: 8px;
	transition: background-color 0.2s ease;
}

#brandportal-samsung-990pro .picker-card:hover .picker-cta {
	background-color: #061d63;
}

/* STEPS ---------------------------------- */

#brandportal-samsung-990pro .steps {
	background-color: #f4f7fc;
}

#brandportal-samsung-990pro .steps-list {
	max-width: 900px;
	margin: 0 auto;
}

#brandportal-samsung-990pro .steps-item {
	padding: 20px;
}

#brandportal-samsung-990pro .steps-number {
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 50%;
	background-color: #0a2a8a;
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
	margin: 0 auto 14px;
}

/* ACTION INFO ---------------------------------- */

#brandportal-samsung-990pro .action-info {
	padding: 25px 20px;
	background-color: #f4f7fc;
	color: #5a6b8c;
	font-size: 13px;
}

/* RESPONSIVE ---------------------------------- */

@media (min-width: 768px) {
	#brandportal-samsung-990pro h1 {
		font-size: 44px;
	}

	#brandportal-samsung-990pro h2 {
		font-size: 28px;
		margin-bottom: 40px;
	}

	#brandportal-samsung-990pro h3 {
		font-size: 19px;
	}

	#brandportal-samsung-990pro p {
		font-size: 16px;
	}

	#brandportal-samsung-990pro section {
		padding: 70px 30px;
	}

	#brandportal-samsung-990pro .picker-title {
		font-size: 20px;
	}

	#brandportal-samsung-990pro .action-info {
		padding: 30px;
	}
}
