/*
Theme Name: Mirasat Child Theme
Theme URI: http://mirasat.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Mirasat
Template: mirasat
Version: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: mirasat

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
 * AtlaStream TV brand stabilization layer.
 *
 * The Mirasat demo theme is red/black by default. These overrides keep the
 * first pass conservative: update global color variables and common CTA/icon
 * accents without restructuring page components yet.
 */
:root {
	--black: #0A1B3D;
	--black-darker: #061025;
	--black-text: rgba(10, 27, 61, 1);
	--black-light: rgba(10, 27, 61, .72);
	--main: #146BFF;
	--main-darker: #0A52D8;
	--main-lighter: rgba(20, 107, 255, .16);
	--second: #00D4E0;
	--red: #146BFF;
	--gray: #E6ECF2;
	--gray-lighter: rgba(230, 236, 242, .55);
	--white: #FFFFFF;
	--white-text: rgba(255, 255, 255, .78);
	--atlastream-navy: #0A1B3D;
	--atlastream-blue: #146BFF;
	--atlastream-cyan: #00D4E0;
	--atlastream-glacier: #E6ECF2;
	--atlastream-teal: #009688;
}

a,
.color-main,
.color-red,
.ltx-theme-color {
	color: var(--atlastream-blue);
}

/* Keep custom content layers below the navigation and submenu system. */
#nav-wrapper,
nav.navbar,
.wrapper-navbar-layout-transparent {
	z-index: 9990 !important;
}

nav.navbar #navbar,
nav.navbar .navbar-controls,
nav.navbar .navbar-logo {
	z-index: 9991 !important;
}

nav.navbar #navbar.navbar-desktop ul.navbar-nav ul.children,
nav.navbar #navbar.navbar-desktop ul.navbar-nav ul.sub-menu,
nav.navbar #navbar.navbar-mobile,
nav.navbar #navbar.navbar-mobile ul.navbar-nav ul,
.ltx-navbar-icons .top-search input[type='text'] {
	z-index: 10000 !important;
}

#ltx-preloader {
	background:
		url("data:image/svg+xml,%3Csvg width='92' height='92' viewBox='0 0 92 92' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='46' cy='46' rx='38' ry='16' transform='rotate(-33 46 46)' stroke='%2300D4E0' stroke-width='4'/%3E%3Cellipse cx='46' cy='46' rx='38' ry='16' transform='rotate(34 46 46)' stroke='%23146BFF' stroke-width='4'/%3E%3Cpath d='M36 28c0-4.2 4.62-6.75 8.17-4.51l25.8 16.26c3.32 2.1 3.32 6.99 0 9.09l-25.8 16.26C40.62 67.33 36 64.78 36 60.58V28z' fill='%23FFFFFF'/%3E%3Cpath d='M40 33.8c0-2.3 2.54-3.7 4.49-2.47l19.37 12.21c1.82 1.15 1.82 3.82 0 4.97L44.49 60.72C42.54 61.94 40 60.55 40 58.25V33.8z' fill='%2300D4E0'/%3E%3Ccircle cx='22' cy='20' r='5' fill='%2300D4E0'/%3E%3Ccircle cx='75' cy='68' r='4' fill='%23146BFF'/%3E%3C/svg%3E") center calc(50% - 18px) / 92px 92px no-repeat,
		radial-gradient(circle at 50% 50%, rgba(0, 212, 224, .2), transparent 28%),
		linear-gradient(135deg, #061025, #0A1B3D 58%, #071a3a) !important;
	color: transparent !important;
	font-size: 0 !important;
	text-indent: -9999px;
	z-index: 20000;
}

#ltx-preloader:before,
#ltx-preloader:after {
	content: "";
	position: fixed;
	top: 50%;
	left: 50%;
	pointer-events: none;
}

#ltx-preloader:before {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--atlastream-cyan);
	box-shadow: 0 0 18px rgba(0, 212, 224, .95), 0 0 0 5px rgba(0, 212, 224, .12);
	transform: translate(-50%, -50%) rotate(0deg) translateX(58px);
	animation: atl-loader-orbit 1.35s linear infinite;
}

#ltx-preloader:after {
	content: "Loading...";
	top: calc(50% + 64px);
	width: 180px;
	color: rgba(255, 255, 255, .86);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1;
	text-align: center;
	text-indent: 0;
	text-transform: uppercase;
	text-shadow: 0 0 18px rgba(0, 212, 224, .52);
	transform: translateX(-50%);
}

#ltx-preloader .ltx-theme-loader,
#ltx-preloader .ltx-glitch,
.ltx-theme-loader {
	display: none !important;
}

.pace {
	z-index: 20001;
}

.pace-done > #ltx-preloader:before,
.pace-done > #ltx-preloader:after {
	display: none;
}

@keyframes atl-loader-orbit {
	to {
		transform: translate(-50%, -50%) rotate(360deg) translateX(58px);
	}
}

a:hover,
a:focus {
	color: var(--atlastream-cyan);
}

.btn,
.btn.btn-main,
.btn.btn-primary,
button[type="submit"],
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: var(--atlastream-blue);
	border-color: var(--atlastream-blue);
	color: #fff;
}

.btn:hover,
.btn:focus,
.btn.btn-main:hover,
.btn.btn-primary:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: var(--atlastream-navy);
	border-color: var(--atlastream-navy);
	color: #fff;
}

.bg-color-black,
.ltx-footer-wrapper,
footer {
	background-color: var(--atlastream-navy);
}

.go-top:after,
.go-top:before {
	color: var(--atlastream-blue);
}

.go-top,
a.go-top,
.ltx-go-top,
a.ltx-go-top {
	z-index: 11000 !important;
}

/* Accueil slider conversion layer. */
.atl-slider-copy {
	max-width: 980px;
	padding: 24px 15px 0;
	color: #fff;
	text-align: left;
}

.atl-slider-copy p {
	color: rgba(255, 255, 255, .82);
}

.atl-rating-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	padding: 8px 16px;
	border: 1px solid rgba(0, 212, 224, .38);
	border-radius: 999px;
	background: rgba(10, 27, 61, .58);
	box-shadow: 0 10px 30px rgba(20, 107, 255, .22);
	color: #eaf6ff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	backdrop-filter: blur(10px);
}

.atl-rating-stars {
	position: relative;
	display: inline-block;
	color: rgba(255, 255, 255, .28);
	font-size: 15px;
	line-height: 1;
}

.atl-rating-stars:before,
.atl-rating-stars:after {
	content: "\2605\2605\2605\2605\2605";
	display: block;
}

