:root {
	--iptvfr-primary: #071e3c;
	--iptvfr-dark: #03152f;
	--iptvfr-orange: #ff6200;
	--iptvfr-orange-hover: #e95600;
	--iptvfr-cream: #faf8f5;
	--iptvfr-white: #ffffff;
	--iptvfr-text: #10283a;
	--iptvfr-body: #65717c;
	--iptvfr-border: #e9e2da;
	--iptvfr-soft-orange: #fff2e8;
}

/* 2.6.0 — Blog index, archives, articles and homepage preview. */
.iptvfr-blog-index,
.iptvfr-blog-archive,
.iptvfr-blog-single,
.iptvfr-home-blog-section {
  --iptvfr-blog-navy: #071e3c;
  --iptvfr-blog-dark: #03152f;
  --iptvfr-blog-orange: #ff6200;
  --iptvfr-blog-orange-hover: #e95600;
  --iptvfr-blog-cream: #faf8f5;
  --iptvfr-blog-gray: #65717c;
  --iptvfr-blog-border: #e9e2da;
  color: var(--iptvfr-blog-navy);
  font-family: Inter, sans-serif;
}

.iptvfr-blog-index,
.iptvfr-blog-archive,
.iptvfr-blog-single {
  background: var(--iptvfr-blog-cream);
}

.iptvfr-blog-shell {
  width: min(1320px, calc(100% - 48px));
  margin-inline: auto;
}

.iptvfr-blog-hero {
  padding: 112px 0 78px;
  text-align: center;
  background:
    radial-gradient(circle at 18% 10%, rgb(255 98 0 / 9%), transparent 28%),
    radial-gradient(circle at 85% 70%, rgb(7 30 60 / 8%), transparent 32%),
    #fff;
  border-bottom: 1px solid var(--iptvfr-blog-border);
}

.iptvfr-blog-hero--archive {
  padding-block: 90px 64px;
}

.iptvfr-blog-eyebrow,
.iptvfr-home-blog-eyebrow {
  margin: 0 0 14px;
  color: var(--iptvfr-blog-orange);
  font: 700 13px/1.3 Inter, sans-serif;
  letter-spacing: .16em;
}

.iptvfr-blog-hero h1,
.iptvfr-article-header h1,
.iptvfr-home-blog-title .elementor-heading-title,
.iptvfr-related h2,
.iptvfr-blog-cta h2 {
  margin: 0;
  color: var(--iptvfr-blog-dark);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

.iptvfr-blog-hero h1 {
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.04;
}

.iptvfr-blog-hero > .iptvfr-blog-shell > p:not(.iptvfr-blog-eyebrow),
.iptvfr-blog-archive__description {
  max-width: 760px;
  margin: 22px auto 0;
  color: var(--iptvfr-blog-gray);
  font-size: 18px;
  line-height: 1.7;
}

.iptvfr-blog-back {
  display: inline-flex;
  margin-top: 26px;
  color: var(--iptvfr-blog-orange);
  font-weight: 700;
}

.iptvfr-blog-listing,
.iptvfr-related {
  padding: 72px 0 92px;
}

.iptvfr-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
}

.iptvfr-blog-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--iptvfr-blog-border, #e9e2da);
  border-radius: 22px;
  box-shadow: 0 16px 42px rgb(3 21 47 / 7%);
  transition: transform .25s ease, box-shadow .25s ease;
}

.iptvfr-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 54px rgb(3 21 47 / 12%);
}

.iptvfr-blog-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #eef1f4;
}

.iptvfr-blog-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.iptvfr-blog-card:hover .iptvfr-blog-card__image img {
  transform: scale(1.025);
}

.iptvfr-blog-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 254px;
  padding: 25px 26px 27px;
}

.iptvfr-blog-card__meta,
.iptvfr-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
  color: var(--iptvfr-blog-gray, #65717c);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.iptvfr-blog-card__meta span:first-child,
.iptvfr-article-meta span:first-child {
  color: var(--iptvfr-blog-orange, #ff6200);
}

.iptvfr-blog-card h3 {
  margin: 15px 0 12px;
  font: 400 27px/1.15 "DM Serif Display", Georgia, serif;
}

.iptvfr-blog-card h3 a {
  color: var(--iptvfr-blog-dark, #03152f);
  text-decoration: none;
}

.iptvfr-blog-card p {
  margin: 0 0 20px;
  color: var(--iptvfr-blog-gray, #65717c);
  font-size: 15px;
  line-height: 1.65;
}

.iptvfr-blog-card__link {
  margin-top: auto;
  color: var(--iptvfr-blog-orange, #ff6200);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.iptvfr-blog-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}

.iptvfr-blog-pagination .page-numbers {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
  padding: 8px;
  color: var(--iptvfr-blog-navy);
  background: #fff;
  border: 1px solid var(--iptvfr-blog-border);
  border-radius: 12px;
  text-decoration: none;
}

.iptvfr-blog-pagination .current,
.iptvfr-blog-pagination a:hover {
  color: #fff;
  background: var(--iptvfr-blog-orange);
  border-color: var(--iptvfr-blog-orange);
}

.iptvfr-blog-cta {
  padding: 0 0 90px;
}

.iptvfr-blog-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 42px 48px;
  color: #fff;
  background: var(--iptvfr-blog-dark);
  border-radius: 24px;
}

.iptvfr-blog-cta h2 {
  color: #fff;
  font-size: clamp(30px, 3.1vw, 46px);
}

.iptvfr-blog-cta__inner > a,
.iptvfr-article-sidebar > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  color: #fff;
  background: var(--iptvfr-blog-orange);
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

/* Elementor homepage preview. */
.iptvfr-home-blog-section {
  padding: 96px 24px;
  background: var(--iptvfr-blog-cream);
}

.iptvfr-home-blog-inner {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  gap: 38px;
}

.iptvfr-home-blog-heading {
  max-width: 760px;
  text-align: center;
}

.iptvfr-home-blog-title .elementor-heading-title {
  font-size: clamp(40px, 4vw, 62px);
  line-height: 1.05;
}

.iptvfr-home-blog-intro p {
  margin: 16px 0 0;
  color: var(--iptvfr-blog-gray);
  font-size: 17px;
  line-height: 1.7;
}

.iptvfr-home-blog-grid-widget,
.iptvfr-home-blog-grid-widget > .elementor-widget-container {
  width: 100%;
}

.iptvfr-home-blog-button .elementor-button {
  min-height: 48px;
  padding: 14px 25px;
  color: #fff;
  background: var(--iptvfr-blog-orange);
  border-radius: 12px;
  font-weight: 700;
}

.iptvfr-home-blog-button .elementor-button:hover {
  background: var(--iptvfr-blog-orange-hover);
}

/* Single article. */
.iptvfr-article-header {
  padding-top: 100px;
  text-align: center;
}

.iptvfr-article-breadcrumb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 27px;
  color: var(--iptvfr-blog-gray);
  font-size: 13px;
}

.iptvfr-article-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.iptvfr-article-meta {
  justify-content: center;
  margin-bottom: 22px;
}

.iptvfr-article-header h1 {
  max-width: 1000px;
  margin-inline: auto;
  font-size: clamp(46px, 5vw, 74px);
  line-height: 1.04;
}

.iptvfr-article-excerpt {
  max-width: 800px;
  margin: 24px auto 0;
  color: var(--iptvfr-blog-gray);
  font-size: 19px;
  line-height: 1.7;
}

.iptvfr-article-featured {
  overflow: hidden;
  margin-top: 55px;
  aspect-ratio: 16 / 7;
  background: #eef1f4;
  border: 1px solid var(--iptvfr-blog-border);
  border-radius: 28px;
  box-shadow: 0 22px 55px rgb(3 21 47 / 10%);
}

.iptvfr-article-featured img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iptvfr-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) 320px;
  justify-content: center;
  align-items: start;
  gap: 64px;
  padding-block: 70px 100px;
}

.iptvfr-article-content {
  min-width: 0;
  color: #354654;
  font-size: 17px;
  line-height: 1.82;
}

.iptvfr-article-content h2 {
  margin: 48px 0 17px;
  color: var(--iptvfr-blog-dark);
  font: 400 36px/1.15 "DM Serif Display", Georgia, serif;
}

.iptvfr-article-content p,
.iptvfr-article-content li {
  font-size: inherit;
  line-height: inherit;
}

.iptvfr-article-content ul,
.iptvfr-article-content ol {
  padding-left: 24px;
}

.iptvfr-article-summary,
.iptvfr-article-note {
  margin: 32px 0;
  padding: 26px 28px;
  background: #fff;
  border: 1px solid var(--iptvfr-blog-border);
  border-left: 4px solid var(--iptvfr-blog-orange);
  border-radius: 16px;
}

.iptvfr-article-summary h2 {
  margin-top: 0;
}

.iptvfr-article-sidebar {
  position: sticky;
  top: 110px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--iptvfr-blog-border);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgb(3 21 47 / 8%);
}

.iptvfr-article-sidebar h2 {
  margin: 6px 0 12px;
  color: var(--iptvfr-blog-dark);
  font: 400 30px/1.15 "DM Serif Display", Georgia, serif;
}

.iptvfr-article-sidebar p:not(.iptvfr-blog-eyebrow) {
  color: var(--iptvfr-blog-gray);
  font-size: 14px;
  line-height: 1.65;
}

.iptvfr-article-sidebar strong {
  display: block;
  margin: 16px 0;
  color: var(--iptvfr-blog-orange);
  font-size: 42px;
}

.iptvfr-related {
  background: #fff;
  border-top: 1px solid var(--iptvfr-blog-border);
}

.iptvfr-related h2 {
  margin-bottom: 34px;
  font-size: 46px;
}

.iptvfr-related .iptvfr-blog-card__body {
  min-height: 170px;
}

.iptvfr-blog-card a:focus-visible,
.iptvfr-blog-back:focus-visible,
.iptvfr-blog-cta a:focus-visible,
.iptvfr-article-sidebar a:focus-visible,
.iptvfr-home-blog-button a:focus-visible {
  outline: 3px solid rgb(255 98 0 / 45%);
  outline-offset: 4px;
}

.iptvfr-desktop-header,
.iptvfr-mobile-header-shell,
.iptvfr-mobile-header,
.iptvfr-desktop-footer,
.iptvfr-mobile-footer {
	font-family: Inter, Arial, sans-serif;
	box-sizing: border-box;
}

.iptvfr-desktop-header *,
.iptvfr-mobile-header-shell *,
.iptvfr-mobile-header *,
.iptvfr-desktop-footer *,
.iptvfr-mobile-footer * {
	box-sizing: border-box;
}

.iptvfr-icon {
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
}

.iptvfr-location-header {
	position: static;
	top: auto;
	z-index: auto;
}

.admin-bar .iptvfr-location-header {
	top: auto;
}

.iptvfr-sticky-spacer {
	display: block;
	flex: 0 0 auto;
	width: 100%;
	height: 0;
	pointer-events: none;
}

/* Desktop header */
.iptvfr-desktop-header {
	display: flex;
	position: relative;
	width: 100%;
	gap: 0 !important;
	padding: 0 !important;
	background: transparent;
}

.iptvfr-marquee-widget,
.iptvfr-marquee-widget > .elementor-widget-container,
.iptvfr-marquee {
	width: 100%;
}

.iptvfr-marquee-widget,
.iptvfr-marquee-widget > .elementor-widget-container {
	background: var(--iptvfr-dark);
}

.iptvfr-marquee {
	max-width: 1160px;
	height: 42px;
	margin-inline: auto;
	overflow: hidden;
	background: var(--iptvfr-dark);
	color: var(--iptvfr-white);
}

.iptvfr-marquee:focus-visible {
	outline: 2px solid var(--iptvfr-orange);
	outline-offset: -2px;
}

.iptvfr-marquee-belt {
	display: flex;
	flex-direction: row;
	width: max-content;
	height: 42px;
	animation: iptvfr-marquee 32s linear infinite;
	will-change: transform;
}

.iptvfr-marquee-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(28px, 3.5vw, 60px);
	flex: 0 0 auto;
	min-width: 1160px;
	height: 42px;
	padding: 0;
}

.iptvfr-marquee-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 42px;
	padding: 0;
	font-size: 13px;
	font-weight: 500;
	white-space: nowrap;
}

.iptvfr-marquee-item .iptvfr-icon {
	width: 20px;
	height: 20px;
	color: var(--iptvfr-orange);
}

@keyframes iptvfr-marquee {
	from { transform: translate3d(-50%, 0, 0); }
	to { transform: translate3d(0, 0, 0); }
}

@media (hover: hover) and (min-width: 768px) {
	.iptvfr-marquee:hover .iptvfr-marquee-belt {
		animation-play-state: paused;
	}
}

.iptvfr-header-main {
	display: grid !important;
	grid-template-columns: minmax(190px, 1fr) auto auto auto;
	align-items: center;
	gap: 24px;
	width: 100%;
	max-width: 100%;
	min-height: 72px;
	padding: 0 max(24px, calc((100vw - 1320px) / 2 + 24px));
	background: var(--iptvfr-white);
	border-radius: 0 0 16px 16px;
	box-shadow: 0 8px 24px rgba(3, 21, 47, 0.07);
	transition: min-height 0.2s ease, box-shadow 0.2s ease;
}

.iptvfr-header-main.iptvfr-is-sticky {
	position: fixed !important;
	top: var(--iptvfr-sticky-top, 0);
	right: 0;
	left: 0;
	z-index: 990;
	box-shadow: 0 10px 28px rgba(3, 21, 47, 0.12);
}

.iptvfr-desktop-header.is-compact .iptvfr-header-main {
	min-height: 68px;
	box-shadow: 0 10px 28px rgba(3, 21, 47, 0.11);
}

.iptvfr-header-logo {
	justify-self: start;
	width: min(100%, 205px) !important;
	margin: 0 !important;
}

.iptvfr-header-logo img {
	display: block;
	width: 100%;
	height: 54px;
	object-fit: contain;
	object-position: left center;
}

.iptvfr-desktop-nav {
	justify-self: center;
	width: max-content !important;
	margin: 0 !important;
}

.iptvfr-desktop-nav .elementor-menu-toggle,
.iptvfr-desktop-nav .elementor-nav-menu--dropdown {
	display: none !important;
}

.iptvfr-desktop-nav ul.elementor-nav-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.iptvfr-desktop-nav .elementor-nav-menu--main .elementor-nav-menu {
	display: flex;
	align-items: center;
	gap: 28px;
}

.iptvfr-desktop-nav .elementor-nav-menu--main .elementor-item {
	min-height: 50px;
	padding: 14px 0 !important;
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: var(--iptvfr-text);
	transition: color 0.2s ease;
}

.iptvfr-desktop-nav .elementor-item:hover,
.iptvfr-desktop-nav .elementor-item:focus-visible,
.iptvfr-desktop-nav .elementor-item.elementor-item-active,
.iptvfr-desktop-nav .current-menu-item > .elementor-item {
	color: var(--iptvfr-orange) !important;
}

.iptvfr-desktop-nav .elementor-item::after {
	height: 2px !important;
	background: var(--iptvfr-orange) !important;
}

.iptvfr-header-cta {
	justify-self: end;
	width: max-content !important;
	margin: 0 !important;
}

.iptvfr-header-whatsapp {
	justify-self: end;
	width: max-content !important;
	margin: 0 !important;
}

.iptvfr-header-whatsapp .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	min-height: 42px;
	padding: 0;
	color: var(--iptvfr-white);
	font-size: 18px;
	font-weight: 600;
	border: 1px solid #25d366;
	border-radius: 50%;
	background: #25d366;
	box-shadow: 0 7px 16px rgba(37, 211, 102, 0.24);
	transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.iptvfr-header-whatsapp .elementor-button-text {
	display: none;
}

.iptvfr-header-whatsapp .elementor-button-icon {
	margin: 0 !important;
}

.iptvfr-header-whatsapp .elementor-button-icon svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: var(--iptvfr-white) !important;
	opacity: 1;
}

.iptvfr-header-whatsapp .elementor-button:hover,
.iptvfr-header-whatsapp .elementor-button:focus-visible {
	color: #fff;
	background: #1fae54;
	transform: translateY(-1px);
}

