:root {
  --fs-page: #000;
  --fs-panel: #0d1017;
  --fs-panel-2: #121722;
  --fs-panel-3: #171d29;
  --fs-text: #eef1f7;
  --fs-muted: #9aa3b5;
  --fs-border: #252c38;
  --theme: #2563eb;
  --theme2: #3b82f6;
  --fs-glow: rgba(37, 99, 235, 0.22);
}

html,
body.fs-dark {
  background: #000 !important;
  color: var(--fs-muted);
}

/* Grain noise texture over pure black */
body.fs-dark::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  background-repeat: repeat;
}

/* No gradient blobs */
body.fs-dark::after {
  display: none;
}

body.fs-dark {
  isolation: isolate;
  --body: #000;
  --white: #121722;
  --header: #eef1f7;
  --text: #9aa3b5;
  --text2: #7d8799;
  --border: #252c38;
  --border2: #31394a;
  --bg: #000;
  --bg2: #060707;
  --bg3: #000;
  --bg5: #000;
  --bg7: #121722;
  --bg8: #000;
  --button: #171d28;
  --button2: #10141d;
  --theme: #2563eb;
  --theme2: #3b82f6;
  --bs-body-bg: #000;
  --bs-body-color: #9aa3b5;
  --bs-border-color: #252c38;
  --bs-tertiary-bg: #0d1017;
  --bs-secondary-bg: #121722;
  color-scheme: dark;
}

body.fs-dark section,
body.fs-dark .section-bg-2,
body.fs-dark .section-bg-3,
body.fs-dark .service-section-2,
body.fs-dark .service-section-2::before,
body.fs-dark .about-section,
body.fs-dark .service-section,
body.fs-dark .streaming-section,
body.fs-dark .product-section,
body.fs-dark .news-section,
body.fs-dark .pricing-section-2,
body.fs-dark .faq-section,
body.fs-dark .faq-section-2,
body.fs-dark .contact-main-area,
body.fs-dark .fs-install-hub,
body.fs-dark .blog-wrapper,
body.fs-dark .shop-details-section,
body.fs-dark .error-section,
body.fs-dark .cta-subscribe-section,
body.fs-dark .cta-video-section,
body.fs-dark .feature-video-section,
body.fs-dark .choose-package-section,
body.fs-dark .fs-feature-grid,
body.fs-dark .hero-section-2 {
  background: transparent !important;
}

body.fs-dark .offcanvas__info,
body.fs-dark .search-wrap,
body.fs-dark .preloader,
body.fs-dark .preloader .animation-preloader,
body.fs-dark .preloader .loader,
body.fs-dark .preloader .loader .loader-section .bg,
body.fs-dark .loader .bg,
body.fs-dark .footer-section,
body.fs-dark .footer-bottom,
body.fs-dark .mean-container .mean-nav,
body.fs-dark .mean-container a.meanmenu-reveal {
  background: #000 !important;
}

/* header inner elements — must be transparent so bg shows through */
body.fs-dark .header-main.style-2,
body.fs-dark .mega-menu-wrapper {
  background: transparent !important;
}

/* Remove the blue decorative block on top-right of header-2 */
body.fs-dark .header-2::before {
  display: none !important;
}

/* Header height */
body.fs-dark .header-2 .container-fluid,
body.fs-dark .header-2 .mega-menu-wrapper,
body.fs-dark .header-2 .header-main {
  min-height: 88px !important;
}

/* header-2 — fixed transparent, glass on scroll */
body.fs-dark .header-tops-section {
  display: none !important;
}

body.fs-dark .header-2 {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999 !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: background 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease !important;
}

body.fs-dark .header-2.sticky {
  background: rgba(5, 6, 8, 0.78) !important;
  backdrop-filter: blur(28px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(180%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.5) !important;
}

/* Hero starts at page top — bleeds behind fixed header */
body.fs-dark .fs-hero-section {
  margin-top: 0 !important;
}

body.fs-dark .service-box-items,
body.fs-dark .service-box-items-2,
body.fs-dark .choose-package-items,
body.fs-dark .pricing-card-items,
body.fs-dark .pricing-box-items,
body.fs-dark .pricing-wrapper,
body.fs-dark .accordion-item,
body.fs-dark .product-box-items,
body.fs-dark .streaming-card-items,
body.fs-dark .news-box-items .news-content,
body.fs-dark .single-blog-post .post-content,
body.fs-dark .contact-form-items,
body.fs-dark .info-items,
body.fs-dark .shop-details-wrapper .product-details-content,
body.fs-dark .description-items,
body.fs-dark .cta-subscribe-wrapper,
body.fs-dark .faq-content .accordion-item,
body.fs-dark .accordion-button,
body.fs-dark .accordion-body,
body.fs-dark .cart-graph,
body.fs-dark .main-cart-wrapper .cart-wrapper {
  background: var(--fs-panel) !important;
  border: 1px solid var(--fs-border) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35) !important;
}

body.fs-dark .product-box-items .product-image,
body.fs-dark .streaming-card-items .streaming-image,
body.fs-dark .shop-details-image .shop-thumb,
body.fs-dark .post-featured-thumb {
  background: var(--fs-panel-2) !important;
}

body.fs-dark .service-box-items::before,
body.fs-dark .service-box-items::after,
body.fs-dark .service-box-items.style-2::after {
  background: transparent !important;
}

body.fs-dark h1,
body.fs-dark h2,
body.fs-dark h3,
body.fs-dark h4,
body.fs-dark h5,
body.fs-dark h6,
body.fs-dark .section-title h2,
body.fs-dark .section-title h3,
body.fs-dark .hero-2 .hero-content h1,
body.fs-dark .hero-2 .hero-content h2,
body.fs-dark .page-heading h1,
body.fs-dark .product-content h5 a,
body.fs-dark .streaming-content h3 a,
body.fs-dark .news-content h5 a,
body.fs-dark .single-blog-post h2 a,
body.fs-dark .product-details-content h2,
body.fs-dark .price-list h3,
body.fs-dark .widget-head h5,
body.fs-dark .header-main .main-menu ul li a,
body.fs-dark .header-tops-wrapper .contact-list a,
body.fs-dark .header-tops-wrapper .contact-list li,
body.fs-dark .top-right span,
body.fs-dark .footer-address-text p,
body.fs-dark .accordion-button {
  color: var(--fs-text) !important;
}

body.fs-dark p,
body.fs-dark .hero-2 .hero-content p,
body.fs-dark .section-title span,
body.fs-dark .breadcrumb-items li,
body.fs-dark .post-meta span,
body.fs-dark .details-info,
body.fs-dark .footer-content p,
body.fs-dark .footer-content span,
body.fs-dark .footer-bottom p,
body.fs-dark .offcanvas__contact-text a,
body.fs-dark .offcanvas__content p,
body.fs-dark .service-box-items .content p,
body.fs-dark .accordion-body,
body.fs-dark .list-items a,
body.fs-dark .footer-menu a {
  color: var(--fs-muted) !important;
}

body.fs-dark .header-main .main-menu ul li a:hover,
body.fs-dark .header-main .main-menu ul li.active > a,
body.fs-dark .footer-menu a:hover,
body.fs-dark .list-items a:hover,
body.fs-dark .product-content h5 a:hover,
body.fs-dark .streaming-content h3 a:hover,
body.fs-dark .link-btn,
body.fs-dark .price span,
body.fs-dark .subscribe-price h3,
body.fs-dark .video-years,
body.fs-dark .video-time {
  color: var(--theme2) !important;
}

body.fs-dark .theme-btn,
body.fs-dark .theme-btn span {
  background: linear-gradient(135deg, var(--theme), var(--theme2)) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 12px 30px var(--fs-glow) !important;
}

body.fs-dark .theme-btn::before,
body.fs-dark .theme-btn::after {
  background: rgba(255, 255, 255, 0.08) !important;
}

body.fs-dark .hero-2::before,
body.fs-dark .breadcrumb-wrapper::before,
body.fs-dark .cta-video-wrapper::before,
body.fs-dark .feature-video-section::before,
body.fs-dark .choose-package-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(5, 6, 8, 0.94), rgba(5, 6, 8, 0.72)) !important;
  pointer-events: none;
  z-index: 1;
}

body.fs-dark .hero-2,
body.fs-dark .breadcrumb-wrapper,
body.fs-dark .cta-video-wrapper,
body.fs-dark .feature-video-section,
body.fs-dark .choose-package-section {
  position: relative;
}

body.fs-dark .hero-2 .hero-content,
body.fs-dark .breadcrumb-wrapper .page-heading,
body.fs-dark .cta-video-wrapper h2,
body.fs-dark .feature-video-content,
body.fs-dark .choose-package-section .container {
  position: relative;
  z-index: 2;
}

body.fs-dark .form-clt input,
body.fs-dark .form-clt textarea,
body.fs-dark .nice-select,
body.fs-dark .main-search-input,
body.fs-dark .form-control {
  background: var(--fs-panel-2) !important;
  color: var(--fs-text) !important;
  border: 1px solid var(--fs-border) !important;
}

body.fs-dark .form-clt input::placeholder,
body.fs-dark .form-clt textarea::placeholder,
body.fs-dark .main-search-input::placeholder {
  color: #6f7a8f !important;
}

body.fs-dark .product-badge-item {
  background: linear-gradient(135deg, var(--theme), var(--theme2)) !important;
  color: #fff !important;
}

body.fs-dark .scroll-icon {
  background: var(--fs-panel-2) !important;
  color: var(--fs-text) !important;
  border: 1px solid var(--fs-border) !important;
}

body.fs-dark .table,
body.fs-dark .table td,
body.fs-dark .table th {
  color: var(--fs-muted) !important;
  border-color: var(--fs-border) !important;
}

body.fs-dark .google-map iframe {
  filter: grayscale(0.25) contrast(1.05) brightness(0.75);
}

body.fs-dark .fs-preloader-logo {
  display: block;
  height: 48px;
  width: auto;
  margin: 0 auto;
  filter: brightness(1.1);
}

body.fs-dark .preloader .animation-preloader .spinner {
  border-color: rgba(79, 124, 255, 0.2);
  border-top-color: var(--theme2);
}

body.fs-dark .mouse-cursor.cursor-outer,
body.fs-dark .mouse-cursor.cursor-inner {
  opacity: 0.35;
}

body.fs-dark .header-logo img {
  height: 38px;
  width: auto;
  filter: brightness(1.15);
}

body.fs-dark .offcanvas__logo img,
body.fs-dark .widget-head img {
  height: 32px;
  width: auto;
  filter: brightness(1.15);
}

body.fs-dark .mean-container .mean-nav ul li a {
  border-color: var(--fs-border) !important;
}

body.fs-dark .offcanvas__info {
  border-left-color: var(--theme) !important;
}

body.fs-dark .header-tops-wrapper,
body.fs-dark .header-main.style-2,
body.fs-dark .mega-menu-wrapper,
body.fs-dark .footer-widgets-wrapper,
body.fs-dark .news-box-items .news-content,
body.fs-dark .single-blog-post .post-content {
  border-color: var(--fs-border);
}

body.fs-dark .streaming-content ul li,
body.fs-dark .hero-2 .hero-content h2 sub {
  color: var(--fs-muted) !important;
}

body.fs-dark .price del {
  color: #6f7a8f !important;
}

body.fs-dark .pricing-wrapper .pricing-content-box .price-icon {
  border-color: var(--fs-border) !important;
}

body.fs-dark .pricing-wrapper .pricing-content-box .price-icon .icon {
  background: var(--fs-panel-2) !important;
  box-shadow: none !important;
}

body.fs-dark .accordion-button:not(.collapsed) {
  background: var(--fs-panel-2) !important;
  color: var(--fs-text) !important;
}

body.fs-dark .accordion-button.collapsed {
  background: var(--fs-panel) !important;
  color: var(--fs-text) !important;
}

body.fs-dark .choose-package-wrapper .choose-package-content .nav .nav-link {
  background: var(--fs-panel) !important;
  color: var(--fs-text) !important;
  border: 1px solid var(--fs-border) !important;
}

body.fs-dark .choose-package-wrapper .choose-package-content .nav .nav-link.active {
  background: linear-gradient(135deg, var(--theme), var(--theme2)) !important;
  color: #fff !important;
}

body.fs-dark .choose-package-wrapper .choose-package-content .choose-tab-price-items .choose-tab-price-area .price-monthly,
body.fs-dark .choose-package-wrapper .choose-package-content .choose-tab-price-items .choose-tab-price-area .price-yearly {
  background: var(--fs-panel) !important;
  border-color: var(--fs-border) !important;
}

body.fs-dark .service-box-items:hover .content h3 a,
body.fs-dark .service-box-items:hover .content p,
body.fs-dark .service-box-items:hover .content h6 a,
body.fs-dark .service-box-items.active .content h3 a,
body.fs-dark .service-box-items.active .content p,
body.fs-dark .service-box-items.active .content h6 a,
body.fs-dark .service-box-items:hover .arrow-icon,
body.fs-dark .service-box-items.active .arrow-icon,
body.fs-dark .header-tops-wrapper .contact-list li,
body.fs-dark .header-tops-wrapper .contact-list li a,
body.fs-dark .header-tops-wrapper .contact-list li i,
body.fs-dark .header-tops-wrapper .top-right .social-icon span,
body.fs-dark .header-tops-wrapper .top-right .social-icon a {
  color: #fff !important;
}

body.fs-dark .mean-container .mean-nav ul li a {
  background: var(--fs-panel) !important;
  color: var(--fs-text) !important;
}

body.fs-dark .mean-container a.meanmenu-reveal span {
  background: var(--fs-text) !important;
}

body.fs-dark .header-2 .header-main .header-right .menu-cart .cart-box {
  background: var(--fs-panel) !important;
  border: 1px solid var(--fs-border) !important;
}

body.fs-dark .header-2 .header-main .header-right .menu-cart .cart-box ul li a,
body.fs-dark .header-2 .header-main .header-right .menu-cart .cart-box ul li span {
  color: var(--fs-text) !important;
}

body.fs-dark .offcanvas__overlay,
body.fs-dark .fix-area .offcanvas__overlay {
  background: rgba(5, 6, 8, 0.72) !important;
}

body.fs-dark .nice-select .list {
  background: var(--fs-panel) !important;
  border: 1px solid var(--fs-border) !important;
}

body.fs-dark .nice-select .option:hover,
body.fs-dark .nice-select .option.focus,
body.fs-dark .nice-select .option.selected.focus {
  background: var(--fs-panel-2) !important;
  color: var(--fs-text) !important;
}

body.fs-dark .fs-hero-section .fs-hero-single {
  height: 100dvh;
  min-height: 620px;
  max-height: 1020px;
  background-position: center 38%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 991px) {
  body.fs-dark .fs-hero-section .fs-hero-single {
    height: auto;
    min-height: 100dvh;
    max-height: none;
    background-position: center 32%;
    padding-top: 100px;
    padding-bottom: 48px;
  }
}

@media (max-width: 575px) {
  body.fs-dark .fs-hero-section .fs-hero-single {
    background-position: center 28%;
    padding-top: 90px;
    padding-bottom: 40px;
  }
}

