.elementor-4158 .elementor-element.elementor-element-3feeead{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-fb82b06 */:root {
  color-scheme: light;
  --ink: #101828;
  --muted: #637083;
  --soft: #f5f8fb;
  --soft-2: #edf3f8;
  --line: #dfe7ef;
  --white: #ffffff;
  --night: #07111f;
  --night-2: #102237;
  --blue: #1668d9;
  --blue-2: #0f4ea5;
  --green: #18a96d;
  --green-2: #0d8555;
  --amber: #f4b84a;
  --red: #d64234;
  --shadow: 0 24px 60px rgba(16, 24, 40, 0.14);
  --shadow-soft: 0 12px 32px rgba(16, 24, 40, 0.08);
  --radius: 8px;
  --container: 1280px;
  --header-height: 78px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--blue-2);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--green-2);
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(24, 169, 109, 0.45);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--night);
  padding: 10px 14px;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: 100%;
  max-width: calc(var(--container) + 32px);
  margin-inline: auto;
  padding-inline: 16px;
}

.section {
  padding-block: 92px;
  scroll-margin-top: calc(var(--header-height) + 22px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-height);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(223, 231, 239, 0.9);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  box-shadow: 0 14px 36px rgba(16, 24, 40, 0.08);
}

.header-shell {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: var(--header-height);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 98px;
  text-decoration: none;
}

.brand img {
  width: 104px;
  height: auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 0;
}

.primary-nav a,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: var(--radius);
  padding: 8px 12px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.primary-nav a:hover {
  background: var(--soft);
  color: var(--blue-2);
}

.header-cta {
  background: var(--night);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(7, 17, 31, 0.18);
}

.header-cta:hover {
  background: var(--green-2);
  color: var(--white);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--ink);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  height: calc(100svh - 180px);
  max-height: 760px;
  display: grid;
  align-items: center;
  padding-block: 88px 70px;
  overflow: hidden;
  background: var(--night);
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.98) 0%, rgba(7, 17, 31, 0.9) 43%, rgba(7, 17, 31, 0.36) 68%, rgba(7, 17, 31, 0.08) 100%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.04) 0%, rgba(7, 17, 31, 0.28) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-size: 4.6rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.1rem;
  overflow-wrap: anywhere;
}

.hero-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  padding: 9px 12px;
  font-size: 0.9rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.trustpilot-mark {
  color: var(--white);
  font-weight: 950;
}

.stars {
  display: inline-flex;
  gap: 3px;
}

.stars span {
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background: #00b67a;
  color: var(--white);
  font-size: 0.78rem;
  line-height: 1;
}

.hero-rating strong {
  color: var(--white);
  font-weight: 950;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border: 0;
  border-radius: var(--radius) !important;
  padding: 13px 20px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  white-space: normal;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--green) !important;
  color: var(--white) !important;
  box-shadow: 0 16px 32px rgba(24, 169, 109, 0.25) !important;
}

.button-primary:hover {
  background: var(--green-2) !important;
  color: var(--white) !important;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--night) !important;
  box-shadow: 0 16px 32px rgba(7, 17, 31, 0.14)!important;
}

.button-secondary:hover {
  background: var(--amber) !important;
  color: var(--night) !important;
}

.stats-section {
  border-bottom: 1px solid var(--line);
  background: var(--white);
  padding-block: 38px;
}

.stats-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.stats-heading h2 {
  max-width: 650px;
  margin: 0;
  color: var(--ink);
  font-size: 1.6rem;
  line-height: 1.12;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.stats-grid div {
  min-height: 112px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 20px;
  box-shadow: var(--shadow-soft);
}

.stats-grid dt {
  color: var(--night);
  font-size: 1.45rem;
  font-weight: 950;
  line-height: 1.1;
}

.stats-grid dd {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.trust-strip {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

.trust-grid span {
  min-height: 72px;
  display: grid;
  place-items: center;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
}

.section-heading {
  max-width: 720px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 3rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: start;
}

.intro-copy p,
.device-layout p,
.media-layout p,
.reviews-layout p,
.faq-layout p,
.cta-shell p {
  margin: 0 0 18px;
  color: var(--muted);
}

.intro-copy p:last-child,
.device-layout p:last-child,
.media-layout p:last-child,
.reviews-layout p:last-child,
.faq-layout p:last-child,
.cta-shell p:last-child {
  margin-bottom: 0;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 44px;
}

.value-card,
.price-card,
.review-card,
.step-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.value-card {
  position: relative;
  min-height: 244px;
  padding: 26px;
  overflow: hidden;
}

.value-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--blue);
}

.value-card span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--soft);
  color: var(--blue-2);
  font-weight: 950;
}