.iptvfr-header-cta .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--iptvfr-white);
	background: var(--iptvfr-orange);
	border-radius: 10px;
	box-shadow: 0 8px 18px rgba(255, 98, 0, 0.14);
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.iptvfr-header-cta .elementor-button-content-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.iptvfr-header-cta .elementor-button:hover,
.iptvfr-header-cta .elementor-button:focus-visible {
	background: var(--iptvfr-orange-hover);
	transform: translateY(-1px);
}

/* Mobile header and panel */
.iptvfr-mobile-header-shell,
.iptvfr-mobile-header {
	display: none;
}

.iptvfr-menu-toggle,
.iptvfr-menu-close {
	appearance: none;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.iptvfr-menu-toggle {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 46px;
	height: 46px;
	padding: 0;
	border-radius: 10px;
}

.iptvfr-menu-toggle span {
	display: block;
	width: 28px;
	height: 3px;
	border-radius: 3px;
	background: var(--iptvfr-text);
}

.iptvfr-menu-toggle:focus-visible,
.iptvfr-menu-close:focus-visible,
.iptvfr-panel-nav a:focus-visible,
.iptvfr-whatsapp-card:focus-visible {
	outline: 3px solid var(--iptvfr-orange);
	outline-offset: 3px;
}

.iptvfr-menu-overlay {
	position: fixed;
	inset: 0;
	z-index: 100000;
	background: rgba(1, 10, 25, 0.76);
	backdrop-filter: blur(4px);
	opacity: 0;
	transition: opacity 0.25s ease;
}

.iptvfr-menu-overlay.is-open {
	opacity: 1;
}

.iptvfr-mobile-panel {
	display: flex;
	position: fixed;
	top: 0;
	right: 0;
	bottom: auto;
	z-index: 100001;
	flex-direction: column;
	width: min(86vw, 360px);
	height: 100vh;
	height: 100dvh;
	padding: 22px 24px 24px;
	overflow-y: auto;
	background: var(--iptvfr-dark);
	color: var(--iptvfr-white);
	border-radius: 18px 0 0 18px;
	box-shadow: -18px 0 50px rgba(1, 10, 25, 0.34);
	transform: translateX(104%);
	visibility: hidden;
	transition: transform 0.28s ease, visibility 0.28s ease;
}

.iptvfr-mobile-panel.is-open {
	transform: translateX(0);
	visibility: visible;
}

body.iptvfr-menu-open {
	overflow: hidden;
	position: fixed;
	top: var(--iptvfr-scroll-lock-top, 0);
	left: 0;
	width: 100%;
}

body.iptvfr-menu-open .iptvfr-location-header {
	z-index: 100002;
}

.iptvfr-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 54px;
	margin-bottom: 14px;
}

.iptvfr-panel-logo {
	display: block;
	width: min(190px, calc(100% - 58px));
	padding: 5px 8px;
	border-radius: 10px;
	background: #fff;
}

.iptvfr-panel-logo img {
	display: block;
	width: 100%;
	height: 44px;
	object-fit: contain;
	object-position: left center;
}

.iptvfr-menu-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0 0 4px;
	color: var(--iptvfr-white);
	font-family: Arial, sans-serif;
	font-size: 39px;
	font-weight: 300;
	line-height: 1;
	border-radius: 10px;
	background: var(--iptvfr-orange);
}

.iptvfr-panel-nav {
	margin-bottom: 0;
}

.iptvfr-panel-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.iptvfr-panel-nav li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.iptvfr-panel-nav a {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 54px;
	padding: 6px 4px;
	color: var(--iptvfr-white);
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease, padding-inline-start 0.2s ease;
}

.iptvfr-panel-nav a:hover,
.iptvfr-panel-nav .is-current a {
	color: var(--iptvfr-orange);
	padding-inline-start: 7px;
}

.iptvfr-panel-nav .iptvfr-icon {
	width: 23px;
	height: 23px;
}

.iptvfr-whatsapp-card {
	display: grid;
	grid-template-columns: 48px 1fr 22px;
	align-items: center;
	gap: 12px;
	min-height: 82px;
	margin-top: 20px;
	padding: 14px;
	color: var(--iptvfr-white);
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.05);
}

.iptvfr-whatsapp-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	color: var(--iptvfr-white);
	font-size: 13px;
	font-weight: 700;
	border: 3px solid var(--iptvfr-white);
	border-radius: 50%;
	background: #25d366;
}

.iptvfr-whatsapp-card strong,
.iptvfr-whatsapp-card small {
	display: block;
}

.iptvfr-whatsapp-card strong {
	margin-bottom: 3px;
	font-size: 15px;
}

.iptvfr-whatsapp-card small {
	color: rgba(255, 255, 255, 0.75);
	font-size: 12px;
}

.iptvfr-card-arrow {
	font-size: 32px;
	line-height: 1;
}

/* Shared newsletter */
.iptvfr-newsletter {
	display: grid !important;
	grid-template-columns: 54px minmax(300px, 1fr) minmax(430px, 480px);
	align-items: center;
	gap: 20px;
	width: min(calc(100% - 40px), 1320px);
	margin: 28px auto 20px;
	padding: 20px 26px;
	background: var(--iptvfr-white);
	border: 1px solid var(--iptvfr-border);
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(3, 21, 47, 0.06);
}

.iptvfr-newsletter-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px !important;
	height: 50px;
	margin: 0 !important;
	color: var(--iptvfr-orange);
	border: 1px solid rgba(255, 103, 0, 0.24);
	border-radius: 50%;
	background: var(--iptvfr-soft-orange);
}

.iptvfr-newsletter-icon .elementor-icon {
	color: inherit;
	font-size: 21px;
}

.iptvfr-newsletter-copy,
.iptvfr-newsletter-title,
.iptvfr-newsletter-text,
.iptvfr-newsletter-form {
	margin: 0 !important;
}

.iptvfr-newsletter-title .elementor-heading-title {
	margin: 0 0 5px;
	color: var(--iptvfr-text);
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.15;
}

.iptvfr-newsletter-text p {
	margin: 0;
	color: var(--iptvfr-body);
	font-size: 14px;
	line-height: 1.5;
}

.iptvfr-newsletter-form .elementor-form {
	display: block;
}

.iptvfr-newsletter-form .elementor-form-fields-wrapper {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 168px;
	align-items: start;
	gap: 12px;
}

.iptvfr-newsletter-form .elementor-field-group,
.iptvfr-newsletter-form .elementor-field-type-submit {
	width: 100% !important;
	margin: 0 !important;
}

.iptvfr-newsletter-form .elementor-field-label {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.iptvfr-newsletter-form .elementor-field {
	min-height: 48px;
	padding: 0 18px;
	color: var(--iptvfr-text);
	font: 400 14px/1.4 Inter, Arial, sans-serif;
	border: 1px solid var(--iptvfr-border) !important;
	border-radius: 10px !important;
	background: var(--iptvfr-white);
}

.iptvfr-newsletter-form .elementor-button {
	width: 100%;
	min-height: 48px;
	padding: 14px 22px;
	color: var(--iptvfr-white);
	font-size: 15px;
	font-weight: 600;
	border: 0;
	border-radius: 10px;
	background: var(--iptvfr-orange);
}

.iptvfr-newsletter-form .elementor-button:hover,
.iptvfr-newsletter-form .elementor-button:focus-visible {
	background: var(--iptvfr-orange-hover);
}

.iptvfr-newsletter-form .elementor-message {
	grid-column: 1 / -1;
	margin: 6px 0 0;
	font-size: 13px;
}

/* Desktop footer */
.iptvfr-desktop-footer {
	display: flex;
	width: 100%;
	padding: 0 0 14px;
	background: var(--iptvfr-cream);
}

.iptvfr-footer-columns {
	display: grid !important;
	grid-template-columns: 1.35fr 1fr 1.4fr 1.15fr;
	gap: 0;
	width: min(calc(100% - 64px), 1320px);
	margin: 0 auto !important;
	padding: 36px 0;
}

.iptvfr-footer-column {
	display: flex;
	min-width: 0;
	padding: 0 18px;
	margin: 0 !important;
	border-inline-start: 1px solid var(--iptvfr-border);
}

.iptvfr-footer-column:first-child {
	padding-inline-start: 0;
	border-inline-start: 0;
}

.iptvfr-footer-column:last-child {
	padding-inline-end: 0;
}

.iptvfr-footer-logo {
	width: min(100%, 220px) !important;
	margin: 0 0 10px !important;
}

.iptvfr-footer-logo img {
	display: block;
	width: 100%;
	height: 54px;
	object-fit: contain;
	object-position: left center;
}

.iptvfr-footer-description {
	margin: 0 0 14px !important;
}

.iptvfr-footer-description p {
	margin: 0;
	color: var(--iptvfr-body);
	font-size: 14px;
	line-height: 1.65;
}

.iptvfr-footer-heading {
	margin: 0 0 10px !important;
}

.iptvfr-footer-heading .elementor-heading-title {
	position: relative;
	padding-bottom: 9px;
	color: var(--iptvfr-text);
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}

.iptvfr-footer-heading .elementor-heading-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background: var(--iptvfr-orange);
	content: "";
}

.iptvfr-footer-list {
	margin: 0 !important;
}

.iptvfr-footer-list .elementor-icon-list-items {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.iptvfr-footer-list .elementor-icon-list-item {
	min-height: 26px;
}

.iptvfr-footer-list .elementor-icon-list-text {
	color: var(--iptvfr-body);
	font-size: 14px;
	line-height: 1.55;
}

.iptvfr-footer-list .elementor-icon-list-icon {
	color: var(--iptvfr-orange);
	font-size: 9px;
}

.iptvfr-footer-list a:hover .elementor-icon-list-text,
.iptvfr-footer-list a:focus-visible .elementor-icon-list-text {
	color: var(--iptvfr-orange);
}

.iptvfr-footer-trust-row {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 300px);
	align-items: center;
	gap: 24px !important;
	width: min(calc(100% - 40px), 1320px) !important;
	margin: 0 auto !important;
	padding: 18px 24px !important;
	color: var(--iptvfr-white);
	background: var(--iptvfr-dark);
	border-radius: 16px;
}

.iptvfr-footer-trust-widget,
.iptvfr-footer-trust-widget > .elementor-widget-container {
	width: 100%;
	margin: 0 !important;
}

.iptvfr-trust-items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.iptvfr-trust-item {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	padding: 2px 18px;
	border-inline-end: 1px solid rgba(255, 255, 255, 0.18);
}

.iptvfr-trust-item:first-child {
	padding-inline-start: 0;
}

.iptvfr-trust-item:last-child {
	border-inline-end: 0;
}

.iptvfr-trust-item .iptvfr-icon {
	width: 34px;
	height: 34px;
	color: var(--iptvfr-orange);
}

.iptvfr-trust-item strong,
.iptvfr-trust-item small {
	display: block;
}

.iptvfr-trust-item strong {
	font-size: 14px;
	line-height: 1.25;
}

.iptvfr-payment-image {
	width: min(100%, 300px) !important;
	max-width: 300px;
	margin: 0 !important;
	justify-self: end;
}

.iptvfr-payment-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	object-fit: contain;
}

body:not(.elementor-editor-active) .iptvfr-payment-image:not(:has(img)) {
	display: none !important;
}

body:not(.elementor-editor-active) .iptvfr-footer-trust-row:not(:has(.iptvfr-payment-image img)) {
	grid-template-columns: minmax(0, 1fr);
}

body:not(.elementor-editor-active) .iptvfr-footer-trust-row:not(:has(.iptvfr-payment-image img)) .iptvfr-trust-item {
	justify-content: center;
}

body:not(.elementor-editor-active) .iptvfr-footer-trust-row:not(:has(.iptvfr-payment-image img)) .iptvfr-trust-item:first-child {
	padding-inline-start: 18px;
}

.iptvfr-copyright {
	width: min(calc(100% - 40px), 1320px) !important;
	margin: 0 auto !important;
	padding: 12px 0 0;
}

.iptvfr-copyright p {
	margin: 0;
	color: var(--iptvfr-body);
	font-size: 12px;
	text-align: center;
}

/* Editable homepage hero */
.iptvfr-hero {
	--iptvfr-hero-navy: #10283a;
	--iptvfr-hero-dark: #071e3c;
	--iptvfr-hero-orange: #ff6200;
	--iptvfr-hero-orange-hover: #e95600;
	--iptvfr-hero-cream: #faf8f5;
	--iptvfr-hero-body: #64707a;
	--iptvfr-hero-muted: #7c858d;
	--iptvfr-hero-border: #e9e2da;
	--iptvfr-hero-soft: #fff3ed;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 700px;
	margin: 0 !important;
	padding: 58px 40px 54px !important;
	overflow: hidden;
	font-family: Inter, Arial, sans-serif;
	background: var(--iptvfr-hero-cream);
}

.iptvfr-hero,
.iptvfr-hero * {
	box-sizing: border-box;
}

.iptvfr-hero-inner {
	display: grid !important;
	grid-template-columns: minmax(0, 44fr) minmax(0, 56fr);
	align-items: center;
	gap: clamp(32px, 3vw, 44px) !important;
	width: 100% !important;
	max-width: 1320px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.iptvfr-hero-content {
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
	gap: 0 !important;
	width: 100% !important;
	padding: 0 !important;
	animation: iptvfr-hero-fade-up 0.72s ease-out both;
}

.iptvfr-hero-badge {
	display: inline-flex !important;
	flex-direction: row;
	align-items: center;
	gap: 8px !important;
	width: max-content !important;
	min-height: 38px;
	margin: 0 !important;
	padding: 8px 15px !important;
	border: 1px solid rgba(236, 229, 222, 0.9);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.86);
}

.iptvfr-hero-badge-icon {
	width: 14px !important;
	margin: 0 !important;
}

.iptvfr-hero-badge-icon .elementor-icon {
	display: block;
	color: var(--iptvfr-hero-orange);
	font-size: 13px;
}

.iptvfr-hero-badge-text {
	width: auto !important;
	margin: 0 !important;
}

.iptvfr-hero-badge-text p {
	margin: 0;
	color: #4e555c;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.035em;
}

.iptvfr-hero-title {
	width: 100% !important;
	max-width: 610px;
	margin: 28px 0 0 !important;
}

.iptvfr-hero-title .elementor-heading-title {
	margin: 0;
	color: var(--iptvfr-hero-navy);
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(46px, 3.35vw, 52px);
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: -0.025em;
}

.iptvfr-hero-title .elementor-heading-title span {
	display: block;
}

.iptvfr-hero-description {
	width: 100% !important;
	max-width: 560px;
	margin: 22px 0 0 !important;
}

.iptvfr-hero-description p {
	margin: 0;
	color: var(--iptvfr-hero-body);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
}

.iptvfr-hero-actions {
	display: flex !important;
	flex-direction: row;
	align-items: center;
	gap: 16px !important;
	width: auto !important;
	margin: 30px 0 0 !important;
	padding: 0 !important;
}

.iptvfr-hero-actions .elementor-widget-button {
	width: auto !important;
	margin: 0 !important;
}

.iptvfr-hero-actions .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 15px 28px;
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	border: 1px solid var(--iptvfr-hero-orange);
	border-radius: 999px;
	box-shadow: none;
	transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.iptvfr-hero-primary .elementor-button {
	color: #fff;
	background: var(--iptvfr-hero-orange);
}

.iptvfr-hero-secondary .elementor-button {
	color: var(--iptvfr-hero-orange);
	background: rgba(255, 255, 255, 0.55);
}

.iptvfr-hero-primary .elementor-button:hover,
.iptvfr-hero-primary .elementor-button:focus-visible,
.iptvfr-hero-secondary .elementor-button:hover,
.iptvfr-hero-secondary .elementor-button:focus-visible {
	color: #fff;
	background: var(--iptvfr-hero-orange-hover);
	transform: translateY(-2px);
}

.iptvfr-hero-actions .elementor-button:focus-visible {
	outline: 3px solid rgba(242, 100, 60, 0.28);
	outline-offset: 3px;
}

.iptvfr-hero-trust {
	display: flex !important;
	flex-direction: row;
	align-items: center;
	gap: 16px !important;
	width: auto !important;
	margin: 38px 0 0 !important;
	padding: 0 !important;
}