body.fs-dark .fs-hero-section .fs-hero-single::before {
  background: linear-gradient(
    115deg,
    rgba(5, 6, 8, 0.88) 0%,
    rgba(5, 6, 8, 0.72) 48%,
    rgba(5, 6, 8, 0.58) 100%
  ) !important;
}

/* Radial vignette — edges darker, center lighter */
body.fs-dark .fs-hero-section .fs-hero-single::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    ellipse 80% 80% at 50% 50%,
    transparent 30%,
    rgba(5, 6, 8, 0.45) 70%,
    rgba(5, 6, 8, 0.72) 100%
  );
}

/* Bottom fade — black gradient from bottom of hero fading to transparent */
body.fs-dark .fs-hero-section {
  position: relative;
  overflow: hidden;
}
body.fs-dark .fs-hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 340px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.6) 50%, #000 100%);
  pointer-events: none;
  z-index: 4;
}

/* Hero text pop — text shadows + slight brightness boost */
body.fs-dark .fs-hero-section .hero-content {
  position: relative;
  z-index: 5;
}

body.fs-dark .fs-hero-section .hero-content h1 {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.6), 0 1px 4px rgba(0, 0, 0, 0.5) !important;
}

body.fs-dark .fs-hero-section .hero-content p {
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55) !important;
  color: rgba(210, 218, 232, 0.98) !important;
}

body.fs-dark .fs-hero-badge span:last-child {
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

body.fs-dark .fs-hero-stat__num {
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

body.fs-dark .fs-hero-section .hero-content h1 {
  font-size: clamp(2rem, 4.2vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  max-width: 16ch;
  text-wrap: balance;
}

body.fs-dark .fs-hero-section .hero-content p {
  max-width: 42rem;
  margin-top: 1.25rem;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.65;
  color: var(--fs-muted) !important;
}

body.fs-dark .fs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 2rem;
}

body.fs-dark .fs-glass-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

body.fs-dark .fs-glass-btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

body.fs-dark .fs-glass-btn--catalog {
  color: #f4f6fb;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.16),
    rgba(118, 126, 142, 0.22)
  );
}

body.fs-dark .fs-glass-btn--catalog:hover {
  color: #fff;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.24),
    rgba(118, 126, 142, 0.32)
  );
  border-color: rgba(255, 255, 255, 0.3);
}

body.fs-dark .fs-glass-btn--whatsapp {
  color: #fff;
  background: linear-gradient(
    135deg,
    rgba(37, 211, 102, 0.9),
    rgba(18, 140, 74, 0.94)
  );
  border-color: rgba(125, 243, 166, 0.38);
  box-shadow:
    0 10px 34px rgba(37, 211, 102, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

body.fs-dark .fs-glass-btn--whatsapp:hover {
  color: #fff;
  background: linear-gradient(
    135deg,
    rgba(45, 223, 116, 0.96),
    rgba(22, 153, 82, 0.98)
  );
}

body.fs-dark .fs-glass-btn--whatsapp .fab {
  font-size: 1.2em;
}

@media (max-width: 575px) {
  body.fs-dark .fs-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  body.fs-dark .fs-glass-btn {
    width: 100%;
  }
}

/* =============================================
   HERO — Professional dark
   ============================================= */

/* Header 3-column layout: logo | nav centered | actions right */
body.fs-dark .fs-header-layout {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

body.fs-dark .fs-header-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

body.fs-dark .fs-header-nav .main-menu ul {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.fs-dark .fs-header-nav .main-menu ul li a {
  font-size: 15.5px;
  font-weight: 600;
  color: rgba(238, 241, 247, 0.82) !important;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 0.15s;
}

body.fs-dark .fs-header-nav .main-menu ul li a:hover,
body.fs-dark .header-main .main-menu ul li a:hover,
body.fs-dark .mega-menu-wrapper .header-main .main-menu ul li a:hover,
body.fs-dark .header-2 .main-menu ul li a:hover {
  color: #3b82f6 !important;
}

body.fs-dark .fs-header-nav .main-menu ul li.active > a {
  color: #fff !important;
}

@media (max-width: 991px) {
  body.fs-dark .fs-header-nav {
    display: none;
  }
}

/* Commander button in header */
body.fs-dark .fs-header-cta {
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding: 0 22px;
  border-radius: 6px;
  background: var(--theme);
  color: #fff !important;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  margin-right: 14px;
  transition: background 0.18s;
}

body.fs-dark .fs-header-cta:hover {
  background: var(--theme2);
  color: #fff !important;
  text-decoration: none;
}

/* Hamburger — no blue background, white icon */
body.fs-dark .header__hamburger .sidebar__toggle,
body.fs-dark .header__hamburger .sidebar__toggle::before,
body.fs-dark .header__hamburger .sidebar__toggle::after {
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(238, 241, 247, 0.85) !important;
}

body.fs-dark .header__hamburger .sidebar__toggle:hover {
  color: #fff !important;
  background: transparent !important;
}

/* Nav links readable over transparent header */
body.fs-dark .header-main .main-menu ul li a {
  color: rgba(238, 241, 247, 0.85) !important;
}
body.fs-dark .header-main .main-menu ul li a:hover,
body.fs-dark .header-main .main-menu ul li.active > a {
  color: #fff !important;
}

/* Hero dimensions — controlled by the block above */

/* Eyebrow label */
body.fs-dark .fs-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
}

body.fs-dark .fs-hero-badge__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--theme2);
  animation: fs-dot-pulse 2.4s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes fs-dot-pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.35; }
}

body.fs-dark .fs-hero-badge span:last-child {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--theme2);
}

/* Title */
body.fs-dark .fs-hero-section .hero-content h1 {
  font-size: clamp(2.2rem, 4.4vw, 4rem) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.04em !important;
  font-weight: 800 !important;
  max-width: 18ch !important;
  color: #fff !important;
  margin-bottom: 0 !important;
}

body.fs-dark .fs-hero-gradient-text {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

body.fs-dark .fs-hero-price-accent {
  color: var(--theme2);
}

/* Subtitle */
body.fs-dark .fs-hero-section .hero-content p {
  max-width: 48ch !important;
  margin-top: 1.4rem !important;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem) !important;
  line-height: 1.7 !important;
  color: rgba(154, 163, 181, 0.95) !important;
}

/* Stats row */
body.fs-dark .fs-hero-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
  margin-top: 2.2rem;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: fit-content;
  max-width: 100%;
}

body.fs-dark .fs-hero-stat {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 0 24px 0 0;
  margin-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

body.fs-dark .fs-hero-stat:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

body.fs-dark .fs-hero-stat__num {
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 1;
}

body.fs-dark .fs-hero-stat__label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--fs-muted);
  white-space: nowrap;
}

body.fs-dark .fs-hero-stat__divider {
  display: none;
}

@media (max-width: 767px) {
  body.fs-dark .fs-hero-stat {
    padding-right: 16px;
    margin-right: 16px;
  }
}

@media (max-width: 480px) {
  body.fs-dark .fs-hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 0;
    width: 100%;
  }
  body.fs-dark .fs-hero-stat {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  body.fs-dark .fs-hero-stat:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,0.1);
    padding-right: 14px;
    margin-right: 0;
  }
}

/* CTA buttons */
body.fs-dark .fs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 2.2rem;
}

body.fs-dark .fs-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 54px;
  padding: 0 32px;
  border-radius: 6px;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  white-space: nowrap;
}

body.fs-dark .fs-hero-btn:hover {
  text-decoration: none;
}

body.fs-dark .fs-hero-btn i {
  font-size: 16px;
  flex-shrink: 0;
}

/* Outline */
body.fs-dark .fs-hero-btn--outline {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  color: rgba(238, 241, 247, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

body.fs-dark .fs-hero-btn--outline:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.13);
}

/* WhatsApp */
body.fs-dark .fs-hero-btn--whatsapp {
  background: #25d366;
  color: #fff;
}

body.fs-dark .fs-hero-btn--whatsapp:hover {
  background: #20c45c;
  color: #fff;
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.35);
}

@media (max-width: 575px) {
  body.fs-dark .fs-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  body.fs-dark .fs-hero-btn {
    justify-content: center;
    height: 46px;
  }
}

/* Payment row */
body.fs-dark .fs-hero-payment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 2rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.fs-dark .fs-hero-payment__label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(154, 163, 181, 0.6);
  display: flex;
  align-items: center;
  gap: 6px;
}

body.fs-dark .fs-hero-payment__label .fas {
  font-size: 10px;
}

body.fs-dark .fs-hero-payment__methods {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

body.fs-dark .fs-pay-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(225, 230, 240, 0.95);
  transition: color 0.15s;
  background: none;
  border: none;
  padding: 0;
}

body.fs-dark .fs-pay-chip:hover {
  color: rgba(238, 241, 247, 0.9);
}

body.fs-dark .fs-pay-chip .fas,
body.fs-dark .fs-pay-chip .fab {
  font-size: 20px;
  color: inherit;
}

/* Visa + Mastercard combined chip */
body.fs-dark .fs-pay-chip--cards {
  gap: 4px;
}

body.fs-dark .fs-pay-chip--cards .fab {
  font-size: 20px;
}

@media (max-width: 575px) {
  body.fs-dark .fs-hero-payment {
    gap: 10px;
  }
}

/* Product image links */
body.fs-dark .fs-plan-card__cover a,
body.fs-dark .fs-cat-card__cover a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
}

body.fs-dark .fs-brand-strip {
  padding: 34px 0 100px;
  background: #000 !important;
  position: relative;
  z-index: 2;
  overflow: visible;
}
body.fs-dark .fs-brand-strip::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 280px;
  transform: translateY(100%);
  background: linear-gradient(to bottom, #000 0%, transparent 100%);
  pointer-events: none;
  z-index: 3;
}

body.fs-dark .fs-feature-grid {
  padding-top: 8px;
  padding-bottom: 10px;
}

body.fs-dark .fs-feature-card {
  height: 100%;
  padding: 30px 26px 32px;
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)) !important;
  border: 1px solid var(--fs-border) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24) !important;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.fs-dark .fs-feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(79, 124, 255, 0.32) !important;
}

body.fs-dark .fs-feature-card--accent {
  border-color: rgba(79, 124, 255, 0.38) !important;
  box-shadow: 0 18px 44px rgba(79, 124, 255, 0.1) !important;
}

body.fs-dark .fs-feature-card__logo,
body.fs-dark .fs-feature-card__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}

body.fs-dark .fs-feature-card__logos {
  gap: 22px;
  flex-wrap: wrap;
}

body.fs-dark .fs-feature-card__logo img,
body.fs-dark .fs-feature-card__logos img {
  display: block;
  width: auto;
  height: 72px;
  max-width: 100%;
  object-fit: contain;
}

body.fs-dark .fs-feature-card__logos img {
  height: 64px;
}

body.fs-dark .fs-feature-card__title {
  margin: 0 0 12px;
  color: var(--fs-text);
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

body.fs-dark .fs-feature-card__text {
  margin: 0;
  color: var(--fs-muted);
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  body.fs-dark .fs-feature-card__title {
    font-size: 20px;
  }
}

body.fs-dark .fs-brand-marquee-wrap {
  width: 85vw;
  margin: 0 auto;
}

body.fs-dark .fs-brand-marquee {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 4%,
    #000 96%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 4%,
    #000 96%,
    transparent 100%
  );
}

body.fs-dark .fs-brand-marquee__track {
  display: flex;
  width: max-content;
  animation: fs-brand-marquee-scroll 44s linear infinite;
  will-change: transform;
}

body.fs-dark .fs-brand-marquee__group {
  display: flex;
  align-items: center;
  gap: 110px;
  padding-right: 110px;
}

body.fs-dark .fs-brand-marquee img {
  display: block;
  flex: 0 0 auto;
  width: auto !important;
  height: 44px !important;
  max-width: 140px;
  object-fit: contain;
  opacity: 0.96;
}

@keyframes fs-brand-marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes fs-poster-marquee-scroll-reverse {
  from {
    transform: translate3d(-50%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.fs-dark .fs-brand-marquee__track {
    animation: none;
    transform: none;
  }

  body.fs-dark .fs-poster-marquee__track {
    animation: none;
    transform: none;
  }
}

body.fs-dark .fs-streaming-section {
  padding: 72px 0 80px;
  overflow: hidden;
  position: relative;
  background: transparent;
}

body.fs-dark .fs-streaming-section::before {
  display: none;
}

body.fs-dark .fs-streaming-header {
  text-align: center;
  margin-bottom: 48px;
  padding: 0 24px;
  position: relative;
  z-index: 3;
}

body.fs-dark .fs-streaming-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--theme2);
  margin: 0 0 12px;
}

body.fs-dark .fs-streaming-header h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  color: #fff;
  margin: 0;
}

body.fs-dark .fs-streaming-section .fs-poster-marquee {
  margin-bottom: 20px;
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
}
body.fs-dark .fs-streaming-section .fs-poster-marquee:last-child {
  margin-bottom: 0;
}

/* keep old wrap rules no-op */
body.fs-dark .fs-poster-marquee-wrap {
  width: 95vw;
  margin: 28px auto 0;
}
body.fs-dark .fs-poster-marquee-wrap--tv {
  margin-top: 22px;
}

body.fs-dark .fs-poster-marquee {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 4%,
    #000 96%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 4%,
    #000 96%,
    transparent 100%
  );
}

body.fs-dark .fs-poster-marquee__track {
  display: flex;
  width: max-content;
  animation: fs-brand-marquee-scroll 56s linear infinite;
  will-change: transform;
}

body.fs-dark .fs-poster-marquee__track--reverse {
  animation: fs-poster-marquee-scroll-reverse 56s linear infinite;
}

body.fs-dark .fs-poster-marquee__group {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-right: 28px;
}

body.fs-dark .fs-poster-marquee__item {
  display: block;
  flex: 0 0 auto;
  width: 240px;
  height: 360px;
  border-radius: 16px;
  border: 1px solid var(--fs-border);
  background: rgba(8, 12, 24, 0.72);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

body.fs-dark .fs-poster-marquee__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.38);
}

body.fs-dark .fs-poster-marquee__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 991px) {
  body.fs-dark .fs-poster-marquee__item {
    width: 170px;
    height: 255px;
  }

  body.fs-dark .fs-poster-marquee__group {
    gap: 20px;
    padding-right: 20px;
  }
}

