/* =========================================================
   WORK LIGHT LANDING PAGE
   Scoped بالكامل داخل .wl-page
   لا يحتوي على أي CSS عام لتجنب التعارض مع EasyOrder
========================================================= */

.wl-page {
    --wl-red: #e31b23;
    --wl-dark: #111111;
    --wl-dark-2: #1b1b1b;
    --wl-gray: #666666;
    --wl-light: #f7f7f7;
    --wl-border: #e7e7e7;
    --wl-white: #ffffff;
    --wl-green: #159447;
  
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: right;
    font-family: Arial, Tahoma, sans-serif;
    color: var(--wl-dark);
    background: var(--wl-white);
    overflow: hidden;
    box-sizing: border-box;
  }
  
  .wl-page *,
  .wl-page *::before,
  .wl-page *::after {
    box-sizing: border-box;
  }
  
  .wl-page img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  .wl-page a {
    text-decoration: none;
  }
  
  .wl-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .wl-section {
    width: 100%;
    padding: 70px 0;
  }
  
  
  /* =========================================================
     BUTTONS
  ========================================================= */
  
  .wl-cta-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px 55px;
    background: var(--wl-white);
  }
  
  .wl-btn {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: min(100%, 480px);
    min-height: 62px;
    padding: 13px 25px;
    border-radius: 12px;
    background: var(--wl-red);
    color: #ffffff !important;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(227, 27, 35, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  .wl-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(227, 27, 35, 0.32);
  }
  
  .wl-btn small {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.9;
  }
  
  
  /* =========================================================
     HERO
  ========================================================= */
  /* =========================================================
   HERO - CLEAN SPLIT DESIGN
========================================================= */