.atl-rating-stars:after {
	position: absolute;
	inset: 0 auto auto 0;
	width: 90%;
	overflow: hidden;
	color: #f6c84c;
	white-space: nowrap;
}

.atl-slider-title {
	margin: 0 0 12px;
	color: #fff;
	font-size: 64px;
	line-height: 1.02;
	font-weight: 900;
}

.atl-slider-title span {
	display: block;
	color: var(--atlastream-cyan);
}

.atl-slider-title strong {
	display: block;
	font-weight: 900;
}

.atl-slider-kicker {
	max-width: 920px;
	margin: 0 0 18px;
	color: #dce9ff;
	font-size: 25px;
	line-height: 1.35;
	font-weight: 800;
}

.atl-slider-body {
	max-width: 820px;
	margin-bottom: 26px;
	font-size: 18px;
	line-height: 1.65;
}

.atl-slider-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 28px;
}

.atl-slider-actions a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 28px;
	border-radius: 8px;
	font-weight: 800;
	text-decoration: none;
	overflow: hidden;
	transition: transform .24s ease, box-shadow .24s ease, background .24s ease, border-color .24s ease;
	will-change: transform;
}

.atl-slider-actions a:before {
	content: "";
	position: absolute;
	inset: -40% auto -40% -55%;
	width: 48%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .45), transparent);
	transform: skewX(-20deg) translateX(0);
	transition: transform .55s ease;
	pointer-events: none;
}

.atl-slider-actions .atl-btn-primary {
	background: linear-gradient(135deg, var(--atlastream-blue), var(--atlastream-cyan));
	color: #fff;
	box-shadow: 0 16px 34px rgba(20, 107, 255, .35);
}

.atl-slider-actions .atl-btn-secondary {
	border: 1px solid rgba(0, 212, 224, .44);
	background: linear-gradient(135deg, rgba(10, 27, 61, .96), rgba(20, 107, 255, .72));
	color: #fff;
	box-shadow: 0 16px 34px rgba(0, 212, 224, .18);
	backdrop-filter: blur(10px);
}

.atl-slider-actions a:hover,
.atl-slider-actions a:focus {
	transform: translateY(-2px);
	color: #fff;
}

.atl-slider-actions a:hover:before,
.atl-slider-actions a:focus:before {
	transform: skewX(-20deg) translateX(310%);
}

.atl-slider-actions .atl-btn-primary:hover,
.atl-slider-actions .atl-btn-primary:focus {
	background: linear-gradient(135deg, #0a52d8, #00d4e0);
	box-shadow: 0 20px 42px rgba(20, 107, 255, .44);
}

.atl-slider-actions .atl-btn-secondary:hover,
.atl-slider-actions .atl-btn-secondary:focus {
	border-color: rgba(255, 255, 255, .46);
	background: linear-gradient(135deg, rgba(0, 212, 224, .86), rgba(20, 107, 255, .88));
	box-shadow: 0 20px 42px rgba(0, 212, 224, .26);
}

.atl-proof-cards,
.atl-slider-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.atl-proof-card {
	display: flex;
	align-items: center;
	min-width: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.atl-proof-card:before {
	content: "\2713";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 25px;
	height: 25px;
	margin-right: 8px;
	border: 1px solid rgba(0, 212, 224, .34);
	border-radius: 999px;
	background: rgba(10, 27, 61, .5);
	box-shadow: 0 0 16px rgba(0, 212, 224, .22);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
}

.atl-proof-speed:before {
	content: "\f0e4";
	font-family: "FontAwesome";
	font-size: 12px;
}

.atl-proof-quality:before {
	content: "4K";
	font-size: 12px;
	letter-spacing: 0;
}

.atl-proof-uptime:before {
	content: "\f058";
	font-family: "FontAwesome";
	font-size: 12px;
}

.atl-proof-support:before {
	content: "\f025";
	font-family: "FontAwesome";
	font-size: 14px;
	letter-spacing: 0;
}

.atl-proof-antibuffer:before {
	content: "\f0e7";
	font-family: "FontAwesome";
	font-size: 12px;
}

.atl-proof-refund:before {
	content: "\f0e2";
	font-family: "FontAwesome";
	font-size: 12px;
}

.atl-proof-live:before {
	content: "\25B6";
	font-size: 12px;
}

.atl-proof-screen:before {
	content: "\25A3";
	font-size: 13px;
}

.atl-proof-vod:before {
	content: "VOD";
	font-size: 9px;
	letter-spacing: 0;
}

.atl-proof-world:before {
	content: "\25CE";
}

.atl-proof-install:before {
	content: "\2699";
}

.atl-slider-stats-wrap {
	position: relative;
	z-index: 45;
	max-width: 920px;
	margin-top: 26px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, .16);
}

.atl-slider-stats-label {
	margin-bottom: 10px;
	color: rgba(255, 255, 255, .64);
	font-size: 14px;
	font-weight: 700;
}

.atl-slider-stat {
	min-width: 150px;
}

.atl-slider-stat strong {
	display: block;
	color: var(--atlastream-cyan);
	font-size: 34px;
	line-height: 1;
	font-weight: 900;
}

.atl-slider-stat span {
	display: block;
	margin-top: 5px;
	color: rgba(255, 255, 255, .74);
	font-size: 14px;
	font-weight: 700;
}

.atl-stat-rating {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.atl-slider-stat .atl-rating-stars {
	font-size: 22px;
}

.atl-slider-copy-simple .atl-slider-title {
	max-width: 760px;
}

.atl-slider-copy-simple .atl-slider-kicker,
.atl-slider-copy-simple .atl-slider-body {
	max-width: 720px;
}

@media (max-width: 1199px) {
	.atl-slider-title {
		font-size: 50px;
	}

	.atl-slider-kicker {
		font-size: 22px;
	}
}

@media (min-width: 768px) {
	.atl-slider-copy {
		padding-left: 70px;
		padding-right: 35px;
		margin-top: -74px;
	}
}

@media (max-width: 767px) {
	.atl-slider-copy {
		margin-top: 0;
		padding-top: 0;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}

	.atl-rating-pill {
		justify-content: center;
		gap: 7px;
		margin-bottom: 10px;
		padding: 6px 12px;
		font-size: 11px;
	}

	.atl-slider-title {
		margin-bottom: 8px;
		font-size: 28px;
	}

	.atl-slider-kicker {
		margin-bottom: 10px;
		font-size: 15px;
		line-height: 1.3;
	}

	.atl-slider-body {
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 1.3;
	}

	.atl-slider-actions,
	.atl-proof-cards,
	.atl-slider-stats {
		justify-content: center;
	}

	.atl-slider-actions {
		gap: 8px;
		margin-bottom: 10px;
	}

	.atl-slider-actions a {
		width: 100%;
		max-width: 320px;
		min-height: 42px;
		padding: 0 18px;
		font-size: 13px;
	}

	.atl-proof-cards {
		gap: 8px 10px;
	}

	.atl-proof-card {
		min-width: 0;
		width: auto;
		max-width: none;
		font-size: 11px;
	}

	.atl-proof-card:before {
		width: 21px;
		height: 21px;
		margin-right: 6px;
		font-size: 10px;
	}

	.atl-slider-stats-wrap {
		display: block;
		max-width: 340px;
		margin: 8px auto 0;
		padding-top: 6px;
	}

	.atl-slider-stats-label {
		display: none;
	}

	.atl-slider-stats {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 5px 10px;
	}

	.atl-slider-stat {
		min-width: 0;
		width: auto;
		max-width: none;
	}

	.atl-slider-stat strong {
		font-size: 19px;
	}

	.atl-slider-stat span {
		margin-top: 1px;
		font-size: 10px;
	}
}

/* Accueil onboarding cards. */
.atl-steps-section {
	position: relative;
	z-index: 30;
	overflow: visible;
	background: transparent !important;
}

.atl-steps-section > .wpb_column {
	position: relative;
	z-index: 31;
}

.atl-steps-section > .wpb_column > .vc_column-inner {
	position: relative;
	z-index: 32;
	width: 88vw;
	max-width: 1320px;
	margin: -165px auto 0 !important;
	overflow: visible;
	border: 1px solid rgba(0, 212, 224, .22);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(229, 246, 255, .92)),
		radial-gradient(circle at 12% 0%, rgba(0, 212, 224, .2), transparent 38%) !important;
	box-shadow: 0 28px 70px rgba(10, 27, 61, .18);
	backdrop-filter: blur(12px);
}

.atl-steps-section .heading {
	padding-top: 14px;
	margin-top: 0 !important;
	margin-bottom: 0;
}

.atl-steps-section .heading h2 {
	color: var(--atlastream-navy);
	font-size: 38px;
	line-height: 1.14;
}

.atl-steps-section .heading .subheader {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 7px;
	padding: 7px 16px;
	border: 1px solid rgba(0, 212, 224, .42);
	border-radius: 999px;
	background: rgba(255, 255, 255, .78);
	color: var(--atlastream-blue);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	box-shadow: 0 10px 25px rgba(20, 107, 255, .08);
}

.atl-steps-section .heading .subheader:before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	flex: 0 0 19px;
	background: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6.7' cy='6.2' r='2.2' stroke='%23146BFF' stroke-width='1.45'/%3E%3Cpath d='M2.9 15.3c.45-2.2 2.05-3.4 4.1-3.4 1.15 0 2.13.38 2.86 1.1' stroke='%23146BFF' stroke-width='1.45' stroke-linecap='round'/%3E%3Cpath d='M10.6 4.45h4.6c1.05 0 1.9.85 1.9 1.9v3.1c0 1.05-.85 1.9-1.9 1.9h-1.45l-2.35 2.05v-2.05h-.8c-1.05 0-1.9-.85-1.9-1.9v-3.1c0-1.05.85-1.9 1.9-1.9z' stroke='%2300D4E0' stroke-width='1.45' stroke-linejoin='round'/%3E%3Cpath d='M12.15 7.1c.18-.72.75-1.12 1.5-1.12.85 0 1.45.48 1.45 1.25 0 .55-.3.85-.85 1.2-.45.28-.62.52-.62.95v.2' stroke='%230A1B3D' stroke-width='1.25' stroke-linecap='round'/%3E%3Ccircle cx='13.62' cy='10.85' r='.45' fill='%230A1B3D'/%3E%3C/svg%3E") center / contain no-repeat;
}