/* Streaming / poster section title */
body.fs-dark .streaming-section .section-title span {
  color: var(--theme2) !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
body.fs-dark .streaming-section .section-title h2 {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700;
  color: #fff !important;
  margin-top: 8px;
}

body.fs-dark .fs-plans {
  padding-top: 72px;
  background: transparent !important;
  position: relative;
  overflow: hidden;
  z-index: 4;
}
body.fs-dark .fs-plans::before {
  display: none;
}
body.fs-dark .fs-plans::before {
  display: none;
  pointer-events: none;
  z-index: 0;
}
body.fs-dark .fs-plans > * { position: relative; z-index: 1; }

body.fs-dark .fs-plans .section-title {
  margin-bottom: 28px;
}

body.fs-dark .fs-plans .section-title h2 {
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}

/* ── Plans section header ── */
body.fs-dark .fs-plans-header {
  text-align: center;
  margin-bottom: 52px;
}

body.fs-dark .fs-plans-eyebrow {
  color: var(--theme2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

body.fs-dark .fs-plans-header h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

body.fs-dark .fs-plans-sub {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin: 0;
}
body.fs-dark .fs-blue {
  color: #2563eb;
}

/* =============================================
   ABOUT SECTION — typography overrides
   ============================================= */
body.fs-dark .about-section .section-title span {
  display: inline-block;
  color: var(--theme2) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  margin-bottom: 14px;
}
body.fs-dark .about-section .section-title h2 {
  color: #fff !important;
  font-size: clamp(1.75rem, 3vw, 2.4rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.2 !important;
  margin-bottom: 0 !important;
}
body.fs-dark .about-content > p {
  color: rgba(255,255,255,0.42) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}
body.fs-dark .about-section .icon-items {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
body.fs-dark .about-section .icon-items:first-child { border-top: 1px solid rgba(255,255,255,0.06); }
body.fs-dark .about-section .icon-items .icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 13px;
  background: rgba(37,99,235,0.1);
  border: 1px solid rgba(37,99,235,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #7da8ff;
}
body.fs-dark .about-section .icon-items .content h5 {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
  letter-spacing: -0.01em;
}
body.fs-dark .about-section .icon-items .content p {
  color: rgba(255,255,255,0.38) !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}
body.fs-dark .about-section .about-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.fs-dark .about-section .about-list li {
  color: rgba(255,255,255,0.55) !important;
  font-size: 13.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}
body.fs-dark .about-section .about-list li i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(16,185,129,0.15);
  color: #10b981;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
body.fs-dark .about-section .about-author {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.07);
}
body.fs-dark .about-section .about-author .author-image {
  display: flex;
  align-items: center;
  gap: 14px;
}
body.fs-dark .about-section .about-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,0.1);
}
body.fs-dark .about-section .about-author .content p {
  color: rgba(255,255,255,0.45) !important;
  font-size: 13px !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}
body.fs-dark .fs-avatar-stack {
  display: flex;
  flex-direction: row;
}
body.fs-dark .fs-avatar-stack img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #000;
  object-fit: cover;
  margin-left: -10px;
  flex-shrink: 0;
}
body.fs-dark .fs-avatar-stack img:first-child { margin-left: 0; }
body.fs-dark .fs-author-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 4px;
}
body.fs-dark .fs-author-stars i {
  color: #f59e0b;
  font-size: 11px;
}

body.fs-dark .about-section .experience-text-area h2 {
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin-bottom: 2px !important;
}
body.fs-dark .about-section .experience-text-area h6 {
  font-size: 11px !important;
  color: rgba(255,255,255,0.45) !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px !important;
}
body.fs-dark .about-section .border-shape { display: none; }
body.fs-dark .about-section .about-image-items { height: 100%; }
body.fs-dark .about-section .about-image {
  height: 100% !important;
  min-height: 480px;
  background-position: center !important;
  background-size: cover !important;
}

/* Stat card inside about image */
body.fs-dark .fs-about-stat {
  background: rgba(8,8,12,0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  padding: 20px 24px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.6), 0 1px 0 rgba(255,255,255,0.06) inset;
}
body.fs-dark .fs-about-stat__number {
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 4px;
}
body.fs-dark .fs-about-stat__label {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
body.fs-dark .fs-about-stat__divider {
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin: 14px 0;
}
body.fs-dark .fs-about-stat__stars {
  display: flex;
  gap: 3px;
  margin-bottom: 5px;
}
body.fs-dark .fs-about-stat__stars i {
  color: #f59e0b;
  font-size: 12px;
}
body.fs-dark .fs-about-stat__score {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}
body.fs-dark .fs-about-stat__score span {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.06em;
  margin-left: 4px;
}

/* =============================================
   FAQ SECTION — typography overrides
   ============================================= */
body.fs-dark .fs-faq-section .section-title span {
  color: var(--theme2) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
body.fs-dark .fs-faq-section .section-title h2 {
  color: #fff !important;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.2 !important;
}
body.fs-dark .fs-faq-section .about-content > p {
  color: rgba(255,255,255,0.4) !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}
body.fs-dark .fs-faq-section .about-list li {
  color: rgba(255,255,255,0.55) !important;
  font-size: 13.5px;
}
body.fs-dark .fs-faq-section .about-list li i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(16,185,129,0.15);
  color: #10b981;
  font-size: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* Accordion */
body.fs-dark .faq-section .faq-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.fs-dark .faq-section .accordion-item {
  background: rgba(255,255,255,0.025) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 16px !important;
  margin-top: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  transition: border-color 0.25s ease, background 0.25s ease;
}
body.fs-dark .faq-section .accordion-item:has(.accordion-button:not(.collapsed)) {
  background: rgba(37,99,235,0.06) !important;
  border-color: rgba(37,99,235,0.25) !important;
}
body.fs-dark .faq-section .accordion-button {
  background: transparent !important;
  color: rgba(255,255,255,0.62) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: -0.015em !important;
  line-height: 1.45 !important;
  box-shadow: none !important;
  padding: 20px 20px !important;
  transition: color 0.2s ease !important;
}
body.fs-dark .faq-section .accordion-button:not(.collapsed) {
  color: #fff !important;
  background: transparent !important;
}
/* Replace the yellow +/- icon button with a clean minimal chevron */
body.fs-dark .faq-section .accordion-button::after {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='rgba(255,255,255,0.35)' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
  background-color: transparent !important;
  background-size: 14px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  flex-shrink: 0 !important;
  transition: transform 0.3s ease, border-color 0.2s !important;
  font-family: inherit !important;
}
body.fs-dark .faq-section .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='rgba(255,255,255,0.8)' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
  background-color: rgba(37,99,235,0.15) !important;
  border-color: rgba(37,99,235,0.3) !important;
  transform: rotate(-180deg) !important;
}
body.fs-dark .faq-section .accordion-collapse .accordion-body {
  background: transparent !important;
  color: rgba(255,255,255,0.42) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  padding: 0 20px 20px !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
  margin: 0 !important;
}
/* Circle bars */
body.fs-dark .faq-section .single-circle-bar .content h6 {
  color: rgba(255,255,255,0.55) !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  text-align: center;
  line-height: 1.45 !important;
  letter-spacing: 0.01em;
}

/* =============================================
   FOOTER
   ============================================= */
body.fs-dark .fs-footer {
  background: linear-gradient(180deg, #0a0c14 0%, #06070d 100%);
  position: relative;
}
body.fs-dark .fs-footer::before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(37,99,235,0.5) 30%, rgba(96,165,250,0.6) 50%, rgba(37,99,235,0.5) 70%, transparent 100%);
}

body.fs-dark .fs-footer__top {
  padding: 80px 0 60px;
}

body.fs-dark .fs-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
}

@media (max-width: 991px) {
  body.fs-dark .fs-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
  }
  body.fs-dark .fs-footer__brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 575px) {
  body.fs-dark .fs-footer__grid {
    grid-template-columns: 1fr;
  }
}

body.fs-dark .fs-footer__logo img {
  height: 36px;
  width: auto;
  margin-bottom: 18px;
}

body.fs-dark .fs-footer__tagline {
  color: rgba(255,255,255,0.38);
  font-size: 13.5px;
  line-height: 1.8;
  margin: 0 0 24px;
  max-width: 280px;
}

body.fs-dark .fs-footer__socials {
  display: flex;
  gap: 10px;
}
body.fs-dark .fs-footer__socials a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  color: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
body.fs-dark .fs-footer__socials a:hover {
  background: rgba(37,99,235,0.18);
  border-color: rgba(37,99,235,0.35);
  color: #7da8ff;
}

body.fs-dark .fs-footer__col-title {
  color: rgba(255,255,255,0.85);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  position: relative;
}
body.fs-dark .fs-footer__col-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 28px;
  height: 1px;
  background: #2563eb;
}

body.fs-dark .fs-footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.fs-dark .fs-footer__col ul li {
  margin-bottom: 10px;
}
body.fs-dark .fs-footer__col ul li a {
  color: rgba(255,255,255,0.38);
  font-size: 13.5px;
  text-decoration: none;
  transition: color 0.2s;
}
body.fs-dark .fs-footer__col ul li a:hover {
  color: #fff;
}

body.fs-dark .fs-footer__payment {
  margin-top: 28px;
}
body.fs-dark .fs-footer__pay-label {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  margin-bottom: 10px;
}
body.fs-dark .fs-footer__pay-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.fs-dark .fs-footer__pay-icons span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 6px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.45);
  font-size: 12px;
  font-weight: 600;
}

body.fs-dark .fs-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.055);
  padding: 20px 0;
}
body.fs-dark .fs-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
body.fs-dark .fs-footer__bottom p {
  color: rgba(255,255,255,0.25);
  font-size: 13px;
  margin: 0;
}
body.fs-dark .fs-footer__bottom p a {
  color: rgba(255,255,255,0.4);
  text-decoration: none;
}
body.fs-dark .fs-footer__bottom p a:hover { color: #fff; }
body.fs-dark .fs-footer__bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
}
body.fs-dark .fs-footer__bottom ul li a {
  color: rgba(255,255,255,0.25);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s;
}
body.fs-dark .fs-footer__bottom ul li a:hover { color: #fff; }

/* ── v2 plan cards ── */
body.fs-dark .fs-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.fs-dark .fs-plan-card-v2 {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(175deg, #18181f 0%, #0e0e13 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255,255,255,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  padding: 0 0 20px;
  display: flex;
  flex-direction: column;
}

body.fs-dark .fs-plan-card-v2:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255,255,255,0.08);
}

body.fs-dark .fs-plan-card-v2.fs-plan-card--featured {
  background: linear-gradient(175deg, #1a1a28 0%, #0f0f1a 100%);
  border-color: rgba(99, 143, 255, 0.3);
  box-shadow: 0 4px 24px rgba(0,0,0,0.55), 0 0 0 1px rgba(99,143,255,0.12), inset 0 1px 0 rgba(255,255,255,0.07);
}

body.fs-dark .fs-plan-card-v2.fs-plan-card--featured:hover {
  border-color: rgba(99, 143, 255, 0.5);
  box-shadow: 0 20px 56px rgba(0,0,0,0.7), 0 0 28px rgba(37,99,235,0.18), inset 0 1px 0 rgba(255,255,255,0.1);
}

/* hidden — old img block not used */
body.fs-dark .fs-plan-card__img { display: none; }

/* ── server cover image ── */
body.fs-dark .fs-plan-card-v2 .fs-plan-card__cover {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  position: relative;
}

body.fs-dark .fs-plan-card-v2 .fs-plan-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.5s ease;
}

body.fs-dark .fs-plan-card-v2:hover .fs-plan-card__cover img {
  transform: scale(1.06);
}

/* fade from cover into card body */
body.fs-dark .fs-plan-card-v2 .fs-plan-card__cover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent 0%, rgba(14, 14, 19, 0.85) 100%);
  pointer-events: none;
}

body.fs-dark .fs-plan-card-v2.fs-plan-card--featured .fs-plan-card__cover::after {
  background: linear-gradient(to bottom, transparent 0%, rgba(15, 15, 26, 0.85) 100%);
}

