/**
 * OEM ASTRA J — Phase 5: Premium Footer Workshop (Desktop ≥901px)
 * FCP-inspired dark 4-column footer. Mobile uses footer-workshop-mobile.css.
 */

@media (min-width: 901px) {
  :root {
    --fw-bg: #1a1a1a;
    --fw-card: #222222;
    --fw-gold: #d4a93b;
    --fw-gold-soft: #e4c06a;
    --fw-white: #ffffff;
    --fw-text: #c7cdd6;
    --fw-muted: #9a9a9a;
    --fw-line: rgba(255, 255, 255, 0.1);
    --fw-gold-line: rgba(212, 169, 59, 0.35);
    --fw-wa: #25d366;
    --fw-radius: 20px;
    --fw-transition: 200ms ease;
  }

  /* Shell — white behind WHY; black starts at .fw-dark-zone */
  body > footer,
  body.is-home-page > footer {
    background: #ffffff !important;
    border-top: none !important;
    padding: 0 0 0 !important;
    margin: 0 !important;
    color: var(--fw-text) !important;
  }

  body > footer::before,
  body.is-home-page > footer::before {
    display: none !important;
  }

  /* Keep mobile footer block hidden on desktop */
  body > footer > #mobV2Footer,
  body.is-home-page > footer > #mobV2Footer {
    display: none !important;
  }

  body > footer > .footer-inner.footer-workshop,
  body.is-home-page > footer > .footer-inner.footer-workshop {
    display: block !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 10px 0 0 !important;
    box-sizing: border-box !important;
  }

  /* ── WHY CHOOSE OEM — mockup feature strip ── */
  .footer-workshop .why-oem-luxury-panel.fw-why,
  .footer-workshop .why-oem-luxury-panel.fw-why.why-oem-strip {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: min(1200px, calc(100% - 64px)) !important;
    margin: 0 auto 24px !important;
    padding: 24px 36px 20px !important;
    border-radius: 0 !important;
    border: none !important;
    background: #ffffff !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .footer-workshop .fw-why .why-oem-motion {
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    z-index: 0 !important;
    opacity: 0.55 !important;
    background:
      repeating-linear-gradient(
        -32deg,
        transparent 0,
        transparent 38px,
        rgba(0, 0, 0, 0.035) 38px,
        rgba(0, 0, 0, 0.035) 39px
      ) !important;
    -webkit-mask-image: linear-gradient(120deg, transparent 0%, #000 28%, #000 72%, transparent 100%) !important;
    mask-image: linear-gradient(120deg, transparent 0%, #000 28%, #000 72%, transparent 100%) !important;
  }

  /* Full-bleed black band for real footer content only */
  .footer-workshop .fw-dark-zone {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 max(32px, calc((100% - 1600px) / 2)) !important;
    box-sizing: border-box !important;
    background: var(--fw-bg) !important;
    color: var(--fw-text) !important;
    border-top: 1px solid var(--fw-line) !important;
  }

  /* Brand hero removed — logo lives in col 1 */
  .footer-workshop .fw-brand-hero {
    display: none !important;
  }

  .footer-workshop .fw-i18n-ar {
    display: none !important;
  }
  html[dir="rtl"] .footer-workshop .fw-i18n-en {
    display: none !important;
  }
  html[dir="rtl"] .footer-workshop .fw-i18n-ar {
    display: inline !important;
  }

  .footer-workshop .fw-why #whyOemSection.hero-why-title-section {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .footer-workshop .fw-why #whyOemSection .section-inner,
  .footer-workshop .fw-why .why-oem-strip-head {
    position: relative !important;
    z-index: 1 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 0 12px !important;
    text-align: left !important;
  }

  .footer-workshop .fw-why .why-oem-strip-glow {
    display: none !important;
  }

  body.is-home-page .footer-workshop .fw-why .why-oem-strip-label,
  .footer-workshop .fw-why .why-oem-strip-label {
    display: block !important;
    margin: 0 !important;
    font-size: clamp(26px, 2.4vw, 34px) !important;
    font-weight: 800 !important;
    letter-spacing: 0.06em !important;
    line-height: 1.05 !important;
    color: #1e5bb8 !important;
    text-transform: uppercase !important;
    text-align: left !important;
  }

  .footer-workshop .fw-why .why-oem-logo-mark,
  body.is-home-page .footer-workshop .fw-why .why-oem-logo-mark {
    display: inline !important;
    white-space: nowrap !important;
    font: inherit !important;
    font-size: 1em !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
    vertical-align: baseline !important;
  }

  .footer-workshop .fw-why .why-oem-logo-o,
  body.is-home-page .footer-workshop .fw-why .why-oem-logo-o {
    display: inline !important;
    background: conic-gradient(from 218deg, #D71920 0deg 78deg, #111111 78deg 360deg) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    font: inherit !important;
    font-size: 1em !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
    vertical-align: baseline !important;
  }

  .footer-workshop .fw-why .why-oem-logo-em,
  body.is-home-page .footer-workshop .fw-why .why-oem-logo-em {
    display: inline !important;
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
    font: inherit !important;
    font-size: 1em !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
    vertical-align: baseline !important;
  }

  body.is-home-page .footer-workshop .fw-why .hero-why-title,
  body.is-home-page .footer-workshop .fw-why .why-oem-strip-title,
  body.is-home-page .footer-workshop #whyOemSection .hero-why-title {
    display: none !important;
  }

  html[dir="rtl"] .footer-workshop .fw-why .why-oem-strip-label {
    letter-spacing: 0.04em !important;
    font-family: var(--font-ar, Cairo, sans-serif) !important;
  }
  html[dir="rtl"] .footer-workshop .fw-why .why-oem-feature-card h3,
  html[dir="rtl"] .footer-workshop .fw-why .why-oem-feature-card p,
  html[dir="rtl"] .footer-workshop .fw-why .why-oem-learn-more {
    font-family: var(--font-ar, Cairo, sans-serif) !important;
  }

  /* Horizontal bar: all 4 bubbles static (mobile keeps marquee in mobile-v2-why.css) */
  .footer-workshop .fw-why .why-oem-feature-viewport {
    --why-bubble-gap: 14px;
    position: relative !important;
    z-index: 1 !important;
    container-type: inline-size !important;
    container-name: why-bubbles-desk !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 2px 0 4px !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    cursor: default !important;
    touch-action: auto !important;
  }

  .footer-workshop .fw-why .why-oem-feature-grid,
  .footer-workshop .fw-why .why-oem-strip-grid,
  .footer-workshop .fw-why .why-oem-feature-track {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 0 !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
    will-change: auto !important;
    transition: none !important;
    transform: none !important;
  }

  .footer-workshop .fw-why .why-oem-feature-track.why-oem-marquee {
    animation: none !important;
  }

  .footer-workshop .fw-why .why-oem-feature-set[aria-hidden="true"] {
    display: none !important;
  }

  .footer-workshop .fw-why .why-oem-feature-set {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    flex: 1 1 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: var(--why-bubble-gap) !important;
    padding-inline-end: 0 !important;
    box-sizing: border-box !important;
  }

  .footer-workshop .fw-why .why-oem-feature-card {
    position: relative !important;
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    background: #ffffff !important;
    border-radius: 18px !important;
    box-shadow: none !important;
    border: 1px solid #dce3ee !important;
    padding: 22px 16px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 0 !important;
    min-height: 0 !important;
    box-sizing: border-box !important;
    transition: none !important;
  }

  .footer-workshop .fw-why .why-oem-feature-card:not(:last-child)::before {
    display: none !important;
  }

  .footer-workshop .fw-why .why-oem-feature-card:hover {
    transform: none !important;
    box-shadow: none !important;
    z-index: 1 !important;
  }

  .footer-workshop .fw-why .why-oem-feature-icon {
    width: 56px !important;
    height: 56px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #c9a227 !important;
    flex-shrink: 0 !important;
    margin: 0 0 14px !important;
    background: #1e5bb8 !important;
    border: none !important;
    border-radius: 50% !important;
    box-shadow: none !important;
  }

  .footer-workshop .fw-why .why-oem-feature-icon svg {
    width: 24px !important;
    height: 24px !important;
    stroke: currentColor !important;
    fill: none !important;
    stroke-width: 1.75 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  .footer-workshop .fw-why .why-oem-feature-card h3 {
    margin: 0 0 6px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #0f2d6b !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  .footer-workshop .fw-why .why-oem-feature-card p {
    margin: 0 auto 14px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    color: #6b7280 !important;
    max-width: 220px !important;
    text-align: center !important;
    flex: 0 0 auto !important;
  }

  .footer-workshop .fw-why .why-oem-feature-card::after {
    content: "" !important;
    display: block !important;
    width: 36px !important;
    height: 2px !important;
    margin: 0 auto !important;
    background: #c9a227 !important;
    border-radius: 1px !important;
  }

  .footer-workshop .fw-why .why-oem-learn-more {
    display: none !important;
  }

  .footer-workshop .fw-why .why-oem-learn-more:hover {
    color: #a8131a !important;
  }

  html[dir="rtl"] .footer-workshop .fw-why .why-oem-learn-more {
    flex-direction: row-reverse !important;
  }

  .footer-workshop .fw-why .why-oem-feature-accent,
  .footer-workshop .fw-why .why-oem-feature-brands {
    display: none !important;
  }

  @media (max-width: 1100px) {
    .footer-workshop .why-oem-luxury-panel.fw-why {
      padding: 22px 22px 18px !important;
    }

    .footer-workshop .fw-why .why-oem-strip-label {
      font-size: clamp(24px, 2.8vw, 32px) !important;
    }

    .footer-workshop .fw-why .why-oem-feature-viewport {
      --why-bubble-gap: 12px !important;
    }

    .footer-workshop .fw-why .why-oem-feature-card {
      padding: 14px 12px 12px !important;
    }

    .footer-workshop .fw-why .why-oem-feature-card h3 {
      font-size: 15px !important;
    }

    .footer-workshop .fw-why .why-oem-feature-card p {
      font-size: 12px !important;
    }
  }

  /* ── ZONE 1: CTA Banner (removed from HTML; styles kept inert) ── */
  .footer-workshop .fw-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) auto minmax(0, 1.2fr);
    align-items: center;
    gap: 28px 32px;
    min-height: 112px;
    padding: 28px 40px;
    border-radius: var(--fw-radius);
    border: 1px solid var(--fw-gold-line);
    background: linear-gradient(180deg, #111317 0%, #0c0e12 100%);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
  }

  .footer-workshop .fw-cta__left {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
  }

  .footer-workshop .fw-cta__wa-icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--fw-gold);
    border: 1.5px solid var(--fw-gold-line);
    border-radius: 999px;
    box-sizing: border-box;
  }

  .footer-workshop .fw-cta__wa-icon svg {
    width: 32px;
    height: 32px;
  }

  .footer-workshop .fw-cta__title {
    margin: 0 0 6px;
    font-size: clamp(18px, 1.35vw, 24px);
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.2;
    color: var(--fw-white);
    text-transform: uppercase;
  }

  .footer-workshop .fw-cta__title em {
    color: var(--fw-gold);
    font-style: normal;
  }

  .footer-workshop .fw-cta__sub {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--fw-muted);
    max-width: 34em;
  }

  .footer-workshop .fw-cta__center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }

  .footer-workshop .fw-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 48px;
    padding: 0 28px;
    border: none;
    border-radius: 12px;
    background: var(--fw-gold);
    color: #111317;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition:
      background var(--fw-transition),
      transform var(--fw-transition),
      box-shadow var(--fw-transition);
    box-shadow: 0 8px 24px rgba(212, 169, 59, 0.28);
    white-space: nowrap;
  }

  .footer-workshop .fw-cta__btn svg {
    width: 18px;
    height: 18px;
  }

  .footer-workshop .fw-cta__btn:hover,
  .footer-workshop .fw-cta__btn:focus-visible {
    background: var(--fw-gold-soft);
    transform: translateY(-2px);
    outline: none;
  }

  .footer-workshop .fw-cta__hint {
    margin: 0;
    font-size: 12px;
    color: var(--fw-muted);
  }

  .footer-workshop .fw-cta__trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    min-width: 0;
  }

  .footer-workshop .fw-trust {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    padding: 0 10px;
    border-inline-start: 1px solid var(--fw-gold-line);
  }

  .footer-workshop .fw-trust:first-child {
    border-inline-start: none;
  }

  .footer-workshop .fw-trust__icon {
    color: var(--fw-gold);
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
  }

  .footer-workshop .fw-trust__icon svg {
    width: 22px;
    height: 22px;
  }

  .footer-workshop .fw-trust strong {
    font-size: 12px;
    font-weight: 700;
    color: var(--fw-gold);
    letter-spacing: 0.02em;
  }

  .footer-workshop .fw-trust span {
    font-size: 11px;
    color: var(--fw-muted);
    line-height: 1.3;
  }

  /* ── ZONE 2: Main 4-column grid (Brand | Service | About | Contact) ── */
  .footer-workshop .fw-main.footer-grid {
    display: grid !important;
    grid-template-columns: minmax(220px, 1.15fr) repeat(3, minmax(0, 1fr)) !important;
    gap: 36px 40px !important;
    padding: 48px 0 40px !important;
    margin: 0 !important;
    border: none !important;
    align-items: start !important;
  }

  .footer-workshop .fw-col-brand { order: 1 !important; }
  .footer-workshop .fw-col-support { order: 2 !important; }
  .footer-workshop .fw-col-about { order: 3 !important; }
  .footer-workshop .fw-col-contact { order: 4 !important; }

  .footer-workshop .footer-col h4 {
    position: relative !important;
    margin: 0 0 18px !important;
    padding: 0 0 10px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    color: var(--fw-white) !important;
  }

  .footer-workshop .footer-col h4::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 36px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.35) !important;
  }

  html[dir="rtl"] .footer-workshop .footer-col h4::after {
    left: auto !important;
    right: 0 !important;
  }

  /* Col 1 — Brand identity */
  .footer-workshop .fw-col-brand {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: start !important;
    gap: 16px !important;
    padding-top: 0 !important;
    min-height: 0 !important;
  }

  .footer-workshop .fw-col-brand .fw-logo {
    display: block !important;
    width: auto !important;
    height: 64px !important;
    max-width: 220px !important;
    object-fit: contain !important;
    margin: 0 !important;
    filter: none !important;
  }

  .footer-workshop .fw-brand-tagline {
    margin: 0 !important;
    max-width: 28em !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    color: var(--fw-muted) !important;
  }

  .footer-workshop .fw-contact-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 0 22px !important;
    border: 1.5px solid rgba(255, 255, 255, 0.75) !important;
    border-radius: 6px !important;
    background: transparent !important;
    color: var(--fw-white) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition:
      background 180ms ease,
      color 180ms ease,
      border-color 180ms ease !important;
  }

  .footer-workshop .fw-contact-btn:hover,
  .footer-workshop .fw-contact-btn:focus-visible {
    background: var(--fw-white) !important;
    color: #1a1a1a !important;
    border-color: var(--fw-white) !important;
    outline: none !important;
  }

  .footer-workshop .fw-brand-label,
  .footer-workshop .fw-col-brand .footer-desc,
  .footer-workshop .footer-highlights,
  .footer-workshop .fw-trust-block,
  .footer-workshop .fw-help-card {
    display: none !important;
  }

  .footer-workshop .fw-logo {
    display: block;
    width: auto;
    height: 64px;
    max-width: 220px;
    object-fit: contain;
    margin: 0;
    filter: none;
  }

  .footer-workshop .fw-social.footer-social {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    gap: 10px !important;
    margin: 4px 0 0 !important;
  }

  .footer-workshop .footer-social-btn {
    width: 40px !important;
    height: 40px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    background: transparent !important;
    color: var(--fw-white) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition:
      color 180ms ease,
      border-color 180ms ease,
      background 180ms ease !important;
  }

  .footer-workshop .footer-social-btn svg {
    width: 17px !important;
    height: 17px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
  }

  .footer-workshop .footer-social-btn:hover,
  .footer-workshop .footer-social-btn:focus-visible {
    color: #1a1a1a !important;
    background: var(--fw-white) !important;
    border-color: var(--fw-white) !important;
    transform: none !important;
    outline: none !important;
  }

  .footer-workshop .fw-social-wa:hover,
  .footer-workshop .fw-social-wa:focus-visible {
    color: #ffffff !important;
    background: var(--fw-wa) !important;
    border-color: var(--fw-wa) !important;
  }

  .footer-workshop .fw-link-list,
  .footer-workshop .footer-col ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 11px !important;
  }

  .footer-workshop .fw-link-list a,
  .footer-workshop .footer-col ul li a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b0b0b0 !important;
    text-decoration: none !important;
    padding: 0 !important;
    transition:
      color 150ms ease,
      transform 150ms ease !important;
  }

  .footer-workshop .fw-link-list a:hover,
  .footer-workshop .footer-col ul li a:hover,
  .footer-workshop .fw-link-list a:focus-visible,
  .footer-workshop .footer-col ul li a:focus-visible {
    color: var(--fw-white) !important;
    transform: translateX(3px);
    outline: none;
  }

  html[dir="rtl"] .footer-workshop .fw-link-list a:hover,
  html[dir="rtl"] .footer-workshop .footer-col ul li a:hover,
  html[dir="rtl"] .footer-workshop .fw-link-list a:focus-visible,
  html[dir="rtl"] .footer-workshop .footer-col ul li a:focus-visible {
    transform: translateX(-3px);
  }

  .footer-workshop .footer-contact-list,
  .footer-workshop .fw-contact-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .footer-workshop .footer-contact-list li,
  .footer-workshop .footer-contact-list a {
    font-size: 14px !important;
    color: #b0b0b0 !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
  }

  .footer-workshop .fw-help-lead {
    margin: 0 0 14px !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    color: var(--fw-muted) !important;
    max-width: 28em !important;
  }

  .footer-workshop .fw-wa-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    margin: 0 0 18px !important;
    border-radius: 8px !important;
    background: var(--fw-wa) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.22) !important;
    transition:
      filter 160ms ease,
      transform 160ms ease !important;
  }

  .footer-workshop .fw-wa-cta svg {
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0 !important;
  }

  .footer-workshop .fw-wa-cta:hover,
  .footer-workshop .fw-wa-cta:focus-visible {
    filter: brightness(1.06) !important;
    transform: translateY(-1px) !important;
    outline: none !important;
  }

  .footer-workshop .fw-contact-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    justify-content: flex-start !important;
    transition: color 150ms ease, transform 150ms ease !important;
  }

  .footer-workshop .fw-contact-link:hover {
    color: var(--fw-white) !important;
    transform: translateX(3px);
  }

  html[dir="rtl"] .footer-workshop .fw-contact-link:hover {
    transform: translateX(-3px);
  }

  .footer-workshop .fw-contact-ico {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    color: var(--fw-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.75;
  }

  .footer-workshop .fw-contact-ico svg {
    width: 18px;
    height: 18px;
    stroke-width: 2;
  }

  .footer-workshop .fw-contact-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding-inline-start: 0 !important;
  }

  .footer-workshop .footer-contact-list a:hover {
    color: var(--fw-white) !important;
  }

  /* ── ZONE 3: Info strip ── */
  .footer-workshop .fw-strip {
    display: grid;
    grid-template-columns: 1fr 1.35fr 1fr;
    align-items: center;
    justify-items: center;
    gap: 24px;
    min-height: 84px;
    padding: 20px 0;
    border-top: 1px solid var(--fw-line);
    box-sizing: border-box;
  }

  .footer-workshop .fw-strip__block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 0;
    padding: 0 12px;
    width: 100%;
  }

  .footer-workshop .fw-strip__block:not(:first-child) {
    border-inline-start: 1px solid rgba(255, 255, 255, 0.12);
  }

  .footer-workshop .fw-strip__icon {
    flex-shrink: 0;
    color: var(--fw-white);
    opacity: 0.7;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .footer-workshop .fw-strip__icon svg {
    width: 22px;
    height: 22px;
    stroke-width: 2;
  }

  .footer-workshop .fw-strip__block strong {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: var(--fw-white);
    text-transform: uppercase;
    margin-bottom: 3px;
  }

  .footer-workshop .fw-strip__block span {
    font-size: 12px;
    color: var(--fw-muted);
    line-height: 1.4;
  }

  .footer-workshop .fw-strip__pay {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }

  .footer-workshop .fw-strip__pay-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: var(--fw-muted);
  }

  .footer-workshop .fw-pay-methods.pay-methods {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 0 !important;
  }

  .footer-workshop .pay-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    min-height: 34px;
    padding: 4px 10px !important;
    border-radius: 8px !important;
    background: var(--fw-card) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
  }

  .footer-workshop .pay-badge-label,
  .footer-workshop .fw-pay-text {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: var(--fw-text) !important;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  /* ── ZONE 4: Copyright ── */
  .footer-workshop .footer-bottom.fw-copy {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    min-height: 52px !important;
    padding: 14px 0 20px !important;
    margin: 0 !important;
    border-top: 1px solid var(--fw-line) !important;
    text-align: center !important;
  }

  .footer-workshop .footer-copy {
    font-size: 13px !important;
    color: var(--fw-muted) !important;
    line-height: 1.5 !important;
  }

  .footer-workshop .footer-copy em {
    color: var(--fw-white) !important;
    font-style: normal !important;
    font-weight: 700 !important;
  }

  .footer-workshop .fw-legal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
    font-size: 12px;
  }

  .footer-workshop .fw-legal a {
    color: var(--fw-muted);
    text-decoration: none;
    transition: color var(--fw-transition), transform var(--fw-transition);
  }

  .footer-workshop .fw-legal a:hover,
  .footer-workshop .fw-legal a:focus-visible {
    color: var(--fw-white);
    transform: translateY(-1px);
    outline: none;
  }

  .footer-workshop .fw-legal span {
    color: rgba(154, 154, 154, 0.45);
  }

  /* Subtle column separators */
  .footer-workshop .fw-col-support,
  .footer-workshop .fw-col-about,
  .footer-workshop .fw-col-contact {
    position: relative !important;
    padding-inline-start: 28px !important;
    border-inline-start: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  .footer-workshop .fw-col-brand {
    padding-inline-start: 0 !important;
    border-inline-start: none !important;
  }

  @media (max-width: 1200px) {
    .footer-workshop .fw-main.footer-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 32px 28px !important;
    }

    .footer-workshop .fw-col-support,
    .footer-workshop .fw-col-about,
    .footer-workshop .fw-col-contact,
    .footer-workshop .fw-col-brand {
      padding-inline-start: 0 !important;
      border-inline-start: none !important;
    }
  }
  @media (min-width: 1280px) {
    .footer-workshop .fw-cta {
      padding: 32px 44px;
    }
  }

}

/* Mobile: desktop workshop footer (incl. WHY strip) hidden — #mobV2Footer + .mob-v2-why own mobile UX */
@media (max-width: 900px) {
  body > footer > .footer-inner.footer-workshop {
    display: none !important;
  }
}

/* WHY OEM strip removed — hide on all viewports (footer dark band + conversion cards stay) */
.footer-workshop .why-oem-luxury-panel.fw-why,
.footer-workshop .why-oem-luxury-panel.fw-why.why-oem-strip,
body.is-home-page .footer-workshop .why-oem-luxury-panel.fw-why {
  display: none !important;
}