.iptvfr-hero-avatars {
	position: relative;
	width: 200px !important;
	min-width: 200px;
	margin: 0 !important;
}

.iptvfr-hero-avatars img {
	display: block;
	width: 200px;
	height: 56px;
	object-fit: contain;
}

.iptvfr-hero-avatars::after {
	position: absolute;
	top: 2px;
	right: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	content: "+2K";
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--iptvfr-hero-navy);
}

.iptvfr-hero-trust-copy {
	display: flex !important;
	flex-direction: column;
	gap: 3px !important;
	width: auto !important;
	padding: 0 !important;
}

.iptvfr-hero-trust-text,
.iptvfr-hero-rating {
	width: auto !important;
	margin: 0 !important;
}

.iptvfr-hero-trust-text p,
.iptvfr-hero-rating p {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
}

.iptvfr-hero-trust-text p {
	color: var(--iptvfr-hero-navy);
	font-weight: 600;
}

.iptvfr-rating-stars {
	margin-inline-end: 8px;
	color: var(--iptvfr-hero-orange);
	letter-spacing: 2px;
}

.iptvfr-rating-label {
	color: var(--iptvfr-hero-muted);
}

.iptvfr-hero-visual {
	position: relative;
	display: flex !important;
	flex-direction: column;
	align-items: flex-end;
	gap: 0 !important;
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 0 14px 12px !important;
}

.iptvfr-hero-visual::before {
	display: none;
}

.iptvfr-device-image {
	position: relative;
	z-index: 1;
	width: 100% !important;
	max-width: 880px;
	margin: 0 0 0 auto !important;
	animation: iptvfr-hero-fade-in 0.78s 0.08s ease-out both;
}

.iptvfr-device-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 24px;
	box-shadow: 0 16px 44px rgba(16, 40, 58, 0.08);
}

.iptvfr-feature-row {
	position: relative;
	z-index: 2;
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px !important;
	width: min(100%, 720px) !important;
	margin: -14px 18px 0 auto !important;
	padding: 0 !important;
}

.iptvfr-feature-row > .iptvfr-feature-card {
	display: flex !important;
	flex-direction: row;
	align-items: center;
	gap: 12px !important;
	min-width: 0;
	min-height: 84px;
	margin: 0 !important;
	padding: 14px 16px !important;
	border: 1px solid rgba(236, 229, 222, 0.72);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(16, 40, 58, 0.07);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.iptvfr-feature-row > .iptvfr-feature-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 34px rgba(16, 40, 58, 0.1);
}

.iptvfr-feature-row .iptvfr-feature-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	width: 48px !important;
	height: 48px;
	margin: 0 !important;
	padding: 9px;
	border-radius: 50%;
	background: var(--iptvfr-hero-soft);
}