/* ── card body ── */
body.fs-dark .fs-plan-card-v2 .fs-plan-card__body {
  padding: 18px 18px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* ── server name ── */
body.fs-dark .fs-plan-card-v2 .fs-plan-card__name {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
}

/* ── yearly price line ── */
body.fs-dark .fs-plan-card-v2 .fs-plan-card__yearly {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 6px 10px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  width: fit-content;
}

body.fs-dark .fs-plan-card-v2 .fs-plan-card__yearly span {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

body.fs-dark .fs-plan-card-v2 .fs-plan-card__yearly em {
  font-style: normal;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

body.fs-dark .fs-plan-card-v2 .fs-plan-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  z-index: 2;
}

body.fs-dark .fs-plan-card-v2 .fs-plan-card__badge--discount {
  background: #f59e0b;
  color: #000;
}

body.fs-dark .fs-plan-card-v2 .fs-plan-card__duration {
  margin: 0 0 8px;
  color: rgba(255,255,255,0.55);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.fs-dark .fs-plan-card-v2 .fs-plan-card__price {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

body.fs-dark .fs-plan-card-v2 .fs-plan-card__amount {
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 2.6rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

body.fs-dark .fs-plan-card-v2 .fs-plan-card__per {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  font-weight: 500;
}

/* feature checklist */
body.fs-dark .fs-plan-card-v2 .fs-plan-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 14px;
}

body.fs-dark .fs-plan-card-v2 .fs-plan-card__features li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12.5px;
  line-height: 1.4;
}

body.fs-dark .fs-plan-card-v2 .fs-plan-card__features li i {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.15);
  color: #10b981;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* commander button */
body.fs-dark .fs-plan-card-v2 .fs-plan-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: auto 0 10px;
  padding: 13px 20px;
  border-radius: 12px;
  background: #2563eb;
  border: none;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.4);
  transition: filter 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

body.fs-dark .fs-plan-card-v2 .fs-plan-card__cta i {
  font-size: 22px;
}

body.fs-dark .fs-plan-card-v2 .fs-plan-card__cta:hover {
  filter: brightness(1.12);
  box-shadow: 0 6px 24px rgba(37, 99, 235, 0.55);
  transform: translateY(-1px);
}

body.fs-dark .fs-plan-card-v2 .fs-plan-card__guarantee {
  margin: 0;
  color: rgba(255, 255, 255, 0.35);
  font-size: 11px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

body.fs-dark .fs-plan-card-v2 .fs-plan-card__guarantee i {
  color: rgba(16, 185, 129, 0.7);
  font-size: 11px;
}

body.fs-dark .fs-plans__note {
  margin: 24px 0 0;
  text-align: center;
  font-size: 14px;
}

/* ── Plans Slider ── */
body.fs-dark .fs-plans-slider-wrap {
  position: relative;
  padding-bottom: 16px;
}

body.fs-dark .fs-plans-swiper {
  overflow: visible;
  padding-bottom: 8px;
}

body.fs-dark .fs-plans-swiper .swiper-wrapper {
  align-items: stretch;
}

body.fs-dark .fs-plans-swiper .swiper-slide {
  height: auto;
}

body.fs-dark .fs-plans-swiper .swiper-slide .fs-plan-card-v2 {
  height: 100%;
}

/* nav buttons */
body.fs-dark .fs-plans-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

body.fs-dark .fs-plans-nav:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-60%) scale(1.08);
}

body.fs-dark .fs-plans-nav--prev { left: -28px; }
body.fs-dark .fs-plans-nav--next { right: -28px; }

@media (max-width: 768px) {
  body.fs-dark .fs-plans-nav--prev { left: -4px; }
  body.fs-dark .fs-plans-nav--next { right: -4px; }
}

body.fs-dark .fs-plans__note a {
  color: var(--fs-muted);
  text-decoration: none;
}

body.fs-dark .fs-plans__note a:hover {
  color: var(--fs-text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ══════════════════════════════════
   HOW IT WORKS — aligned with homepage (streaming / témoignages)
══════════════════════════════════ */

body.fs-dark .fs-how-section {
  position: relative;
  background: transparent !important;
  padding-top: 80px !important;
  padding-bottom: 96px !important;
}
body.fs-dark .fs-how-section::before,
body.fs-dark .fs-how-section::after {
  content: none !important;
  display: none !important;
}

/* Hero — same rhythm as .fs-streaming-header / .fs-testi-head */
body.fs-dark .fs-how-hero {
  max-width: 680px;
  margin: 0 auto 52px;
  padding: 0 16px;
}
body.fs-dark .fs-how-kicker {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--theme2) !important;
}
body.fs-dark .fs-how-heading {
  margin: 0 0 14px;
  font-size: clamp(1.75rem, 3.8vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #f8fafc !important;
}
body.fs-dark .fs-how-heading__accent {
  color: var(--theme2) !important;
}
body.fs-dark .fs-how-lead {
  margin: 0 auto;
  max-width: 540px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(148, 163, 184, 0.95) !important;
}

body.fs-dark .fs-how-track {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 12px;
}
body.fs-dark .fs-how-item {
  flex: 1;
  min-width: 0;
  display: flex;
}

/* Cards — same “pill / panel” language as témoignages & cartes */
body.fs-dark .fs-how-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 28px 26px 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
body.fs-dark .fs-how-card:hover {
  border-color: rgba(59, 130, 246, 0.35);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(37, 99, 235, 0.12);
  transform: translateY(-2px);
}

body.fs-dark .fs-how-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
body.fs-dark .fs-how-card__num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #0f172a;
  background: #e2e8f0;
  line-height: 1;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
}
body.fs-dark .fs-how-track > .fs-how-item:nth-child(3) .fs-how-card__num {
  background: linear-gradient(145deg, #bfdbfe, #dbeafe);
  color: #1e40af;
}
body.fs-dark .fs-how-track > .fs-how-item:nth-child(5) .fs-how-card__num {
  background: linear-gradient(145deg, var(--theme), #1d4ed8);
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}
body.fs-dark .fs-how-card__step {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.88) !important;
}

body.fs-dark .fs-how-card__title {
  margin: 0 0 10px;
  font-size: clamp(1.12rem, 1.6vw, 1.28rem);
  font-weight: 800;
  line-height: 1.28;
  color: #f1f5f9 !important;
  letter-spacing: -0.02em;
}
body.fs-dark .fs-how-card__text {
  margin: 0 0 18px;
  flex: 1;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(148, 163, 184, 0.96) !important;
}

body.fs-dark .fs-how-card__pay {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(226, 232, 240, 0.92) !important;
}
body.fs-dark .fs-how-card__note {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(148, 163, 184, 0.72) !important;
}

body.fs-dark .fs-how-card__link {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--theme2) !important;
  text-decoration: none !important;
  border-bottom: 2px solid rgba(59, 130, 246, 0.45);
  padding-bottom: 3px;
  transition: color 0.15s ease, border-color 0.15s ease, gap 0.15s ease;
}
body.fs-dark .fs-how-card__link:hover {
  color: #bfdbfe !important;
  border-bottom-color: rgba(147, 197, 253, 0.65);
  gap: 11px;
}
body.fs-dark .fs-how-card__link-arr {
  font-size: 1.05em;
  font-weight: 700;
  opacity: 0.95;
}

body.fs-dark .fs-how-card__btn {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  background: var(--theme);
  border: 1px solid rgba(59, 130, 246, 0.45);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.28);
  transition: background 0.18s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
body.fs-dark .fs-how-card__btn:hover {
  background: var(--theme2);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.38);
}
body.fs-dark .fs-how-card__btn i {
  font-size: 18px;
}

/* Arrows between steps */
body.fs-dark .fs-how-arrow {
  flex: 0 0 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding: 0 4px;
}
body.fs-dark .fs-how-arrow__ring {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(59, 130, 246, 0.35);
  background: radial-gradient(circle at 30% 25%, rgba(59, 130, 246, 0.2), rgba(15, 23, 42, 0.5));
  box-shadow: 0 0 24px rgba(37, 99, 235, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #93c5fd;
  font-size: 17px;
  line-height: 1;
}

@media (max-width: 991px) {
  body.fs-dark .fs-how-section {
    padding-top: 64px !important;
    padding-bottom: 72px !important;
  }
  body.fs-dark .fs-how-track {
    flex-direction: column;
    max-width: 460px;
    padding: 0 8px;
  }
  body.fs-dark .fs-how-arrow {
    flex: 0 0 auto;
    width: 100%;
    height: 40px;
    padding: 6px 0;
  }
  body.fs-dark .fs-how-arrow__ring {
    transform: rotate(90deg);
  }
}

/* ══════════════════════════════════ */

body.fs-dark .fs-poster-card .movie-play {
  display: none !important;
}

body.fs-dark .fs-poster-card__image {
  display: block;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

body.fs-dark .fs-poster-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  transition: transform 0.25s ease;
}

body.fs-dark .fs-poster-card:hover .fs-poster-card__image img {
  transform: scale(1.03);
}

body.fs-dark .fs-poster-card .streaming-content {
  padding: 18px 20px 22px;
}

body.fs-dark .fs-poster-grid {
  margin-top: 8px;
}

body.fs-dark .fs-poster-card--clean {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--fs-border);
  background: var(--fs-panel);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

body.fs-dark .fs-poster-card--clean:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.38);
}

body.fs-dark .fs-poster-card--clean img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

/* ============================================================
   SERVER BANNER SECTION
   ============================================================ */
body.fs-dark .fs-server-banner {
  padding: 48px 0;
  background: linear-gradient(135deg, rgba(37,99,235,0.07) 0%, rgba(0,0,0,0) 70%);
  border-top: 1px solid rgba(37,99,235,0.15);
  border-bottom: 1px solid rgba(37,99,235,0.15);
}
body.fs-dark .fs-server-banner__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
body.fs-dark .fs-server-banner__left {
  flex-shrink: 0;
  min-width: 220px;
}
body.fs-dark .fs-server-banner__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--theme2);
  display: block;
  margin-bottom: 6px;
}
body.fs-dark .fs-server-banner__title {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  line-height: 1.15;
}
body.fs-dark .fs-server-banner__pills {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  flex: 1;
}
body.fs-dark .fs-server-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
  font-size: 13px;
  color: var(--fs-text);
  font-weight: 500;
  white-space: nowrap;
}
body.fs-dark .fs-server-pill i { color: var(--theme2); font-size: 12px; }
body.fs-dark .fs-server-pill--cta {
  background: rgba(37,99,235,0.18);
  border-color: rgba(37,99,235,0.4);
  color: #93c5fd;
  font-weight: 600;
}
body.fs-dark .fs-server-pill--cta i { color: #25d366; }
body.fs-dark .fs-server-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: var(--theme);
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.2s;
}
body.fs-dark .fs-server-banner__btn:hover {
  background: var(--theme2);
  transform: translateY(-2px);
  color: #fff;
}

/* ============================================================
   TESTIMONIALS SECTION
   ============================================================ */
body.fs-dark .fs-testi-section {
  background: transparent;
  overflow: hidden;
}

/* —— Testimonials header — align typography with .fs-how-hero —— */
body.fs-dark .fs-testi-head {
  max-width: 680px;
  margin: 0 auto 40px;
  padding: 0 16px;
}
body.fs-dark .fs-testi-head__kicker {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--theme2) !important;
}
body.fs-dark .fs-testi-head__title {
  margin: 0 0 14px;
  font-size: clamp(1.75rem, 3.8vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #f8fafc !important;
}
body.fs-dark .fs-testi-head__accent {
  color: var(--theme2) !important;
}
body.fs-dark .fs-testi-head__sub {
  margin: 0 auto 22px;
  max-width: 540px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(148, 163, 184, 0.95) !important;
}

/* —— WhatsApp slider (infinite + drag) — adapted for fs-dark —— */
body.fs-dark .fs-testi-section .fs-wa-slider-wrap,
body.fs-dark .fs-testi-section .fs-wa-slider-wrap * {
  box-sizing: border-box;
}
body.fs-dark .fs-testi-section .fs-wa-slider-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: 8px;
  padding-bottom: 8px;
  position: relative;
  overflow: hidden;
}

body.fs-dark .fs-testi-section .wa-carousel-wrap {
  margin-top: 8px;
  position: relative;
  width: 100%;
  max-width: 1400px;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-mask: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  mask: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  cursor: grab;
  touch-action: pan-y;
  isolation: isolate;
}
body.fs-dark .fs-testi-section .wa-carousel-wrap.wa-grabbing {
  cursor: grabbing;
}

body.fs-dark .fs-testi-section .wa-track-outer {
  overflow-x: clip;
  overflow-y: visible;
  width: 100%;
  padding: 48px 0 40px;
  clip-path: inset(0 0 0 0);
  contain: layout style;
}

body.fs-dark .fs-testi-section .wa-track {
  display: flex;
  gap: 20px;
  align-items: center;
  will-change: transform;
}

body.fs-dark .fs-testi-section .wa-card {
  flex: 0 0 320px;
  width: 320px;
  height: 694px;
  border-radius: 52px;
  overflow: hidden;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.08),
    0 0 0 4px rgba(30, 35, 48, 0.9),
    0 12px 40px rgba(0, 0, 0, 0.55);
  border: none;
  background: #0d1017;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
  transform-origin: center center;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  contain: layout style paint;
}

body.fs-dark .fs-testi-section .wa-card::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 9px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 20px;
  z-index: 2;
  pointer-events: none;
}

body.fs-dark .fs-testi-section .wa-card:hover {
  transform: scale(1.05);
  box-shadow:
    0 0 0 2px rgba(59, 130, 246, 0.35),
    0 0 0 4px rgba(15, 18, 26, 0.95),
    0 20px 50px rgba(0, 0, 0, 0.65);
  z-index: 10;
}

body.fs-dark .fs-testi-section .wa-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

body.fs-dark .fs-testi-section .wa-cta {
  text-align: center;
  margin-top: 36px;
  padding: 0 16px;
  width: 100%;
}
body.fs-dark .fs-testi-section .wa-cta-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 100%;
}
body.fs-dark .fs-testi-section .wa-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  background: #25d366;
  color: #fff !important;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none !important;
  white-space: normal;
  text-align: center;
  line-height: 1.4;
  max-width: 100%;
  box-shadow: 0 4px 24px rgba(37, 211, 102, 0.35), 0 1px 4px rgba(0, 0, 0, 0.2);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: 0.02em;
}
body.fs-dark .fs-testi-section .wa-cta-btn:hover,
body.fs-dark .fs-testi-section .wa-cta-btn:active {
  background: #1fb85a;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.42), 0 2px 8px rgba(0, 0, 0, 0.25);
}
body.fs-dark .fs-testi-section .wa-cta-btn i {
  font-size: 20px;
  flex-shrink: 0;
}

body.fs-dark .fs-testi-section .wa-text-mobile {
  display: none;
}

body.fs-dark .fs-testi-section .wa-cta-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 100%;
}
body.fs-dark .fs-testi-section .wa-cta-note {
  font-family: inherit;
  font-size: 13px;
  color: rgba(148, 163, 184, 0.9) !important;
}

@media (max-width: 1100px) {
  body.fs-dark .fs-testi-section .wa-card {
    flex: 0 0 275px;
    width: 275px;
    height: 596px;
    border-radius: 46px;
  }
  body.fs-dark .fs-testi-section .wa-card::after {
    width: 70px;
    height: 8px;
  }
}
@media (max-width: 768px) {
  body.fs-dark .fs-testi-section .wa-track-outer {
    padding: 28px 0 24px;
  }
  body.fs-dark .fs-testi-section .wa-card {
    flex: 0 0 210px;
    width: 210px;
    height: 455px;
    border-radius: 36px;
  }
  body.fs-dark .fs-testi-section .wa-card::after {
    width: 58px;
    height: 7px;
    top: 8px;
  }
  body.fs-dark .fs-testi-section .wa-card:hover {
    transform: none;
  }
  body.fs-dark .fs-testi-section .wa-track {
    gap: 14px;
  }
  body.fs-dark .fs-testi-section .wa-carousel-wrap {
    -webkit-mask: linear-gradient(90deg, transparent 0%, #000 3%, #000 97%, transparent 100%);
    mask: linear-gradient(90deg, transparent 0%, #000 3%, #000 97%, transparent 100%);
  }
  body.fs-dark .fs-testi-section .wa-text-desktop {
    display: none;
  }
  body.fs-dark .fs-testi-section .wa-text-mobile {
    display: inline;
  }
}
@media (max-width: 480px) {
  body.fs-dark .fs-testi-section .wa-card {
    flex: 0 0 185px;
    width: 185px;
    height: 401px;
    border-radius: 32px;
  }
  body.fs-dark .fs-testi-section .wa-card::after {
    width: 50px;
    height: 6px;
    top: 7px;
  }
  body.fs-dark .fs-testi-section .wa-track {
    gap: 12px;
  }
  body.fs-dark .fs-testi-section .wa-track-outer {
    padding: 22px 0 18px;
  }
  body.fs-dark .fs-testi-section .wa-cta {
    margin-top: 28px;
  }
  body.fs-dark .fs-testi-section .wa-cta-btn {
    padding: 12px 24px;
  }
}
@media (max-width: 360px) {
  body.fs-dark .fs-testi-section .wa-card {
    flex: 0 0 165px;
    width: 165px;
    height: 358px;
    border-radius: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.fs-dark .fs-testi-section .wa-card,
  body.fs-dark .fs-testi-section .wa-card img {
    transition: none;
  }
}
body.fs-dark .fs-testi-head__reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 14px;
  margin-bottom: 22px;
}
body.fs-dark .fs-testi-review-pill {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  text-align: left;
}
body.fs-dark .fs-testi-review-pill__logo {
  flex-shrink: 0;
  height: 24px;
  width: auto;
  display: block;
}
body.fs-dark .fs-testi-review-pill__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
body.fs-dark .fs-testi-review-pill__stars {
  display: flex;
  gap: 2px;
  font-size: 10px;
  color: #fbbf24;
  line-height: 1;
}
body.fs-dark .fs-testi-review-pill__stars--tp {
  color: #00b67a;
}
body.fs-dark .fs-testi-review-pill__meta strong {
  font-size: 15px;
  font-weight: 800;
  color: #f1f5f9 !important;
}
body.fs-dark .fs-testi-review-pill__hint {
  font-size: 11px;
  color: rgba(148, 163, 184, 0.85) !important;
}
body.fs-dark .fs-testi-head__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
body.fs-dark .fs-testi-head__stats li {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.2);
}
body.fs-dark .fs-testi-head__stat-num {
  font-size: 17px;
  font-weight: 800;
  color: #f8fafc !important;
  line-height: 1.2;
}
body.fs-dark .fs-testi-head__stat-lbl {
  font-size: 11px;
  color: rgba(148, 163, 184, 0.85) !important;
  margin-top: 2px;
}

/* iPhone Swiper mockup (legacy) */
body.fs-dark .fs-section-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--theme2);
  margin-bottom: 12px;
}
body.fs-dark .fs-section-h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}
body.fs-dark .fs-section-sub {
  color: var(--fs-muted);
  font-size: 16px;
  max-width: 540px;
  margin: 0 auto 28px;
}
/* trust bar */
body.fs-dark .fs-trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin: 28px auto 0;
  padding: 22px 32px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  max-width: 820px;
}
body.fs-dark .fs-trust-bar__tp {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
body.fs-dark .fs-tp-logo {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
body.fs-dark .fs-tp-stars {
  display: flex;
  gap: 3px;
  color: #00b67a;
  font-size: 15px;
}
body.fs-dark .fs-tp-label {
  font-size: 14px;
  color: #fff;
}
body.fs-dark .fs-tp-label strong { color: #00b67a; }
body.fs-dark .fs-tp-count {
  font-size: 12px;
  color: var(--fs-muted);
}
body.fs-dark .fs-trust-bar__divider {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.1);
  flex-shrink: 0;
}
body.fs-dark .fs-trust-bar__stat {
  text-align: center;
}
body.fs-dark .fs-trust-bar__num {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}
body.fs-dark .fs-trust-bar__lbl {
  font-size: 11px;
  color: var(--fs-muted);
  font-weight: 500;
}

/* marquee */
body.fs-dark .fs-testi-marquee {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
body.fs-dark .fs-testi-marquee__track {
  display: flex;
  width: max-content;
  animation: fs-testi-scroll 40s linear infinite;
}
body.fs-dark .fs-testi-marquee__track--reverse {
  animation-direction: reverse;
}
body.fs-dark .fs-testi-marquee__group {
  display: flex;
  gap: 20px;
  padding-right: 20px;
}
body.fs-dark .fs-testi-marquee:hover .fs-testi-marquee__track {
  animation-play-state: paused;
}
@keyframes fs-testi-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* iPhone Swiper mockup */
body.fs-dark .fs-iphone-swiper {
  padding-bottom: 56px !important;
}
body.fs-dark .fs-iphone {
  position: relative;
  width: 300px;
  margin: 0 auto;
  background: #1a1a1e;
  border-radius: 44px;
  border: 8px solid #2a2a2e;
  box-shadow: 0 0 0 1px #3a3a3e, 0 32px 80px rgba(0,0,0,0.7), inset 0 0 0 1px rgba(255,255,255,0.04);
  overflow: hidden;
  padding-top: 36px;
}
body.fs-dark .fs-iphone::before {
  /* notch */
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 26px;
  background: #1a1a1e;
  border-radius: 20px;
  z-index: 10;
  box-shadow: 0 0 0 1px #2a2a2e;
}
body.fs-dark .fs-iphone__screen {
  overflow: hidden;
  border-radius: 0 0 36px 36px;
}
body.fs-dark .fs-iphone-swiper__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}
body.fs-dark .fs-iphone-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.fs-dark .fs-iphone-btn:hover { background: rgba(37,99,235,0.3); }
body.fs-dark .fs-iphone-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background: rgba(255,255,255,0.25);
  opacity: 1;
}
body.fs-dark .fs-iphone-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--theme2);
}