.atl-steps-cards {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 0;
	position: relative;
	z-index: 33;
	padding: 0 18px 2px;
	margin-right: 0;
	margin-left: 0;
}

.atl-steps-cards:before,
.atl-steps-cards:after {
	content: none;
	display: none;
}

.atl-steps-cards > li {
	position: relative;
	z-index: 33;
	display: block !important;
	float: none !important;
	width: auto !important;
	min-width: 0;
	padding: 10px 24px 3px !important;
	transition: transform .22s ease, box-shadow .22s ease;
}

.atl-steps-cards > li:before,
.atl-steps-cards > li:after {
	content: none !important;
	display: none !important;
}

.atl-steps-cards > li + li {
	border-left: 0;
}

.atl-steps-cards > li + li:before {
	content: "" !important;
	position: absolute;
	top: 32px;
	bottom: 0;
	left: 0;
	display: block !important;
	width: 1px;
	background: linear-gradient(180deg, rgba(20, 107, 255, .06), rgba(20, 107, 255, .14), rgba(20, 107, 255, .06));
	pointer-events: none;
}

.atl-steps-cards > li > .in {
	display: grid !important;
	grid-template-columns: 44px minmax(0, 1fr);
	column-gap: 12px;
	align-items: flex-start;
	width: 100% !important;
	height: auto !important;
	padding-left: 18px !important;
	padding-top: 18px !important;
	border-right: 0 !important;
}

.atl-steps-cards .block-right {
	grid-column: 2;
	display: block !important;
	width: auto !important;
	padding-left: 0 !important;
}

.atl-steps-cards > li:hover {
	transform: translateY(-3px);
}

.atl-steps-cards .ltx-icon {
	position: static !important;
	grid-column: 1;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-top: 2px;
	border: 1px solid rgba(0, 212, 224, .42);
	border-radius: 16px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(229, 246, 255, .72)),
		radial-gradient(circle at 22% 18%, rgba(0, 212, 224, .28), transparent 46%);
	box-shadow: 0 12px 28px rgba(10, 27, 61, .1), inset 0 0 0 1px rgba(255, 255, 255, .7);
	color: var(--atlastream-blue);
	font-size: 0 !important;
	inset: auto !important;
}