.wl-hero {
    position: relative;
    width: 100%;
    min-height: 650px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    direction: ltr;
    background: #111111;
    overflow: hidden;
  }
  
  /* صورة المنتج */
  .wl-hero-image {
    position: relative;
    width: 100%;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background: #eeeeee;
    overflow: hidden;
  }
  
  .wl-hero-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(17, 17, 17, 0.15) 50%,
      #111111 100%
    );
    pointer-events: none;
  }
  
  .wl-hero-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 650px;
    max-height: 600px;
    object-fit: contain;
    object-position: center;
  }
  
  /* محتوى الهيدر */
  .wl-hero-content {
    position: relative;
    z-index: 3;
    direction: rtl;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 55px 55px 55px 45px;
    background:
      radial-gradient(
        circle at 20% 30%,
        rgba(227, 27, 35, 0.12),
        transparent 35%
      ),
      #111111;
    color: #ffffff;
  }
  
  .wl-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 20px;
    margin-bottom: 18px;
    border-radius: 9px;
    background: #ffd400;
    color: #111111;
    font-size: 22px;
    font-weight: 900;
    transform: rotate(-2deg);
  }
  
  .wl-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #ff4b52;
    font-size: 17px;
    font-weight: 800;
  }
  
  .wl-hero-content h1 {
    max-width: 620px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -1px;
  }
  
  .wl-hero-content h1 strong {
    display: block;
    margin-top: 12px;
    color: #ffffff;
    font-size: clamp(22px, 2.5vw, 31px);
    line-height: 1.4;
  }
  
  .wl-hero-content > p {
    max-width: 570px;
    margin: 0 0 22px;
    color: #dddddd;
    font-size: 17px;
    line-height: 1.9;
  }
  
  .wl-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 25px;
  }
  
  .wl-hero-features span {
    display: inline-flex;
    align-items: center;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
  }
  
  .wl-btn-hero {
    width: min(100%, 430px);
    min-height: 64px;
  }
  
  
  /* =========================================================
     HERO - TABLET
  ========================================================= */
  
  @media (max-width: 900px) {
  
    .wl-hero {
      grid-template-columns: 1fr 1fr;
      min-height: 570px;
    }
  
    .wl-hero-image {
      min-height: 570px;
      padding: 15px;
    }
  
    .wl-hero-image::after {
      width: 100px;
    }
  
    .wl-hero-content {
      padding: 40px 30px;
    }
  
    .wl-hero-content h1 {
      font-size: 42px;
    }
  
    .wl-hero-content h1 strong {
      font-size: 21px;
    }
  
    .wl-hero-content > p {
      font-size: 15px;
    }
  }
  
  
  /* =========================================================
     HERO - MOBILE
  ========================================================= */
  
  @media (max-width: 600px) {
  
    .wl-hero {
      display: flex;
      flex-direction: column;
      min-height: auto;
      direction: rtl;
    }
  
    .wl-hero-image {
      order: 1;
      width: 100%;
      height: auto;
      min-height: 0;
      padding: 15px 15px 5px;
      background: #eeeeee;
    }
  
    .wl-hero-image img {
      width: 100%;
      height: auto;
      max-width: 100%;
      max-height: 390px;
      object-fit: contain;
    }
  
    .wl-hero-image::after {
      display: none;
    }
  
    .wl-hero-content {
      order: 2;
      width: 100%;
      padding: 32px 18px 40px;
      align-items: center;
      text-align: center;
    }
  
    .wl-badge {
      margin-bottom: 14px;
      font-size: 19px;
      padding: 8px 17px;
    }
  
    .wl-eyebrow {
      font-size: 14px;
    }
  
    .wl-hero-content h1 {
      width: 100%;
      margin-bottom: 15px;
      font-size: 40px;
      line-height: 1.08;
    }
  
    .wl-hero-content h1 strong {
      margin-top: 10px;
      font-size: 21px;
      line-height: 1.45;
    }
  
    .wl-hero-content > p {
      width: 100%;
      margin-bottom: 20px;
      font-size: 15px;
      line-height: 1.8;
    }
  
    .wl-hero-features {
      justify-content: center;
      margin-bottom: 22px;
    }
  
    .wl-hero-features span {
      font-size: 12px;
      padding: 8px 9px;
    }
  
    .wl-btn-hero {
      width: 100%;
      min-height: 60px;
    }
  }
  
  
  /* =========================================================
     HERO - SMALL PHONES
  ========================================================= */
  
  @media (max-width: 380px) {
  
    .wl-hero-image img {
      max-height: 330px;
    }
  
    .wl-hero-content {
      padding-right: 14px;
      padding-left: 14px;
    }
  
    .wl-hero-content h1 {
      font-size: 35px;
    }
  
    .wl-hero-content h1 strong {
      font-size: 19px;
    }
  
    .wl-hero-content > p {
      font-size: 14px;
    }
  }
  
  
  /* =========================================================
     SECTION HEADINGS
  ========================================================= */
  
  .wl-heading {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
  }
  
  .wl-section-tag {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--wl-red);
    font-size: 15px;
    font-weight: 800;
  }
  
  .wl-heading h2,
  .wl-text h2,
  .wl-showcase-content h2,
  .wl-package h2 {
    margin: 0 0 15px;
    color: var(--wl-dark);
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.25;
    font-weight: 900;
  }
  
  .wl-heading p {
    margin: 0;
    color: var(--wl-gray);
    font-size: 17px;
    line-height: 1.8;
  }
  
  
  /* =========================================================
     INTRO
  ========================================================= */
  
  .wl-intro {
    background: #ffffff;
  }
  
  .wl-intro-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 55px;
    align-items: center;
  }
  
  .wl-image-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #111111;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  }
  
  .wl-image-card img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
  }
  
  .wl-image-label {
    position: absolute;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 13px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.72);
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
  }
  
  .wl-text p {
    margin: 0 0 18px;
    color: #555555;
    font-size: 18px;
    line-height: 1.95;
  }
  
  
  /* =========================================================
     BENEFITS
  ========================================================= */
  
  .wl-benefits {
    background: var(--wl-light);
  }
  
  .wl-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  
  .wl-benefit {
    padding: 30px 22px;
    border: 1px solid var(--wl-border);
    border-radius: 16px;
    background: #ffffff;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  .wl-benefit:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  }
  
  .wl-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #fff1f2;
    font-size: 27px;
  }
  
  .wl-benefit h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 900;
  }
  
  .wl-benefit p {
    margin: 0;
    color: var(--wl-gray);
    font-size: 15px;
    line-height: 1.8;
  }
  
  
  /* =========================================================
     SHOWCASE
  ========================================================= */
  
  .wl-showcase {
    background: #ffffff;
  }
  
  .wl-showcase-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 55px;
    align-items: center;
  }
  
  .wl-product-image {
    padding: 25px;
    border-radius: 20px;
    background: #f7f7f7;
  }
  
  .wl-product-image img {
    width: 100%;
    max-height: 540px;
    object-fit: contain;
    margin: auto;
  }
  
  .wl-showcase-content p {
    margin: 0 0 20px;
    color: #555555;
    font-size: 18px;
    line-height: 1.9;
  }
  
  .wl-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .wl-check-list li {
    padding: 11px 0;
    border-bottom: 1px solid #eeeeee;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
  }
  
  
  /* =========================================================
     MOUNTING
  ========================================================= */
  
  .wl-mounting {
    background: #f7f7f7;
  }
  
  .wl-mount-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  
  .wl-mount-card {
    position: relative;
    padding: 35px 25px;
    border-radius: 18px;
    background: #ffffff;
    text-align: center;
    overflow: hidden;
  }
  
  .wl-mount-number {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #eeeeee;
    font-size: 45px;
    font-weight: 900;
    line-height: 1;
  }
  
  .wl-mount-icon {
    position: relative;
    z-index: 1;
    font-size: 42px;
    margin-bottom: 14px;
  }
  
  .wl-mount-card h3 {
    margin: 0 0 10px;
    font-size: 21px;
    font-weight: 900;
  }
  
  .wl-mount-card p {
    margin: 0;
    color: #666666;
    font-size: 15px;
    line-height: 1.8;
  }
  
  
  /* =========================================================
     LIGHT MODES
  ========================================================= */
  
  .wl-modes {
    background: #ffffff;
  }
  
  .wl-mode-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
  
  .wl-mode-card {
    padding: 30px 18px;
    border-radius: 16px;
    background: #111111;
    color: #ffffff;
    text-align: center;
  }
  
  .wl-mode-icon {
    display: block;
    margin-bottom: 13px;
    font-size: 35px;
  }
  
  .wl-mode-card h3 {
    margin: 0 0 9px;
    font-size: 19px;
    font-weight: 900;
  }
  
  .wl-mode-card p {
    margin: 0;
    color: #cccccc;
    font-size: 14px;
    line-height: 1.7;
  }
  
  
  /* =========================================================
     USE CASES
  ========================================================= */
  
  .wl-usecases {
    background: #f7f7f7;
  }
  
  .wl-use-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .wl-use-card {
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
  }
  
  .wl-use-card img {
    width: 100%;
    height: 310px;
    object-fit: cover;
  }
  
  .wl-use-content {
    padding: 23px;
  }
  
  .wl-use-content h3,
  .wl-use-simple h3 {
    margin: 0 0 9px;
    font-size: 21px;
    font-weight: 900;
  }
  
  .wl-use-content p,
  .wl-use-simple p {
    margin: 0;
    color: #666666;
    font-size: 15px;
    line-height: 1.8;
  }
  
  .wl-use-simple {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
  }
  
  .wl-use-big-icon {
    margin-bottom: 10px;
    font-size: 45px;
  }
  
  
  /* =========================================================
     DETAILS
  ========================================================= */
  
  .wl-details {
    background: #ffffff;
  }
  
  .wl-details-box {
    max-width: 900px;
    margin: auto;
    overflow: hidden;
    border: 1px solid var(--wl-border);
    border-radius: 15px;
  }
  
  .wl-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 17px 20px;
    border-bottom: 1px solid var(--wl-border);
  }
  
  .wl-detail-row:last-child {
    border-bottom: 0;
  }
  
  .wl-detail-row:nth-child(even) {
    background: #fafafa;
  }
  
  .wl-detail-row span {
    color: #666666;
    font-size: 15px;
  }
  
  .wl-detail-row strong {
    color: #111111;
    font-size: 15px;
    text-align: left;
  }
  
  
  /* =========================================================
     PACKAGE
  ========================================================= */
  
  .wl-package {
    background: #f7f7f7;
  }
  
  .wl-package-grid {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 50px;
    align-items: center;
  }
  
  .wl-package-list {
    margin-top: 25px;
  }
  
  .wl-package-list div {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 0;
    border-bottom: 1px solid #e3e3e3;
  }
  
  .wl-package-list span {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    border-radius: 50%;
    background: var(--wl-red);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
  }
  
  .wl-package-list strong {
    font-size: 16px;
  }
  
  .wl-package-image {
    padding: 20px;
    border-radius: 20px;
    background: #ffffff;
  }
  
  .wl-package-image img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
  }
  
  
  /* =========================================================
     FINAL
  ========================================================= */
  
  .wl-final {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    background-image: url("https://files.easy-orders.net/1788308324315039435.webp");
    background-size: cover;
    background-position: center;
    isolation: isolate;
  }
  
  .wl-final-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.82);
  }
  
  .wl-final-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 75px;
    padding-bottom: 75px;
    color: #ffffff;
    text-align: center;
  }
  
  .wl-final-discount {
    margin-bottom: 15px;
    padding: 10px 20px;
    border-radius: 8px;
    background: #ffd400;
    color: #111111;
    font-size: 23px;
    font-weight: 900;
  }
  
  .wl-final-content > span {
    margin-bottom: 10px;
    color: #ff5258;
    font-size: 17px;
    font-weight: 800;
  }
  
  .wl-final h2 {
    max-width: 760px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.15;
    font-weight: 900;
  }
  
  .wl-final h2 strong {
    display: block;
    margin-top: 10px;
    color: #ffffff;
    font-size: clamp(20px, 3vw, 29px);
    line-height: 1.4;
  }
  
  .wl-final-content > p {
    max-width: 650px;
    margin: 0 0 28px;
    color: #dddddd;
    font-size: 17px;
    line-height: 1.9;
  }
  
  .wl-btn-final {
    width: min(100%, 430px);
    min-height: 68px;
    font-size: 21px;
  }
  
  .wl-final-note {
    margin-top: 15px;
    color: #cccccc;
    font-size: 13px;
  }
  
  
  /* =========================================================
     MOBILE
  ========================================================= */
  
  @media (max-width: 900px) {
  
    .wl-section {
      padding: 55px 0;
    }
  
    .wl-hero {
      min-height: 680px;
      background-position: 62% center;
    }
  
    .wl-hero-overlay {
      background:
        linear-gradient(
          180deg,
          rgba(0, 0, 0, 0.76) 0%,
          rgba(0, 0, 0, 0.88) 75%,
          rgba(0, 0, 0, 0.94) 100%
        );
    }
  
    .wl-intro-grid,
    .wl-showcase-grid,
    .wl-package-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }
  
    .wl-benefit-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .wl-mode-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .wl-mount-grid {
      grid-template-columns: 1fr;
    }
  
    .wl-package-grid {
      gap: 25px;
    }
  }
  
  
  @media (max-width: 600px) {
  
    .wl-container {
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .wl-section {
      padding: 45px 0;
    }
  
    .wl-hero {
      min-height: 700px;
      background-position: 60% center;
    }
  
    .wl-hero-content {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  
    .wl-badge {
      margin-bottom: 17px;
      font-size: 19px;
    }
  
    .wl-eyebrow {
      font-size: 15px;
    }
  
    .wl-hero h1 {
      font-size: 43px;
      line-height: 1.05;
    }
  
    .wl-hero h1 strong {
      font-size: 22px;
      line-height: 1.4;
    }
  
    .wl-hero-content > p {
      font-size: 16px;
      line-height: 1.8;
    }
  
    .wl-hero-features {
      gap: 7px;
    }
  
    .wl-hero-features span {
      font-size: 12px;
      padding: 8px 9px;
    }
  
    .wl-btn {
      width: 100%;
      min-height: 58px;
      padding: 12px 15px;
      font-size: 17px;
      border-radius: 10px;
    }
  
    .wl-cta-wrap {
      padding: 0 15px 42px;
    }
  
    .wl-heading {
      margin-bottom: 30px;
    }
  
    .wl-heading h2,
    .wl-text h2,
    .wl-showcase-content h2,
    .wl-package h2 {
      font-size: 29px;
    }
  
    .wl-heading p {
      font-size: 15px;
    }
  
    .wl-image-card img {
      min-height: 280px;
    }
  
    .wl-text p,
    .wl-showcase-content p {
      font-size: 16px;
    }
  
    .wl-benefit-grid {
      grid-template-columns: 1fr;
      gap: 12px;
    }
  
    .wl-benefit {
      padding: 25px 18px;
    }
  
    .wl-showcase-grid {
      gap: 25px;
    }
  
    .wl-product-image {
      padding: 12px;
    }
  
    .wl-mode-grid {
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }
  
    .wl-mode-card {
      padding: 24px 10px;
    }
  
    .wl-mode-card h3 {
      font-size: 16px;
    }
  
    .wl-mode-card p {
      font-size: 13px;
    }
  
    .wl-use-grid {
      grid-template-columns: 1fr;
      gap: 12px;
    }
  
    .wl-use-card img {
      height: 270px;
    }
  
    .wl-use-simple {
      min-height: 200px;
    }
  
    .wl-detail-row {
      align-items: flex-start;
      padding: 14px;
    }
  
    .wl-detail-row span,
    .wl-detail-row strong {
      font-size: 13px;
    }
  
    .wl-detail-row strong {
      max-width: 58%;
    }
  
    .wl-package-image {
      padding: 10px;
    }
  
    .wl-final {
      min-height: 620px;
    }
  
    .wl-final-content {
      padding-top: 55px;
      padding-bottom: 55px;
    }
  
    .wl-final h2 {
      font-size: 37px;
    }
  
    .wl-final h2 strong {
      font-size: 21px;
    }
  
    .wl-final-content > p {
      font-size: 15px;
    }
  
    .wl-btn-final {
      font-size: 18px;
    }
  }
  
  
  @media (max-width: 380px) {
  
    .wl-hero h1 {
      font-size: 37px;
    }
  
    .wl-hero h1 strong {
      font-size: 20px;
    }
  
    .wl-mode-grid {
      grid-template-columns: 1fr;
    }
  
    .wl-final h2 {
      font-size: 32px;
    }
  }