/* WhatsApp screenshot cards */
body.fs-dark .fs-wa-card {
  flex-shrink: 0;
  width: 300px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.07);
  box-shadow: 0 8px 32px rgba(0,0,0,0.45);
}
body.fs-dark .fs-wa-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #075e54;
}
body.fs-dark .fs-wa-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(255,255,255,0.2);
}
body.fs-dark .fs-wa-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
body.fs-dark .fs-wa-status {
  font-size: 11px;
  color: rgba(255,255,255,0.65);
}
body.fs-dark .fs-wa-icon {
  margin-left: auto;
  font-size: 20px;
  color: rgba(255,255,255,0.7);
}
body.fs-dark .fs-wa-body {
  background: #0b141a;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.015'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 120px;
}
body.fs-dark .fs-wa-date-pill {
  text-align: center;
  font-size: 10px;
  color: rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.07);
  border-radius: 8px;
  padding: 3px 10px;
  align-self: center;
  margin-bottom: 2px;
}
body.fs-dark .fs-wa-bubble {
  padding: 8px 12px 8px 10px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #e9edef;
  max-width: 88%;
  position: relative;
  word-break: break-word;
}
body.fs-dark .fs-wa-bubble--recv {
  background: #202c33;
  border-top-left-radius: 2px;
  align-self: flex-start;
}
body.fs-dark .fs-wa-bubble--sent {
  background: #005c4b;
  border-top-right-radius: 2px;
  align-self: flex-end;
}
body.fs-dark .fs-wa-time {
  display: inline-block;
  font-size: 10px;
  color: rgba(255,255,255,0.4);
  margin-left: 8px;
  white-space: nowrap;
  vertical-align: bottom;
}
body.fs-dark .fs-wa-ticks {
  color: #53bdeb;
  font-size: 10px;
  margin-left: 2px;
}

/* ── Legal pages (privacy / CGU) ── */
body.fs-dark .fs-legal-hero {
  margin-top: 80px;
  padding: 48px 0 40px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.55) 0%, rgba(5, 6, 8, 1) 100%);
  border-bottom: 1px solid var(--fs-border);
}

body.fs-dark .fs-legal-hero__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--theme2);
  margin-bottom: 10px;
}

body.fs-dark .fs-legal-hero__title {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  color: var(--fs-text);
  letter-spacing: -0.03em;
  margin: 0 0 8px;
  line-height: 1.2;
}

body.fs-dark .fs-legal-hero__meta {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--fs-muted);
}

body.fs-dark .fs-legal-hero__crumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--fs-muted);
}

body.fs-dark .fs-legal-hero__crumb a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

body.fs-dark .fs-legal-hero__crumb a:hover {
  color: var(--fs-text);
}

body.fs-dark .fs-legal-doc {
  padding: 40px 0 88px;
}

body.fs-dark .fs-legal-doc__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 32px 28px 40px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
  border: 1px solid var(--fs-border);
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}

@media (max-width: 575px) {
  body.fs-dark .fs-legal-doc__inner {
    padding: 24px 18px 32px;
    border-radius: 16px;
  }
}

body.fs-dark .fs-legal-lead {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--fs-muted);
  margin-bottom: 1.5rem;
}

body.fs-dark .fs-legal-doc__inner h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--fs-text);
  margin: 2rem 0 0.75rem;
  letter-spacing: -0.02em;
}

body.fs-dark .fs-legal-doc__inner h2:first-of-type {
  margin-top: 0.5rem;
}

body.fs-dark .fs-legal-doc__inner p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--fs-muted);
  margin-bottom: 0.9rem;
}

body.fs-dark .fs-legal-doc__inner ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  color: var(--fs-muted);
  font-size: 15px;
  line-height: 1.7;
}

body.fs-dark .fs-legal-doc__inner li {
  margin-bottom: 0.45rem;
}

body.fs-dark .fs-legal-doc__inner a {
  color: var(--theme2);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.fs-dark .fs-legal-doc__inner a:hover {
  color: #93c5fd;
}

body.fs-dark .fs-legal-note {
  border-left: 3px solid var(--theme);
  padding: 14px 18px;
  margin: 0 0 1.75rem;
  background: rgba(37, 99, 235, 0.08);
  border-radius: 0 14px 14px 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--fs-muted);
}

body.fs-dark .fs-legal-note strong {
  color: var(--fs-text);
}

body.fs-dark .fs-legal-links {
  list-style: none;
  padding-left: 0;
}

body.fs-dark .fs-legal-doc__inner ol {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
  color: var(--fs-muted);
  font-size: 15px;
  line-height: 1.75;
}

body.fs-dark .fs-legal-doc__inner ol li {
  margin-bottom: 0.5rem;
}

/* Privacy + return policy: slightly larger type, wider column */
body.fs-dark.fs-legal-page-comfort .fs-legal-doc__inner {
  max-width: 920px;
  padding: 36px 36px 44px;
}

@media (max-width: 991px) {
  body.fs-dark.fs-legal-page-comfort .fs-legal-doc__inner {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  body.fs-dark.fs-legal-page-comfort .fs-legal-doc__inner {
    padding: 24px 18px 32px;
  }
}

body.fs-dark.fs-legal-page-comfort .fs-legal-lead {
  font-size: 1.125rem;
  line-height: 1.78;
}

body.fs-dark.fs-legal-page-comfort .fs-legal-doc__inner h2 {
  font-size: 1.2rem;
}

body.fs-dark.fs-legal-page-comfort .fs-legal-doc__inner p {
  font-size: 17px;
  line-height: 1.78;
}

body.fs-dark.fs-legal-page-comfort .fs-legal-doc__inner ul {
  font-size: 17px;
  line-height: 1.75;
}

body.fs-dark.fs-legal-page-comfort .fs-legal-doc__inner li {
  font-size: 17px;
}

body.fs-dark.fs-legal-page-comfort .fs-legal-note {
  font-size: 16px;
  line-height: 1.68;
}

body.fs-dark.fs-legal-page-comfort .fs-legal-doc__inner ol {
  font-size: 17px;
  line-height: 1.75;
}

body.fs-dark.fs-legal-page-comfort .fs-legal-doc__inner ol li {
  font-size: 17px;
}

body.fs-dark.fs-legal-page-comfort .fs-legal-links a {
  font-size: 17px;
}

/* === FranceStreaming PDP v3 ============================================
   Editorial e-commerce — clean, fast, conversion-focused
   Scoped to body.fs-product-page (single product pages)
   ======================================================================= */

html:has(body.fs-product-page) {
  scroll-behavior: smooth;
}

body.fs-dark.fs-product-page {
  --pdp-bg: #08090b;
  --pdp-text: #f4f5f7;
  --pdp-text-2: rgba(244, 245, 247, 0.62);
  --pdp-text-3: rgba(244, 245, 247, 0.42);
  --pdp-line: rgba(255, 255, 255, 0.08);
  --pdp-line-2: rgba(255, 255, 255, 0.14);
  --pdp-surface: rgba(255, 255, 255, 0.025);
  --pdp-surface-2: rgba(255, 255, 255, 0.045);
  --pdp-accent: #3b82f6;
  --pdp-accent-2: #60a5fa;
  --pdp-accent-rgb: 59, 130, 246;
  --pdp-success: #25d366;
  --pdp-success-hover: #1fbb59;
  --pdp-warn: #fbbf24;
  --pdp-good: #34d399;
  --pdp-radius: 18px;
  --pdp-radius-sm: 12px;
  --pdp-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.6);
  --pdp-ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  background: var(--pdp-bg);
}

/* Skip link */
body.fs-dark.fs-product-page .fs-skip-link,
body.fs-dark.fs-contact-page .fs-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  padding: 10px 16px;
  background: var(--pdp-accent);
  color: #fff !important;
  border-radius: 0 0 10px 0;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}
body.fs-dark.fs-product-page .fs-skip-link:focus,
body.fs-dark.fs-contact-page .fs-skip-link:focus {
  left: 8px;
  top: 8px;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Breadcrumb — minimal */
body.fs-dark.fs-product-page .fs-prod-breadcrumb {
  padding: 112px 0 0;
  background: transparent;
}
body.fs-dark.fs-product-page .fs-prod-breadcrumb__inner {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pdp-text-3);
  padding: 0;
  border-bottom: 0;
}
body.fs-dark.fs-product-page .fs-prod-breadcrumb__inner a {
  color: var(--pdp-text-2);
  text-decoration: none;
  transition: color 0.18s var(--pdp-ease);
}
body.fs-dark.fs-product-page .fs-prod-breadcrumb__inner a:hover {
  color: var(--pdp-text);
}
body.fs-dark.fs-product-page .fs-prod-breadcrumb__inner span {
  color: var(--pdp-text);
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
body.fs-dark.fs-product-page .fs-prod-breadcrumb__inner i {
  font-size: 9px;
  opacity: 0.4;
}

/* Container scaffolding */
body.fs-dark.fs-product-page #contenu-principal.container {
  max-width: 1280px;
  scroll-margin-top: 96px;
}

/* ================ HERO ================ */
body.fs-dark.fs-product-page .fs-pdp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(28px, 4vw, 64px);
  padding: clamp(28px, 4vw, 52px) 0 clamp(40px, 5vw, 80px);
  align-items: start;
}
@media (max-width: 991px) {
  body.fs-dark.fs-product-page .fs-pdp-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 40px;
  }
}

/* Hero media */
body.fs-dark.fs-product-page .fs-pdp-hero__media {
  position: relative;
}
body.fs-dark.fs-product-page .fs-pdp-hero__media .fs-prod-image-wrap {
  position: relative;
  aspect-ratio: 5 / 4;
  border-radius: 22px;
  overflow: hidden;
  background: radial-gradient(
      120% 100% at 0% 0%,
      rgba(var(--pdp-accent-rgb), 0.12),
      transparent 55%
    ),
    #0c0e12;
  border: 1px solid var(--pdp-line);
  box-shadow: var(--pdp-shadow);
  margin: 0;
}
body.fs-dark.fs-product-page .fs-pdp-hero__media .fs-prod-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.fs-dark.fs-product-page .fs-pdp-hero__media .fs-prod-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 50%,
    rgba(0, 0, 0, 0.4)
  );
  pointer-events: none;
}

/* Badge — premium glass pill with icon */
body.fs-dark.fs-product-page .fs-prod-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(
    135deg,
    rgba(20, 22, 28, 0.92) 0%,
    rgba(15, 17, 23, 0.78) 100%
  );
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 14px 8px 12px;
  border-radius: 999px;
  box-shadow: 0 10px 28px -10px rgba(0, 0, 0, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  line-height: 1;
}
body.fs-dark.fs-product-page .fs-prod-badge i {
  font-size: 11px;
  color: var(--pdp-warn);
  filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.55));
}

/* Rating overlay on hero image — matched glass treatment */
body.fs-dark.fs-product-page .fs-prod-rating-overlay {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(
    135deg,
    rgba(20, 22, 28, 0.92) 0%,
    rgba(15, 17, 23, 0.78) 100%
  );
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 8px 14px 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  color: #fff;
  box-shadow: 0 10px 28px -10px rgba(0, 0, 0, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  line-height: 1;
}
body.fs-dark.fs-product-page .fs-prod-rating-overlay strong {
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  margin-right: 2px;
}
body.fs-dark.fs-product-page .fs-prod-stars {
  display: inline-flex;
  align-items: center;
  color: var(--pdp-warn);
  letter-spacing: 1.5px;
  font-size: 10.5px;
  filter: drop-shadow(0 0 6px rgba(251, 191, 36, 0.35));
}

/* Hero buy column */
body.fs-dark.fs-product-page .fs-pdp-hero__buy {
  position: sticky;
  top: 100px;
}
@media (max-width: 991px) {
  body.fs-dark.fs-product-page .fs-pdp-hero__buy {
    position: static;
    top: auto;
  }
}

body.fs-dark.fs-product-page .fs-prod-order {
  position: static;
}
body.fs-dark.fs-product-page .fs-prod-order-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  backdrop-filter: none;
  display: block;
}