.value-card h3,
.feature-list h3,
.review-head h3 {
  margin: 18px 0 10px;
  color: var(--ink);
  line-height: 1.2;
}

.value-card p,
.feature-list p,
.review-card p,
.step-card p {
  margin: 0;
  color: var(--muted);
}

.offer-band {
  padding-block: 28px;
  background: var(--night-2);
  color: var(--white);
}

.offer-shell {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto auto;
  align-items: center;
  gap: 24px;
}

.offer-shell h2,
.offer-shell p {
  margin: 0;
}

.offer-shell h2 {
  color: var(--white);
  font-size: 1.45rem;
  line-height: 1.18;
}

.offer-shell p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.countdown {
  display: grid;
  grid-template-columns: auto repeat(4, minmax(44px, auto));
  align-items: center;
  gap: 9px;
  min-width: 320px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  padding: 13px 15px;
}

.countdown-label,
.countdown-unit span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  font-weight: 800;
}

.countdown-unit {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.countdown strong {
  min-width: 2ch;
  color: var(--white);
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
}

.offer-price {
  display: grid;
  gap: 2px;
  justify-items: end;
}

.offer-price span {
  color: rgba(255, 255, 255, 0.56);
  font-weight: 800;
  text-decoration: line-through;
}

.offer-price strong {
  color: var(--amber);
  font-size: 1.85rem;
  line-height: 1;
}

.pricing-section,
.process-section {
  background: var(--soft);
}

.pricing-section {
  background: var(--soft);
}

.pricing-tabs {
  display: flex;
  width: fit-content;
  margin: 34px auto 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  padding: 5px;
  box-shadow: var(--shadow-soft);
}

.tab-button {
  min-width: 118px;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
}

.tab-button.is-active {
  background: linear-gradient(135deg, #1267ea 0%, #5fbd48 100%);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(22, 104, 217, 0.22);
}

.pricing-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  padding: 32px;
  box-shadow: 0 30px 80px rgba(16, 24, 40, 0.12);
  backdrop-filter: blur(12px);
}

.pricing-panel[hidden] {
  display: none;
}

.price-card {
  position: relative;
  display: flex;
  min-height: 598px;
  flex-direction: column;
  padding: 0 20px 14px;
  overflow: hidden;
  border-color: #d8e0e8;
  box-shadow: 0 16px 38px rgba(16, 24, 40, 0.08);
}

.price-card::before {
  display: none;
}

.price-card.featured {
  border-color: #2f91ee;
  box-shadow: 0 22px 56px rgba(22, 104, 217, 0.16);
}

.price-card-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 78px;
  gap: 10px;
  align-items: start;
  min-height: 184px;
  margin: 0 -20px;
  padding: 30px 20px 48px;
  background: rgba(255, 255, 255, 0.72);
}

.price-card.featured .price-card-top {
  background: #2f91ee;
}

.card-logo {
  width: 78px;
  height: auto;
  margin-top: -2px;
  object-fit: contain;
}

.price-card h3 {
  margin: 0 0 16px;
  color: #1267ea;
  font-size: 1.45rem;
  line-height: 1.1;
}

.price-card.featured h3,
.price-card.featured .price,
.price-card.featured .old-price {
  color: var(--white);
}

.price {
  margin: 0;
  color: #1267ea;
  font-size: 2.2rem;
  font-weight: 950;
  line-height: 0.95;
  margin-bottom: 0em;
}

.old-price {
  margin: 8px 0 0;
  color: #cf3f42;
  font-size: 1.45rem;
  line-height: 1;
  text-decoration: line-through;
}

.order-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  width: calc(100% + 4px);
  margin: -31px -2px 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #65bd43 0%, #1471d6 100%);
  color: var(--white);
  padding: 10px 15px;
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(22, 104, 217, 0.18);
}