.iptvfr-feature-row .iptvfr-feature-icon img {
	display: block;
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.iptvfr-feature-row .iptvfr-feature-copy {
	--align-items: flex-start;
	--flex-direction: column;
	display: flex !important;
	flex: 1 1 0;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 2px !important;
	min-width: 0;
	width: auto !important;
	padding: 0 !important;
}

.iptvfr-feature-row .iptvfr-feature-value,
.iptvfr-feature-row .iptvfr-feature-label {
	width: auto !important;
	margin: 0 !important;
}

.iptvfr-feature-row .iptvfr-feature-value .elementor-heading-title {
	color: var(--iptvfr-hero-navy);
	font-family: Inter, Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.15;
	white-space: nowrap;
}

.iptvfr-feature-row .iptvfr-feature-label p {
	margin: 0;
	color: var(--iptvfr-hero-body);
	font-size: 14px;
	line-height: 1.35;
	white-space: nowrap;
}

@keyframes iptvfr-hero-fade-up {
	from { opacity: 0; transform: translate3d(0, 24px, 0); }
	to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes iptvfr-hero-fade-in {
	from { opacity: 0; transform: translate3d(0, 12px, 0); }
	to { opacity: 1; transform: translate3d(0, 0, 0); }
}

/* Mobile footer base */
.iptvfr-mobile-footer {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.iptvfr-marquee {
		overflow: hidden;
		scrollbar-width: none;
	}
	.iptvfr-marquee::-webkit-scrollbar {
		display: none;
	}
	.iptvfr-marquee-belt {
		animation: iptvfr-marquee 42s linear infinite;
		will-change: transform;
	}
	.iptvfr-mobile-panel,
	.iptvfr-menu-overlay,
	.iptvfr-header-main,
	.iptvfr-header-cta .elementor-button,
	.iptvfr-hero-actions .elementor-button,
	.iptvfr-feature-card {
		transition: none;
	}
	.iptvfr-hero-content,
	.iptvfr-device-image {
		animation: none;
	}
}

/* Editable premium-features showcase */
.iptvfr-features-section {
	--iptvfr-features-navy: #071e3c;
	--iptvfr-features-dark: #03152f;
	--iptvfr-features-orange: #ff6200;
	--iptvfr-features-coral: #ff6674;
	--iptvfr-features-cream: #faf8f5;
	--iptvfr-features-body: #65717c;
	--iptvfr-features-border: #e9e2da;
	display: flex !important;
	flex-direction: column;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 100px 30px !important;
	overflow: hidden;
	isolation: isolate;
	background: var(--iptvfr-features-cream);
}

.iptvfr-features-heading {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	width: min(100%, 940px) !important;
	margin: 0 auto !important;
	padding: 0 !important;
	text-align: center;
}

.iptvfr-features-eyebrow,
.iptvfr-features-title,
.iptvfr-features-subtitle {
	width: 100% !important;
	margin: 0 !important;
}

.iptvfr-features-eyebrow p {
	margin: 0;
	color: var(--iptvfr-features-orange);
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.iptvfr-features-title {
	margin-top: 14px !important;
}

.iptvfr-features-title .elementor-heading-title {
	color: var(--iptvfr-features-navy);
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 56px;
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: -0.025em;
}

.iptvfr-features-subtitle {
	margin-top: 20px !important;
}

.iptvfr-features-subtitle p {
	margin: 0;
	color: var(--iptvfr-features-body);
	font-family: Inter, Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
}

.iptvfr-features-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 22fr) minmax(0, 56fr) minmax(0, 22fr);
	align-items: center;
	gap: 28px !important;
	width: min(100%, 1320px) !important;
	max-width: 1320px !important;
	margin: 54px auto 0 !important;
	padding: 0 !important;
}

.iptvfr-features-column {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	gap: 32px !important;
	min-width: 0;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-features-section .iptvfr-feature-card {
	--iptvfr-feature-accent: var(--iptvfr-features-orange);
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0 !important;
	min-width: 0;
	min-height: 250px;
	width: 100% !important;
	margin: 0 !important;
	padding: 28px 22px !important;
	border: 1px solid color-mix(in srgb, var(--iptvfr-feature-accent) 20%, var(--iptvfr-features-border));
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(7, 30, 60, 0.055);
	text-align: center;
	transform: none;
}

.iptvfr-features-section .iptvfr-feature-card:hover {
	transform: none;
	box-shadow: 0 12px 34px rgba(7, 30, 60, 0.055);
}

.iptvfr-features-section .iptvfr-feature-live {
	--iptvfr-feature-accent: #7b3fe4;
	background: #f7f2ff;
}

.iptvfr-features-section .iptvfr-feature-movies {
	--iptvfr-feature-accent: #14966f;
	background: #effaf6;
}

.iptvfr-features-section .iptvfr-feature-quality {
	--iptvfr-feature-accent: #d18a00;
	background: #fff8e9;
}

.iptvfr-features-section .iptvfr-feature-devices {
	--iptvfr-feature-accent: #ff4d57;
	background: #fff1f1;
}

.iptvfr-features-section .iptvfr-feature-icon {
	display: flex !important;
	flex: 0 0 92px;
	align-items: center;
	justify-content: center;
	width: 92px !important;
	height: 92px;
	margin: 0 0 18px !important;
	padding: 8px !important;
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.58);
	box-shadow: inset 0 0 0 1px rgba(7, 30, 60, 0.025);
}

.iptvfr-features-section .iptvfr-feature-icon-image {
	width: 72px !important;
	max-width: 72px !important;
	margin: 0 !important;
}

.iptvfr-features-section .iptvfr-feature-icon-image .elementor-widget-container,
.iptvfr-features-section .iptvfr-feature-icon-image img {
	display: block;
	width: 72px !important;
	height: 72px !important;
	max-width: none;
	object-fit: contain;
	object-position: center;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.iptvfr-features-section .iptvfr-feature-value,
.iptvfr-features-section .iptvfr-feature-title,
.iptvfr-features-section .iptvfr-feature-description {
	width: 100% !important;
	margin: 0 !important;
}

.iptvfr-features-section .iptvfr-feature-value .elementor-heading-title {
	color: var(--iptvfr-features-navy);
	font-family: Inter, Arial, sans-serif;
	font-size: 30px;
	font-weight: 750;
	line-height: 1.12;
	letter-spacing: -0.025em;
}

.iptvfr-features-section .iptvfr-feature-title {
	margin-top: 5px !important;
}

.iptvfr-features-section .iptvfr-feature-title .elementor-heading-title {
	color: var(--iptvfr-features-dark);
	font-family: Inter, Arial, sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.25;
}

.iptvfr-features-section .iptvfr-feature-title .elementor-heading-title::after {
	display: block;
	width: 38px;
	height: 2px;
	margin: 14px auto 0;
	border-radius: 999px;
	background: var(--iptvfr-feature-accent);
	content: "";
}

.iptvfr-features-section .iptvfr-feature-description {
	margin-top: 14px !important;
}

.iptvfr-features-section .iptvfr-feature-description p {
	max-width: 228px;
	margin: 0 auto;
	color: var(--iptvfr-features-body);
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
}

.iptvfr-device-stage {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 532px;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	isolation: isolate;
}

.iptvfr-flow-ribbon {
	position: absolute !important;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 148% !important;
	max-width: none !important;
	height: 72% !important;
	margin: 0 !important;
	pointer-events: none;
	transform: translate(-50%, -50%);
}

.iptvfr-flow-ribbon .elementor-widget-container,
.iptvfr-flow-ribbon-art,
.iptvfr-flow-ribbon-art svg {
	display: block;
	width: 100%;
	height: 100%;
}

.iptvfr-flow-ribbon-art {
	overflow: visible;
	opacity: 0.63;
}

.iptvfr-features-section .iptvfr-device-image {
	position: relative;
	z-index: 2;
	width: 100% !important;
	max-width: 780px;
	margin: 0 !important;
	padding: 0 !important;
	animation: none;
}

.iptvfr-features-section .iptvfr-device-image .elementor-widget-container,
.iptvfr-features-section .iptvfr-device-image img {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-width: none;
	object-fit: contain;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

/* Premium editable Pourquoi nous choisir section. */
/* Premium editable entertainment showcase. */
.iptvfr-entertainment-section {
	--iptvfr-entertainment-navy: #071e3c;
	--iptvfr-entertainment-dark: #03152f;
	--iptvfr-entertainment-orange: #ff6200;
	--iptvfr-entertainment-orange-hover: #e95600;
	--iptvfr-entertainment-green: #48c83e;
	--iptvfr-entertainment-purple: #9b50e6;
	--iptvfr-entertainment-cream: #faf8f5;
	--iptvfr-entertainment-muted: #65717c;
	--iptvfr-entertainment-border: #e9e2da;
	display: flex !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 92px 28px !important;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 7%, rgba(255, 98, 0, 0.07), transparent 30%),
		var(--iptvfr-entertainment-cream);
}

.iptvfr-entertainment-container {
	display: flex !important;
	flex-direction: column !important;
	align-items: center;
	gap: 0 !important;
	width: 100% !important;
	max-width: 1360px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.iptvfr-entertainment-header {
	display: flex !important;
	flex-direction: column !important;
	align-items: center;
	gap: 0 !important;
	width: 100% !important;
	max-width: 900px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	text-align: center;
}

.iptvfr-entertainment-eyebrow,
.iptvfr-entertainment-title,
.iptvfr-entertainment-intro,
.iptvfr-entertainment-benefit-title,
.iptvfr-entertainment-panel-eyebrow,
.iptvfr-entertainment-panel-title,
.iptvfr-entertainment-panel-description,
.iptvfr-entertainment-trust-label {
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-entertainment-eyebrow p {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin: 0;
	color: var(--iptvfr-entertainment-orange);
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.iptvfr-entertainment-eyebrow p::before,
.iptvfr-entertainment-eyebrow p::after {
	width: 38px;
	height: 1px;
	background: currentColor;
	content: "";
}

.iptvfr-entertainment-title {
	margin-top: 14px !important;
}

.iptvfr-entertainment-title .elementor-heading-title {
	margin: 0;
	color: var(--iptvfr-entertainment-navy);
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(48px, 5vw, 68px);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: -0.03em;
}

.iptvfr-entertainment-title .elementor-heading-title span {
	color: var(--iptvfr-entertainment-orange);
}

.iptvfr-entertainment-intro {
	max-width: 760px !important;
	margin-top: 19px !important;
}

.iptvfr-entertainment-intro p {
	margin: 0;
	color: var(--iptvfr-entertainment-muted);
	font-family: Inter, Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.65;
}

.iptvfr-entertainment-device-stage {
	display: flex !important;
	width: 100% !important;
	max-width: 1080px !important;
	margin: 40px auto 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(233, 226, 218, 0.9);
	border-radius: 30px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 20px 48px rgba(7, 30, 60, 0.08);
}

.iptvfr-entertainment-device-image {
	display: block;
	width: 100% !important;
	margin: 0 !important;
}

.iptvfr-entertainment-device-image .elementor-widget-container {
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
}

.iptvfr-entertainment-device-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

.iptvfr-entertainment-benefits {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0 !important;
	width: min(100%, 1080px) !important;
	margin: 22px auto 0 !important;
	padding: 12px !important;
	border: 1px solid var(--iptvfr-entertainment-border);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 14px 34px rgba(7, 30, 60, 0.06);
}

.iptvfr-entertainment-benefit {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center;
	justify-content: center;
	gap: 12px !important;
	min-width: 0;
	min-height: 64px;
	width: 100% !important;
	margin: 0 !important;
	padding: 10px 16px !important;
	border-right: 1px solid var(--iptvfr-entertainment-border);
}

.iptvfr-entertainment-benefit:last-child {
	border-right: 0;
}

.iptvfr-entertainment-benefit-icon {
	display: flex;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	width: 42px !important;
	height: 42px;
	margin: 0 !important;
	border: 1px solid rgba(255, 98, 0, 0.18);
	border-radius: 50%;
	color: var(--iptvfr-entertainment-orange);
	background: #fff3eb;
}

.iptvfr-entertainment-benefit-icon .elementor-icon {
	display: flex;
	color: inherit;
	font-size: 18px;
}

.iptvfr-entertainment-benefit-title .elementor-heading-title {
	margin: 0;
	color: var(--iptvfr-entertainment-navy);
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.iptvfr-entertainment-panels {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px !important;
	width: 100% !important;
	margin: 38px 0 0 !important;
	padding: 0 !important;
}

.iptvfr-entertainment-panel {
	position: relative;
	display: flex !important;
	flex-direction: column !important;
	gap: 0 !important;
	min-width: 0;
	min-height: 590px;
	width: 100% !important;
	margin: 0 !important;
	padding: 30px 24px 22px !important;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	overflow: hidden;
	background: var(--iptvfr-entertainment-dark);
	box-shadow: 0 22px 42px rgba(3, 21, 47, 0.18);
}

.iptvfr-entertainment-panel::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	content: "";
}

.iptvfr-entertainment-panel--sports::after {
	background:
		linear-gradient(180deg, rgba(3, 21, 47, 0.25) 0%, rgba(3, 21, 47, 0.74) 58%, #03152f 86%),
		linear-gradient(90deg, rgba(3, 21, 47, 0.99) 0%, rgba(3, 21, 47, 0.86) 50%, rgba(3, 21, 47, 0.2) 100%);
}

.iptvfr-entertainment-panel--football::after {
	background:
		linear-gradient(180deg, rgba(1, 32, 28, 0.24) 0%, rgba(1, 30, 26, 0.72) 58%, #021f1b 86%),
		linear-gradient(90deg, rgba(1, 27, 27, 0.99) 0%, rgba(1, 41, 34, 0.84) 50%, rgba(1, 41, 34, 0.2) 100%);
}

.iptvfr-entertainment-panel--cinema::after {
	background:
		linear-gradient(180deg, rgba(17, 8, 40, 0.24) 0%, rgba(15, 7, 36, 0.72) 58%, #100726 86%),
		linear-gradient(90deg, rgba(12, 6, 32, 0.99) 0%, rgba(27, 11, 59, 0.84) 50%, rgba(27, 11, 59, 0.18) 100%);
}

.iptvfr-entertainment-panel-image {
	position: absolute !important;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
}

.iptvfr-entertainment-panel-image .elementor-widget-container,
.iptvfr-entertainment-panel-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
}

.iptvfr-entertainment-panel-image img {
	object-fit: cover;
	object-position: 69% center;
}

.iptvfr-entertainment-panel--sports .iptvfr-entertainment-panel-image img,
.iptvfr-entertainment-panel--cinema .iptvfr-entertainment-panel-image img {
	object-position: 72% center;
}

.iptvfr-entertainment-panel-content {
	position: relative;
	z-index: 2;
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	align-items: flex-start;
	gap: 0 !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-entertainment-panel-badge {
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	gap: 10px !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-entertainment-panel-badge-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px !important;
	height: 38px;
	margin: 0 !important;
	border-radius: 11px;
	color: #fff;
	background: var(--iptvfr-entertainment-orange);
}

.iptvfr-entertainment-panel--football .iptvfr-entertainment-panel-badge-icon {
	background: var(--iptvfr-entertainment-green);
}

.iptvfr-entertainment-panel--cinema .iptvfr-entertainment-panel-badge-icon {
	background: var(--iptvfr-entertainment-purple);
}

.iptvfr-entertainment-panel-badge-icon .elementor-icon {
	display: flex;
	color: inherit;
	font-size: 17px;
}

.iptvfr-entertainment-section .elementor-icon svg,
.iptvfr-entertainment-section .elementor-icon svg path {
	fill: currentColor !important;
}

.iptvfr-entertainment-panel-eyebrow p {
	margin: 0;
	color: #fff;
	font-family: Inter, Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.iptvfr-entertainment-panel--football .iptvfr-entertainment-panel-eyebrow p {
	color: #7ee36f;
}

.iptvfr-entertainment-panel--cinema .iptvfr-entertainment-panel-eyebrow p {
	color: #c99bff;
}

.iptvfr-entertainment-panel-title {
	max-width: 360px !important;
	margin-top: 24px !important;
}

.iptvfr-entertainment-panel-title .elementor-heading-title {
	margin: 0;
	color: #fff;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(30px, 2.4vw, 36px);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -0.018em;
}

.iptvfr-entertainment-panel--sports .iptvfr-entertainment-panel-title span {
	color: var(--iptvfr-entertainment-orange);
}

.iptvfr-entertainment-panel--football .iptvfr-entertainment-panel-title span {
	color: #78dc5d;
}

.iptvfr-entertainment-panel--cinema .iptvfr-entertainment-panel-title span {
	color: #be78ff;
}

.iptvfr-entertainment-panel-description {
	max-width: 350px !important;
	margin-top: 18px !important;
}

.iptvfr-entertainment-panel-description p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
}

.iptvfr-entertainment-panel-cta {
	width: auto !important;
	margin: 24px 0 0 !important;
	padding: 0 !important;
}

.iptvfr-entertainment-panel-cta .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 9px;
	color: #fff;
	background: var(--iptvfr-entertainment-orange);
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	box-shadow: none;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.iptvfr-entertainment-panel--football .iptvfr-entertainment-panel-cta .elementor-button {
	background: #269b35;
}

.iptvfr-entertainment-panel--cinema .iptvfr-entertainment-panel-cta .elementor-button {
	background: #7937b7;
}

.iptvfr-entertainment-panel-cta .elementor-button:hover,
.iptvfr-entertainment-panel-cta .elementor-button:focus-visible {
	background: var(--iptvfr-entertainment-orange-hover);
	transform: translateY(-1px);
}

.iptvfr-entertainment-panel--football .iptvfr-entertainment-panel-cta .elementor-button:hover,
.iptvfr-entertainment-panel--football .iptvfr-entertainment-panel-cta .elementor-button:focus-visible {
	background: #1f812b;
}

.iptvfr-entertainment-panel--cinema .iptvfr-entertainment-panel-cta .elementor-button:hover,
.iptvfr-entertainment-panel--cinema .iptvfr-entertainment-panel-cta .elementor-button:focus-visible {
	background: #642c98;
}

.iptvfr-entertainment-panel-cta .elementor-button:focus-visible,
.iptvfr-entertainment-category .elementor-button:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.64);
	outline-offset: 3px;
}

.iptvfr-entertainment-categories {
	position: relative;
	z-index: 2;
	display: grid !important;
	grid-auto-flow: column;
	grid-auto-columns: minmax(0, 1fr);
	align-items: stretch;
	gap: 4px !important;
	width: 100% !important;
	margin: 28px 0 0 !important;
	padding: 7px !important;
	overflow-x: hidden;
	overflow-y: hidden;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.055);
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.iptvfr-entertainment-categories::-webkit-scrollbar {
	display: none;
}

.iptvfr-entertainment-category {
	min-width: 0;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-entertainment-category .elementor-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	min-height: 44px;
	padding: 6px 1px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 9px;
	color: rgba(255, 255, 255, 0.9);
	background: rgba(3, 21, 47, 0.58);
	font-family: Inter, Arial, sans-serif;
	font-size: 8px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.01em;
	text-align: center;
	box-shadow: none;
}

.iptvfr-entertainment-category .elementor-button-content-wrapper {
	display: flex;
	flex-direction: column !important;
	align-items: center;
	justify-content: center;
	gap: 4px !important;
	width: 100%;
}

.iptvfr-entertainment-category .elementor-button-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	font-size: 11px;
}

.iptvfr-entertainment-category .elementor-button-icon svg {
	width: 1em;
	height: 1em;
}

.iptvfr-entertainment-category .elementor-button-text {
	min-width: 0;
	white-space: normal;
	hyphens: auto;
	overflow-wrap: anywhere;
}

.iptvfr-entertainment-category .elementor-button:hover,
.iptvfr-entertainment-category .elementor-button:focus-visible {
	border-color: rgba(255, 98, 0, 0.64);
	color: #fff;
	background: rgba(255, 98, 0, 0.18);
}

.iptvfr-entertainment-panel--football .iptvfr-entertainment-category .elementor-button:hover,
.iptvfr-entertainment-panel--football .iptvfr-entertainment-category .elementor-button:focus-visible {
	border-color: rgba(72, 200, 62, 0.64);
	background: rgba(72, 200, 62, 0.15);
}

.iptvfr-entertainment-panel--cinema .iptvfr-entertainment-category .elementor-button:hover,
.iptvfr-entertainment-panel--cinema .iptvfr-entertainment-category .elementor-button:focus-visible {
	border-color: rgba(155, 80, 230, 0.7);
	background: rgba(155, 80, 230, 0.18);
}

.iptvfr-entertainment-trust {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0 !important;
	width: 100% !important;
	margin: 24px 0 0 !important;
	padding: 14px !important;
	border: 1px solid var(--iptvfr-entertainment-border);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(7, 30, 60, 0.05);
}

.iptvfr-entertainment-trust-item {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center;
	justify-content: center;
	gap: 11px !important;
	min-width: 0;
	min-height: 62px;
	width: 100% !important;
	margin: 0 !important;
	padding: 9px 14px !important;
	border-right: 1px solid var(--iptvfr-entertainment-border);
}

.iptvfr-entertainment-trust-item:last-child {
	border-right: 0;
}

.iptvfr-entertainment-trust-icon {
	display: flex;
	flex: 0 0 34px;
	align-items: center;
	justify-content: center;
	width: 34px !important;
	height: 34px;
	margin: 0 !important;
	color: var(--iptvfr-entertainment-navy);
}

.iptvfr-entertainment-trust-icon .elementor-icon {
	display: flex;
	color: inherit;
	font-size: 24px;
}

.iptvfr-entertainment-trust-label p {
	margin: 0;
	color: var(--iptvfr-entertainment-navy);
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

@media (prefers-reduced-motion: reduce) {
	.iptvfr-entertainment-panel-cta .elementor-button {
		transition: none;
	}
}

.iptvfr-why-section {
	--iptvfr-why-navy: #071e3c;
	--iptvfr-why-dark: #03152f;
	--iptvfr-why-orange: #ff6200;
	--iptvfr-why-orange-hover: #e95600;
	--iptvfr-why-cream: #faf8f5;
	--iptvfr-why-white: #fff;
	--iptvfr-why-body: #65717c;
	--iptvfr-why-border: #e9e2da;
	display: flex !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 95px 24px !important;
	overflow: hidden;
	background: var(--iptvfr-why-cream);
}

.iptvfr-why-shell {
	display: flex !important;
	flex-direction: column;
	gap: 0 !important;
	width: 100% !important;
	max-width: 1360px !important;
	margin: 0 auto !important;
	padding: 32px 32px 18px !important;
	overflow: hidden;
	background: var(--iptvfr-why-white);
	border: 1px solid var(--iptvfr-why-border);
	border-radius: 34px;
	box-shadow: 0 20px 55px rgba(7, 30, 60, 0.05);
}

.iptvfr-why-header {
	display: flex !important;
	align-items: center;
	gap: 0 !important;
	width: 100% !important;
	max-width: 1240px !important;
	margin: 0 auto 46px !important;
	padding: 26px 20px 0 !important;
	text-align: center;
}

.iptvfr-why-eyebrow,
.iptvfr-why-heading,
.iptvfr-why-subtitle,
.iptvfr-why-badge,
.iptvfr-why-icon,
.iptvfr-why-title,
.iptvfr-why-text,
.iptvfr-why-trust-icon,
.iptvfr-why-trust-label {
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-why-eyebrow .elementor-widget-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.iptvfr-why-eyebrow .elementor-widget-container::before,
.iptvfr-why-eyebrow .elementor-widget-container::after {
	display: block;
	width: 54px;
	height: 1px;
	background: rgba(255, 98, 0, 0.58);
	content: "";
}

.iptvfr-why-eyebrow p {
	margin: 0;
	color: var(--iptvfr-why-orange);
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.3;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.iptvfr-why-heading {
	width: 100% !important;
	margin-top: 16px !important;
}

.iptvfr-why-heading .elementor-heading-title {
	color: var(--iptvfr-why-navy);
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(62px, 5.2vw, 74px);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: -0.035em;
}

.iptvfr-why-subtitle {
	position: relative;
	width: 100% !important;
	max-width: 760px;
	margin-top: 18px !important;
	padding-bottom: 18px !important;
}

.iptvfr-why-subtitle::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 46px;
	height: 3px;
	border-radius: 999px;
	background: var(--iptvfr-why-orange);
	content: "";
	transform: translateX(-50%);
}

.iptvfr-why-subtitle p {
	margin: 0;
	color: var(--iptvfr-why-body);
	font-family: Inter, Arial, sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.55;
}

.iptvfr-why-grid {
	display: grid !important;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-auto-flow: row;
	gap: 20px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-why-card {
	position: relative;
	display: flex !important;
	grid-column: span 4;
	flex-direction: column;
	gap: 0 !important;
	min-width: 0;
	min-height: 290px;
	width: auto !important;
	margin: 0 !important;
	padding: 24px !important;
	overflow: hidden;
	background: var(--iptvfr-why-white);
	border: 1px solid var(--iptvfr-why-border);
	border-radius: 24px;
	box-shadow: 0 10px 28px rgba(7, 30, 60, 0.045);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.iptvfr-why-card--server,
.iptvfr-why-card--quality {
	grid-column: span 3;
}

.iptvfr-why-card--featured {
	grid-column: span 6;
	flex-direction: row;
	align-items: center;
	min-height: 318px;
	padding: 24px 30px !important;
	background: linear-gradient(135deg, #fffdfb 0%, #fff5eb 100%);
	border-color: rgba(255, 98, 0, 0.34);
	box-shadow: 0 14px 38px rgba(255, 98, 0, 0.09);
	isolation: isolate;
}

.iptvfr-why-card--featured::after {
	position: absolute;
	right: -90px;
	bottom: -120px;
	z-index: -1;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 98, 0, 0.11) 0%, rgba(255, 98, 0, 0) 70%);
	content: "";
	pointer-events: none;
}

.iptvfr-why-card:hover {
	border-color: rgba(255, 98, 0, 0.3);
	box-shadow: 0 14px 34px rgba(7, 30, 60, 0.075);
	transform: translateY(-2px);
}

.iptvfr-why-card--featured:hover {
	border-color: rgba(255, 98, 0, 0.44);
	box-shadow: 0 16px 42px rgba(255, 98, 0, 0.11);
}

.iptvfr-why-card-head,
.iptvfr-why-featured-visual,
.iptvfr-why-card-copy {
	min-width: 0;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-why-card-head {
	display: flex !important;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 126px;
}

.iptvfr-why-featured-visual {
	position: relative;
	display: flex !important;
	flex: 0 0 44%;
	align-items: center;
	justify-content: center;
	min-height: 260px;
}

.iptvfr-why-card--featured .iptvfr-why-card-copy {
	flex: 1 1 auto;
	padding: 10px 0 10px 20px !important;
}

.iptvfr-why-badge {
	display: flex !important;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	width: 42px !important;
	height: 42px;
	border-radius: 50%;
	background: var(--iptvfr-why-navy);
	box-shadow: 0 7px 16px rgba(7, 30, 60, 0.14);
}

.iptvfr-why-badge p {
	margin: 0;
	color: #fff;
	font-family: Inter, Arial, sans-serif;
	font-size: 17px;
	font-weight: 750;
	line-height: 1;
}

.iptvfr-why-featured-visual .iptvfr-why-badge {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.iptvfr-why-icon {
	flex: 0 0 126px;
	width: 126px !important;
	max-width: 126px !important;
}

.iptvfr-why-icon .elementor-widget-container,
.iptvfr-why-icon img {
	display: block;
	width: 126px !important;
	height: 126px !important;
	max-width: none;
	object-fit: contain;
	object-position: center;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.iptvfr-why-card--featured .iptvfr-why-icon,
.iptvfr-why-card--featured .iptvfr-why-icon .elementor-widget-container,
.iptvfr-why-card--featured .iptvfr-why-icon img {
	width: 244px !important;
	height: 244px !important;
	max-width: 244px !important;
}

.iptvfr-why-card-copy {
	display: flex !important;
	flex-direction: column;
	gap: 0 !important;
	margin-top: 4px !important;
}

.iptvfr-why-title {
	width: 100% !important;
}

.iptvfr-why-title .elementor-heading-title {
	color: var(--iptvfr-why-navy);
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.12;
}

.iptvfr-why-card--featured .iptvfr-why-title .elementor-heading-title {
	font-size: 34px;
}

.iptvfr-why-title .elementor-heading-title::after {
	display: block;
	width: 38px;
	height: 3px;
	margin: 13px 0 0;
	border-radius: 999px;
	background: var(--iptvfr-why-orange);
	content: "";
}

.iptvfr-why-text {
	width: 100% !important;
	margin-top: 15px !important;
}

.iptvfr-why-text p {
	margin: 0;
	color: var(--iptvfr-why-body);
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
}

.iptvfr-why-card--featured .iptvfr-why-text p {
	font-size: 16px;
}

.iptvfr-why-trust {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0 !important;
	width: 100% !important;
	margin: 18px 0 0 !important;
	padding: 18px 22px !important;
	background: var(--iptvfr-why-white);
	border: 1px solid var(--iptvfr-why-border);
	border-radius: 22px;
}

.iptvfr-why-trust-item {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 14px !important;
	min-width: 0;
	width: 100% !important;
	margin: 0 !important;
	padding: 2px 24px !important;
}

.iptvfr-why-trust-item + .iptvfr-why-trust-item {
	border-left: 1px solid var(--iptvfr-why-border);
}

.iptvfr-why-trust-icon {
	flex: 0 0 54px;
	width: 54px !important;
	max-width: 54px !important;
}

.iptvfr-why-trust-icon .elementor-widget-container,
.iptvfr-why-trust-icon img {
	display: block;
	width: 54px !important;
	height: 54px !important;
	max-width: none;
	object-fit: contain;
	border: 0;
	background: transparent;
}

.iptvfr-why-trust-label {
	width: auto !important;
}

.iptvfr-why-trust-label p {
	margin: 0;
	color: var(--iptvfr-why-navy);
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

@media (prefers-reduced-motion: reduce) {
	.iptvfr-why-card {
		transition: none;
	}
}

/* Editable six-month promotional offer */
.iptvfr-offer-section {
	--iptvfr-offer-navy: #071e3c;
	--iptvfr-offer-dark: #10283a;
	--iptvfr-offer-orange: #ff6200;
	--iptvfr-offer-orange-hover: #e95600;
	--iptvfr-offer-body: #65717c;
	--iptvfr-offer-border: #e9e2da;
	display: flex !important;
	flex-direction: column;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 90px 28px !important;
	overflow: hidden;
	background: #faf8f5;
}

.iptvfr-offer-container {
	display: grid !important;
	grid-template-columns: minmax(0, 46fr) minmax(0, 54fr);
	align-items: center;
	gap: clamp(50px, 4.5vw, 70px) !important;
	width: min(100%, 1320px) !important;
	max-width: 1320px !important;
	margin: 0 auto !important;
	padding: 56px 58px !important;
	border: 1px solid var(--iptvfr-offer-border);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 20px 55px rgba(7, 30, 60, 0.07);
}

.iptvfr-offer-content {
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-offer-eyebrow,
.iptvfr-offer-heading,
.iptvfr-offer-description {
	width: 100% !important;
	margin: 0 !important;
}

.iptvfr-offer-eyebrow p {
	margin: 0;
	color: var(--iptvfr-offer-orange);
	font-family: Inter, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.iptvfr-offer-eyebrow p::after {
	display: block;
	width: 42px;
	height: 2px;
	margin-top: 12px;
	border-radius: 999px;
	background: var(--iptvfr-offer-orange);
	content: "";
}

.iptvfr-offer-heading {
	max-width: 590px;
	margin-top: 18px !important;
}

.iptvfr-offer-heading .elementor-heading-title {
	color: var(--iptvfr-offer-navy);
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 54px;
	font-weight: 400;
	line-height: 1.06;
	letter-spacing: -0.025em;
}

.iptvfr-offer-description {
	max-width: 570px;
	margin-top: 22px !important;
}

.iptvfr-offer-description p {
	margin: 0;
	color: var(--iptvfr-offer-body);
	font-family: Inter, Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.65;
}

.iptvfr-offer-benefits {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 24px !important;
	width: 100% !important;
	margin: 28px 0 0 !important;
	padding: 0 !important;
}

.iptvfr-offer-benefit {
	display: flex !important;
	flex-direction: row;
	align-items: center;
	gap: 10px !important;
	min-width: 0;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-offer-benefit-icon {
	flex: 0 0 22px;
	width: 22px !important;
	height: 22px;
	margin: 0 !important;
}

.iptvfr-offer-benefit-icon .elementor-icon-wrapper,
.iptvfr-offer-benefit-icon .elementor-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin: 0;
}

.iptvfr-offer-benefit-icon .elementor-icon {
	color: #fff;
	border: 1px solid var(--iptvfr-offer-orange);
	border-radius: 50%;
	background: var(--iptvfr-offer-orange);
}

.iptvfr-offer-benefit-icon svg {
	width: 10px;
	height: 10px;
	fill: currentColor;
}

.iptvfr-offer-benefit-text {
	width: auto !important;
	margin: 0 !important;
}

.iptvfr-offer-benefit-text .elementor-heading-title {
	color: var(--iptvfr-offer-dark);
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
}

.iptvfr-offer-pricing {
	display: grid !important;
	grid-template-columns: 132px minmax(0, 1fr);
	align-items: center;
	gap: 20px !important;
	width: min(100%, 520px) !important;
	max-width: 520px !important;
	margin: 30px 0 0 !important;
	padding: 20px 24px !important;
	border: 1px solid rgba(255, 98, 0, 0.2);
	border-radius: 18px;
	background: #fff5ee;
}

.iptvfr-offer-pricing-meta,
.iptvfr-offer-price-main {
	display: flex !important;
	flex-direction: column;
	gap: 4px !important;
	min-width: 0;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-offer-pricing-label,
.iptvfr-offer-old-price,
.iptvfr-offer-price,
.iptvfr-offer-price-helper {
	width: 100% !important;
	margin: 0 !important;
}

.iptvfr-offer-pricing-label .elementor-heading-title {
	color: var(--iptvfr-offer-navy);
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.iptvfr-offer-old-price p {
	margin: 0;
	color: #8a9299;
	font-family: Inter, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.35;
}

.iptvfr-offer-price .elementor-heading-title {
	color: var(--iptvfr-offer-orange);
	font-family: Inter, Arial, sans-serif;
	font-size: 44px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.035em;
}

.iptvfr-offer-price-helper p {
	margin: 0;
	color: var(--iptvfr-offer-body);
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.45;
}

.iptvfr-offer-actions {
	display: flex !important;
	flex-direction: row;
	align-items: center;
	gap: 20px !important;
	width: 100% !important;
	margin: 24px 0 0 !important;
	padding: 0 !important;
}

.iptvfr-offer-primary,
.iptvfr-offer-secondary {
	width: auto !important;
	margin: 0 !important;
}

.iptvfr-offer-primary .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 28px;
	color: #fff;
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	border: 0;
	border-radius: 11px;
	background: var(--iptvfr-offer-orange);
	box-shadow: 0 9px 20px rgba(255, 98, 0, 0.17);
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.iptvfr-offer-primary .elementor-button:hover,
.iptvfr-offer-primary .elementor-button:focus-visible {
	color: #fff;
	background: var(--iptvfr-offer-orange-hover);
	transform: translateY(-1px);
}

.iptvfr-offer-secondary .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 8px 0;
	color: var(--iptvfr-offer-navy);
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.iptvfr-offer-secondary .elementor-button-icon {
	color: var(--iptvfr-offer-orange);
}

.iptvfr-offer-secondary .elementor-button-text {
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 4px;
	transition: text-decoration-color 0.2s ease;
}

.iptvfr-offer-secondary .elementor-button:hover,
.iptvfr-offer-secondary .elementor-button:focus-visible {
	color: var(--iptvfr-offer-navy);
	background: transparent;
}

.iptvfr-offer-secondary .elementor-button:hover .elementor-button-text,
.iptvfr-offer-secondary .elementor-button:focus-visible .elementor-button-text {
	text-decoration-color: var(--iptvfr-offer-orange);
}

.iptvfr-offer-primary .elementor-button:focus-visible,
.iptvfr-offer-secondary .elementor-button:focus-visible {
	outline: 3px solid rgba(255, 98, 0, 0.35);
	outline-offset: 3px;
}

.iptvfr-offer-visual {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 500px;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	isolation: isolate;
}

.iptvfr-offer-visual::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 82%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: rgba(255, 98, 0, 0.06);
	content: "";
	transform: translate(-50%, -50%);
}

.iptvfr-offer-image {
	position: relative;
	z-index: 2;
	width: 100% !important;
	max-width: 700px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-offer-image .elementor-widget-container,
.iptvfr-offer-image img {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-width: none;
	object-fit: contain;
	object-position: center;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
	.iptvfr-offer-primary .elementor-button,
	.iptvfr-offer-secondary .elementor-button,
	.iptvfr-offer-secondary .elementor-button-text {
		transition: none;
	}
}

/* Editable five-plan pricing section. */
.iptvfr-pricing-section {
	--iptvfr-pricing-navy: #071e3c;
	--iptvfr-pricing-dark: #03152f;
	--iptvfr-pricing-orange: #ff6200;
	--iptvfr-pricing-orange-hover: #e95600;
	--iptvfr-pricing-cream: #faf8f5;
	--iptvfr-pricing-soft-orange: #fff4ec;
	--iptvfr-pricing-border: #e9e2da;
	--iptvfr-pricing-muted: #65717c;
	display: flex !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 90px 28px !important;
	overflow: hidden;
	background: var(--iptvfr-pricing-cream);
}

.iptvfr-pricing-inner {
	display: flex !important;
	flex-direction: column;
	gap: 0 !important;
	width: 100% !important;
	max-width: 1320px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.iptvfr-pricing-header {
	display: flex !important;
	align-items: center;
	gap: 0 !important;
	width: 100% !important;
	margin: 0 0 44px !important;
	padding: 0 !important;
	text-align: center;
}

.iptvfr-pricing-eyebrow,
.iptvfr-pricing-title,
.iptvfr-pricing-subtitle,
.iptvfr-price-title,
.iptvfr-price-helper,
.iptvfr-old-price,
.iptvfr-current-price,
.iptvfr-monthly-price,
.iptvfr-price-feature-text,
.iptvfr-price-badge-label,
.iptvfr-pricing-trust-title,
.iptvfr-pricing-trust-description {
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-pricing-eyebrow p {
	margin: 0;
	color: var(--iptvfr-pricing-orange);
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.iptvfr-pricing-title {
	max-width: 790px;
	margin-top: 14px !important;
}

.iptvfr-pricing-title .elementor-heading-title {
	margin: 0;
	color: var(--iptvfr-pricing-dark);
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(52px, 4vw, 58px);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: -0.025em;
}

.iptvfr-pricing-subtitle {
	max-width: 720px;
	margin-top: 14px !important;
}

.iptvfr-pricing-subtitle p {
	margin: 0;
	color: var(--iptvfr-pricing-muted);
	font-family: Inter, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.5;
}

.iptvfr-pricing-top-grid,
.iptvfr-pricing-bottom-grid {
	display: grid !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-pricing-top-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px !important;
}

.iptvfr-pricing-bottom-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px !important;
	margin-top: 22px !important;
}

.iptvfr-price-card {
	position: relative;
	display: flex !important;
	flex-direction: column;
	gap: 0 !important;
	min-width: 0;
	width: 100% !important;
	height: 100%;
	margin: 0 !important;
	padding: 28px !important;
	border: 1px solid var(--iptvfr-pricing-border);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 36px rgba(7, 30, 60, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.iptvfr-price-card:hover {
	border-color: rgba(7, 30, 60, 0.28);
	box-shadow: 0 18px 42px rgba(7, 30, 60, 0.1);
	transform: translateY(-3px);
}

.iptvfr-price-card-standard {
	min-height: 482px;
}

.iptvfr-price-card-popular {
	border: 1.5px solid var(--iptvfr-pricing-navy);
	background: linear-gradient(180deg, var(--iptvfr-pricing-soft-orange) 0%, #fff 42%);
	box-shadow: 0 14px 38px rgba(7, 30, 60, 0.1);
	transform: translateY(-4px);
}

.iptvfr-price-card-popular:hover {
	transform: translateY(-7px);
}

.iptvfr-price-badge {
	position: absolute;
	top: -17px;
	right: 24px;
	z-index: 3;
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	justify-content: center;
	gap: 8px !important;
	width: auto !important;
	min-height: 34px;
	margin: 0 !important;
	padding: 7px 13px !important;
	border: 1px solid rgba(255, 98, 0, 0.48);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(7, 30, 60, 0.06);
}

.iptvfr-price-card-popular .iptvfr-price-badge {
	left: 50%;
	right: auto;
	border-color: var(--iptvfr-pricing-orange);
	background: var(--iptvfr-pricing-orange);
	transform: translateX(-50%);
}

.iptvfr-price-badge-icon {
	width: 13px !important;
	margin: 0 !important;
}

.iptvfr-price-badge-icon .elementor-icon {
	display: flex;
	color: var(--iptvfr-pricing-orange);
	font-size: 12px;
}

.iptvfr-price-card-popular .iptvfr-price-badge-icon .elementor-icon {
	color: #fff;
}

.iptvfr-price-badge-label {
	width: auto !important;
}

.iptvfr-price-badge-label p {
	margin: 0;
	color: var(--iptvfr-pricing-orange);
	font-family: Inter, Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.iptvfr-price-card-popular .iptvfr-price-badge-label p {
	color: #fff;
}

.iptvfr-price-card-head,
.iptvfr-price-card-copy,
.iptvfr-price-amounts {
	display: flex !important;
	gap: 0 !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-price-card-head {
	align-items: center;
	width: 100% !important;
	text-align: center;
}

.iptvfr-price-title .elementor-heading-title {
	margin: 0;
	color: var(--iptvfr-pricing-dark);
	font-family: Inter, Arial, sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -0.02em;
}

.iptvfr-price-helper {
	margin-top: 3px !important;
}

.iptvfr-price-helper p,
.iptvfr-monthly-price p {
	margin: 0;
	color: var(--iptvfr-pricing-muted);
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

.iptvfr-price-amounts {
	align-items: center;
	margin-top: 10px !important;
	text-align: center;
}

.iptvfr-old-price p {
	margin: 0;
	color: #7d8388;
	font-family: Inter, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.2;
}

.iptvfr-current-price p {
	margin: 2px 0 1px;
	color: var(--iptvfr-pricing-navy);
	font-family: Inter, Arial, sans-serif;
	font-size: 50px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.035em;
}

.iptvfr-price-card-popular .iptvfr-current-price p {
	color: var(--iptvfr-pricing-orange);
}

.iptvfr-price-divider {
	width: 100% !important;
	margin: 12px 0 !important;
}

.iptvfr-price-divider .elementor-divider {
	padding: 0;
}

.iptvfr-price-divider .elementor-divider-separator {
	width: 100%;
	border-top: 1px solid var(--iptvfr-pricing-border);
}

.iptvfr-price-features {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	gap: 7px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-price-feature {
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	gap: 9px !important;
	min-width: 0;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-price-feature-icon {
	display: flex;
	flex: 0 0 15px;
	align-items: center;
	justify-content: center;
	width: 15px !important;
	height: 15px;
	margin: 0 !important;
	border-radius: 50%;
	background: var(--iptvfr-pricing-orange);
}

.iptvfr-price-feature-icon .elementor-icon {
	display: flex;
	color: #fff;
	font-size: 7px;
}

.iptvfr-pricing-section .elementor-icon svg,
.iptvfr-pricing-section .elementor-icon svg path {
	fill: currentColor !important;
}

.iptvfr-price-feature-text {
	min-width: 0;
}

.iptvfr-price-feature-text p {
	margin: 0;
	color: var(--iptvfr-pricing-navy);
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.22;
}

.iptvfr-price-feature-emphasis .iptvfr-price-feature-text p {
	font-weight: 700;
}

.iptvfr-price-button {
	width: 100% !important;
	margin: auto 0 0 !important;
	padding-top: 16px !important;
}

.iptvfr-price-button .elementor-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid var(--iptvfr-pricing-navy);
	border-radius: 10px;
	color: var(--iptvfr-pricing-navy);
	background: transparent;
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	box-shadow: none;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.iptvfr-price-button .elementor-button:hover,
.iptvfr-price-button .elementor-button:focus-visible {
	border-color: var(--iptvfr-pricing-navy);
	color: #fff;
	background: var(--iptvfr-pricing-navy);
	transform: translateY(-1px);
}

.iptvfr-price-card-popular .iptvfr-price-button .elementor-button {
	border-color: var(--iptvfr-pricing-orange);
	color: #fff;
	background: var(--iptvfr-pricing-orange);
}

.iptvfr-price-card-popular .iptvfr-price-button .elementor-button:hover,
.iptvfr-price-card-popular .iptvfr-price-button .elementor-button:focus-visible {
	border-color: var(--iptvfr-pricing-orange-hover);
	background: var(--iptvfr-pricing-orange-hover);
}

.iptvfr-price-button .elementor-button:focus-visible {
	outline: 3px solid rgba(255, 98, 0, 0.32);
	outline-offset: 3px;
}

.iptvfr-price-card-multiscreen {
	min-height: 300px;
	padding: 28px !important;
}

.iptvfr-price-multiscreen-head {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 145px;
	align-items: center;
	gap: 24px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-price-multiscreen-title {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center;
	gap: 15px !important;
	min-width: 0;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-price-multiscreen-title .iptvfr-price-card-copy {
	flex: 1 1 0;
	width: auto !important;
}

.iptvfr-price-multiscreen-icon {
	display: flex;
	flex: 0 0 46px;
	align-items: center;
	justify-content: center;
	width: 46px !important;
	height: 46px;
	margin: 0 !important;
	border-radius: 12px;
	color: var(--iptvfr-pricing-navy);
	background: var(--iptvfr-pricing-soft-orange);
}

.iptvfr-price-multiscreen-icon .elementor-icon {
	display: flex;
	color: var(--iptvfr-pricing-navy);
	font-size: 25px;
}

.iptvfr-price-card-multiscreen .iptvfr-price-amounts {
	align-items: flex-end;
	margin: 0 !important;
	text-align: right;
}

.iptvfr-price-card-multiscreen .iptvfr-current-price p {
	font-size: 40px;
}

.iptvfr-price-multiscreen-divider {
	margin: 14px 0 !important;
}

.iptvfr-price-features-two-column {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 28px !important;
	row-gap: 7px !important;
}

.iptvfr-pricing-trust {
	position: relative;
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0 !important;
	width: 100% !important;
	margin: 22px 0 0 !important;
	padding: 18px 24px !important;
	border: 1px solid var(--iptvfr-pricing-border);
	border-radius: 16px;
	background: #fff;
}

.iptvfr-pricing-trust-item {
	position: relative;
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	gap: 13px !important;
	min-width: 0;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 20px !important;
}

.iptvfr-pricing-trust-item:not(:last-child)::after {
	position: absolute;
	top: 4px;
	right: 0;
	bottom: 4px;
	width: 1px;
	background: var(--iptvfr-pricing-border);
	content: "";
}

.iptvfr-pricing-trust-icon {
	display: flex;
	flex: 0 0 38px;
	align-items: center;
	justify-content: center;
	width: 38px !important;
	height: 38px;
	margin: 0 !important;
}

.iptvfr-pricing-trust-icon .elementor-icon {
	display: flex;
	color: var(--iptvfr-pricing-navy);
	font-size: 27px;
}

.iptvfr-pricing-trust-icon .elementor-icon svg {
	filter: drop-shadow(2px 2px 0 rgba(255, 98, 0, 0.22));
}

.iptvfr-pricing-trust-copy {
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-pricing-trust-title .elementor-heading-title {
	margin: 0;
	color: var(--iptvfr-pricing-navy);
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
}

.iptvfr-pricing-trust-description {
	margin-top: 3px !important;
}

.iptvfr-pricing-trust-description p {
	margin: 0;
	color: var(--iptvfr-pricing-muted);
	font-family: Inter, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.3;
}

@media (prefers-reduced-motion: reduce) {
	.iptvfr-price-card,
	.iptvfr-price-button .elementor-button {
		transition: none;
	}
}

/* Compact editable 12-month promotional component. */
.iptvfr-plan-banner-section {
	--iptvfr-plan-navy: #071e3c;
	--iptvfr-plan-orange: #ff6200;
	--iptvfr-plan-orange-hover: #e95600;
	--iptvfr-plan-cream: #faf8f5;
	--iptvfr-plan-border: #e9e2da;
	--iptvfr-plan-muted: #65717c;
	display: flex !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 28px 72px !important;
	overflow: hidden;
	background: var(--iptvfr-plan-cream);
}

.iptvfr-plan-banner {
	display: grid !important;
	grid-template-columns: minmax(230px, 0.82fr) minmax(230px, 0.72fr) minmax(320px, 1fr);
	align-items: stretch;
	gap: 0 !important;
	width: 100% !important;
	max-width: 1160px !important;
	min-height: 154px;
	margin: 0 auto !important;
	padding: 16px !important;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--iptvfr-plan-border);
	border-radius: 22px;
	box-shadow: 0 14px 34px rgba(7, 30, 60, 0.08);
}

.iptvfr-plan-banner__badge,
.iptvfr-plan-banner__price,
.iptvfr-plan-banner__action,
.iptvfr-plan-banner__amounts {
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
}

.iptvfr-plan-banner__badge {
	display: flex !important;
	justify-content: center;
	gap: 7px !important;
	padding: 22px 26px !important;
	background: var(--iptvfr-plan-orange);
	border-radius: 16px;
	color: #fff;
}

.iptvfr-plan-banner__price,
.iptvfr-plan-banner__action {
	display: flex !important;
	justify-content: center;
	gap: 0 !important;
	padding: 12px 28px !important;
}

.iptvfr-plan-banner__price {
	border-right: 1px solid var(--iptvfr-plan-border);
}

.iptvfr-plan-banner__action {
	gap: 10px !important;
}

.iptvfr-plan-banner__badge-small,
.iptvfr-plan-banner__badge-title,
.iptvfr-plan-banner__label,
.iptvfr-plan-banner__old-price,
.iptvfr-plan-banner__new-price,
.iptvfr-plan-banner__monthly,
.iptvfr-plan-banner__button,
.iptvfr-plan-banner__trust {
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-plan-banner p,
.iptvfr-plan-banner .elementor-heading-title {
	margin: 0;
}

.iptvfr-plan-banner__badge-small p {
	color: var(--iptvfr-plan-navy);
	font-family: Inter, Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.18em;
}

.iptvfr-plan-banner__badge-title .elementor-heading-title {
	color: var(--iptvfr-plan-navy);
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.08;
}

.iptvfr-plan-banner__label p {
	color: var(--iptvfr-plan-navy);
	font-family: Inter, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.04em;
}

.iptvfr-plan-banner__amounts {
	display: flex !important;
	justify-content: center;
	gap: 13px !important;
	margin-top: 4px !important;
}

.iptvfr-plan-banner__old-price p {
	color: #7a8188;
	font-family: Inter, Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}

.iptvfr-plan-banner__new-price p {
	color: var(--iptvfr-plan-orange);
	font-family: Inter, Arial, sans-serif;
	font-size: 42px;
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: -0.035em;
}

.iptvfr-plan-banner__monthly p {
	margin-top: 5px;
	color: var(--iptvfr-plan-muted);
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
}

.iptvfr-plan-banner__button {
	width: 100% !important;
	max-width: 330px;
}

.iptvfr-plan-banner__button .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 52px;
	padding: 14px 20px;
	background: var(--iptvfr-plan-orange);
	border: 1px solid var(--iptvfr-plan-orange);
	border-radius: 12px;
	box-shadow: 0 8px 18px rgba(255, 98, 0, 0.2);
	color: var(--iptvfr-plan-navy);
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.iptvfr-plan-banner__button .elementor-button:hover {
	background: var(--iptvfr-plan-orange-hover);
	border-color: var(--iptvfr-plan-orange-hover);
	color: var(--iptvfr-plan-navy);
	box-shadow: 0 10px 22px rgba(233, 86, 0, 0.24);
	transform: translateY(-1px);
}

.iptvfr-plan-banner__button .elementor-button:focus-visible {
	outline: 3px solid rgba(255, 98, 0, 0.28);
	outline-offset: 3px;
}

.iptvfr-plan-banner__trust {
	width: 100%;
	text-align: center;
}

.iptvfr-plan-banner__trust p {
	color: var(--iptvfr-plan-muted);
	font-family: Inter, Arial, sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.45;
}

.iptvfr-plan-banner__trust span {
	display: inline-block;
	margin-inline: 4px;
	color: var(--iptvfr-plan-orange);
}

@media (prefers-reduced-motion: reduce) {
	.iptvfr-plan-banner__button .elementor-button {
		transition: none;
	}
}

/* Editable homepage compatibility section. */
.iptvfr-compatible-section {
	--iptvfr-compatible-navy: #071e3c;
	--iptvfr-compatible-dark: #03152f;
	--iptvfr-compatible-orange: #ff6200;
	--iptvfr-compatible-orange-hover: #e95600;
	--iptvfr-compatible-cream: #faf8f5;
	--iptvfr-compatible-muted: #65717c;
	--iptvfr-compatible-border: #e9e2da;
	display: flex !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 80px 28px !important;
	overflow: hidden;
	background: var(--iptvfr-compatible-cream);
}

.iptvfr-compatible-container {
	display: flex !important;
	flex-direction: column !important;
	align-items: center;
	gap: 0 !important;
	width: 100% !important;
	max-width: 1320px !important;
	margin: 0 auto !important;
	padding: 44px !important;
	border: 1px solid var(--iptvfr-compatible-border);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(7, 30, 60, 0.06);
}

.iptvfr-compatible-visual {
	display: flex !important;
	gap: 0 !important;
	width: 100% !important;
	max-width: 960px !important;
	min-width: 0;
	margin: 0 !important;
	padding: 18px !important;
	border: 1px solid rgba(255, 98, 0, 0.16);
	border-radius: 24px;
	background: linear-gradient(145deg, #fffaf6 0%, #fff 58%, #f8f4ef 100%);
}

.iptvfr-compatible-content.iptvfr-compatible-intro {
	align-items: center;
	max-width: 900px !important;
	margin-top: 34px !important;
	text-align: center;
}

.iptvfr-compatible-content.iptvfr-compatible-details {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px !important;
	max-width: 1120px !important;
	margin-top: 34px !important;
}

.iptvfr-compatible-content,
.iptvfr-compatible-multiscreen,
.iptvfr-compatible-offer-copy,
.iptvfr-compatible-offer-prices {
	display: flex !important;
	flex-direction: column;
	gap: 0 !important;
	min-width: 0;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-compatible-info-card {
	display: flex !important;
	flex-direction: column !important;
	gap: 0 !important;
	min-width: 0;
	width: 100% !important;
	height: 100%;
	margin: 0 !important;
	padding: 26px !important;
	border: 1px solid var(--iptvfr-compatible-border);
	border-radius: 20px;
	background: #fffdfa;
}

.iptvfr-compatible-info-heading,
.iptvfr-compatible-callout-head {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center;
	gap: 12px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-compatible-info-icon,
.iptvfr-compatible-callout-icon {
	display: flex;
	flex: 0 0 46px;
	align-items: center;
	justify-content: center;
	width: 46px !important;
	height: 46px;
	margin: 0 !important;
	border: 1px solid rgba(255, 98, 0, 0.2);
	border-radius: 50%;
	color: var(--iptvfr-compatible-orange);
	background: #fff3eb;
}

.iptvfr-compatible-info-icon .elementor-icon,
.iptvfr-compatible-callout-icon .elementor-icon {
	display: flex;
	color: inherit;
	font-size: 20px;
}

.iptvfr-compatible-eyebrow,
.iptvfr-compatible-title,
.iptvfr-compatible-copy,
.iptvfr-compatible-subheading,
.iptvfr-compatible-list-text,
.iptvfr-compatible-callout-title,
.iptvfr-compatible-callout-text,
.iptvfr-compatible-offer-label,
.iptvfr-compatible-offer-title,
.iptvfr-compatible-offer-text,
.iptvfr-compatible-old-price,
.iptvfr-compatible-price,
.iptvfr-compatible-trust {
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-compatible-eyebrow p,
.iptvfr-compatible-offer-label p {
	margin: 0;
	color: var(--iptvfr-compatible-orange);
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.iptvfr-compatible-title {
	margin-top: 12px !important;
}

.iptvfr-compatible-title .elementor-heading-title {
	margin: 0;
	color: var(--iptvfr-compatible-navy);
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(46px, 4vw, 56px);
	font-weight: 400;
	line-height: 1.06;
	letter-spacing: -0.025em;
}

.iptvfr-compatible-title .elementor-heading-title span {
	color: var(--iptvfr-compatible-orange);
}

.iptvfr-compatible-copy {
	margin-top: 8px !important;
}

.iptvfr-compatible-lead {
	margin-top: 17px !important;
	max-width: 820px !important;
}

.iptvfr-compatible-copy p,
.iptvfr-compatible-callout-text p,
.iptvfr-compatible-offer-text p {
	margin: 0;
	color: var(--iptvfr-compatible-muted);
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
}

.iptvfr-compatible-subheading .elementor-heading-title,
.iptvfr-compatible-callout-title .elementor-heading-title,
.iptvfr-compatible-offer-title .elementor-heading-title {
	margin: 0;
	color: var(--iptvfr-compatible-navy);
	font-family: Inter, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.iptvfr-compatible-installation-title {
	margin-top: 0 !important;
}

.iptvfr-compatible-image {
	display: block;
	width: 100% !important;
	margin: 0 !important;
}

.iptvfr-compatible-image .elementor-widget-container {
	width: 100%;
	aspect-ratio: 1448 / 1086;
}

.iptvfr-compatible-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
}

.iptvfr-compatible-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px 18px !important;
	width: 100% !important;
	margin: 18px 0 0 !important;
	padding: 0 !important;
}

.iptvfr-compatible-list-item {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: flex-start;
	gap: 8px !important;
	min-width: 0;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-compatible-check {
	display: flex;
	flex: 0 0 14px;
	align-items: center;
	justify-content: center;
	width: 14px !important;
	height: 20px;
	margin: 0 !important;
}

.iptvfr-compatible-check .elementor-icon {
	display: flex;
	color: var(--iptvfr-compatible-orange);
	font-size: 11px;
}

.iptvfr-compatible-section .elementor-icon svg,
.iptvfr-compatible-section .elementor-icon svg path {
	fill: currentColor !important;
}

.iptvfr-compatible-list-text {
	min-width: 0;
}

.iptvfr-compatible-list-text p {
	margin: 0;
	color: var(--iptvfr-compatible-navy);
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
}

.iptvfr-compatible-multiscreen {
	margin-top: auto !important;
	padding: 16px 18px !important;
	border: 1px solid var(--iptvfr-compatible-border);
	border-radius: 14px;
	background: #fff;
}

.iptvfr-compatible-callout-icon {
	flex-basis: 38px;
	width: 38px !important;
	height: 38px;
}

.iptvfr-compatible-callout-icon .elementor-icon {
	font-size: 16px;
}

.iptvfr-compatible-callout-title .elementor-heading-title {
	font-size: 16px;
}

.iptvfr-compatible-callout-text {
	margin-top: 5px !important;
}

.iptvfr-compatible-callout-text p {
	font-size: 14px;
	line-height: 1.55;
}

.iptvfr-compatible-offer {
	grid-column: 1 / -1;
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	justify-content: space-between;
	gap: 20px !important;
	width: 100% !important;
	margin: 14px 0 0 !important;
	padding: 18px 20px !important;
	border: 1px solid rgba(255, 98, 0, 0.22);
	border-radius: 16px;
	background: #fff3ec;
}

.iptvfr-compatible-offer-copy {
	flex: 1 1 auto;
}

.iptvfr-compatible-offer-label p {
	font-size: 11px;
}

.iptvfr-compatible-offer-title {
	margin-top: 4px !important;
}

.iptvfr-compatible-offer-title .elementor-heading-title {
	font-size: 17px;
}

.iptvfr-compatible-offer-text {
	margin-top: 4px !important;
}

.iptvfr-compatible-offer-text p {
	font-size: 13px;
	line-height: 1.45;
}

.iptvfr-compatible-offer-prices {
	flex: 0 0 94px;
	align-items: flex-end;
	text-align: right;
}

.iptvfr-compatible-old-price p,
.iptvfr-compatible-price p {
	margin: 0;
	font-family: Inter, Arial, sans-serif;
}

.iptvfr-compatible-old-price p {
	color: var(--iptvfr-compatible-muted);
	font-size: 15px;
	line-height: 1.2;
}

.iptvfr-compatible-price p {
	color: var(--iptvfr-compatible-orange);
	font-size: 38px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
}

.iptvfr-compatible-actions {
	grid-column: 1 / -1;
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	gap: 12px !important;
	width: 100% !important;
	margin: 14px 0 0 !important;
	padding: 0 !important;
}

.iptvfr-compatible-primary,
.iptvfr-compatible-secondary {
	width: auto !important;
	margin: 0 !important;
}

.iptvfr-compatible-primary .elementor-button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 20px;
	border: 1px solid var(--iptvfr-compatible-orange);
	border-radius: 10px;
	color: #fff;
	background: var(--iptvfr-compatible-orange);
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	box-shadow: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.iptvfr-compatible-primary .elementor-button:hover,
.iptvfr-compatible-primary .elementor-button:focus-visible {
	border-color: var(--iptvfr-compatible-orange-hover);
	background: var(--iptvfr-compatible-orange-hover);
	transform: translateY(-1px);
}

.iptvfr-compatible-secondary .elementor-button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 4px;
	border: 0;
	color: var(--iptvfr-compatible-navy);
	background: transparent;
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	box-shadow: none;
}

.iptvfr-compatible-secondary .elementor-button:hover,
.iptvfr-compatible-secondary .elementor-button:focus-visible {
	color: var(--iptvfr-compatible-orange);
	background: transparent;
}

.iptvfr-compatible-primary .elementor-button:focus-visible,
.iptvfr-compatible-secondary .elementor-button:focus-visible {
	outline: 3px solid rgba(255, 98, 0, 0.32);
	outline-offset: 3px;
}

.iptvfr-compatible-trust {
	grid-column: 1 / -1;
	margin-top: 8px !important;
	text-align: center;
}

.iptvfr-compatible-trust p {
	margin: 0;
	color: var(--iptvfr-compatible-muted);
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.45;
}

.iptvfr-compatible-trust p span {
	padding: 0 4px;
	color: var(--iptvfr-compatible-orange);
}

@media (prefers-reduced-motion: reduce) {
	.iptvfr-compatible-primary .elementor-button {
		transition: none;
	}
}

/* 2.5 approved two-column compatibility redesign. */
.iptvfr-compatible-section {
	padding: 90px 28px !important;
}

.iptvfr-compatible-container {
	display: grid !important;
	grid-template-columns: minmax(0, 52fr) minmax(0, 48fr);
	grid-template-areas:
		"visual intro"
		"visual details";
	align-items: start !important;
	column-gap: 52px !important;
	row-gap: 0 !important;
}

.iptvfr-compatible-content.iptvfr-compatible-intro {
	grid-area: intro;
	align-items: flex-start;
	max-width: none !important;
	margin: 0 !important;
	text-align: left;
}

.iptvfr-compatible-visual {
	grid-area: visual;
	display: flex !important;
	flex-direction: column !important;
	align-self: start;
	gap: 0 !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.iptvfr-compatible-image-wrap {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 16px !important;
	overflow: hidden;
	border: 1px solid #f0eae3;
	border-radius: 22px;
	background: var(--iptvfr-compatible-cream);
}

.iptvfr-compatible-image .elementor-widget-container {
	width: 100%;
	aspect-ratio: auto;
}

.iptvfr-compatible-image img {
	width: 100% !important;
	height: auto !important;
	object-fit: contain;
	object-position: center;
}

.iptvfr-compatible-content.iptvfr-compatible-details {
	grid-area: details;
	display: flex !important;
	flex-direction: column !important;
	gap: 0 !important;
	max-width: none !important;
	margin: 22px 0 0 !important;
	padding: 0 !important;
}

.iptvfr-compatible-title .elementor-heading-title {
	font-size: clamp(52px, 4vw, 56px);
	line-height: 1.04;
}

.iptvfr-compatible-lead {
	max-width: none !important;
	margin-top: 18px !important;
}

.iptvfr-compatible-copy {
	margin-top: 10px !important;
}

.iptvfr-compatible-copy p,
.iptvfr-compatible-callout-text p,
.iptvfr-compatible-offer-text p {
	line-height: 1.68;
}

.iptvfr-compatible-subheading .elementor-heading-title {
	font-size: 18px;
}

.iptvfr-compatible-list {
	gap: 12px 28px !important;
	margin-top: 18px !important;
}

.iptvfr-compatible-list-text p {
	font-size: 14px;
	line-height: 1.45;
}

.iptvfr-compatible-installation-title {
	margin-top: 24px !important;
}

.iptvfr-compatible-installation-copy {
	margin-top: 10px !important;
}

.iptvfr-compatible-multiscreen {
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	gap: 14px !important;
	margin-top: 18px !important;
	padding: 17px 18px !important;
	border: 1px solid var(--iptvfr-compatible-border);
	border-radius: 14px;
	background: var(--iptvfr-compatible-cream);
}

.iptvfr-compatible-callout-copy {
	display: flex !important;
	flex: 1 1 auto;
	flex-direction: column !important;
	gap: 0 !important;
	min-width: 0;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-compatible-callout-icon {
	flex: 0 0 46px;
	width: 46px !important;
	height: 46px;
	margin: 0 !important;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.iptvfr-compatible-callout-icon .elementor-icon {
	font-size: 28px;
}

.iptvfr-compatible-callout-title .elementor-heading-title {
	font-size: 15px;
}

.iptvfr-compatible-callout-text {
	margin-top: 5px !important;
}

.iptvfr-compatible-callout-text p {
	font-size: 13px;
	line-height: 1.55;
}

.iptvfr-compatible-offer {
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	justify-content: space-between;
	gap: 18px !important;
	width: 100% !important;
	margin: 18px 0 0 !important;
	padding: 18px 20px !important;
	border: 1px solid rgba(255, 98, 0, 0.25);
	border-radius: 16px;
	background: #fff3ec;
	box-shadow: none;
}

.iptvfr-compatible-offer-label p {
	font-size: 12px;
	letter-spacing: 0.1em;
}

.iptvfr-compatible-offer-title {
	margin-top: 5px !important;
}

.iptvfr-compatible-offer-title .elementor-heading-title {
	font-size: 21px;
}

.iptvfr-compatible-offer-text {
	margin-top: 5px !important;
}

.iptvfr-compatible-offer-text p {
	font-size: 14px;
	line-height: 1.55;
}

.iptvfr-compatible-offer-prices {
	flex: 0 0 104px;
	align-items: flex-end;
	text-align: right;
}

.iptvfr-compatible-old-price p {
	font-size: 16px;
}

.iptvfr-compatible-price p {
	font-size: 42px;
}

.iptvfr-compatible-actions {
	display: flex !important;
	flex-direction: row !important;
	align-items: stretch;
	gap: 14px !important;
	width: 100% !important;
	margin: 14px 0 0 !important;
}

.iptvfr-compatible-primary,
.iptvfr-compatible-secondary {
	display: flex;
	flex: 1 1 50%;
	width: 100% !important;
}

.iptvfr-compatible-primary .elementor-button,
.iptvfr-compatible-secondary .elementor-button {
	width: 100% !important;
	min-height: 52px;
	padding: 13px 16px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
}

.iptvfr-compatible-secondary .elementor-button {
	border: 1px solid var(--iptvfr-compatible-navy);
	color: var(--iptvfr-compatible-navy);
	background: #fff;
}

.iptvfr-compatible-secondary .elementor-button:hover,
.iptvfr-compatible-secondary .elementor-button:focus-visible {
	border-color: var(--iptvfr-compatible-orange);
	color: var(--iptvfr-compatible-orange);
	background: #fff;
}

/* Editable homepage three-step activation section. */
.iptvfr-process-section {
	--iptvfr-process-navy: #071e3c;
	--iptvfr-process-dark: #03152f;
	--iptvfr-process-orange: #ff6200;
	--iptvfr-process-orange-hover: #e95600;
	--iptvfr-process-cream: #faf8f5;
	--iptvfr-process-muted: #65717c;
	--iptvfr-process-border: #e9e2da;
	display: flex !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 100px 28px !important;
	overflow: hidden;
	background: #fff;
}

.iptvfr-process-container {
	display: grid !important;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	grid-template-areas:
		"content visual"
		"reassurance visual"
		"actions visual";
	column-gap: 72px !important;
	row-gap: 14px !important;
	align-items: center;
	width: 100% !important;
	max-width: 1320px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.iptvfr-process-content {
	grid-area: content;
}

.iptvfr-process-actions {
	grid-area: actions;
}

.iptvfr-process-visual {
	grid-area: visual;
}

.iptvfr-process-reassurance {
	grid-area: reassurance;
}

.iptvfr-process-content,
.iptvfr-process-list,
.iptvfr-process-copy,
.iptvfr-process-visual,
.iptvfr-process-offer {
	display: flex !important;
	flex-direction: column !important;
	gap: 0 !important;
	min-width: 0;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-process-eyebrow,
.iptvfr-process-title,
.iptvfr-process-intro,
.iptvfr-process-number,
.iptvfr-process-step-title,
.iptvfr-process-step-description,
.iptvfr-process-reassurance,
.iptvfr-process-offer-label,
.iptvfr-process-offer-title,
.iptvfr-process-old-price,
.iptvfr-process-price,
.iptvfr-process-offer-text,
.iptvfr-process-trust {
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-process-eyebrow p,
.iptvfr-process-offer-label p {
	margin: 0;
	color: var(--iptvfr-process-orange);
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.iptvfr-process-eyebrow::after {
	content: "";
	display: block;
	width: 38px;
	height: 3px;
	margin-top: 14px;
	border-radius: 999px;
	background: var(--iptvfr-process-orange);
}

.iptvfr-process-title {
	margin-top: 22px !important;
}

.iptvfr-process-title .elementor-heading-title {
	max-width: 620px;
	margin: 0;
	color: var(--iptvfr-process-navy);
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(52px, 3.9vw, 58px);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -0.025em;
}

.iptvfr-process-title .elementor-heading-title span {
	color: var(--iptvfr-process-orange);
}

.iptvfr-process-intro {
	max-width: 600px;
	margin-top: 19px !important;
}

.iptvfr-process-intro p,
.iptvfr-process-step-description p,
.iptvfr-process-offer-text p,
.iptvfr-process-trust p,
.iptvfr-process-reassurance p {
	margin: 0;
	color: var(--iptvfr-process-muted);
	font-family: Inter, Arial, sans-serif;
	font-weight: 400;
}

.iptvfr-process-intro p {
	font-size: 17px;
	line-height: 1.7;
}

.iptvfr-process-list {
	gap: 18px !important;
	max-width: 620px;
	margin-top: 29px !important;
}

.iptvfr-process-item {
	position: relative;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: flex-start;
	gap: 18px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-process-item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 42px;
	bottom: -18px;
	left: 20px;
	width: 1px;
	background: var(--iptvfr-process-border);
}

.iptvfr-process-number {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	width: 42px !important;
	height: 42px;
	border: 1px solid rgba(255, 98, 0, 0.22);
	border-radius: 12px;
	background: #fff3ec;
}

.iptvfr-process-number p {
	margin: 0;
	color: var(--iptvfr-process-orange);
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
}

.iptvfr-process-copy {
	flex: 1 1 auto;
	padding-top: 1px !important;
}

.iptvfr-process-step-title .elementor-heading-title {
	margin: 0;
	color: var(--iptvfr-process-navy);
	font-family: Inter, Arial, sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
}

.iptvfr-process-step-description {
	margin-top: 5px !important;
}

.iptvfr-process-step-description p {
	font-size: 15px;
	line-height: 1.6;
}

.iptvfr-process-reassurance p {
	font-size: 13px;
	line-height: 1.45;
}

.iptvfr-process-reassurance p span {
	padding: 0 7px;
	color: var(--iptvfr-process-orange);
}

.iptvfr-process-actions {
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	gap: 18px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.iptvfr-process-primary,
.iptvfr-process-secondary,
.iptvfr-process-offer-link {
	width: auto !important;
	margin: 0 !important;
}

.iptvfr-process-primary .elementor-button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 26px;
	border: 1px solid var(--iptvfr-process-orange);
	border-radius: 10px;
	color: #fff;
	background: var(--iptvfr-process-orange);
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	box-shadow: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.iptvfr-process-primary .elementor-button:hover,
.iptvfr-process-primary .elementor-button:focus-visible {
	border-color: var(--iptvfr-process-orange-hover);
	background: var(--iptvfr-process-orange-hover);
	transform: translateY(-1px);
}

.iptvfr-process-secondary .elementor-button,
.iptvfr-process-offer-link .elementor-button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 3px;
	border: 0;
	border-bottom: 1px solid currentColor;
	border-radius: 0;
	color: var(--iptvfr-process-navy);
	background: transparent;
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	box-shadow: none;
}

.iptvfr-process-secondary .elementor-button:hover,
.iptvfr-process-secondary .elementor-button:focus-visible,
.iptvfr-process-offer-link .elementor-button:hover,
.iptvfr-process-offer-link .elementor-button:focus-visible {
	color: var(--iptvfr-process-orange);
	background: transparent;
}

.iptvfr-process-primary .elementor-button:focus-visible,
.iptvfr-process-secondary .elementor-button:focus-visible,
.iptvfr-process-offer-link .elementor-button:focus-visible {
	outline: 3px solid rgba(255, 98, 0, 0.32);
	outline-offset: 3px;
}

.iptvfr-process-visual {
	position: relative;
	align-items: flex-end;
}

.iptvfr-process-image {
	display: block;
	width: 100% !important;
	margin: 0 !important;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 24px;
	background: var(--iptvfr-process-cream);
	box-shadow: 0 22px 60px rgba(7, 30, 60, 0.1);
}

.iptvfr-process-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

.iptvfr-process-offer {
	position: relative;
	z-index: 2;
	align-self: flex-end;
	width: min(350px, calc(100% - 24px)) !important;
	margin: -74px 22px 0 0 !important;
	padding: 20px 22px !important;
	border: 1px solid var(--iptvfr-process-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(7, 30, 60, 0.12);
}

.iptvfr-process-offer-label p {
	font-size: 11px;
}

.iptvfr-process-offer-title {
	margin-top: 7px !important;
}

.iptvfr-process-offer-title .elementor-heading-title {
	margin: 0;
	color: var(--iptvfr-process-navy);
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.2;
}

.iptvfr-process-offer-prices {
	display: flex !important;
	flex-direction: row !important;
	align-items: baseline;
	gap: 12px !important;
	width: 100% !important;
	margin: 10px 0 0 !important;
	padding: 0 !important;
}

.iptvfr-process-old-price p,
.iptvfr-process-price p {
	margin: 0;
	font-family: Inter, Arial, sans-serif;
}

.iptvfr-process-old-price p {
	color: var(--iptvfr-process-muted);
	font-size: 15px;
	line-height: 1.2;
}

.iptvfr-process-price p {
	color: var(--iptvfr-process-orange);
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
}

.iptvfr-process-offer-text {
	margin-top: 8px !important;
}

.iptvfr-process-offer-text p {
	font-size: 13px;
	line-height: 1.5;
}

.iptvfr-process-offer-link {
	align-self: flex-start;
	margin-top: 8px !important;
}

.iptvfr-process-offer-link .elementor-button {
	color: var(--iptvfr-process-orange);
}

.iptvfr-process-trust {
	align-self: flex-end;
	width: min(350px, calc(100% - 24px)) !important;
	margin: 11px 22px 0 0 !important;
}

.iptvfr-process-trust p {
	font-size: 13px;
	line-height: 1.5;
	text-align: right;
}

@media (prefers-reduced-motion: reduce) {
	.iptvfr-process-primary .elementor-button {
		transition: none;
	}
}

/* Homepage FAQ — native Elementor content, accordion, lifestyle image and offer. */
.iptvfr-faq-section {
	--iptvfr-faq-navy: #071e3c;
	--iptvfr-faq-dark: #03152f;
	--iptvfr-faq-orange: #ff6200;
	--iptvfr-faq-orange-hover: #e95600;
	--iptvfr-faq-cream: #faf8f5;
	--iptvfr-faq-muted: #65717c;
	--iptvfr-faq-border: #e9e2da;
	box-sizing: border-box;
	width: 100%;
	padding: 95px 28px !important;
	background: var(--iptvfr-faq-cream);
}

.iptvfr-faq-section,
.iptvfr-faq-section * {
	box-sizing: border-box;
}

.iptvfr-faq-container {
	display: flex;
	width: min(100%, 1320px);
	margin: 0 auto;
	padding: 42px !important;
	gap: 50px;
	border: 1px solid var(--iptvfr-faq-border);
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(7, 30, 60, 0.06);
}

.iptvfr-faq-content,
.iptvfr-faq-visual,
.iptvfr-faq-offer,
.iptvfr-faq-answer {
	min-width: 0;
}

.iptvfr-faq-content {
	flex: 1 1 52%;
}

.iptvfr-faq-visual {
	position: relative;
	flex: 1 1 48%;
	align-self: flex-start;
}

.iptvfr-faq-eyebrow,
.iptvfr-faq-title,
.iptvfr-faq-subtitle,
.iptvfr-faq-trust-line,
.iptvfr-faq-offer-label,
.iptvfr-faq-offer-title,
.iptvfr-faq-offer-old,
.iptvfr-faq-offer-current,
.iptvfr-faq-offer-monthly,
.iptvfr-faq-offer-note,
.iptvfr-faq-caption,
.iptvfr-faq-answer-text {
	margin: 0 !important;
}

.iptvfr-faq-eyebrow p,
.iptvfr-faq-offer-label p {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 12.5px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--iptvfr-faq-orange);
}

.iptvfr-faq-eyebrow::after {
	display: block;
	width: 42px;
	height: 3px;
	margin-top: 14px;
	border-radius: 999px;
	background: var(--iptvfr-faq-orange);
	content: "";
}

.iptvfr-faq-title {
	margin-top: 22px !important;
}

.iptvfr-faq-title .elementor-heading-title {
	margin: 0;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(50px, 4vw, 56px);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -0.022em;
	color: var(--iptvfr-faq-navy);
}

.iptvfr-faq-subtitle {
	max-width: 650px;
	margin-top: 20px !important;
}

.iptvfr-faq-subtitle p {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	color: var(--iptvfr-faq-muted);
}

.iptvfr-faq-trust-line {
	margin-top: 13px !important;
}

.iptvfr-faq-trust-line p,
.iptvfr-faq-caption p {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.55;
	color: var(--iptvfr-faq-muted);
}

.iptvfr-faq-trust-line span,
.iptvfr-faq-caption span {
	display: inline-block;
	margin: 0 7px;
	color: var(--iptvfr-faq-orange);
}

.iptvfr-faq-accordion {
	width: 100%;
	margin-top: 30px !important;
}

.iptvfr-faq-accordion .e-n-accordion {
	display: grid;
	gap: 12px;
}

.iptvfr-faq-accordion .e-n-accordion-item {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--iptvfr-faq-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(7, 30, 60, 0.025);
	transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.iptvfr-faq-accordion .e-n-accordion-item:hover {
	border-color: rgba(255, 98, 0, 0.38);
	box-shadow: 0 10px 24px rgba(7, 30, 60, 0.055);
}

.iptvfr-faq-accordion .e-n-accordion-item[open] {
	border-color: rgba(255, 98, 0, 0.52);
	background: #fffaf6;
	box-shadow: 0 12px 30px rgba(7, 30, 60, 0.06);
}

.iptvfr-faq-accordion .e-n-accordion-item-title {
	min-height: 60px;
	padding: 15px 17px !important;
	gap: 16px;
	border: 0;
	background: transparent;
	font-family: Inter, sans-serif;
	font-size: 15.5px;
	font-weight: 650;
	line-height: 1.42;
	color: var(--iptvfr-faq-navy);
	cursor: pointer;
}

.iptvfr-faq-accordion .e-n-accordion-item-title:hover,
.iptvfr-faq-accordion .e-n-accordion-item-title:focus-visible,
.iptvfr-faq-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title {
	color: var(--iptvfr-faq-orange);
}

.iptvfr-faq-accordion .e-n-accordion-item-title:focus-visible {
	outline: 3px solid rgba(255, 98, 0, 0.22);
	outline-offset: -3px;
}

.iptvfr-faq-accordion .e-n-accordion-item-title-icon {
	display: grid;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	place-items: center;
	border: 1px solid rgba(255, 98, 0, 0.22);
	border-radius: 50%;
	background: #fff5ed;
	color: var(--iptvfr-faq-orange);
}

.iptvfr-faq-accordion .e-n-accordion-item-title-icon svg {
	width: 12px;
	height: 12px;
	fill: currentColor;
}

.iptvfr-faq-answer {
	padding: 0 18px 18px !important;
}

.iptvfr-faq-answer-text p {
	max-width: 96%;
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 14.5px;
	font-weight: 400;
	line-height: 1.7;
	color: var(--iptvfr-faq-muted);
}

.iptvfr-faq-image {
	width: 100%;
}

.iptvfr-faq-image .elementor-widget-container {
	overflow: hidden;
	border: 1px solid rgba(233, 226, 218, 0.95);
	border-radius: 24px;
	background: var(--iptvfr-faq-cream);
	box-shadow: 0 18px 38px rgba(7, 30, 60, 0.08);
}

.iptvfr-faq-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center;
}

.iptvfr-faq-offer {
	position: absolute;
	z-index: 2;
	left: -18px;
	bottom: 52px;
	width: min(354px, calc(100% - 26px));
	padding: 20px !important;
	border: 1px solid var(--iptvfr-faq-border);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.985);
	box-shadow: 0 16px 42px rgba(7, 30, 60, 0.12);
}

.iptvfr-faq-offer-title {
	margin-top: 8px !important;
}

.iptvfr-faq-offer-title .elementor-heading-title {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 22px;
	font-weight: 750;
	line-height: 1.25;
	color: var(--iptvfr-faq-navy);
}

.iptvfr-faq-offer-prices {
	margin-top: 12px !important;
	gap: 12px;
}

.iptvfr-faq-offer-old p,
.iptvfr-faq-offer-current p,
.iptvfr-faq-offer-monthly p,
.iptvfr-faq-offer-note p {
	margin: 0;
	font-family: Inter, sans-serif;
}

.iptvfr-faq-offer-old p {
	font-size: 17px;
	font-weight: 500;
	color: #9aa3ad;
}

.iptvfr-faq-offer-current p {
	font-size: 44px;
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: -0.045em;
	color: var(--iptvfr-faq-orange);
}

.iptvfr-faq-offer-monthly {
	margin-top: 7px !important;
}

.iptvfr-faq-offer-monthly p {
	font-size: 14px;
	font-weight: 600;
	color: var(--iptvfr-faq-muted);
}

.iptvfr-faq-offer-note {
	margin-top: 12px !important;
}

.iptvfr-faq-offer-note p {
	font-size: 13.5px;
	font-weight: 400;
	line-height: 1.55;
	color: var(--iptvfr-faq-muted);
}

.iptvfr-faq-offer-button {
	width: 100%;
	margin-top: 15px !important;
}

.iptvfr-faq-offer-button .elementor-button {
	display: flex;
	width: 100%;
	min-height: 49px;
	align-items: center;
	justify-content: center;
	padding: 12px 17px;
	border: 1px solid var(--iptvfr-faq-orange);
	border-radius: 10px;
	background: var(--iptvfr-faq-orange);
	box-shadow: none;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.2;
	color: #fff;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.iptvfr-faq-offer-button .elementor-button:hover,
.iptvfr-faq-offer-button .elementor-button:focus-visible {
	border-color: var(--iptvfr-faq-orange-hover);
	background: var(--iptvfr-faq-orange-hover);
	color: #fff;
	transform: translateY(-1px);
}

.iptvfr-faq-offer-button .elementor-button:focus-visible {
	outline: 3px solid rgba(255, 98, 0, 0.24);
	outline-offset: 3px;
}

.iptvfr-faq-caption {
	width: 100%;
	margin-top: 17px !important;
	padding: 0 8px;
	text-align: center;
}

@media (prefers-reduced-motion: reduce) {
	.iptvfr-faq-accordion .e-n-accordion-item,
	.iptvfr-faq-offer-button .elementor-button {
		transition: none;
	}
}

/* Homepage WhatsApp reviews — separate native Elementor content and images. */
.iptvfr-reviews-section {
	--iptvfr-reviews-navy: #071e3c;
	--iptvfr-reviews-dark: #03152f;
	--iptvfr-reviews-orange: #ff6200;
	--iptvfr-reviews-orange-hover: #e95600;
	--iptvfr-reviews-cream: #faf8f5;
	--iptvfr-reviews-muted: #65717c;
	--iptvfr-reviews-border: #e9e2da;
	box-sizing: border-box;
	width: 100%;
	padding: 95px 24px !important;
	background: var(--iptvfr-reviews-cream);
}

.iptvfr-reviews-section,
.iptvfr-reviews-section * {
	box-sizing: border-box;
}

.iptvfr-reviews-container {
	width: min(100%, 1320px);
	margin: 0 auto;
	padding: 28px 20px 18px !important;
	border: 1px solid var(--iptvfr-reviews-border);
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(7, 30, 60, 0.06);
}

.iptvfr-reviews-header,
.iptvfr-reviews-gallery,
.iptvfr-reviews-footer,
.iptvfr-reviews-trust,
.iptvfr-reviews-trust-item,
.iptvfr-reviews-rating,
.iptvfr-reviews-assurance,
.iptvfr-reviews-action {
	min-width: 0;
}

.iptvfr-reviews-eyebrow,
.iptvfr-reviews-title,
.iptvfr-reviews-subtitle,
.iptvfr-reviews-trust-title,
.iptvfr-reviews-trust-description,
.iptvfr-reviews-rating-label,
.iptvfr-reviews-rating-value,
.iptvfr-reviews-stars,
.iptvfr-reviews-rating-note,
.iptvfr-reviews-assurance-title,
.iptvfr-reviews-assurance-text,
.iptvfr-reviews-payment-text {
	margin: 0 !important;
}

.iptvfr-reviews-eyebrow .elementor-widget-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.iptvfr-reviews-eyebrow .elementor-widget-container::before,
.iptvfr-reviews-eyebrow .elementor-widget-container::after {
	display: block;
	width: 26px;
	height: 2px;
	background: var(--iptvfr-reviews-orange);
	content: "";
}

.iptvfr-reviews-eyebrow p {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--iptvfr-reviews-orange);
}

.iptvfr-reviews-title {
	margin-top: 6px !important;
}

.iptvfr-reviews-title .elementor-heading-title {
	margin: 0;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(48px, 4.25vw, 62px);
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: -0.02em;
	text-align: center;
	color: var(--iptvfr-reviews-dark);
}

.iptvfr-reviews-subtitle {
	max-width: 930px;
	margin-top: 10px !important;
}

.iptvfr-reviews-subtitle p {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	text-align: center;
	color: var(--iptvfr-reviews-muted);
}

.iptvfr-reviews-trust {
	width: min(100%, 910px);
	margin-top: 18px !important;
}

.iptvfr-reviews-trust-item {
	position: relative;
	flex: 1 1 0;
	padding: 0 22px !important;
	gap: 14px;
}

.iptvfr-reviews-trust-item + .iptvfr-reviews-trust-item::before {
	position: absolute;
	top: 9px;
	bottom: 9px;
	left: 0;
	width: 1px;
	background: var(--iptvfr-reviews-border);
	content: "";
}

.iptvfr-reviews-trust-icon {
	display: grid;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	place-items: center;
	border: 1px solid var(--iptvfr-reviews-border);
	border-radius: 50%;
	background: #fffaf6;
	color: var(--iptvfr-reviews-orange);
}

.iptvfr-reviews-trust-icon .elementor-icon {
	display: grid;
	place-items: center;
	color: inherit;
}

.iptvfr-reviews-trust-icon svg {
	width: 25px;
	height: 25px;
	fill: currentColor;
}

.iptvfr-reviews-trust-copy {
	gap: 2px;
}

.iptvfr-reviews-trust-title .elementor-heading-title {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--iptvfr-reviews-navy);
}

.iptvfr-reviews-trust-description p {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
	color: var(--iptvfr-reviews-muted);
}

.iptvfr-reviews-gallery {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	width: 100%;
	margin-top: 22px !important;
	gap: 14px;
}

.iptvfr-review-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--iptvfr-reviews-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 25px rgba(7, 30, 60, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.iptvfr-review-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 15px 34px rgba(7, 30, 60, 0.11);
}

.iptvfr-review-image,
.iptvfr-review-image .elementor-widget-container,
.iptvfr-review-image img {
	display: block;
	width: 100%;
	height: auto;
}

.iptvfr-review-image img {
	aspect-ratio: 941 / 1672;
	object-fit: contain;
}

.iptvfr-reviews-footer {
	display: grid !important;
	grid-template-columns: 1.05fr 1.15fr 0.8fr;
	width: 100%;
	margin-top: 20px !important;
	padding: 13px 20px !important;
	border: 1px solid var(--iptvfr-reviews-border);
	border-radius: 20px;
	background: #fffdfa;
}

.iptvfr-reviews-rating {
	gap: 14px;
}

.iptvfr-reviews-rating-icon {
	display: grid;
	flex: 0 0 54px;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 50%;
	background: var(--iptvfr-reviews-dark);
	color: var(--iptvfr-reviews-orange);
}

.iptvfr-reviews-rating-icon .elementor-icon,
.iptvfr-reviews-assurance-icon .elementor-icon,
.iptvfr-reviews-payment-icon .elementor-icon {
	display: grid;
	place-items: center;
	color: inherit;
}

.iptvfr-reviews-rating-icon svg {
	width: 25px;
	height: 25px;
	fill: currentColor;
}

.iptvfr-reviews-rating-label p {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--iptvfr-reviews-navy);
}

.iptvfr-reviews-rating-value .elementor-heading-title {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 27px;
	font-weight: 800;
	line-height: 1.05;
	color: var(--iptvfr-reviews-dark);
}

.iptvfr-reviews-stars-copy {
	margin-left: 5px !important;
	gap: 2px;
}

.iptvfr-reviews-stars p,
.iptvfr-reviews-rating-note p,
.iptvfr-reviews-assurance-text p,
.iptvfr-reviews-payment-text p {
	margin: 0;
	font-family: Inter, sans-serif;
}

.iptvfr-reviews-stars span {
	font-size: 19px;
	line-height: 1;
	letter-spacing: 0.08em;
	color: var(--iptvfr-reviews-orange);
}

.iptvfr-reviews-rating-note p {
	font-size: 11.5px;
	line-height: 1.35;
	color: var(--iptvfr-reviews-muted);
}

.iptvfr-reviews-assurance,
.iptvfr-reviews-action {
	padding-left: 28px !important;
	border-left: 1px solid var(--iptvfr-reviews-border);
}

.iptvfr-reviews-assurance {
	gap: 14px;
}

.iptvfr-reviews-assurance-icon {
	display: grid;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 13px;
	background: var(--iptvfr-reviews-dark);
	color: #fff;
}

.iptvfr-reviews-assurance-icon svg {
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.iptvfr-reviews-assurance-title .elementor-heading-title {
	margin: 0;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.25;
	color: var(--iptvfr-reviews-dark);
}

.iptvfr-reviews-assurance-text p {
	margin-top: 3px;
	font-size: 11.5px;
	line-height: 1.4;
	color: var(--iptvfr-reviews-muted);
}

.iptvfr-reviews-action {
	justify-self: stretch;
}

.iptvfr-reviews-button {
	width: 100%;
}

.iptvfr-reviews-button .elementor-button {
	display: flex;
	width: 100%;
	min-height: 48px;
	align-items: center;
	justify-content: space-between;
	padding: 12px 20px;
	border: 1px solid var(--iptvfr-reviews-orange);
	border-radius: 999px;
	background: var(--iptvfr-reviews-orange);
	box-shadow: none;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 650;
	color: #fff;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.iptvfr-reviews-button .elementor-button:hover,
.iptvfr-reviews-button .elementor-button:focus-visible {
	border-color: var(--iptvfr-reviews-orange-hover);
	background: var(--iptvfr-reviews-orange-hover);
	color: #fff;
	transform: translateY(-1px);
}

.iptvfr-reviews-button .elementor-button:focus-visible {
	outline: 3px solid rgba(255, 98, 0, 0.24);
	outline-offset: 3px;
}

.iptvfr-reviews-payment {
	margin-top: 5px !important;
	gap: 7px;
}

.iptvfr-reviews-payment-icon {
	color: var(--iptvfr-reviews-navy);
}

.iptvfr-reviews-payment-icon svg {
	width: 13px;
	height: 13px;
	fill: currentColor;
}

.iptvfr-reviews-payment-text p {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--iptvfr-reviews-navy);
}

@media (prefers-reduced-motion: reduce) {
	.iptvfr-review-card,
	.iptvfr-reviews-button .elementor-button {
		transition: none;
	}
}