/* Eyebrow (real element, varies per product) */
body.fs-dark.fs-product-page .fs-prod-order__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  color: var(--pdp-accent-2);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 14px;
  padding: 0;
}
body.fs-dark.fs-product-page .fs-prod-order__eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--pdp-accent);
  display: inline-block;
}
body.fs-dark.fs-product-page .fs-prod-order__eyebrow i {
  font-size: 9px;
  color: var(--pdp-accent-2);
  opacity: 0.7;
}

/* Title */
body.fs-dark.fs-product-page .fs-prod-order__name {
  font-size: clamp(2.1rem, 4.2vw, 2.9rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: var(--pdp-text);
  margin: 0 0 18px;
}

/* Tagline (legacy plain-text, still supported) */
body.fs-dark.fs-product-page .fs-prod-order__tagline {
  font-size: 15px;
  line-height: 1.55;
  color: var(--pdp-text-2);
  margin: 0 0 18px;
  max-width: 44ch;
}

/* Tagline chip row — feature pills with icons */
body.fs-dark.fs-product-page .fs-prod-order__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 22px;
  padding: 0;
}
body.fs-dark.fs-product-page .fs-prod-order__chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 13px;
  background: var(--pdp-surface);
  border: 1px solid var(--pdp-line);
  border-radius: 999px;
  font-size: 12.5px;
  color: var(--pdp-text-2);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  transition: border-color 0.18s var(--pdp-ease),
    background 0.18s var(--pdp-ease);
}
body.fs-dark.fs-product-page .fs-prod-order__chip:hover {
  border-color: var(--pdp-line-2);
  background: var(--pdp-surface-2);
}
body.fs-dark.fs-product-page .fs-prod-order__chip i {
  font-size: 11px;
  color: var(--pdp-accent-2);
}

/* Rating row — proper stars + score + count */
body.fs-dark.fs-product-page .fs-prod-order__rating {
  margin: 0 0 30px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
body.fs-dark.fs-product-page .fs-prod-order__rating .fs-stars {
  display: inline-flex;
  gap: 2px;
  color: var(--pdp-warn);
  font-size: 13px;
  line-height: 1;
}
body.fs-dark.fs-product-page .fs-prod-order__rating .fs-stars i {
  filter: drop-shadow(0 1px 3px rgba(251, 191, 36, 0.4));
}
body.fs-dark.fs-product-page .fs-prod-order__rating .fs-rating-score {
  font-size: 14px;
  font-weight: 700;
  color: var(--pdp-text);
  letter-spacing: -0.01em;
}
body.fs-dark.fs-product-page .fs-prod-order__rating .fs-rating-divider {
  width: 1px;
  height: 12px;
  background: var(--pdp-line-2);
}
body.fs-dark.fs-product-page .fs-prod-order__rating .fs-rating-count {
  font-size: 12.5px;
  color: var(--pdp-text-3);
  font-weight: 500;
}
body.fs-dark.fs-product-page .fs-prod-order__rating .fs-rating-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: var(--pdp-good);
  padding: 3px 8px;
  background: rgba(52, 211, 153, 0.08);
  border: 1px solid rgba(52, 211, 153, 0.18);
  border-radius: 999px;
}
body.fs-dark.fs-product-page .fs-prod-order__rating .fs-rating-verified i {
  font-size: 9px;
}

/* Plan selector — refined */
body.fs-dark.fs-product-page .fs-plan-tabs-label {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pdp-text-3);
  margin: 0 0 12px;
}
body.fs-dark.fs-product-page .fs-plan-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
  gap: 10px;
  margin: 0 0 22px;
  position: relative;
}

body.fs-dark.fs-product-page .fs-plan-tab {
  position: relative;
  padding: 18px 12px;
  background: var(--pdp-surface);
  border: 1px solid var(--pdp-line);
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  transition: background 0.18s var(--pdp-ease),
    border-color 0.18s var(--pdp-ease),
    transform 0.18s var(--pdp-ease);
}
body.fs-dark.fs-product-page .fs-plan-tab::before {
  content: none;
}
body.fs-dark.fs-product-page .fs-plan-tab:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: var(--pdp-surface-2);
  transform: translateY(-1px);
}
body.fs-dark.fs-product-page .fs-plan-tab.active {
  border-color: var(--pdp-accent);
  background: linear-gradient(
    180deg,
    rgba(var(--pdp-accent-rgb), 0.16) 0%,
    rgba(var(--pdp-accent-rgb), 0.06) 100%
  );
  box-shadow: 0 0 0 1px var(--pdp-accent) inset,
    0 8px 22px -10px rgba(var(--pdp-accent-rgb), 0.5);
  transform: translateY(-1px);
}
body.fs-dark.fs-product-page .fs-plan-tab.active::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--pdp-accent);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='3 8.5 6.5 12 13 5'/></svg>");
  background-size: 72% 72%;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 2px 6px rgba(var(--pdp-accent-rgb), 0.4);
}
body.fs-dark.fs-product-page .fs-plan-tab__duration {
  display: block;
  font-size: 15px;
  color: var(--pdp-text);
  letter-spacing: -0.005em;
  text-transform: none;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
body.fs-dark.fs-product-page .fs-plan-tab.active .fs-plan-tab__duration {
  color: var(--pdp-text);
}
body.fs-dark.fs-product-page .fs-plan-tab__price {
  display: block;
  font-size: 17px;
  font-weight: 800;
  color: var(--pdp-text);
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
body.fs-dark.fs-product-page .fs-plan-tab__per-mo {
  display: block;
  font-size: 10.5px;
  color: var(--pdp-text-3);
  font-weight: 500;
  margin-top: 3px;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}
body.fs-dark.fs-product-page .fs-plan-tab.active .fs-plan-tab__per-mo {
  color: var(--pdp-accent-2);
  opacity: 0.9;
}
body.fs-dark.fs-product-page .fs-plan-tab__save {
  position: absolute;
  top: -8px;
  left: 10px;
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: #fff;
  font-size: 9.5px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 999px;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.45);
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 380px) {
  body.fs-dark.fs-product-page .fs-plan-tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Price block */
body.fs-dark.fs-product-page .fs-prod-price-display {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 0;
  background: transparent;
  border: 0;
  margin: 8px 0 8px;
}
body.fs-dark.fs-product-page .fs-prod-price-display__main {
  font-size: clamp(2.3rem, 5vw, 2.9rem);
  font-weight: 800;
  color: var(--pdp-text);
  line-height: 1;
  letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
}
body.fs-dark.fs-product-page .fs-prod-price-display__per {
  font-size: 15px;
  font-weight: 500;
  color: var(--pdp-text-2);
}
body.fs-dark.fs-product-page .fs-prod-price-display__strike {
  font-size: 14px;
  font-weight: 500;
  color: var(--pdp-text-3);
  text-decoration: line-through;
  text-decoration-color: rgba(255, 255, 255, 0.3);
  margin-left: 4px;
}
body.fs-dark.fs-product-page .fs-prod-price-note {
  margin: 0 0 24px;
  padding: 0;
  font-size: 13px;
  color: var(--pdp-good);
  background: transparent;
  border: 0;
  font-weight: 600;
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
body.fs-dark.fs-product-page .fs-prod-price-note::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(52, 211, 153, 0.18);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2334d399' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='3 8.5 6.5 12 13 5'/></svg>");
  background-size: 78% 78%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  flex-shrink: 0;
}

/* Quick feature list inside buy column */
body.fs-dark.fs-product-page .fs-prod-quick-features {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
}
body.fs-dark.fs-product-page .fs-prod-quick-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 5px 0;
  border-bottom: 0;
  font-size: 14px;
  color: var(--pdp-text-2);
  line-height: 1.45;
}
body.fs-dark.fs-product-page .fs-prod-quick-features li i {
  flex: 0 0 14px;
  font-size: 12px;
  color: var(--pdp-accent-2);
  margin-top: 4px;
}

/* CTAs */
body.fs-dark.fs-product-page .fs-prod-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  padding: 17px 22px;
  background: var(--pdp-success);
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.005em;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 12px 24px -8px rgba(37, 211, 102, 0.5);
  transition: transform 0.15s var(--pdp-ease),
    box-shadow 0.15s var(--pdp-ease), background 0.15s var(--pdp-ease);
  margin: 0 0 10px;
  min-height: auto;
}
body.fs-dark.fs-product-page .fs-prod-cta:hover {
  background: var(--pdp-success-hover);
  transform: translateY(-1px);
  box-shadow: 0 18px 32px -10px rgba(37, 211, 102, 0.6);
  color: #fff !important;
  opacity: 1;
}
body.fs-dark.fs-product-page .fs-prod-cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
body.fs-dark.fs-product-page .fs-prod-cta--secondary {
  background: transparent;
  border: 1px solid var(--pdp-line-2);
  color: var(--pdp-text) !important;
  box-shadow: none;
  margin-bottom: 22px;
}
body.fs-dark.fs-product-page .fs-prod-cta--secondary:hover {
  background: var(--pdp-surface-2);
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--pdp-text) !important;
  box-shadow: none;
  background-image: none;
}

/* CTA reassurance line */
body.fs-dark.fs-product-page .fs-prod-cta-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  font-size: 12px;
  color: var(--pdp-text-3);
  line-height: 1.4;
}
body.fs-dark.fs-product-page .fs-prod-cta-meta strong {
  color: var(--pdp-text-2);
  font-weight: 600;
}
body.fs-dark.fs-product-page .fs-online-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pdp-success);
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  animation: fs-online-pulse 2.2s infinite;
  flex-shrink: 0;
}
@keyframes fs-online-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  body.fs-dark.fs-product-page .fs-online-dot {
    animation: none;
  }
}

/* Trust row — 4 columns to match the four signals */
body.fs-dark.fs-product-page .fs-prod-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  padding: 22px 0 0;
  border-top: 1px solid var(--pdp-line);
  margin-top: 4px;
}
@media (max-width: 480px) {
  body.fs-dark.fs-product-page .fs-prod-trust {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 6px;
  }
}
body.fs-dark.fs-product-page .fs-prod-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  color: var(--pdp-text-2);
  line-height: 1.35;
  padding: 0 4px;
}
body.fs-dark.fs-product-page .fs-prod-trust-item i {
  font-size: 17px;
  color: var(--pdp-accent-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(var(--pdp-accent-rgb), 0.08);
  border: 1px solid rgba(var(--pdp-accent-rgb), 0.16);
}

/* ================ Layout below hero ================ */
body.fs-dark.fs-product-page .fs-prod-layout {
  display: block;
  padding: 0 0 clamp(40px, 5vw, 64px);
  gap: 0;
  grid-template-columns: 1fr;
}
body.fs-dark.fs-product-page .fs-prod-left {
  display: flex;
  flex-direction: column;
  gap: clamp(56px, 7vw, 96px);
  order: 0;
}

/* Specs strip */
body.fs-dark.fs-product-page .fs-prod-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  background: var(--pdp-surface);
  border: 1px solid var(--pdp-line);
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 575px) {
  body.fs-dark.fs-product-page .fs-prod-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.fs-dark.fs-product-page .fs-prod-stat {
  position: relative;
  padding: 26px 16px;
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  border-right: 1px solid var(--pdp-line);
  transition: background 0.18s var(--pdp-ease), transform 0s;
  transform: none;
}
body.fs-dark.fs-product-page .fs-prod-stat:last-child {
  border-right: 0;
}
@media (max-width: 575px) {
  body.fs-dark.fs-product-page .fs-prod-stat:nth-child(2) {
    border-right: 0;
  }
  body.fs-dark.fs-product-page .fs-prod-stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--pdp-line);
  }
}
body.fs-dark.fs-product-page .fs-prod-stat:hover {
  background: var(--pdp-surface-2);
  transform: none;
  border-color: var(--pdp-line);
}
body.fs-dark.fs-product-page .fs-prod-stat__val {
  font-size: clamp(1.4rem, 2.6vw, 1.85rem);
  font-weight: 800;
  color: var(--pdp-text);
  letter-spacing: -0.02em;
  margin-bottom: 6px;
  line-height: 1;
}
body.fs-dark.fs-product-page .fs-prod-stat__val span {
  color: var(--pdp-accent-2);
}
body.fs-dark.fs-product-page .fs-prod-stat__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pdp-text-3);
}

/* ================ Editorial sections ================ */
body.fs-dark.fs-product-page .fs-prod-section {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  scroll-margin-top: 100px;
}

/* Section eyebrow — numbered editorial label above each h2 */
body.fs-dark.fs-product-page .fs-prod-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pdp-text-3);
  margin: 0 0 14px;
  padding: 0;
}
body.fs-dark.fs-product-page .fs-prod-section__eyebrow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(var(--pdp-accent-rgb), 0.12);
  border: 1px solid rgba(var(--pdp-accent-rgb), 0.22);
  color: var(--pdp-accent-2);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0;
}

body.fs-dark.fs-product-page .fs-prod-section h2 {
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--pdp-text);
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin: 0 0 24px;
  padding: 0;
  border-bottom: 0;
  max-width: 60ch;
}
body.fs-dark.fs-product-page .fs-prod-section__eyebrow + h2 {
  margin-top: 0;
}
body.fs-dark.fs-product-page .fs-prod-section p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--pdp-text-2);
  max-width: 70ch;
  margin: 0 0 16px;
}
body.fs-dark.fs-product-page .fs-prod-section p:last-child {
  margin-bottom: 0;
}
body.fs-dark.fs-product-page .fs-prod-section p strong {
  color: var(--pdp-text);
  font-weight: 600;
}

/* Features grid — single bordered card with hairline dividers */
body.fs-dark.fs-product-page .fs-prod-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--pdp-line);
  border: 1px solid var(--pdp-line);
  border-radius: 18px;
  overflow: hidden;
  margin-top: 12px;
}
@media (max-width: 575px) {
  body.fs-dark.fs-product-page .fs-prod-features {
    grid-template-columns: 1fr;
  }
}
body.fs-dark.fs-product-page .fs-prod-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px;
  background: #0a0c10;
  border: 0;
  border-radius: 0;
  transition: background 0.18s var(--pdp-ease);
}
body.fs-dark.fs-product-page .fs-prod-feature-item:hover {
  background: #0d1016;
  border: 0;
  transform: none;
}
body.fs-dark.fs-product-page .fs-prod-feature-item__icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--pdp-accent-rgb), 0.1);
  border: 1px solid rgba(var(--pdp-accent-rgb), 0.2);
  color: var(--pdp-accent-2);
  font-size: 14px;
  border-radius: 10px;
  min-width: 36px;
}
body.fs-dark.fs-product-page .fs-prod-feature-item__text strong {
  display: block;
  color: var(--pdp-text);
  font-weight: 600;
  font-size: 14.5px;
  margin: 2px 0 4px;
}
body.fs-dark.fs-product-page .fs-prod-feature-item__text span {
  font-size: 13.5px;
  color: var(--pdp-text-2);
  line-height: 1.5;
}

