/* CSS Document */

/* =========================================================
   SPONSORSIDE
========================================================= */

.sponsor-page-section {
	position: relative;
	padding: 85px 0 110px;
}

.sponsor-page-container {
	width: 100%;
	max-width: 1540px;

	margin: 0 auto;
	padding: 0 24px;
}


/* =========================================================
   OVERSKRIFT
========================================================= */

.sponsor-page-heading {
	max-width: 850px;

	margin: 0 auto 55px;

	text-align: center;
}

.sponsor-page-heading-label {
	display: block;

	margin-bottom: 9px;

	color: #FF2D75;

	font-size: 11px;
	font-weight: 750;
	text-transform: uppercase;
	letter-spacing: .13em;
}

.sponsor-page-heading h2 {
	margin: 0;

	color: #FFFFFF;

	font-family: "Outfit", sans-serif;
	font-size: clamp(42px, 5vw, 66px);
	font-weight: 850;
	line-height: 1.05;
	letter-spacing: -.04em;

	text-wrap: balance;
}

.sponsor-page-heading .pinkline {
	margin-right: auto;
	margin-left: auto;
}

.sponsor-page-heading p {
	max-width: 690px;

	margin: 24px auto 0;

	color: rgba(255, 255, 255, .60);

	font-size: 16px;
	line-height: 1.68;
}


/* =========================================================
   GRID
========================================================= */

.sponsor-page-grid {
	display: grid;
	grid-template-columns:
		repeat(4, minmax(0, 1fr));

	gap: 20px;
}


/* =========================================================
   SPONSORKORT
========================================================= */

.sponsor-page-card {
	display: flex;
	flex-direction: column;

	min-width: 0;
	min-height: 245px;

	overflow: hidden;

	border: 1px solid rgba(255, 255, 255, .10);
	border-radius: 22px;

	background:
		linear-gradient(
			145deg,
			rgba(255, 45, 117, .025),
			rgba(122, 58, 255, .035),
			rgba(0, 229, 255, .02)
		),
		rgba(255, 255, 255, .028);

	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .035),
		0 18px 46px rgba(0, 0, 0, .14);

	text-decoration: none;

	transition:
		transform .25s ease,
		border-color .25s ease,
		background .25s ease,
		box-shadow .25s ease;
}

a.sponsor-page-card:hover {
	transform: translateY(-5px);

	border-color: rgba(255, 45, 117, .38);

	background:
		linear-gradient(
			145deg,
			rgba(255, 45, 117, .055),
			rgba(122, 58, 255, .055),
			rgba(0, 229, 255, .035)
		),
		rgba(255, 255, 255, .045);

	box-shadow:
		0 28px 65px rgba(0, 0, 0, .22),
		0 0 26px rgba(255, 45, 117, .07);
}


/* =========================================================
   LOGOOMRÅDE
========================================================= */

.sponsor-page-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;

	min-height: 190px;

	padding: 32px 27px;
}

.sponsor-page-logo img {
	display: block;

	width: auto;
	max-width: 82%;
	max-height: 105px;

	object-fit: contain;

	opacity: .94;

	transition:
		transform .25s ease,
		opacity .25s ease;
}

a.sponsor-page-card:hover
.sponsor-page-logo img {
	transform: scale(1.045);
	opacity: 1;
}


/* =========================================================
   KORTBUNN
========================================================= */

.sponsor-page-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;

	min-height: 52px;

	padding: 13px 18px;

	border-top:
		1px solid rgba(255, 255, 255, .07);

	background:
		rgba(255, 255, 255, .018);
}

.sponsor-page-card-footer span {
	color: rgba(255, 255, 255, .37);

	font-size: 9px;
	font-weight: 750;
	text-transform: uppercase;
	letter-spacing: .10em;
}

.sponsor-page-card-footer i {
	color: #FF2D75;

	font-size: 11px;

	transition:
		transform .2s ease;
}

a.sponsor-page-card:hover
.sponsor-page-card-footer i {
	transform: translate(2px, -2px);
}

.sponsor-page-card-no-link {
	cursor: default;
}


/* =========================================================
   TOM SPONSOROVERSIKT
========================================================= */

.sponsor-page-empty {
	max-width: 720px;

	margin: 0 auto;
	padding: 55px 35px;

	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 24px;

	background:
		rgba(255, 255, 255, .032);

	text-align: center;
}

.sponsor-page-empty-icon {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 62px;
	height: 62px;

	margin: 0 auto 20px;

	border-radius: 18px;

	background: rgba(122, 58, 255, .15);
	color: #A57AFF;

	font-size: 24px;
}

.sponsor-page-empty h3 {
	margin: 0 0 10px;

	color: #FFFFFF;

	font-size: 27px;
	font-weight: 800;
}

.sponsor-page-empty p {
	max-width: 520px;

	margin: 0 auto;

	color: rgba(255, 255, 255, .55);

	font-size: 14px;
	line-height: 1.62;
}


/* =========================================================
   BLI SAMARBEIDSPARTNER
========================================================= */