.order-button:hover {
  color: var(--white);
  transform: translateY(-1px);
}

.cart-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2Zm10 0c-1.1 0-1.99.9-1.99 2S15.9 22 17 22s2-.9 2-2-.9-2-2-2ZM7.2 14.8h7.45c.75 0 1.41-.41 1.75-1.03L20 7.24 18.26 6.3l-3.6 6.5H7.63L3.9 2H1v2h1.47l3.6 10.59L4.72 17H19v-2H7.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2Zm10 0c-1.1 0-1.99.9-1.99 2S15.9 22 17 22s2-.9 2-2-.9-2-2-2ZM7.2 14.8h7.45c.75 0 1.41-.41 1.75-1.03L20 7.24 18.26 6.3l-3.6 6.5H7.63L3.9 2H1v2h1.47l3.6 10.59L4.72 17H19v-2H7.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.plan-features,
.check-list,
.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-features {
  display: grid;
  gap: 8px;
  margin-top: 0;
  margin-bottom: 16px;
}

.plan-features li,
.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
}

.plan-features li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 13px;
  height: 7px;
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}

.plan-features li {
  padding-left: 27px;
  color: #26364a;
  font-size: 0.89rem;
  line-height: 1.25;
}

.plan-features li::before {
  top: 0.34em;
  width: 11px;
  height: 6px;
  border-left-width: 2px;
  border-bottom-width: 2px;
}

.payment-strip {
  margin-top: auto;
  text-align: center;
}

.payment-strip img {
  width: min(100%, 205px);
  height: auto;
  margin-inline: auto;
  filter: brightness(0) saturate(100%) invert(47%) sepia(43%) saturate(754%) hue-rotate(71deg) brightness(92%) contrast(88%);
  object-fit: contain;
}

.comparison-section {
  background: var(--white);
}

.comparison-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 52px;
  align-items: start;
}

.comparison-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.comparison-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.72fr) minmax(0, 1.18fr) minmax(0, 1fr);
}

.comparison-row > div {
  min-width: 0;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  padding: 18px;
  color: var(--muted);
  line-height: 1.45;
}

.comparison-row > div:first-child {
  border-left: 0;
  color: var(--ink);
  font-weight: 950;
}

.comparison-row:last-child > div {
  border-bottom: 0;
}

.comparison-head {
  background: var(--night);
}

.comparison-head > div {
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 950;
  text-transform: uppercase;
}

.comparison-row:not(.comparison-head) > div:nth-child(2) {
  background: #f1fbf7;
}

.comparison-positive {
  position: relative;
  padding-left: 42px;
  color: #126346;
  font-weight: 850;
}

.comparison-positive::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 1.6em;
  width: 13px;
  height: 7px;
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}

.device-layout,
.media-layout,
.faq-layout,
.reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 64px;
  align-items: center;
}

.media-layout {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
}

.device-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.device-grid img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 16px;
  box-shadow: var(--shadow-soft);
}

.image-frame {
  position: relative;
  margin: 0;
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-frame-product {
  box-shadow: none;
  background: linear-gradient(180deg, #f7f9fb 0%, #eef4f9 100%);
}

.image-frame-product img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.feature-list article {
  min-height: 168px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 22px;
  box-shadow: var(--shadow-soft);
}

.feature-list h3 {
  margin-top: 0;
  font-size: 1.06rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 42px;
}

.step-card {
  overflow: hidden;
}

.step-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--soft-2);
}

.step-card span,
.step-card h3,
.step-card p {
  margin-inline: 20px;
}

.step-card span {
  display: inline-block;
  margin-top: 20px;
  color: var(--green-2);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.step-card h3 {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.22;
}

.step-card p {
  margin-bottom: 22px;
}

.reviews-section {
  background: var(--night);
  color: var(--white);
}

.reviews-section .section-heading h2 {
  color: var(--white);
}

.reviews-section .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.review-grid {
  display: grid;
  gap: 16px;
}

.review-card {
  padding: 22px;
  box-shadow: none;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.avatar {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--soft);
  color: var(--blue-2);
  font-weight: 950;
}

.review-head h3,
.review-head p {
  margin: 0;
}

.review-head h3 {
  font-size: 1rem;
}

.review-head p {
  color: var(--muted);
  font-size: 0.88rem;
}

.faq-layout {
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.faq-item button {
  position: relative;
  width: 100%;
  min-height: 62px;
  border: 0;
  background: var(--white);
  color: var(--ink);
  padding: 18px 58px 18px 20px;
  font-weight: 900;
  line-height: 1.25;
  text-align: left;
}

.faq-item button::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--soft);
  color: var(--ink);
  text-align: center;
  line-height: 28px;
}