/* Compatibility chips */
body.fs-dark.fs-product-page .fs-prod-compat {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
body.fs-dark.fs-product-page .fs-prod-compat-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: var(--pdp-surface);
  border: 1px solid var(--pdp-line);
  border-radius: 999px;
  font-size: 13px;
  color: var(--pdp-text-2);
  white-space: nowrap;
}
body.fs-dark.fs-product-page .fs-prod-compat-item i {
  color: var(--pdp-accent-2);
  font-size: 13px;
}

/* Install steps */
body.fs-dark.fs-product-page .fs-prod-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 16px;
}
body.fs-dark.fs-product-page .fs-prod-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: flex-start;
  padding: 22px 0;
  border-bottom: 1px solid var(--pdp-line);
  margin-bottom: 0;
}
body.fs-dark.fs-product-page .fs-prod-step:first-child {
  padding-top: 6px;
}
body.fs-dark.fs-product-page .fs-prod-step:last-child {
  border-bottom: 0;
}
body.fs-dark.fs-product-page .fs-prod-step__num {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: transparent;
  border: 1px solid var(--pdp-line-2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--pdp-text);
  box-shadow: none;
  margin: 0;
}
body.fs-dark.fs-product-page .fs-prod-step__content strong {
  display: block;
  color: var(--pdp-text);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
body.fs-dark.fs-product-page .fs-prod-step__content span {
  font-size: 14.5px;
  color: var(--pdp-text-2);
  line-height: 1.6;
}

/* FAQ — editorial, hairline-divided, custom plus/× toggle */
body.fs-dark.fs-product-page .fs-prod-faq {
  margin-top: 8px;
}
body.fs-dark.fs-product-page .fs-prod-faq .accordion-item {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pdp-line) !important;
  border-radius: 0 !important;
  margin: 0;
  overflow: visible;
  position: relative;
  transition: background 0.22s var(--pdp-ease);
}
body.fs-dark.fs-product-page .fs-prod-faq .accordion-item:first-child {
  border-top: 1px solid var(--pdp-line) !important;
}
body.fs-dark.fs-product-page .fs-prod-faq .accordion-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--pdp-accent);
  opacity: 0;
  transform: scaleY(0.4);
  transform-origin: center;
  transition: opacity 0.22s var(--pdp-ease),
    transform 0.22s var(--pdp-ease);
}
body.fs-dark.fs-product-page .fs-prod-faq .accordion-item:has(.accordion-button:not(.collapsed))::before {
  opacity: 1;
  transform: scaleY(1);
}

body.fs-dark.fs-product-page .fs-prod-faq .accordion-button {
  background: transparent !important;
  color: var(--pdp-text) !important;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.012em;
  line-height: 1.4;
  padding: 26px 8px 26px 18px;
  margin: 0;
  border: 0;
  box-shadow: none !important;
  outline: none !important;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  transition: color 0.18s var(--pdp-ease),
    padding 0.22s var(--pdp-ease);
}
body.fs-dark.fs-product-page .fs-prod-faq .accordion-button:hover {
  color: var(--pdp-accent-2) !important;
}
body.fs-dark.fs-product-page .fs-prod-faq .accordion-button:not(.collapsed) {
  color: var(--pdp-text) !important;
  padding-bottom: 16px;
}

/* Replace Bootstrap chevron with a clean plus that rotates to × on expand */
body.fs-dark.fs-product-page .fs-prod-faq .accordion-button::after {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin: 0 0 0 auto;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a4a8b3' stroke-width='1.6' stroke-linecap='round'><line x1='12' y1='5' x2='12' y2='19'/><line x1='5' y1='12' x2='19' y2='12'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border-radius: 0;
  transform: rotate(0);
  transition: transform 0.25s var(--pdp-ease),
    filter 0.2s var(--pdp-ease);
}
body.fs-dark.fs-product-page .fs-prod-faq .accordion-button:hover::after {
  filter: brightness(1.5);
}
body.fs-dark.fs-product-page .fs-prod-faq .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2360a5fa' stroke-width='1.8' stroke-linecap='round'><line x1='12' y1='5' x2='12' y2='19'/><line x1='5' y1='12' x2='19' y2='12'/></svg>");
  filter: none;
}

body.fs-dark.fs-product-page .fs-prod-faq .accordion-body {
  background: transparent !important;
  border-top: 0 !important;
  padding: 0 60px 28px 18px;
  color: var(--pdp-text-2);
  font-size: 15.5px;
  line-height: 1.72;
  max-width: 72ch;
}
body.fs-dark.fs-product-page .fs-prod-faq .accordion-collapse {
  transition: height 0.32s var(--pdp-ease);
}
@media (max-width: 575px) {
  body.fs-dark.fs-product-page .fs-prod-faq .accordion-button {
    font-size: 16px;
    padding: 22px 4px 22px 14px;
    gap: 12px;
  }
  body.fs-dark.fs-product-page .fs-prod-faq .accordion-body {
    padding: 0 8px 22px 14px;
    font-size: 15px;
  }
}

/* ================ Suggested products ================ */
body.fs-dark.fs-product-page .fs-suggested {
  padding: clamp(48px, 6vw, 88px) 0 clamp(56px, 8vw, 100px);
  margin-top: 0;
  border-top: 1px solid var(--pdp-line);
}
body.fs-dark.fs-product-page .fs-suggested__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--pdp-text);
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}
body.fs-dark.fs-product-page .fs-suggested__sub {
  font-size: 15px;
  color: var(--pdp-text-2);
  margin: 0 0 32px;
}
body.fs-dark.fs-product-page .fs-suggested-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 1199px) {
  body.fs-dark.fs-product-page .fs-suggested-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  body.fs-dark.fs-product-page .fs-suggested-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
@media (max-width: 420px) {
  body.fs-dark.fs-product-page .fs-suggested-grid {
    grid-template-columns: 1fr;
  }
}
body.fs-dark.fs-product-page .fs-sugg-card {
  display: block;
  background: transparent;
  border: 1px solid var(--pdp-line);
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.2s var(--pdp-ease),
    transform 0.2s var(--pdp-ease), box-shadow 0.2s var(--pdp-ease);
  box-shadow: none;
}
body.fs-dark.fs-product-page .fs-sugg-card:hover {
  border-color: var(--pdp-line-2);
  transform: translateY(-3px);
  box-shadow: 0 18px 36px -12px rgba(0, 0, 0, 0.55);
}
body.fs-dark.fs-product-page .fs-sugg-card__img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
body.fs-dark.fs-product-page .fs-sugg-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s var(--pdp-ease);
}
body.fs-dark.fs-product-page .fs-sugg-card:hover .fs-sugg-card__img img {
  transform: scale(1.04);
}
body.fs-dark.fs-product-page .fs-sugg-card__body {
  padding: 14px 14px 16px;
}
body.fs-dark.fs-product-page .fs-sugg-card__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--pdp-text);
  margin-bottom: 4px;
  line-height: 1.25;
}
body.fs-dark.fs-product-page .fs-sugg-card__desc {
  font-size: 11.5px;
  color: var(--pdp-text-2);
  margin-bottom: 10px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.fs-dark.fs-product-page .fs-sugg-card__price {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--pdp-accent-2);
}

/* ================ Sticky buy bar ================ */
body.fs-dark.fs-product-page .fs-pdp-stickybar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 950;
  background: rgba(8, 9, 11, 0.92);
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--pdp-line);
  padding: 12px 0;
  transform: translateY(110%);
  transition: transform 0.25s var(--pdp-ease);
  pointer-events: none;
}
body.fs-dark.fs-product-page .fs-pdp-stickybar.is-visible {
  transform: translateY(0);
  pointer-events: auto;
  box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, 0.6);
}
body.fs-dark.fs-product-page .fs-pdp-stickybar__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
body.fs-dark.fs-product-page .fs-pdp-stickybar__brand {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  min-width: 0;
}
body.fs-dark.fs-product-page .fs-pdp-stickybar__brand strong {
  font-size: 15px;
  color: var(--pdp-text);
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60vw;
}
body.fs-dark.fs-product-page .fs-pdp-stickybar__price {
  font-size: 12.5px;
  color: var(--pdp-text-3);
}
body.fs-dark.fs-product-page .fs-pdp-stickybar__price em {
  font-style: normal;
  color: var(--pdp-text);
  font-weight: 700;
  margin: 0 2px;
}
body.fs-dark.fs-product-page .fs-pdp-stickybar__per {
  font-weight: 500 !important;
  color: var(--pdp-text-2) !important;
  margin-left: 0 !important;
}
body.fs-dark.fs-product-page .fs-pdp-stickybar__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--pdp-success);
  color: #fff !important;
  font-weight: 700;
  font-size: 14.5px;
  padding: 12px 18px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 8px 18px -6px rgba(37, 211, 102, 0.55);
  transition: transform 0.15s var(--pdp-ease),
    background 0.15s var(--pdp-ease);
  white-space: nowrap;
}
body.fs-dark.fs-product-page .fs-pdp-stickybar__cta:hover {
  background: var(--pdp-success-hover);
  transform: translateY(-1px);
  color: #fff !important;
}
@media (max-width: 480px) {
  body.fs-dark.fs-product-page .fs-pdp-stickybar__cta span {
    display: none;
  }
  body.fs-dark.fs-product-page .fs-pdp-stickybar__cta {
    padding: 12px 14px;
  }
}

/* ================ Contact page (WhatsApp only, no form / no social) ================ */
body.fs-dark.fs-contact-page {
  --pdp-accent: #3b82f6;
  background: #08090b;
}
body.fs-dark.fs-contact-page .fs-contact-breadcrumb {
  background-image: linear-gradient(
      165deg,
      rgba(8, 10, 14, 0.92) 0%,
      rgba(12, 18, 28, 0.88) 45%,
      rgba(15, 23, 42, 0.75) 100%
    ),
    radial-gradient(
      ellipse 120% 80% at 20% 40%,
      rgba(59, 130, 246, 0.12) 0%,
      transparent 55%
    );
  background-color: #08090b;
  background-size: cover;
  background-position: center;
}
body.fs-dark.fs-contact-page .fs-contact-breadcrumb .page-heading h1 {
  color: #f4f6fb;
  font-weight: 800;
  letter-spacing: -0.03em;
}
body.fs-dark.fs-contact-page .fs-contact-breadcrumb .breadcrumb-items,
body.fs-dark.fs-contact-page .fs-contact-breadcrumb .breadcrumb-items a {
  color: rgba(255, 255, 255, 0.72);
}

body.fs-dark.fs-contact-page .fs-contact-main {
  padding-top: clamp(40px, 6vw, 72px);
  padding-bottom: clamp(56px, 10vw, 96px);
}
body.fs-dark.fs-contact-page .fs-contact-card {
  background: linear-gradient(
    155deg,
    rgba(22, 24, 32, 0.94) 0%,
    rgba(12, 14, 20, 0.97) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: clamp(28px, 5vw, 48px);
  box-shadow: 0 28px 56px -32px rgba(0, 0, 0, 0.75),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
body.fs-dark.fs-contact-page .fs-contact-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.95);
  margin: 0 0 12px;
}
body.fs-dark.fs-contact-page .fs-contact-title {
  font-size: clamp(1.55rem, 3.2vw, 2rem);
  font-weight: 800;
  color: #f4f6fb;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 16px;
}
body.fs-dark.fs-contact-page .fs-contact-lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(203, 213, 225, 0.95);
  margin: 0 0 22px;
  max-width: 52ch;
}
body.fs-dark.fs-contact-page .fs-contact-points {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.fs-dark.fs-contact-page .fs-contact-points li {
  position: relative;
  padding-left: 26px;
  color: rgba(226, 232, 240, 0.92);
  font-size: 0.98rem;
  line-height: 1.45;
}
body.fs-dark.fs-contact-page .fs-contact-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.22);
}