.sponsor-support-card {
	position: relative;
	isolation: isolate;

	display: grid;
	grid-template-columns:
		auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 25px;

	overflow: hidden;

	margin-top: 75px;
	padding: 35px 38px;

	border: 1px solid rgba(255, 45, 117, .26);
	border-radius: 26px;

	background:
		linear-gradient(
			120deg,
			rgba(255, 45, 117, .085),
			rgba(122, 58, 255, .06) 52%,
			rgba(0, 229, 255, .045)
		),
		rgba(255, 255, 255, .035);

	box-shadow:
		0 30px 82px rgba(0, 0, 0, .23),
		inset 0 1px 0 rgba(255, 255, 255, .045);
}


/* =========================================================
   DEKORASJON
========================================================= */

.sponsor-support-decoration {
	position: absolute;
	z-index: -1;

	border-radius: 50%;

	filter: blur(80px);

	pointer-events: none;
}

.sponsor-support-decoration-one {
	top: -130px;
	right: 7%;

	width: 360px;
	height: 360px;

	background:
		rgba(255, 45, 117, .13);
}

.sponsor-support-decoration-two {
	left: 24%;
	bottom: -210px;

	width: 400px;
	height: 400px;

	background:
		rgba(122, 58, 255, .10);
}


/* =========================================================
   SUPPORT-IKON
========================================================= */

.sponsor-support-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;

	width: 72px;
	height: 72px;

	border: 1px solid
		rgba(255, 45, 117, .29);
	border-radius: 21px;

	background:
		rgba(255, 45, 117, .13);
	color: #FF2D75;

	font-size: 27px;

	box-shadow:
		0 0 31px rgba(255, 45, 117, .08);
}


/* =========================================================
   SUPPORT-INNHOLD
========================================================= */

.sponsor-support-label {
	display: block;

	margin-bottom: 5px;

	color: #FF5A93;

	font-size: 10px;
	font-weight: 750;
	text-transform: uppercase;
	letter-spacing: .12em;
}

.sponsor-support-content h3 {
	margin: 0 0 9px;

	color: #FFFFFF;

	font-family: "Outfit", sans-serif;
	font-size: clamp(28px, 3vw, 41px);
	font-weight: 820;
	line-height: 1.08;
	letter-spacing: -.032em;

	text-wrap: balance;
}

.sponsor-support-content p {
	max-width: 800px;

	margin: 0;

	color: rgba(255, 255, 255, .59);

	font-size: 14px;
	line-height: 1.64;
}


/* =========================================================
   SUPPORT-KNAPP
========================================================= */

.sponsor-support-action {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 11px;

	min-width: 225px;
}

.sponsor-support-action .btn {
	min-width: 190px;
}

.sponsor-support-action > span {
	max-width: 240px;

	color: rgba(255, 255, 255, .37);

	font-size: 10px;
	line-height: 1.45;

	text-align: right;
}


/* =========================================================
   MINDRE DESKTOP
========================================================= */

@media (max-width: 1199px) {

	.sponsor-page-grid {
		grid-template-columns:
			repeat(3, minmax(0, 1fr));
	}

}


/* =========================================================
   NETTBRETT
========================================================= */

@media (max-width: 991px) {

	.sponsor-support-card {
		grid-template-columns:
			auto minmax(0, 1fr);
	}

	.sponsor-support-action {
		grid-column: 1 / -1;

		align-items: center;
		flex-direction: row;
		justify-content: space-between;

		width: 100%;
	}

	.sponsor-support-action > span {
		max-width: 420px;

		text-align: left;
	}

}


@media (max-width: 767px) {

	.sponsor-page-grid {
		grid-template-columns:
			repeat(2, minmax(0, 1fr));
	}

}


/* =========================================================
   MOBIL
========================================================= */

@media (max-width: 575px) {

	.sponsor-page-section {
		padding: 58px 0 78px;
	}

	.sponsor-page-container {
		padding-right: 16px;
		padding-left: 16px;
	}

	.sponsor-page-heading {
		margin-bottom: 38px;

		text-align: left;
	}

	.sponsor-page-heading .pinkline {
		margin-right: 0;
		margin-left: 0;
	}

	.sponsor-page-heading p {
		margin-right: 0;
		margin-left: 0;
	}

	.sponsor-page-grid {
		grid-template-columns: 1fr;

		gap: 14px;
	}

	.sponsor-page-card {
		min-height: 185px;

		border-radius: 18px;
	}

	.sponsor-page-logo {
		min-height: 140px;

		padding: 24px;
	}

	.sponsor-page-logo img {
		max-width: 76%;
		max-height: 80px;
	}

	.sponsor-support-card {
		grid-template-columns: 1fr;

		margin-top: 52px;
		padding: 26px 22px;
	}

	.sponsor-support-action {
		align-items: stretch;
		flex-direction: column;
	}

	.sponsor-support-action .btn {
		width: 100%;
	}

	.sponsor-support-action > span {
		max-width: none;

		text-align: left;
	}

}