.faq-item.is-open button::after {
  content: "-";
  background: var(--green);
  color: var(--white);
}

.faq-answer {
  display: none;
  border-top: 1px solid var(--line);
  padding: 16px 18px 20px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.faq-answer p {
  color: var(--muted);
}

.cta-section {
  background: var(--soft);
  padding-block: 56px;
}

.cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 34px;
  box-shadow: var(--shadow-soft);
}

.cta-shell h2 {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.05;
}

.cta-actions {
  justify-content: end;
  margin-top: 0;
}

.site-footer {
  background: var(--night);
  color: rgba(255, 255, 255, 0.74);
  padding-block: 58px 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.8fr 1.05fr;
  gap: 34px;
}

.footer-logo {
  display: inline-flex;
  margin-bottom: 16px;
}

.footer-logo img {
  width: 108px;
}

.site-footer h2 {
  margin: 0 0 16px;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.2;
}

.site-footer p {
  margin: 0;
}

.footer-list {
  display: grid;
  gap: 10px;
}

.footer-list a,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.footer-list a:hover,
.footer-bottom a:hover {
  color: var(--white);
  text-decoration: underline;
}

.newsletter label {
  display: block;
  margin: 14px 0 8px;
  color: var(--white);
  font-weight: 800;
}

.newsletter-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  padding: 10px 12px;
}

input::placeholder {
  color: #8792a1;
}

.form-message {
  min-height: 24px;
  margin-top: 10px;
  color: #b9f6d3;
  font-size: 0.9rem;
}

.footer-bottom {
  display: grid;
  gap: 18px;
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.order-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 18px;
}

.order-modal[hidden] {
  display: none;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 17, 31, 0.72);
}

.modal-panel {
  position: relative;
  width: min(100%, 520px);
  max-height: min(760px, calc(100vh - 36px));
  overflow: auto;
  border-radius: var(--radius);
  background: var(--white);
  padding: 28px;
  box-shadow: 0 24px 80px rgba(7, 17, 31, 0.34);
}

.modal-close {
  position: absolute;
  right: 14px;
  top: 14px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1;
}

.modal-panel h2 {
  margin: 0 0 10px;
  font-size: 1.65rem;
  line-height: 1.15;
}

.modal-panel p {
  margin: 0 0 18px;
  color: var(--muted);
}

.modal-panel label {
  display: block;
  margin: 14px 0 7px;
  color: var(--ink);
  font-weight: 900;
}

.order-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  margin: 18px 0;
  border-radius: var(--radius);
  background: var(--soft);
  padding: 14px;
}

.order-summary span {
  color: var(--muted);
  font-weight: 800;
}

.order-summary strong {
  color: var(--ink);
}

.modal-panel .button {
  width: 100%;
}

.modal-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