body.fs-dark.fs-contact-page .fs-contact-wa {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  padding: 16px 20px;
  border-radius: 16px;
  text-decoration: none !important;
  color: #fff !important;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  box-shadow: 0 14px 32px -12px rgba(34, 197, 94, 0.55);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  margin-bottom: 22px;
}
body.fs-dark.fs-contact-page .fs-contact-wa:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 18px 40px -12px rgba(34, 197, 94, 0.65);
  color: #fff !important;
}
body.fs-dark.fs-contact-page .fs-contact-wa__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 28px;
  line-height: 1;
}
body.fs-dark.fs-contact-page .fs-contact-wa__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  min-width: 0;
}
body.fs-dark.fs-contact-page .fs-contact-wa__text strong {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
body.fs-dark.fs-contact-page .fs-contact-wa__sub {
  display: block;
  font-size: 12.5px;
  font-weight: 500;
  opacity: 0.92;
  margin-top: 4px;
  line-height: 1.35;
}

body.fs-dark.fs-contact-page .fs-contact-footnote {
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(148, 163, 184, 0.95);
  margin: 0 0 18px;
  max-width: 54ch;
}
body.fs-dark.fs-contact-page .fs-contact-shop a {
  font-weight: 700;
  color: #60a5fa;
  text-decoration: none;
}
body.fs-dark.fs-contact-page .fs-contact-shop a:hover {
  text-decoration: underline;
  color: #93c5fd;
}

/* ================ Floating WhatsApp (Chaty-style) ================ */
/* Shown on marketing / legal pages; hidden on single-product PDPs */
body.fs-dark.fs-product-page .fs-wa-float {
  display: none !important;
}

.fs-wa-float {
  position: fixed;
  right: max(16px, env(safe-area-inset-right, 0px));
  bottom: max(20px, env(safe-area-inset-bottom, 0px));
  z-index: 10040;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  box-shadow:
    0 4px 14px rgba(37, 211, 102, 0.5),
    0 2px 10px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.fs-wa-float:hover {
  transform: scale(1.07);
  box-shadow:
    0 6px 22px rgba(37, 211, 102, 0.55),
    0 4px 14px rgba(0, 0, 0, 0.4);
  color: #fff !important;
}
.fs-wa-float:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.95);
  outline-offset: 3px;
}
.fs-wa-float i {
  font-size: 32px;
  line-height: 1;
  animation: fs-wa-float-wiggle 5.5s ease-in-out infinite;
  transform-origin: 50% 55%;
}
@keyframes fs-wa-float-wiggle {
  0%,
  90%,
  100% {
    transform: rotate(0deg);
  }
  91% {
    transform: rotate(-11deg);
  }
  93% {
    transform: rotate(9deg);
  }
  95% {
    transform: rotate(-7deg);
  }
  97% {
    transform: rotate(5deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .fs-wa-float i {
    animation: none;
  }
  .fs-wa-float:hover {
    transform: none;
  }
}

/* ================ Blog hub & articles (SEO pages) ================ */
body.fs-dark.fs-blog-hub,
body.fs-dark.fs-blog-article {
  background: radial-gradient(1200px 600px at 10% -10%, rgba(59, 130, 246, 0.08), transparent 55%),
    radial-gradient(900px 500px at 90% 20%, rgba(168, 85, 247, 0.06), transparent 50%), #050608;
}

.fs-blog-breadcrumb .page-heading h1 {
  font-size: clamp(1.35rem, 3.5vw, 2.1rem);
  line-height: 1.2;
}

.fs-blog-hub {
  padding-top: 8px;
  padding-bottom: clamp(48px, 7vw, 100px);
}
.fs-blog-hub-intro {
  margin-bottom: 28px;
}
.fs-blog-hub-intro__h {
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 800;
  color: #f1f5f9;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}
.fs-blog-hub-intro__p {
  color: rgba(148, 163, 184, 0.95);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 72ch;
  margin: 0 0 18px;
}
.fs-blog-hub-intro__p a {
  color: #93c5fd;
  font-weight: 600;
}
.fs-blog-hub-filter__input {
  width: 100%;
  max-width: 480px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(15, 18, 26, 0.85);
  color: #e2e8f0;
  font-size: 15px;
}
.fs-blog-hub-filter__input::placeholder {
  color: rgba(148, 163, 184, 0.75);
}
.fs-blog-hub-filter__input:focus {
  outline: none;
  border-color: rgba(59, 130, 246, 0.55);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.18);
}

.fs-blog-card-grid {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.fs-blog-card {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  gap: 0;
  text-decoration: none !important;
  color: inherit !important;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 14, 20, 0.75);
  box-shadow: 0 18px 48px -20px rgba(0, 0, 0, 0.65);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.fs-blog-card:hover {
  transform: translateY(-3px);
  border-color: rgba(59, 130, 246, 0.35);
  box-shadow: 0 22px 56px -18px rgba(0, 0, 0, 0.75);
}
.fs-blog-card__img {
  position: relative;
  min-height: 140px;
}
.fs-blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fs-blog-card__pill {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(8, 9, 11, 0.82);
  color: #93c5fd;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.fs-blog-card__body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fs-blog-card__meta {
  font-size: 12.5px;
  color: rgba(148, 163, 184, 0.95);
}
.fs-blog-card__title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #f8fafc !important;
  line-height: 1.3;
  margin: 0;
  letter-spacing: -0.02em;
}
.fs-blog-card__excerpt {
  font-size: 14px;
  color: rgba(203, 213, 225, 0.9);
  line-height: 1.55;
  margin: 0;
}
.fs-blog-card__more {
  margin-top: auto;
  font-size: 13px;
  font-weight: 700;
  color: #60a5fa !important;
}
@media (max-width: 575px) {
  .fs-blog-card {
    grid-template-columns: 1fr;
  }
  .fs-blog-card__img {
    min-height: 180px;
  }
}

.fs-blog-sidebar {
  position: sticky;
  top: 100px;
}
.fs-blog-side-block {
  padding: 20px 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 14, 20, 0.82);
  margin-bottom: 16px;
}
.fs-blog-side-block__t {
  font-size: 14px;
  font-weight: 800;
  color: #f1f5f9;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}
.fs-blog-side-block__p {
  font-size: 13.5px;
  color: rgba(148, 163, 184, 0.95);
  line-height: 1.55;
  margin: 0 0 14px;
}
.fs-blog-side-cats {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fs-blog-side-cats li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.fs-blog-side-cats li:last-child {
  border-bottom: 0;
}
.fs-blog-side-cats a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  color: rgba(226, 232, 240, 0.95) !important;
  text-decoration: none !important;
  font-size: 14px;
}
.fs-blog-side-cats a span {
  font-size: 12px;
  color: rgba(148, 163, 184, 0.85);
}
.fs-blog-side-pop-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fs-blog-side-pop {
  display: flex;
  gap: 12px;
  text-decoration: none !important;
  color: inherit !important;
  align-items: flex-start;
}
.fs-blog-side-pop__thumb {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.fs-blog-side-pop__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fs-blog-side-pop__t {
  font-size: 13px;
  font-weight: 700;
  color: #e2e8f0 !important;
  line-height: 1.35;
}
.fs-blog-side-pop__d {
  font-size: 11.5px;
  color: rgba(148, 163, 184, 0.9);
  margin-top: 4px;
}

.fs-blog-article-wrap {
  padding-top: 0;
}
.fs-blog-article-head {
  margin-bottom: 20px;
}
.fs-blog-article-kicker {
  font-size: 13px;
  color: rgba(148, 163, 184, 0.95);
  margin: 0 0 10px;
}
.fs-blog-pill {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.15);
  color: #93c5fd;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.fs-blog-article-deck {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(203, 213, 225, 0.95);
  margin: 0;
  max-width: 65ch;
}
.fs-blog-article-hero {
  margin: 0 0 28px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px -24px rgba(0, 0, 0, 0.75);
}
.fs-blog-article-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.fs-blog-article-body {
  font-size: 1.02rem;
  line-height: 1.75;
  color: rgba(226, 232, 240, 0.94);
  max-width: 68ch;
}
.fs-blog-article-body h2 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #f8fafc;
  margin: 1.75rem 0 0.75rem;
  letter-spacing: -0.02em;
}
.fs-blog-article-body p {
  margin: 0 0 1rem;
}
.fs-blog-article-body ul {
  margin: 0 0 1rem 1.1rem;
  padding: 0;
  color: rgba(203, 213, 225, 0.95);
}
.fs-blog-article-body a {
  color: #7dd3fc;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.fs-blog-article-body a:hover {
  color: #bae6fd;
}
.fs-blog-lead {
  font-size: 1.12rem;
  color: rgba(241, 245, 249, 0.98);
  line-height: 1.65;
  margin-bottom: 1.25rem !important;
}
.fs-blog-note {
  font-size: 0.9rem;
  color: rgba(148, 163, 184, 0.95);
  border-left: 3px solid rgba(251, 191, 36, 0.65);
  padding: 12px 16px;
  background: rgba(251, 191, 36, 0.06);
  border-radius: 0 10px 10px 0;
  margin-top: 1.5rem !important;
}

.fs-blog-article-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.fs-blog-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
  text-decoration: none !important;
  border: 2px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.2s ease, filter 0.18s ease, background 0.2s ease, border-color 0.2s ease;
}
.fs-blog-cta i {
  font-size: 1.35rem;
  flex-shrink: 0;
}
.fs-blog-cta--wa {
  background: linear-gradient(145deg, #22c55e 0%, #16a34a 45%, #15803d 100%);
  color: #fff !important;
  box-shadow: 0 14px 36px -10px rgba(34, 197, 94, 0.55);
}
.fs-blog-cta--wa:hover {
  color: #fff !important;
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 18px 44px -10px rgba(34, 197, 94, 0.62);
}
.fs-blog-cta--secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #e2e8f0 !important;
  border-color: rgba(148, 163, 184, 0.45);
  box-shadow: 0 8px 28px -12px rgba(0, 0, 0, 0.45);
}
.fs-blog-cta--secondary:hover {
  background: rgba(255, 255, 255, 0.11);
  color: #f8fafc !important;
  border-color: rgba(96, 165, 250, 0.65);
  transform: translateY(-2px);
}
.fs-blog-cta:focus-visible {
  outline: 3px solid rgba(96, 165, 250, 0.85);
  outline-offset: 3px;
}
@media (max-width: 480px) {
  .fs-blog-article-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .fs-blog-cta {
    width: 100%;
    justify-content: center;
  }
}

.fs-blog-related {
  background: rgba(8, 9, 11, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.fs-blog-related__title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #f1f5f9;
  margin: 0 0 22px;
  letter-spacing: -0.02em;
}
.fs-blog-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 991px) {
  .fs-blog-related__grid {
    grid-template-columns: 1fr;
  }
}
.fs-blog-related-card {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  color: inherit !important;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 14, 20, 0.85);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.fs-blog-related-card:hover {
  transform: translateY(-2px);
  border-color: rgba(59, 130, 246, 0.35);
}
.fs-blog-related-card__img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.fs-blog-related-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fs-blog-related-card__body {
  padding: 14px 14px 16px;
}
.fs-blog-related-card__cat {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #93c5fd;
}
.fs-blog-related-card__title {
  font-size: 14px;
  font-weight: 800;
  color: #f8fafc !important;
  margin: 6px 0 4px;
  line-height: 1.35;
}
.fs-blog-related-card__meta {
  font-size: 11.5px;
  color: rgba(148, 163, 184, 0.9);
}

/* ----- Installation hub (installation.html) ----- */
.fs-install-hub {
  position: relative;
  padding-top: 56px !important;
  padding-bottom: 72px !important;
}
.fs-install-hub .container {
  max-width: 1100px;
}
.fs-install-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #93c5fd;
  margin-bottom: 12px;
}
.fs-install-title {
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 800;
  color: #f8fafc !important;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0 auto 16px;
  max-width: 920px;
}
.fs-install-lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(148, 163, 184, 0.95) !important;
  max-width: 820px;
  margin: 0 auto 40px;
}
.fs-install-lead a {
  color: #93c5fd !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.fs-install-servers {
  margin-bottom: 28px;
  padding: 20px 22px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, rgba(18, 23, 34, 0.95), rgba(12, 15, 22, 0.88));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.fs-install-servers__label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(148, 163, 184, 0.85);
  margin-bottom: 12px;
}
.fs-install-servers__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fs-install-servers__pills a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: #e2e8f0 !important;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.35);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}
.fs-install-servers__pills a:hover {
  border-color: rgba(59, 130, 246, 0.45);
  background: rgba(37, 99, 235, 0.12);
  transform: translateY(-1px);
}
.fs-install-disclaimer {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 36px;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid rgba(251, 191, 36, 0.25);
  background: rgba(251, 191, 36, 0.06);
}
.fs-install-disclaimer__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(251, 191, 36, 0.15);
  color: #fcd34d;
  font-size: 18px;
}
.fs-install-disclaimer strong {
  color: #fef3c7;
}
.fs-install-disclaimer p {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.88) !important;
}
.fs-install-disclaimer code {
  font-size: 0.9em;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.35);
  color: #fde68a;
}
.fs-install-tabs-wrap {
  margin-bottom: 20px;
}
.fs-install-tabs-hint {
  font-size: 13px;
  color: rgba(148, 163, 184, 0.9) !important;
  margin-bottom: 12px;
}
.fs-install-devtabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.fs-install-devtab {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(15, 18, 26, 0.85);
  color: #cbd5e1 !important;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.fs-install-devtab:hover {
  border-color: rgba(59, 130, 246, 0.35);
  color: #f1f5f9 !important;
}
.fs-install-devtab.active {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.35), rgba(59, 130, 246, 0.15));
  border-color: rgba(59, 130, 246, 0.55);
  color: #fff !important;
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.2);
}
.fs-install-panels {
  margin-top: 8px;
}
.fs-install-devpanel {
  padding: 28px 26px 8px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(20, 25, 36, 0.92), rgba(10, 12, 18, 0.88));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}
.fs-install-devpanel[hidden] {
  display: none !important;
}
.fs-install-panel-intro h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #f8fafc !important;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}
.fs-install-panel-intro p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(148, 163, 184, 0.95) !important;
}
.fs-install-steps {
  margin: 0 0 24px;
  padding-left: 1.25rem;
  color: rgba(203, 213, 225, 0.95) !important;
  font-size: 15px;
  line-height: 1.65;
}
.fs-install-steps li {
  margin-bottom: 10px;
}
.fs-install-steps strong {
  color: #e2e8f0;
}
.fs-install-quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.fs-install-subtitle {
  font-size: 1.05rem;
  font-weight: 800;
  color: #f1f5f9 !important;
  margin: 28px 0 14px;
  letter-spacing: -0.02em;
}
.fs-install-table-wrap {
  margin-bottom: 8px;
}
.fs-install-table-caption {
  margin: -6px 0 14px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(148, 163, 184, 0.92) !important;
}
.fs-install-table-caption a {
  color: #93c5fd !important;
}
.fs-install-src {
  display: inline;
  font-size: 12px;
  font-weight: 500;
  color: rgba(148, 163, 184, 0.8);
}
.fs-install-src a {
  color: #7dd3fc !important;
  font-weight: 600;
}
.fs-install-table-note {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(203, 213, 225, 0.92) !important;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.fs-install-table-note strong {
  color: #f1f5f9;
}
.fs-install-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #cbd5e1 !important;
}
.fs-install-table th,
.fs-install-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: middle;
}
.fs-install-table th {
  text-align: left;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(148, 163, 184, 0.85) !important;
  background: rgba(0, 0, 0, 0.25);
}
.fs-install-table code {
  font-size: 13px;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.4);
  color: #7dd3fc;
}
.fs-install-table a {
  color: #93c5fd !important;
  word-break: break-all;
}
.fs-install-alt {
  font-size: 12px;
  color: rgba(148, 163, 184, 0.75);
  margin: 0 4px;
}
.fs-install-copy {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(37, 99, 235, 0.15);
  color: #bfdbfe !important;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.fs-install-copy:hover {
  background: rgba(37, 99, 235, 0.28);
  border-color: rgba(59, 130, 246, 0.45);
}
.fs-install-appgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 8px;
  margin-bottom: 12px;
}
.fs-install-appcard {
  padding: 18px 18px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 10, 15, 0.65);
  transition: border-color 0.2s ease, transform 0.15s ease;
}
.fs-install-appcard:hover {
  border-color: rgba(59, 130, 246, 0.28);
  transform: translateY(-2px);
}
.fs-install-appcard__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.fs-install-appcard__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(37, 99, 235, 0.18);
  color: #93c5fd;
  font-size: 17px;
}
.fs-install-appcard h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #f8fafc !important;
}
.fs-install-appcard > p {
  margin: 0 0 14px;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(148, 163, 184, 0.95) !important;
}
.fs-install-appcard__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fs-install-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #e2e8f0 !important;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.fs-install-btn:hover {
  border-color: rgba(59, 130, 246, 0.4);
  background: rgba(37, 99, 235, 0.12);
  color: #fff !important;
}
.fs-install-btn--primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border-color: rgba(59, 130, 246, 0.5);
  color: #fff !important;
}
.fs-install-btn--primary:hover {
  filter: brightness(1.06);
  color: #fff !important;
}
.fs-install-btn--sm {
  padding: 7px 12px;
  font-size: 12px;
  border-radius: 8px;
}
.fs-install-bullets {
  margin: 0 0 20px;
  padding-left: 1.2rem;
  color: rgba(203, 213, 225, 0.95) !important;
  font-size: 15px;
  line-height: 1.65;
}
.fs-install-bullets li {
  margin-bottom: 8px;
}
.fs-install-footnote {
  margin-top: 16px;
  font-size: 13px;
  color: rgba(148, 163, 184, 0.9) !important;
  line-height: 1.55;
}
.fs-install-cta {
  margin-top: 40px;
  text-align: center;
  padding: 28px 22px;
  border-radius: 16px;
  border: 1px solid rgba(59, 130, 246, 0.22);
  background: radial-gradient(ellipse 80% 120% at 50% 0%, rgba(37, 99, 235, 0.18), transparent 55%),
    rgba(12, 15, 22, 0.9);
}
.fs-install-cta p {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
  color: #f1f5f9 !important;
}
@media (max-width: 767px) {
  .fs-install-table th:nth-child(3),
  .fs-install-table td:nth-child(3) {
    display: none;
  }
}