.atl-steps-cards .ltx-icon:before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.atl-steps-cards > li:nth-child(1) .ltx-icon:before {
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.2' y='4.5' width='16.6' height='17' rx='3' stroke='%23146BFF' stroke-width='1.8'/%3E%3Cpath d='M8 9h7.5M8 13h5.5M8 17h3.4' stroke='%230A1B3D' stroke-width='1.7' stroke-linecap='round'/%3E%3Cpath d='M16.2 16.7l1.6 1.6 3-3.8' stroke='%2300D4E0' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.atl-steps-cards > li:nth-child(2) .ltx-icon:before {
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 3.5l7 3v5.15c0 4.5-2.82 8.55-7 10-4.18-1.45-7-5.5-7-10V6.5l7-3z' stroke='%23146BFF' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M8.9 12.5l2.25 2.25 5-5.35' stroke='%2300D4E0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5 6.35v1.15' stroke='%230A1B3D' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
}

.atl-steps-cards > li:nth-child(3) .ltx-icon:before {
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='6.5' width='18' height='12' rx='2.4' stroke='%23146BFF' stroke-width='1.8'/%3E%3Cpath d='M11 10.15l5.1 2.85L11 15.85v-5.7z' fill='%2300D4E0'/%3E%3Cpath d='M8 22h9M9.2 4.2l2.3 2.3M15.8 4.2l-2.3 2.3' stroke='%230A1B3D' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E");
}

.atl-steps-cards .header {
	font-size: 24px;
	line-height: 1.16;
}

.atl-steps-cards .descr {
	font-size: 15px;
	line-height: 1.65;
}

@media (max-width: 991px) {
	.atl-steps-section > .wpb_column > .vc_column-inner {
		width: calc(100% - 28px);
		max-width: 940px;
		margin-top: -64px !important;
	}

	.atl-steps-section .heading {
		padding-top: 12px;
		margin-bottom: 8px;
	}

	.atl-steps-section .heading h2 {
		font-size: 27px;
		line-height: 1.16;
	}

	.atl-steps-section .heading .subheader {
		font-size: 15px;
	}

	.atl-steps-cards {
		grid-template-columns: 1fr;
		column-gap: 0;
		padding: 0 14px 2px;
	}

	.atl-steps-cards > li {
		padding: 12px 8px 2px !important;
	}

	.atl-steps-cards > li > .in {
		grid-template-columns: 44px minmax(0, 1fr);
		column-gap: 12px;
		padding-left: 0 !important;
		padding-top: 10px !important;
		border-top: 0 !important;
		border-bottom: 0 !important;
	}

	.atl-steps-cards > li + li {
		border-top: 1px solid rgba(10, 27, 61, .12);
		border-left: 0;
	}

	.atl-steps-cards > li + li:before {
		content: none !important;
		display: none !important;
	}

	.atl-steps-cards > li > .in:before,
	.atl-steps-cards > li > .in:after {
		content: none !important;
		display: none !important;
	}

	.atl-steps-cards:before,
	.atl-steps-cards:after {
		content: none;
		display: none;
	}
}

/* Accueil plans and included-features section. */
.atl-plans-section {
	position: relative;
	z-index: 5;
	top: -250px;
	margin-top: -250px;
	margin-bottom: -250px;
	padding: 360px 0 72px;
	background: #fff;
	color: #071a3a;
	overflow: hidden;
}

.atl-plans-section:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 212, 224, .035), transparent 34%),
		radial-gradient(circle at 0% 22%, rgba(0, 212, 224, .08), transparent 28%),
		radial-gradient(circle at 100% 26%, rgba(20, 107, 255, .055), transparent 26%);
	pointer-events: none;
}

.atl-plans {
	position: relative;
	z-index: 2;
	width: min(1160px, 92vw);
	margin: 0 auto;
}

.atl-plans-heading {
	max-width: 920px;
	margin: 0 auto 24px;
	text-align: center;
}

.atl-plans-eyebrow {
	display: none;
}

.atl-plans-heading h2 {
	margin: 0 0 12px;
	color: #071a3a;
	font-size: 42px;
	line-height: 1.12;
	font-weight: 900;
}

.atl-plans-heading p {
	max-width: 820px;
	margin: 0 auto;
	color: rgba(7, 26, 58, .72);
	font-size: 18px;
	line-height: 1.65;
}

.atl-features-panel,
.atl-plan-card {
	border: 1px solid rgba(0, 178, 224, .18);
	border-radius: 8px;
	background: rgba(255, 255, 255, .88);
	box-shadow: 0 24px 70px rgba(7, 26, 58, .12);
}

.atl-features-panel {
	padding: 28px 34px 26px;
}

.atl-features-panel h3 {
	margin: 0 0 24px;
	color: #071a3a;
	font-size: 24px;
	line-height: 1.2;
}

.atl-feature-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px 34px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.atl-feature-list li {
	position: relative;
	padding-left: 28px;
	color: rgba(7, 26, 58, .78);
	font-size: 15px;
	line-height: 1.5;
}

.atl-feature-list li:before {
	content: "";
	position: absolute;
	top: .35em;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(0, 212, 224, .52);
	border-radius: 50%;
	background: rgba(0, 212, 224, .12);
}

.atl-feature-list li:after {
	content: "";
	position: absolute;
	top: calc(.35em + 4px);
	left: 5px;
	width: 6px;
	height: 3px;
	border: solid #00d4e0;
	border-width: 0 0 2px 2px;
	transform: rotate(-45deg);
}

.atl-performance-note {
	margin-top: 26px;
	padding: 17px 19px;
	border-left: 3px solid var(--atlastream-cyan);
	border-radius: 8px;
	background: linear-gradient(90deg, rgba(0, 212, 224, .1), rgba(20, 107, 255, .06));
	color: rgba(7, 26, 58, .78);
	font-size: 15px;
	line-height: 1.55;
}

.atl-performance-note strong {
	color: #071a3a;
}

.atl-performance-note a {
	color: var(--atlastream-cyan);
	font-weight: 800;
	text-decoration: none;
}

.atl-performance-note a:hover,
.atl-performance-note a:focus {
	color: var(--atlastream-blue);
}

.atl-plan-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.atl-plan-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 0;
	overflow: hidden;
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.atl-plan-card:hover {
	transform: translateY(-4px);
	border-color: rgba(0, 178, 224, .44);
	box-shadow: 0 30px 80px rgba(7, 26, 58, .18);
}

.atl-plan-card.is-featured {
	border-color: rgba(0, 178, 224, .55);
	box-shadow: 0 32px 86px rgba(0, 178, 224, .18);
}