.scroll-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--night);
  color: var(--white);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .header-shell {
    grid-template-columns: auto auto 1fr;
  }

  .nav-toggle {
    display: block;
    grid-column: 3;
    justify-self: end;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    z-index: 80;
    display: none;
    max-height: calc(100vh - var(--header-height) - 24px);
    overflow: auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    padding: 10px;
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    justify-content: flex-start;
    min-height: 46px;
  }

  .header-cta {
    grid-column: 2;
    grid-row: 1;
  }

  .offer-shell {
    grid-template-columns: 1fr 1fr;
  }

  .countdown {
    grid-column: 1 / -1;
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 24px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 70px;
  }

  .section {
    padding-block: 68px;
  }

  .hero {
    min-height: 640px;
    height: auto;
    max-height: none;
    padding-block: 84px 46px;
  }

  .hero h1 {
    font-size: 3.15rem;
  }

  .section-heading h2 {
    font-size: 2.35rem;
  }

  .cta-shell h2 {
    font-size: 2.05rem;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(7, 17, 31, 0.98) 0%, rgba(7, 17, 31, 0.86) 74%, rgba(7, 17, 31, 0.56) 100%),
      linear-gradient(180deg, rgba(7, 17, 31, 0.12) 0%, rgba(7, 17, 31, 0.72) 100%);
  }

  .stats-grid,
  .trust-grid,
  .value-grid,
  .pricing-panel,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-heading {
    display: grid;
    gap: 6px;
  }

  .split-layout,
  .comparison-layout,
  .device-layout,
  .media-layout,
  .faq-layout,
  .reviews-layout,
  .cta-shell {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .pricing-panel[data-pricing-panel="multi"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .device-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .cta-actions {
    justify-content: start;
  }
}

@media (max-width: 640px) {
  .container {
    padding-inline: 24px;
  }

  .header-shell {
    gap: 10px;
  }

  .brand img {
    width: 84px;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    width: 40px;
    height: 40px;
  }

  .hero {
    min-height: 610px;
    padding-block: 72px 34px;
  }

  .hero h1 {
    font-size: 2.42rem;
    max-width: 16ch;
  }

  .hero-copy {
    max-width: 32ch;
    font-size: 1rem;
  }

  .section-heading h2,
  .cta-shell h2 {
    font-size: 2rem;
  }

  .hero-media img {
    object-position: 68% center;
  }

  .hero-rating {
    width: 100%;
    max-width: 342px;
    border-radius: var(--radius);
  }

  .hero-actions,
  .cta-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .stats-grid,
  .trust-grid,
  .value-grid,
  .pricing-panel,
  .process-grid,
  .feature-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid div {
    min-height: 78px;
  }

  .offer-shell {
    grid-template-columns: 1fr;
  }

  .countdown {
    min-width: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px 10px;
    width: 100%;
    padding: 14px;
  }

  .countdown-label {
    grid-column: 1 / -1;
  }

  .countdown-unit {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 5px;
  }

  .countdown strong {
    min-width: 0;
    font-size: 1.45rem;
  }

  .countdown-unit span {
    justify-self: center;
  }

  .offer-price {
    justify-items: start;
  }

  .pricing-tabs {
    width: 100%;
  }

  .tab-button {
    flex: 1;
    min-width: 0;
  }

  .pricing-panel {
    gap: 14px;
    padding: 14px;
  }

  .pricing-panel[data-pricing-panel="multi"] {
    grid-template-columns: 1fr;
  }

  .comparison-head {
    display: none;
  }

  .comparison-panel {
    display: grid;
    gap: 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .comparison-row {
    grid-template-columns: 1fr;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow-soft);
  }

  .comparison-row > div {
    border-left: 0;
    padding: 14px 16px;
  }

  .comparison-row:last-child > div {
    border-bottom: 1px solid var(--line);
  }

  .comparison-row > div:last-child {
    border-bottom: 0;
  }

  .comparison-row > div:first-child {
    background: var(--night);
    color: var(--white);
  }

  .comparison-row > div:nth-child(2)::before,
  .comparison-row > div:nth-child(3)::before {
    display: block;
    margin-bottom: 5px;
    color: var(--ink);
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
  }

  .comparison-row > div:nth-child(2)::before {
    content: "Iron TV Pro Max";
  }

  .comparison-row > div:nth-child(3)::before {
    content: "Autres services IPTV";
  }

  .comparison-positive {
    padding-left: 40px;
  }

  .comparison-positive::after {
    left: 16px;
    top: 3.15em;
  }

  .price-card {
    min-height: auto;
  }

  .price-card-top {
    grid-template-columns: minmax(0, 1fr) 70px;
    min-height: 170px;
    padding-top: 26px;
  }

  .card-logo {
    width: 70px;
  }

  .price {
    font-size: 2.55rem;
  }

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

  .cta-shell {
    padding: 24px;
  }

  .newsletter-row {
    grid-template-columns: 1fr;
  }

  .footer-bottom nav {
    display: grid;
  }

  .modal-panel {
    padding: 24px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }
}/* End custom CSS */