.atl-plan-badge {
	position: absolute;
	top: 17px;
	right: -43px;
	z-index: 4;
	width: 148px;
	padding: 7px 0;
	border-radius: 0;
	background: linear-gradient(135deg, var(--atlastream-blue), var(--atlastream-cyan));
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	transform: rotate(45deg);
	box-shadow: 0 10px 24px rgba(20, 107, 255, .22);
}

.atl-plan-top {
	position: relative;
	min-height: 158px;
	padding: 26px 18px 46px;
	background: #edf4fa;
	text-align: center;
}

.atl-plan-card:nth-child(even) .atl-plan-top {
	background: #f3f1e8;
}

.atl-plan-card.is-featured .atl-plan-top {
	background: #dff5ff;
}

.atl-plan-label {
	margin: 0 0 8px;
	color: var(--atlastream-blue);
	font-size: 14px;
	font-weight: 900;
}

.atl-plan-card h3 {
	margin: 0 0 12px;
	color: #071a3a;
	font-size: 28px;
	line-height: 1.1;
}

.atl-plan-short {
	max-width: 230px;
	margin: 0 auto;
	color: rgba(7, 26, 58, .68);
	font-size: 13px;
	line-height: 1.45;
}

.atl-plan-icon {
	position: absolute;
	left: 50%;
	bottom: -32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 18px 34px rgba(7, 26, 58, .12);
	transform: translateX(-50%);
}

.atl-plan-icon svg {
	display: block;
	width: 38px;
	height: 38px;
	stroke: var(--atlastream-blue);
	fill: none;
}

.atl-plan-bottom {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 50px 18px 22px;
	background: #fff;
	text-align: center;
}

.atl-plan-price {
	margin-bottom: 14px;
	color: #071a3a;
	font-size: 34px;
	line-height: 1;
	font-weight: 900;
}

.atl-plan-price span {
	font-size: 15px;
	color: rgba(7, 26, 58, .54);
}

.atl-plan-included,
.atl-plan-value {
	color: rgba(7, 26, 58, .68);
	font-size: 13px;
	line-height: 1.55;
}

.atl-plan-included {
	margin-bottom: 10px;
	font-weight: 700;
}

.atl-plan-value {
	margin-bottom: 18px;
}

.atl-plan-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin-top: auto;
	padding: 0 12px;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--atlastream-blue), var(--atlastream-cyan));
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 16px 34px rgba(20, 107, 255, .28);
	transition: transform .22s ease, box-shadow .22s ease;
}

.atl-plan-cta:hover,
.atl-plan-cta:focus {
	transform: translateY(-2px);
	color: #fff;
	box-shadow: 0 20px 42px rgba(0, 212, 224, .32);
}

@media (max-width: 1079px) {
	.atl-plan-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.atl-plans-section {
		top: -116px;
		margin-top: -116px;
		margin-bottom: -116px;
		padding: 166px 0 62px;
	}

	.atl-plans {
		width: calc(100% - 28px);
	}

	.atl-plans-heading h2 {
		font-size: 32px;
	}

	.atl-features-panel {
		padding: 24px 20px;
	}

	.atl-feature-list {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}

@media (max-width: 640px) {
	.atl-plan-grid {
		grid-template-columns: 1fr;
	}

	.atl-plans-section {
		top: -72px;
		margin-top: -72px;
		margin-bottom: -72px;
		padding-top: 118px;
	}

	.atl-plans-heading p {
		font-size: 16px;
	}

	.atl-plans-heading h2 {
		font-size: 29px;
	}

	.atl-plan-top {
		min-height: 162px;
	}
}

/* Accueil comparison section. */
.atl-standout-section {
	position: relative;
	z-index: 4;
	padding: 58px 0 90px;
	background:
		radial-gradient(circle at 18% 18%, rgba(0, 212, 224, .16), transparent 34%),
		radial-gradient(circle at 82% 12%, rgba(20, 107, 255, .18), transparent 30%),
		linear-gradient(150deg, #061025 0%, #0A1B3D 50%, #05263a 100%);
	color: #fff;
	overflow: hidden;
}

.atl-standout-section:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, rgba(255, 255, 255, .055), transparent 40%),
		repeating-linear-gradient(125deg, rgba(0, 212, 224, .07) 0 1px, transparent 1px 22px);
	opacity: .52;
	pointer-events: none;
}

.atl-standout-section:after {
	content: "";
	position: absolute;
	inset: auto -10% 0;
	height: 160px;
	background: linear-gradient(180deg, transparent, rgba(0, 212, 224, .08));
	pointer-events: none;
}

.atl-standout {
	position: relative;
	z-index: 2;
	width: min(1160px, 92vw);
	margin: 0 auto;
}

.atl-standout-heading {
	max-width: 850px;
	margin: 0 auto 30px;
	text-align: center;
}

.atl-standout-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 12px;
	padding: 8px 15px;
	border: 1px solid rgba(0, 212, 224, .44);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(20, 107, 255, .18), rgba(0, 212, 224, .1));
	color: #dffbff;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	box-shadow: 0 12px 34px rgba(0, 212, 224, .12);
}

.atl-standout-eyebrow svg {
	width: 18px;
	height: 18px;
	stroke: var(--atlastream-cyan);
	fill: none;
	stroke-width: 2.3;
}

.atl-standout-heading h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 42px;
	line-height: 1.12;
	font-weight: 900;
}

.atl-standout-heading p {
	max-width: 760px;
	margin: 0 auto;
	color: rgba(255, 255, 255, .78);
	font-size: 18px;
	line-height: 1.65;
}

.atl-standout-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	align-items: stretch;
}

.atl-standout-card {
	--atl-standout-top: 172px;
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .045));
	box-shadow: 0 26px 70px rgba(0, 0, 0, .22);
	backdrop-filter: blur(12px);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.atl-standout-card:before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: var(--atl-standout-top);
	background: linear-gradient(180deg, rgba(230, 246, 255, .1), rgba(230, 246, 255, .045));
	pointer-events: none;
}

.atl-standout-card.is-atlas {
	border-color: rgba(0, 212, 224, .5);
	background:
		linear-gradient(180deg, rgba(20, 107, 255, .26), rgba(0, 212, 224, .1)),
		rgba(255, 255, 255, .08);
	box-shadow: 0 30px 86px rgba(0, 212, 224, .18);
	transform: translateY(-8px);
}

.atl-standout-card.is-atlas:before {
	background: linear-gradient(180deg, rgba(0, 212, 224, .22), rgba(20, 107, 255, .1));
}

.atl-standout-card:hover,
.atl-standout-card:focus-within {
	transform: translateY(-6px);
	border-color: rgba(0, 212, 224, .34);
	background: linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .058));
	box-shadow: 0 34px 88px rgba(0, 0, 0, .3);
}

.atl-standout-card.is-atlas:hover,
.atl-standout-card.is-atlas:focus-within {
	transform: translateY(-12px);
	border-color: rgba(0, 212, 224, .7);
	box-shadow: 0 38px 96px rgba(0, 212, 224, .26);
}

.atl-standout-badge {
	position: absolute;
	top: 15px;
	right: -39px;
	z-index: 3;
	width: 142px;
	padding: 7px 0;
	border-radius: 0;
	background: linear-gradient(135deg, #146BFF, #00D4E0);
	color: #e7fcff;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	transform: rotate(45deg);
	box-shadow: 0 14px 30px rgba(0, 212, 224, .24);
}

.atl-standout-badge:before {
	content: "\2605";
	margin-right: 4px;
}

.atl-standout-icon {
	position: absolute;
	top: calc(var(--atl-standout-top) - 29px);
	left: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin: 0;
	border-radius: 50%;
	border: 1px solid rgba(0, 212, 224, .36);
	background: rgba(230, 246, 255, .08);
	color: var(--atlastream-cyan);
	box-shadow: 0 16px 34px rgba(0, 0, 0, .18), inset 0 0 0 10px rgba(255, 255, 255, .025);
	transform: translateX(-50%);
	transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.atl-standout-card.is-atlas .atl-standout-icon {
	background: linear-gradient(135deg, var(--atlastream-blue), var(--atlastream-cyan));
	color: #fff;
	box-shadow: 0 16px 34px rgba(0, 212, 224, .24);
}

.atl-standout-card:not(.is-atlas) .atl-standout-icon {
	background: #fff;
	color: var(--atlastream-cyan);
	border-color: rgba(0, 212, 224, .34);
	box-shadow: 0 18px 38px rgba(0, 212, 224, .18), inset 0 0 0 10px rgba(20, 107, 255, .035);
}

.atl-standout-card:hover .atl-standout-icon,
.atl-standout-card:focus-within .atl-standout-icon {
	transform: translate(-50%, -2px);
	box-shadow: 0 20px 42px rgba(0, 212, 224, .18), inset 0 0 0 10px rgba(255, 255, 255, .035);
}

.atl-standout-icon svg {
	width: 30px;
	height: 30px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2.2;
}

.atl-standout-card h3 {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: var(--atl-standout-top);
	margin: 0;
	padding: 28px 30px 58px;
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 900;
	text-align: center;
}

.atl-standout-card ul {
	display: grid;
	gap: 12px;
	align-content: start;
	flex: 1;
	margin: 0;
	padding: 48px 26px 26px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	background: rgba(6, 16, 37, .18);
	list-style: none;
}

.atl-standout-card li {
	position: relative;
	padding-left: 30px;
	color: rgba(255, 255, 255, .78);
	font-size: 15px;
	line-height: 1.45;
}

.atl-standout-card li:before {
	content: "";
	position: absolute;
	top: .28em;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
}

.atl-standout-card li:after {
	content: "";
	position: absolute;
	top: calc(.28em + 5px);
	left: 5px;
	width: 8px;
	height: 4px;
	border: solid rgba(255, 255, 255, .55);
	border-width: 0 0 2px 2px;
	transform: rotate(-45deg);
}

.atl-standout-card.is-atlas li:before {
	background: rgba(0, 212, 224, .16);
	box-shadow: inset 0 0 0 1px rgba(0, 212, 224, .45);
}

.atl-standout-card.is-atlas li:after {
	border-color: var(--atlastream-cyan);
}

.atl-standout-card:not(.is-atlas) li:after {
	width: 8px;
	height: 8px;
	top: calc(.28em + 5px);
	left: 5px;
	border: 0;
	background:
		linear-gradient(45deg, transparent 42%, rgba(255, 255, 255, .46) 42% 58%, transparent 58%),
		linear-gradient(-45deg, transparent 42%, rgba(255, 255, 255, .46) 42% 58%, transparent 58%);
	transform: none;
}

.atl-standout-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 34px;
}

.atl-standout-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	min-width: 220px;
	padding: 0 24px;
	overflow: hidden;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--atlastream-blue), var(--atlastream-cyan));
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 18px 42px rgba(20, 107, 255, .28);
	transition: transform .22s ease, box-shadow .22s ease;
}

.atl-standout-btn:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, transparent, rgba(255, 255, 255, .32), transparent);
	transform: translateX(-120%);
	transition: transform .55s ease;
}

.atl-standout-btn:hover,
.atl-standout-btn:focus {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 22px 52px rgba(0, 212, 224, .32);
}

.atl-standout-btn:hover:before,
.atl-standout-btn:focus:before {
	transform: translateX(120%);
}

.atl-standout-btn.is-secondary {
	border: 1px solid rgba(0, 212, 224, .38);
	background: rgba(255, 255, 255, .06);
	box-shadow: none;
}

@media (max-width: 991px) {
	.atl-standout-section {
		padding: 72px 0;
	}

	.atl-standout-grid {
		grid-template-columns: 1fr;
	}

	.atl-standout-card.is-atlas {
		transform: none;
	}

	.atl-standout-heading h2 {
		font-size: 32px;
	}
}

@media (max-width: 640px) {
	.atl-standout {
		width: calc(100% - 28px);
	}

	.atl-standout-heading h2 {
		font-size: 29px;
	}

	.atl-standout-heading p {
		font-size: 16px;
	}

	.atl-standout-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.atl-standout-btn {
		width: 100%;
		min-width: 0;
	}
}

/* Preserve the visible bottom scrollbar requested for the Mirasat full-width layout. */
html,
html.js {
	overflow-x: scroll !important;
	scroll-padding-top: 118px;
}

body {
	width: calc(100vw + 1px) !important;
	max-width: none !important;
	overflow-x: visible !important;
}

.ltx-content-wrapper,
.ltx-content-wrapper .container-fluid {
	overflow-x: visible !important;
}

.ltx-content-wrapper:after {
	content: "" !important;
	display: block !important;
	width: calc(100vw + 1px) !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.atl-devices-section {
	position: relative;
	overflow: hidden;
	padding: 82px 0 88px;
	background:
		radial-gradient(circle at 10% 12%, rgba(0, 212, 224, .16), transparent 28%),
		radial-gradient(circle at 90% 8%, rgba(20, 107, 255, .14), transparent 32%),
		linear-gradient(180deg, #f7fcff 0%, #ffffff 48%, #eefbff 100%);
}

.atl-devices-section:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(20, 107, 255, .05) 0 1px, transparent 1px 34px),
		linear-gradient(45deg, rgba(0, 212, 224, .04) 0 1px, transparent 1px 42px);
	pointer-events: none;
}

.atl-devices {
	position: relative;
	z-index: 1;
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.atl-devices-heading {
	max-width: 900px;
	margin: 0 auto 38px;
	text-align: center;
}

.atl-devices-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	padding: 8px 17px;
	border: 1px solid rgba(0, 212, 224, .42);
	border-radius: 999px;
	background: rgba(255, 255, 255, .78);
	color: var(--atlastream-blue);
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 10px 25px rgba(20, 107, 255, .08);
}

.atl-devices-eyebrow svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: var(--atlastream-cyan);
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.atl-devices-heading h2 {
	margin: 0;
	color: var(--atlastream-navy);
	font-size: clamp(34px, 4.2vw, 58px);
	line-height: 1.08;
	letter-spacing: 0;
}

.atl-devices-heading p {
	max-width: 830px;
	margin: 20px auto 0;
	color: rgba(10, 27, 61, .74);
	font-size: 19px;
	line-height: 1.75;
}

.atl-device-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.atl-device-card {
	position: relative;
	min-height: 244px;
	padding: 28px 22px 24px;
	border: 1px solid rgba(0, 212, 224, .22);
	border-radius: 8px;
	background: rgba(255, 255, 255, .86);
	box-shadow: 0 26px 60px rgba(10, 27, 61, .08);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.atl-device-card:hover,
.atl-device-card:focus-within {
	transform: translateY(-5px);
	border-color: rgba(0, 212, 224, .58);
	box-shadow: 0 32px 78px rgba(20, 107, 255, .14);
}

.atl-device-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 18px;
	border: 1px solid rgba(0, 212, 224, .32);
	border-radius: 18px;
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(135deg, rgba(20, 107, 255, .55), rgba(0, 212, 224, .58)) border-box;
	color: var(--atlastream-blue);
	box-shadow: 0 16px 34px rgba(0, 212, 224, .14), inset 0 0 0 10px rgba(20, 107, 255, .04);
}

.atl-device-icon svg {
	width: 31px;
	height: 31px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.atl-device-card h3 {
	margin: 0 0 16px;
	color: var(--atlastream-navy);
	font-size: 23px;
	line-height: 1.18;
	letter-spacing: 0;
}

.atl-device-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.atl-device-tags li {
	margin: 0;
	padding: 8px 10px;
	border-radius: 999px;
	background: rgba(20, 107, 255, .08);
	color: rgba(10, 27, 61, .78);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

.atl-device-tags li:before,
.atl-device-tags li:after {
	content: none !important;
}

.atl-install-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	margin-top: 26px;
	padding: 26px 28px;
	border: 1px solid rgba(0, 212, 224, .32);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(232, 251, 255, .9)),
		linear-gradient(90deg, rgba(20, 107, 255, .05), rgba(0, 212, 224, .1));
	box-shadow: 0 24px 62px rgba(10, 27, 61, .08);
}

.atl-install-card h3 {
	margin: 0 0 8px;
	color: var(--atlastream-navy);
	font-size: 25px;
	line-height: 1.18;
}

.atl-install-card p {
	margin: 0;
	color: rgba(10, 27, 61, .74);
	font-size: 17px;
	line-height: 1.65;
}

.atl-device-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.atl-device-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 24px;
	overflow: hidden;
	border: 1px solid transparent;
	outline: none;
	border-radius: 7px;
	background: linear-gradient(135deg, var(--atlastream-blue), var(--atlastream-cyan));
	color: #fff !important;
	font-weight: 900;
	text-decoration: none !important;
	white-space: nowrap;
	box-shadow: 0 16px 36px rgba(20, 107, 255, .22);
	transition: transform .22s ease, box-shadow .22s ease;
}

.atl-device-btn:focus,
.atl-device-btn:active {
	outline: none;
}

.atl-device-btn:before {
	content: "";
	position: absolute;
	top: -80%;
	left: -45%;
	width: 38%;
	height: 260%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .45), transparent);
	transform: rotate(24deg);
	transition: left .5s ease;
}

.atl-device-btn:hover,
.atl-device-btn:focus {
	transform: translateY(-2px);
	box-shadow: 0 20px 48px rgba(0, 212, 224, .28);
}

.atl-device-btn:hover:before,
.atl-device-btn:focus:before {
	left: 115%;
}

.atl-device-btn.is-secondary {
	background: #fff;
	color: var(--atlastream-navy) !important;
	border-color: rgba(0, 212, 224, .36);
	box-shadow: none;
}

@media (max-width: 1199px) {
	.atl-device-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.atl-devices-section {
		padding: 68px 0 74px;
	}

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

	.atl-install-card {
		grid-template-columns: 1fr;
	}

	.atl-device-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 575px) {
	.atl-devices {
		width: min(100% - 28px, 1180px);
	}

	.atl-devices-heading {
		margin-bottom: 26px;
		text-align: left;
	}

	.atl-devices-heading h2 {
		font-size: 34px;
	}

	.atl-devices-heading p {
		font-size: 16px;
		line-height: 1.62;
	}

	.atl-device-grid {
		grid-template-columns: 1fr;
	}

	.atl-device-card {
		min-height: auto;
		padding: 24px 20px;
	}

	.atl-install-card {
		padding: 23px 20px;
	}

	.atl-device-btn {
		width: 100%;
	}
}

.atl-content-section {
	position: relative;
	overflow: hidden;
	padding: 92px 0 96px;
	background:
		radial-gradient(circle at 78% 18%, rgba(0, 212, 224, .18), transparent 28%),
		radial-gradient(circle at 18% 80%, rgba(20, 107, 255, .18), transparent 32%),
		linear-gradient(135deg, #061025 0%, #092755 52%, #050b19 100%);
	color: #fff;
}

#abonnements,
#pourquoi-choisir,
#compatibilite,
#contenus {
	scroll-margin-top: 118px;
}

.atl-content-section:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, rgba(255, 255, 255, .08), transparent 28%),
		linear-gradient(35deg, rgba(0, 212, 224, .08) 0 1px, transparent 1px 34px);
	opacity: .62;
	pointer-events: none;
}

.atl-content-section:after {
	content: "";
	position: absolute;
	right: -120px;
	bottom: -160px;
	width: 560px;
	height: 560px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 212, 224, .16), transparent 65%);
	pointer-events: none;
}

.atl-content-universe {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(560px, 1.08fr);
	gap: 56px;
	align-items: center;
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.atl-content-copy {
	max-width: 540px;
}

.atl-content-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	padding: 8px 17px;
	border: 1px solid rgba(0, 212, 224, .46);
	border-radius: 999px;
	background: rgba(255, 255, 255, .1);
	color: #dffbff;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 14px 34px rgba(0, 212, 224, .1);
	backdrop-filter: blur(12px);
}

.atl-content-eyebrow svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: var(--atlastream-cyan);
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.atl-content-copy h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(38px, 4.2vw, 64px);
	line-height: 1.04;
	letter-spacing: 0;
}

.atl-content-copy p {
	margin: 24px 0 0;
	color: rgba(234, 246, 255, .78);
	font-size: 19px;
	line-height: 1.75;
}

.atl-content-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.atl-content-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 24px;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 7px;
	background: linear-gradient(135deg, var(--atlastream-blue), var(--atlastream-cyan));
	color: #fff !important;
	font-weight: 900;
	text-decoration: none !important;
	white-space: nowrap;
	box-shadow: 0 18px 44px rgba(0, 212, 224, .2);
	transition: transform .22s ease, box-shadow .22s ease;
}

.atl-content-btn:before {
	content: "";
	position: absolute;
	top: -80%;
	left: -45%;
	width: 38%;
	height: 260%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .45), transparent);
	transform: rotate(24deg);
	transition: left .5s ease;
}

.atl-content-btn:hover,
.atl-content-btn:focus {
	transform: translateY(-2px);
	box-shadow: 0 22px 54px rgba(0, 212, 224, .28);
}

.atl-content-btn:hover:before,
.atl-content-btn:focus:before {
	left: 115%;
}

.atl-content-btn.is-secondary {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(0, 212, 224, .36);
	box-shadow: none;
}

.atl-content-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 34px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, .14);
}

.atl-content-stat strong {
	display: block;
	color: var(--atlastream-cyan);
	font-size: 28px;
	line-height: 1;
}

.atl-content-stat span {
	display: block;
	margin-top: 7px;
	color: rgba(234, 246, 255, .72);
	font-size: 13px;
	font-weight: 800;
}

.atl-content-wall {
	position: relative;
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	grid-template-rows: 155px 130px 105px;
	gap: 16px;
	min-height: 430px;
}

.atl-content-tile {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	min-height: 110px;
	padding: 22px;
	border: 1px solid rgba(0, 212, 224, .22);
	border-radius: 9px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .03)),
		linear-gradient(135deg, rgba(20, 107, 255, .34), rgba(0, 212, 224, .08));
	box-shadow: 0 26px 60px rgba(0, 0, 0, .2);
	transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.atl-content-tile:hover,
.atl-content-tile:focus-within {
	transform: translateY(-5px);
	border-color: rgba(0, 212, 224, .58);
	box-shadow: 0 34px 80px rgba(0, 212, 224, .15);
}

.atl-content-tile:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 16%, rgba(0, 212, 224, .26), transparent 26%),
		linear-gradient(135deg, transparent 0 46%, rgba(255, 255, 255, .08) 46% 48%, transparent 48% 100%);
	opacity: .82;
}

.atl-content-tile:after {
	content: "";
	position: absolute;
	right: 18px;
	top: 18px;
	width: 56px;
	height: 56px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 18px;
	background: rgba(255, 255, 255, .08);
}

.atl-content-tile > * {
	position: relative;
	z-index: 1;
}

.atl-content-tile svg {
	position: absolute;
	right: 31px;
	top: 31px;
	z-index: 2;
	width: 30px;
	height: 30px;
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	opacity: .92;
}

.atl-content-tile strong {
	display: block;
	color: #fff;
	font-size: 23px;
	line-height: 1.15;
}

.atl-content-tile span {
	display: block;
	margin-top: 7px;
	color: rgba(234, 246, 255, .72);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.atl-content-tile.is-live {
	grid-row: span 2;
	background:
		linear-gradient(145deg, rgba(0, 212, 224, .16), rgba(20, 107, 255, .12)),
		linear-gradient(135deg, #082044, #0d4b7d);
}

.atl-content-tile.is-film {
	background:
		linear-gradient(145deg, rgba(20, 107, 255, .18), rgba(255, 255, 255, .03)),
		linear-gradient(135deg, #071833, #12305f);
}

.atl-content-tile.is-sport {
	background:
		linear-gradient(145deg, rgba(0, 150, 136, .2), rgba(20, 107, 255, .08)),
		linear-gradient(135deg, #082135, #07515c);
}

.atl-content-tile.is-series {
	background:
		linear-gradient(145deg, rgba(20, 107, 255, .18), rgba(0, 212, 224, .1)),
		linear-gradient(135deg, #082044, #0a3568);
}

.atl-content-tile.is-world {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(0, 212, 224, .08)),
		linear-gradient(135deg, #071833, #103c67);
}

.atl-content-tile.is-guide {
	background:
		linear-gradient(145deg, rgba(0, 212, 224, .18), rgba(20, 107, 255, .08)),
		linear-gradient(135deg, #06172f, #0d426f);
}

.atl-content-tile.is-guide,
.atl-content-tile.is-world {
	min-height: 105px;
}

@media (max-width: 1199px) {
	.atl-content-universe {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.atl-content-copy {
		max-width: 860px;
	}
}

@media (max-width: 767px) {
	html,
	html.js {
		scroll-padding-top: 116px;
	}

	.atl-content-section {
		padding: 70px 0 76px;
	}

	#abonnements,
	#pourquoi-choisir,
	#compatibilite,
	#contenus {
		scroll-margin-top: 116px;
	}

	.atl-content-universe {
		width: min(100% - 28px, 1180px);
	}

	.atl-content-copy h2 {
		font-size: 36px;
	}

	.atl-content-copy p {
		font-size: 16px;
		line-height: 1.62;
	}

	.atl-content-actions,
	.atl-content-stats {
		grid-template-columns: 1fr;
	}

	.atl-content-btn {
		width: 100%;
	}

	.atl-content-wall {
		display: flex;
		gap: 14px;
		min-height: auto;
		margin-right: -14px;
		padding-bottom: 10px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.atl-content-tile {
		flex: 0 0 78%;
		min-height: 220px;
		scroll-snap-align: start;
	}
}
