:root {
      --bg: #05090a;
      --panel: rgba(10, 20, 22, 0.70);
      --panel-strong: rgba(8, 17, 19, 0.88);
      --text: #f5f8f8;
      --muted: #a8b8b9;
      --teal: #18c9c3;
      --teal-2: #0e8f92;
      --orange: #ff6a2a;
      --line: rgba(255,255,255,.10);
      --shadow: 0 24px 80px rgba(0,0,0,.45);
      --radius: 22px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      min-height: 100vh;
      color: var(--text);
      background: var(--bg);
      font-family: "Alexandria", "Segoe UI", Tahoma, Arial, sans-serif;
      overflow-x: hidden;
    }

    a { color: inherit; text-decoration: none; }
    button, a { -webkit-tap-highlight-color: transparent; }

    .hero {
      position: relative;
      min-height: 100svh;
      isolation: isolate;
      overflow: hidden;
      background: #061012;
    }

    .hero__video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 30% center;
      z-index: 0;
      filter: saturate(.92) contrast(1.06) brightness(.78);
    }

    /* Keeps the right side readable for Arabic content while leaving the left visual visible. */
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background:
        linear-gradient(90deg, rgba(1,7,8,.08) 0%, rgba(2,9,10,.12) 35%, rgba(2,9,10,.67) 70%, rgba(2,9,10,.96) 100%),
        linear-gradient(180deg, rgba(0,0,0,.34) 0%, transparent 31%, rgba(0,0,0,.30) 100%);
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto -15% -55% 30%;
      height: 75%;
      z-index: 2;
      background: radial-gradient(circle, rgba(22,201,195,.16), transparent 63%);
      filter: blur(26px);
      pointer-events: none;
    }

    .noise {
      position: absolute;
      inset: 0;
      z-index: 3;
      opacity: .035;
      pointer-events: none;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
    }

    .wrap {
      width: min(1180px, calc(100% - 40px));
      margin-inline: auto;
    }

    .header {
      position: absolute;
      top: 22px;
      left: 0;
      right: 0;
      z-index: 20;
    }

    .nav-shell {
      min-height: 66px;
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 22px;
      padding: 8px 10px 8px 14px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: linear-gradient(180deg, rgba(20,27,29,.84), rgba(7,14,16,.74));
      backdrop-filter: blur(18px) saturate(1.15);
      -webkit-backdrop-filter: blur(18px) saturate(1.15);
      box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.06);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      min-width: max-content;
      padding-inline: 8px 12px;
    }

    .brand-logo {
      display: block;
      width: auto;
      height: 38px;
      object-fit: contain;
    }

    .brand-mark {
      position: relative;
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      color: #fff;
      font-weight: 800;
      font-size: 13px;
      line-height: .83;
      letter-spacing: -.8px;
    }

    .brand-mark::before,
    .brand-mark::after {
      content: "";
      position: absolute;
      inset: 2px;
      border: 2px solid var(--teal);
      clip-path: polygon(0 0, 36% 0, 36% 7%, 7% 7%, 7% 36%, 0 36%, 0 0, 100% 0, 100% 36%, 93% 36%, 93% 7%, 64% 7%, 64% 0, 100% 0, 100% 100%, 64% 100%, 64% 93%, 93% 93%, 93% 64%, 100% 64%, 100% 100%, 0 100%, 0 64%, 7% 64%, 7% 93%, 36% 93%, 36% 100%, 0 100%);
    }

    .brand-mark::after {
      inset: 7px;
      border-color: rgba(255,106,42,.76);
      opacity: .58;
    }

    .brand-name {
      font-weight: 800;
      font-size: 17px;
      letter-spacing: .4px;
    }

    .nav-links {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: clamp(16px, 2.2vw, 32px);
      font-size: 14px;
      color: #d7dfdf;
    }

    .nav-links a {
      position: relative;
      padding: 12px 2px;
      transition: color .25s ease;
    }

    .nav-links a::after {
      content: "";
      position: absolute;
      right: 0;
      left: 0;
      bottom: 5px;
      height: 2px;
      border-radius: 99px;
      background: linear-gradient(90deg, var(--teal), var(--orange));
      transform: scaleX(0);
      transform-origin: center;
      transition: transform .25s ease;
    }

    .nav-links a:hover,
    .nav-links a:focus-visible { color: #fff; }
    .nav-links a:hover::after,
    .nav-links a:focus-visible::after { transform: scaleX(1); }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: max-content;
    }

    .login {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 17px;
      border-radius: 999px;
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.08);
      color: #edf3f3;
      font-size: 13px;
      transition: background .25s ease, transform .25s ease;
    }

    .login:hover { background: rgba(255,255,255,.12); transform: translateY(-1px); }

    .warranty {
      min-height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 22px;
      border-radius: 999px;
      color: #061012;
      font-weight: 800;
      font-size: 13px;
      background: linear-gradient(135deg, #29ddd5, #10a7aa);
      box-shadow: 0 10px 30px rgba(18,190,187,.25), inset 0 1px 0 rgba(255,255,255,.45);
      transition: transform .25s ease, box-shadow .25s ease;
    }

    .warranty:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 36px rgba(18,190,187,.34), inset 0 1px 0 rgba(255,255,255,.45);
    }

    .menu-btn {
      display: none;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.07);
      color: #fff;
      cursor: pointer;
    }

    .menu-btn span,
    .menu-btn::before,
    .menu-btn::after {
      content: "";
      display: block;
      width: 18px;
      height: 2px;
      margin: 4px auto;
      background: currentColor;
      border-radius: 3px;
      transition: transform .25s ease, opacity .25s ease;
    }

    .hero-content {
      position: relative;
      z-index: 5;
      min-height: 100svh;
      display: grid;
      grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
      align-items: center;
      padding-top: 120px;
      padding-bottom: 54px;
      direction: ltr; /* ????? ?????? ?????? ?? ???? ?????? */
    }

    .copy {
      grid-column: 2;
      width: min(620px, 100%);
      justify-self: end;
      padding: 28px 0;
      direction: rtl;
      text-align: right;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 24px;
      color: #dce8e8;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .2px;
    }

    .eyebrow::before {
      content: "";
      width: 35px;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--teal));
    }

    .eyebrow-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--teal);
      box-shadow: 0 0 0 5px rgba(24,201,195,.12), 0 0 22px rgba(24,201,195,.9);
    }

    h1 {
      margin: 0;
      max-width: 780px;
      font-size: clamp(45px, 6vw, 82px);
      line-height: 1.04;
      letter-spacing: -3.3px;
      font-weight: 800;
      text-wrap: balance;
    }

    h1 .stroke {
      display: block;
      color: transparent;
      -webkit-text-stroke: 1px rgba(239,247,247,.58);
      text-shadow: 0 0 40px rgba(24,201,195,.10);
    }

    .lead {
      max-width: 570px;
      margin: 24px 0 0;
      color: var(--muted);
      font-size: clamp(16px, 1.45vw, 19px);
      line-height: 1.95;
    }

    .cta-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      gap: 12px;
      margin-top: 34px;
      direction: rtl;
    }

    .btn {
      min-height: 54px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 24px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-size: 14px;
      font-weight: 800;
      transition: transform .25s ease, background .25s ease, border-color .25s ease;
    }

    .btn-primary {
      color: #061012;
      background: linear-gradient(135deg, #31e3da, #0fa3a7);
      box-shadow: 0 18px 45px rgba(14,169,169,.26);
    }

    .btn-secondary {
      color: #f5f8f8;
      background: rgba(255,255,255,.06);
      border-color: rgba(255,255,255,.13);
      backdrop-filter: blur(10px);
    }

    .btn:hover { transform: translateY(-2px); }
    .btn-secondary:hover { background: rgba(255,255,255,.10); }

    .arrow {
      width: 22px;
      height: 22px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: rgba(0,0,0,.15);
      font-size: 15px;
    }

    .proof {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 18px;
      margin-top: 42px;
      color: #b6c4c4;
      font-size: 12px;
      direction: rtl;
    }

    .proof-item {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .proof-icon {
      width: 27px;
      height: 27px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      border: 1px solid rgba(24,201,195,.30);
      background: rgba(24,201,195,.08);
      color: var(--teal);
      font-size: 12px;
    }

    .scroll-indicator {
      position: absolute;
      left: 50%;
      bottom: 24px;
      z-index: 5;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      gap: 10px;
      color: rgba(255,255,255,.48);
      font-size: 11px;
      letter-spacing: .3px;
      cursor: pointer;
      transition: color .2s ease;
    }

    .scroll-indicator:hover,
    .scroll-indicator:focus-visible {
      color: rgba(255,255,255,.92);
    }

    .scroll-indicator:focus-visible {
      outline: 2px solid var(--teal);
      outline-offset: 7px;
    }

    .scroll-line {
      position: relative;
      width: 44px;
      height: 1px;
      overflow: hidden;
      background: rgba(255,255,255,.18);
    }

    .scroll-line::after {
      content: "";
      position: absolute;
      inset: 0;
      background: var(--teal);
      transform: translateX(100%);
      animation: scan 2s ease-in-out infinite;
    }

    @keyframes scan {
      0% { transform: translateX(100%); }
      50%, 100% { transform: translateX(-100%); }
    }

    @media (max-width: 980px) {
      .wrap { width: min(100% - 24px, 900px); }
      .nav-shell { grid-template-columns: auto 1fr auto; }
      .nav-links {
        position: absolute;
        top: 76px;
        right: 12px;
        left: 12px;
        display: grid;
        gap: 2px;
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: 22px;
        background: var(--panel-strong);
        backdrop-filter: blur(20px);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: .25s ease;
      }
      .nav-links.open { opacity: 1; visibility: visible; transform: translateY(0); }
      .nav-links a { padding: 13px 16px; border-radius: 12px; }
      .nav-links a:hover { background: rgba(255,255,255,.05); }
      .nav-links a::after { display: none; }
      .menu-btn { display: inline-block; }
      .login { display: none; }

      .hero-content {
        grid-template-columns: 1fr;
        align-items: end;
        padding-top: 120px;
        padding-bottom: 86px;
      }
      .copy {
        grid-column: 1;
        width: min(620px, 100%);
        justify-self: end;
      }
      .hero::before {
        background:
          linear-gradient(180deg, rgba(1,7,8,.28) 0%, rgba(2,9,10,.22) 35%, rgba(2,9,10,.86) 78%, #02090a 100%),
          linear-gradient(90deg, rgba(1,7,8,.12), rgba(2,9,10,.68));
      }
      .hero__video { object-position: 31% center; }
      h1 { font-size: clamp(42px, 8vw, 68px); }
    }

    @media (max-width: 640px) {
      .header { top: 12px; }
      .nav-shell { min-height: 58px; padding: 6px 7px; }
      .brand-name { display: none; }
      .brand { padding: 0 4px; }
      .brand-logo { height: 36px; }
      .brand-mark { width: 36px; height: 36px; }
      .warranty { min-height: 42px; padding: 0 16px; font-size: 12px; }
      .menu-btn { width: 42px; height: 42px; }
      .hero-content { padding-top: 94px; padding-bottom: 66px; }
      .copy { padding-bottom: 22px; }
      .eyebrow { margin-bottom: 17px; }
      h1 { font-size: clamp(39px, 13.5vw, 56px); letter-spacing: -2.2px; }
      .lead { margin-top: 18px; font-size: 15px; line-height: 1.8; }
      .cta-row { margin-top: 26px; }
      .btn { width: 100%; min-height: 52px; }
      .proof { margin-top: 27px; gap: 13px; flex-wrap: wrap; }
      .proof-item { width: calc(50% - 8px); }
      .scroll-indicator { display: none; }
      .hero__video { object-position: 28% center; }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
      }
    }


    /* Products carousel */
    .products-section {
      position: relative;
      padding: clamp(78px, 8vw, 126px) 0;
      background: #070708;
      overflow: hidden;
      direction: rtl;
    }

    .products-wrap {
      width: min(1500px, calc(100% - 36px));
      margin-inline: auto;
    }

    .products-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 36px;
      text-align: right;
    }

    .products-heading {
      direction: rtl;
      text-align: right;
    }

    .products-heading .products-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--teal);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0;
      margin-bottom: 13px;
    }

    .products-heading .products-kicker::before {
      content: "";
      width: 26px;
      height: 1px;
      background: currentColor;
    }

    .products-heading h2 {
      margin: 0;
      max-width: 780px;
      font-size: clamp(34px, 5.2vw, 76px);
      line-height: 1.08;
      letter-spacing: -.045em;
      font-weight: 650;
    }

    .products-heading h2 span { color: #777a80; }

    .products-actions {
      display: flex;
      gap: 10px;
      direction: rtl;
      flex: 0 0 auto;
    }

    .products-btn {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.10);
      color: #fff;
      background: #111113;
      display: grid;
      place-items: center;
      cursor: pointer;
      transition: background .25s ease, color .25s ease, transform .25s ease;
    }

    .products-btn:hover {
      background: #fff;
      color: #070708;
      transform: translateY(-2px);
    }

    .products-btn svg { width: 20px; height: 20px; }
    .products-section #prevBtn svg,
    .products-section #nextBtn svg { transform: scaleX(-1); }

    .products-carousel-shell {
      position: relative;
      margin-inline: calc((100vw - min(1500px, calc(100% - 36px))) / -2);
      padding-inline: max(18px, calc((100vw - min(1500px, calc(100% - 36px))) / 2));
    }

    .products-carousel {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: clamp(270px, 22vw, 360px);
      gap: clamp(16px, 2vw, 28px);
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      scroll-snap-type: inline mandatory;
      scrollbar-width: none;
      padding: 18px 0 38px;
      cursor: grab;
      user-select: none;
      direction: rtl;
    }

    .products-carousel::-webkit-scrollbar { display: none; }
    .products-carousel.dragging { cursor: grabbing; scroll-snap-type: none; }

    .product-card {
      position: relative;
      min-height: clamp(430px, 48vw, 590px);
      border-radius: 25px;
      overflow: hidden;
      scroll-snap-align: center;
      background: #111113;
      border: 1px solid rgba(255,255,255,.08);
      box-shadow: 0 28px 90px rgba(0,0,0,.38);
      transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
      isolation: isolate;
    }

    .product-card:nth-child(even) { margin-top: 42px; }

    .product-card::before {
      content: attr(data-mark);
      position: absolute;
      top: 17%;
      inset-inline: 0;
      color: rgba(255,255,255,.07);
      font-size: clamp(58px, 7vw, 108px);
      font-weight: 700;
      line-height: 1;
      letter-spacing: -.08em;
      white-space: nowrap;
      text-align: center;
      z-index: -1;
      transform: scaleX(1.08);
    }

    .product-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 42%, rgba(0,0,0,.10) 58%, rgba(0,0,0,.90) 100%);
      pointer-events: none;
      z-index: 1;
    }

    .product-card:hover {
      transform: translateY(-10px);
      border-color: rgba(255,255,255,.17);
      box-shadow: 0 38px 110px rgba(0,0,0,.55);
    }

    .product-index {
      position: absolute;
      top: 18px;
      right: 18px;
      z-index: 3;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 44px;
      height: 27px;
      padding-inline: 10px;
      border-radius: 999px;
      background: rgba(255,255,255,.09);
      border: 1px solid rgba(255,255,255,.09);
      color: #dfe1e5;
      font-size: 11px;
      backdrop-filter: blur(12px);
    }

    .product-image-wrap {
      position: absolute;
      inset: 22px 18px 112px;
      display: grid;
      place-items: center;
      z-index: 0;
    }

    .product-image {
      width: 94%;
      height: 94%;
      object-fit: contain;
      object-position: center;
      filter: grayscale(1) brightness(1.9) contrast(.90);
      mix-blend-mode: screen;
      transform: scale(.94) rotate(-4deg);
      transition: transform .5s cubic-bezier(.2,.7,.2,1), filter .5s ease;
      pointer-events: none;
    }

    .product-card:nth-child(even) .product-image { transform: scale(.92) rotate(4deg); }

    .product-card:hover .product-image {
      transform: scale(1.02) rotate(0deg);
      filter: grayscale(1) brightness(2.05) contrast(.93);
    }

    .product-title {
      position: absolute;
      z-index: 3;
      left: 22px;
      right: 22px;
      bottom: 22px;
      margin: 0;
      color: #fff;
      font-size: clamp(19px, 1.6vw, 26px);
      line-height: 1.3;
      font-weight: 500;
      letter-spacing: -.025em;
      text-align: right;
      direction: rtl;
    }

    .product-title small {
      display: block;
      margin-top: 7px;
      color: #888b91;
      font-size: 11px;
      font-weight: 400;
      letter-spacing: 0;
    }

    .products-progress {
      width: 100%;
      height: 1px;
      background: rgba(255,255,255,.09);
      overflow: hidden;
      margin-top: 6px;
    }

    .products-progress > span {
      display: block;
      height: 100%;
      width: 25%;
      background: linear-gradient(90deg, var(--orange), var(--teal));
      transform-origin: right;
      transition: transform .35s ease;
    }

    @media (max-width: 900px) {
      .products-head { align-items: start; }
      .products-actions { margin-top: 8px; }
      .products-carousel { grid-auto-columns: min(82vw, 360px); }
      .product-card:nth-child(even) { margin-top: 24px; }
    }

    @media (max-width: 640px) {
      .products-section { padding-block: 72px; }
      .products-head { display: block; margin-bottom: 24px; }
      .products-actions { margin-top: 22px; }
      .products-btn { width: 46px; height: 46px; }
      .products-carousel { grid-auto-columns: 84vw; gap: 14px; }
      .product-card { min-height: 470px; border-radius: 22px; }
      .product-card:nth-child(even) { margin-top: 0; }
      .product-title { text-align: right; direction: rtl; }
    }


    /* About */
    .about-section {
      position: relative;
      padding: clamp(90px, 10vw, 150px) 0;
      background: #0a0a0b;
      border-top: 1px solid rgba(255,255,255,.06);
      overflow: hidden;
    }

    .about-section::before {
      content: "DARC";
      position: absolute;
      left: -2vw;
      bottom: -4vw;
      color: rgba(255,255,255,.018);
      font-size: clamp(170px, 31vw, 500px);
      font-weight: 800;
      line-height: .72;
      letter-spacing: -.09em;
      pointer-events: none;
      direction: ltr;
    }

    .section-wrap {
      width: min(1240px, calc(100% - 40px));
      margin-inline: auto;
    }

    .about-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
      gap: clamp(56px, 8vw, 118px);
      align-items: center;
      direction: ltr;
    }

    .about-copy {
      grid-column: 2;
      direction: rtl;
      text-align: right;
    }

    .section-label {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      margin-bottom: 18px;
      color: var(--teal);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .11em;
      text-transform: uppercase;
    }

    .section-label::before {
      content: "";
      width: 28px;
      height: 1px;
      background: currentColor;
    }

    .about-copy h2,
    .shorts-title h2 {
      margin: 0;
      font-size: clamp(38px, 5.2vw, 72px);
      line-height: 1.13;
      letter-spacing: -.055em;
      font-weight: 700;
    }

    .about-copy h2 span,
    .shorts-title h2 span { color: #737378; }

    .about-copy > p {
      max-width: 610px;
      margin: 26px 0 0;
      color: #9b9ba1;
      font-size: clamp(15px, 1.35vw, 18px);
      line-height: 2;
    }

    .about-points {
      display: grid;
      gap: 0;
      margin-top: 42px;
      border-top: 1px solid rgba(255,255,255,.08);
    }

    .about-point {
      display: grid;
      grid-template-columns: 42px 1fr auto;
      gap: 18px;
      align-items: center;
      padding: 22px 0;
      border-bottom: 1px solid rgba(255,255,255,.08);
      transition: padding-inline .3s ease, color .3s ease;
    }

    .about-point:hover { padding-inline: 10px; }

    .about-point__number {
      color: #5d5d62;
      font-size: 11px;
      direction: ltr;
    }

    .about-point strong {
      display: block;
      margin-bottom: 5px;
      color: #f3f3f4;
      font-size: 15px;
      font-weight: 600;
    }

    .about-point span:not(.about-point__number):not(.about-point__arrow) {
      color: #77777d;
      font-size: 12px;
      line-height: 1.8;
    }

    .about-point__arrow {
      width: 31px;
      height: 31px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.10);
      color: #77777d;
      transition: background .3s ease, color .3s ease, transform .3s ease;
    }

    .about-point:hover .about-point__arrow {
      color: #080808;
      background: var(--teal);
      transform: translateX(-4px);
    }

    .about-visual {
      grid-column: 1;
      position: relative;
      min-height: 610px;
      direction: rtl;
    }

    .about-panel {
      position: absolute;
      inset: 0 42px 0 0;
      overflow: hidden;
      border-radius: 34px;
      border: 1px solid rgba(255,255,255,.09);
      background: #111113;
      box-shadow: 0 40px 110px rgba(0,0,0,.46);
    }

    .about-panel::before {
      content: "";
      position: absolute;
      width: 460px;
      height: 460px;
      left: -150px;
      bottom: -180px;
      border-radius: 50%;
      border: 1px solid rgba(23,201,195,.28);
      box-shadow:
        0 0 0 55px rgba(23,201,195,.035),
        0 0 0 112px rgba(23,201,195,.024),
        0 0 100px rgba(23,201,195,.10);
    }

    .about-panel::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(135deg, transparent 0 56%, rgba(255,255,255,.035) 56.2% 56.5%, transparent 56.7%),
        linear-gradient(180deg, rgba(255,255,255,.025), transparent 36%);
      pointer-events: none;
    }

    .about-word {
      position: absolute;
      top: 45%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-90deg);
      color: rgba(255,255,255,.94);
      font-size: clamp(86px, 11vw, 150px);
      line-height: 1;
      font-weight: 800;
      letter-spacing: -.09em;
      direction: ltr;
    }

    .about-word i {
      color: var(--orange);
      font-style: normal;
    }

    .about-panel__top,
    .about-panel__bottom {
      position: absolute;
      z-index: 2;
      left: 28px;
      right: 28px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #75757b;
      font-size: 10px;
      letter-spacing: .12em;
      text-transform: uppercase;
      direction: ltr;
    }

    .about-panel__top { top: 28px; }
    .about-panel__bottom { bottom: 28px; }

    .about-panel__dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--teal);
      box-shadow: 0 0 18px rgba(24,201,195,.9);
    }

    .about-floating {
      position: absolute;
      z-index: 4;
      display: flex;
      align-items: center;
      gap: 11px;
      padding: 13px 17px;
      border: 1px solid rgba(255,255,255,.10);
      border-radius: 999px;
      background: rgba(8,8,9,.76);
      backdrop-filter: blur(14px);
      color: #d8d8db;
      font-size: 11px;
      box-shadow: 0 18px 45px rgba(0,0,0,.35);
    }

    .about-floating::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--orange);
    }

    .about-floating--one { top: 82px; left: 0; }
    .about-floating--two { right: 0; bottom: 104px; }
    .about-floating--two::before { background: var(--teal); }

    /* Shorts */
    .shorts-section {
      position: relative;
      padding: clamp(90px, 10vw, 150px) 0;
      background: #070708;
      border-top: 1px solid rgba(255,255,255,.06);
      overflow: hidden;
      direction: rtl;
    }

    .shorts-section::before {
      content: "PLAY";
      position: absolute;
      top: 48%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: rgba(255,255,255,.022);
      font-size: clamp(180px, 29vw, 490px);
      font-weight: 800;
      letter-spacing: -.09em;
      line-height: .8;
      pointer-events: none;
      direction: ltr;
    }

    .shorts-head {
      position: relative;
      z-index: 2;
      display: flex;
      justify-content: space-between;
      align-items: end;
      gap: 30px;
      margin-bottom: 46px;
      direction: rtl;
      text-align: right;
    }

    .shorts-title {
      text-align: right;
      direction: rtl;
    }

    .shorts-note {
      max-width: 360px;
      color: #77777d;
      font-size: 13px;
      line-height: 1.9;
      text-align: right;
      direction: rtl;
    }

    .shorts-carousel {
      position: relative;
      z-index: 2;
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: clamp(230px, 20vw, 320px);
      gap: clamp(16px, 1.8vw, 26px);
      overflow-x: auto;
      padding: 10px max(20px, calc((100vw - 1240px) / 2)) 44px;
      margin-inline: calc((100vw - min(1240px, calc(100% - 40px))) / -2);
      scroll-snap-type: inline mandatory;
      scrollbar-width: none;
      direction: rtl;
      cursor: grab;
    }

    .shorts-carousel::-webkit-scrollbar { display: none; }
    .shorts-carousel.dragging { cursor: grabbing; scroll-snap-type: none; }

    .short-card {
      position: relative;
      aspect-ratio: 9 / 16;
      overflow: hidden;
      border-radius: 28px;
      border: 1px solid rgba(255,255,255,.09);
      background: #111113;
      scroll-snap-align: center;
      box-shadow: 0 28px 80px rgba(0,0,0,.4);
      transition: transform .4s ease, border-color .4s ease;
      isolation: isolate;
      color: inherit;
      font-family: inherit;
      text-align: inherit;
    }

    .short-card:nth-child(even) { transform: translateY(28px); }
    .short-card:hover { transform: translateY(-7px); border-color: rgba(255,255,255,.22); }
    .short-card:nth-child(even):hover { transform: translateY(21px); }

    .short-card video,
    .short-card img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: saturate(.8) contrast(1.08) brightness(.72);
      transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease;
    }

    .short-card:hover video,
    .short-card:hover img {
      transform: scale(1.045);
      filter: saturate(.95) contrast(1.08) brightness(.82);
    }

    .short-card::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(180deg, rgba(0,0,0,.05), transparent 42%, rgba(0,0,0,.88) 100%);
      pointer-events: none;
    }

    .short-card__top,
    .short-card__bottom {
      position: absolute;
      z-index: 3;
      left: 18px;
      right: 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      direction: rtl;
    }

    .short-card__top { top: 18px; }
    .short-card__bottom { bottom: 18px; align-items: end; }

    .short-number,
    .short-duration {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 28px;
      padding: 0 11px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.12);
      background: rgba(8,8,9,.46);
      backdrop-filter: blur(12px);
      color: #f1f1f2;
      font-size: 10px;
    }

    .short-play {
      position: absolute;
      z-index: 4;
      top: 50%;
      left: 50%;
      width: 62px;
      height: 62px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: #090909;
      background: rgba(255,255,255,.92);
      transform: translate(-50%, -50%);
      box-shadow: 0 16px 40px rgba(0,0,0,.32);
      transition: transform .3s ease, background .3s ease;
    }

    .short-card:hover .short-play {
      transform: translate(-50%, -50%) scale(1.08);
      background: var(--teal);
    }

    .short-play svg { width: 19px; margin-left: 3px; }

    .short-meta {
      max-width: 74%;
      text-align: right;
      direction: rtl;
    }

    .short-meta strong {
      display: block;
      color: #fff;
      font-family: Alexandria, Arial, sans-serif;
      font-size: 15px;
      line-height: 1.45;
      font-weight: 600;
    }

    .short-meta span {
      display: block;
      margin-top: 6px;
      color: #aaaab0;
      font-size: 10px;
      letter-spacing: 0;
    }


    body.short-modal-open {
      overflow: hidden;
    }

    .short-modal {
      position: fixed;
      inset: 0;
      z-index: 10000;
      display: grid;
      place-items: center;
      padding: 24px;
    }

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

    .short-modal__backdrop {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.82);
      backdrop-filter: blur(12px);
      cursor: pointer;
    }

    .short-modal__dialog {
      position: relative;
      z-index: 1;
      width: min(420px, calc(100vw - 32px));
      max-height: calc(100vh - 32px);
      max-height: calc(100dvh - 32px);
      padding: 12px;
      overflow-y: auto;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 24px;
      background: #101012;
      box-shadow: 0 32px 100px rgba(0, 0, 0, 0.65);
    }

    .short-modal__close {
      position: absolute;
      top: 22px;
      left: 22px;
      z-index: 2;
      display: grid;
      place-items: center;
      width: 42px;
      height: 42px;
      padding: 0;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 50%;
      color: #fff;
      background: rgba(8, 8, 9, 0.72);
      backdrop-filter: blur(10px);
      cursor: pointer;
    }

    .short-modal__close:hover,
    .short-modal__close:focus-visible {
      color: #090909;
      background: var(--teal);
      outline: none;
    }

    .short-modal__close svg {
      width: 20px;
      height: 20px;
    }

    .short-modal__frame {
      position: relative;
      width: 100%;
      aspect-ratio: 9 / 16;
      overflow: hidden;
      border-radius: 16px;
      background: #000;
    }

    .short-modal__frame iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    .short-modal__title {
      margin: 18px 0 0;
      padding: 0 6px 6px;
      color: #fff;
      font-family: Alexandria, Arial, sans-serif;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.6;
      text-align: right;
      direction: rtl;
    }

    .short-arrow {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.15);
      color: #fff;
      backdrop-filter: blur(10px);
    }


    /* RTL video alignment */
    .shorts-section,
    .shorts-head,
    .shorts-title,
    .shorts-note,
    .shorts-carousel,
    .short-card__top,
    .short-card__bottom,
    .short-meta,
    .short-modal__title {
      direction: rtl;
      text-align: right;
    }

    .shorts-carousel { direction: rtl; }

    .short-card {
      color: inherit;
      font-family: inherit;
      text-align: inherit;
    }

    .short-meta strong,
    .short-modal__title {
      font-family: Alexandria, Arial, sans-serif;
    }

    .short-meta span {
      letter-spacing: 0;
      text-transform: none;
    }
    /* Warranty CTA */
    .warranty-section {
      padding: clamp(80px, 9vw, 138px) 0;
      background: #0a0a0b;
      border-top: 1px solid rgba(255,255,255,.06);
    }

    .warranty-panel {
      position: relative;
      min-height: 480px;
      display: grid;
      align-items: center;
      overflow: hidden;
      padding: clamp(46px, 7vw, 98px);
      border: 1px solid rgba(255,255,255,.09);
      border-radius: clamp(28px, 4vw, 52px);
      background: #111113;
      box-shadow: 0 36px 110px rgba(0,0,0,.42);
      isolation: isolate;
    }

    .warranty-panel::before,
    .warranty-panel::after {
      content: "";
      position: absolute;
      z-index: -1;
      border-radius: 50%;
      border: 1px solid rgba(24,201,195,.22);
    }

    .warranty-panel::before {
      width: 620px;
      height: 620px;
      left: -230px;
      top: -150px;
      box-shadow:
        0 0 0 72px rgba(24,201,195,.025),
        0 0 0 145px rgba(24,201,195,.015),
        0 0 120px rgba(24,201,195,.08);
    }

    .warranty-panel::after {
      width: 240px;
      height: 240px;
      right: -70px;
      bottom: -95px;
      border-color: rgba(255,106,42,.26);
      box-shadow: 0 0 80px rgba(255,106,42,.08);
    }

    .warranty-copy {
      max-width: 770px;
      margin-left: auto;
      margin-right: 0;
      text-align: right;
    }

    .warranty-copy h2 {
      margin: 0;
      font-size: clamp(42px, 6.2vw, 86px);
      line-height: 1.1;
      letter-spacing: -.06em;
      font-weight: 700;
    }

    .warranty-copy h2 span { color: var(--teal); }

    .warranty-copy p {
      max-width: 620px;
      margin: 24px 0 0 auto;
      color: #94949a;
      font-size: clamp(15px, 1.35vw, 18px);
      line-height: 1.95;
    }

    .warranty-copy .cta-row { justify-content: flex-start; }

    .warranty-tag {
      position: absolute;
      left: clamp(28px, 5vw, 72px);
      bottom: clamp(28px, 5vw, 64px);
      display: flex;
      align-items: center;
      gap: 10px;
      color: #68686e;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: .12em;
      direction: ltr;
    }

    .warranty-tag::before {
      content: "";
      width: 34px;
      height: 1px;
      background: var(--orange);
    }

    /* Footer */
    .site-footer {
      background: #070708;
      border-top: 1px solid rgba(255,255,255,.06);
      padding: 72px 0 26px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr repeat(4, minmax(0, .75fr));
      gap: 48px;
      padding-bottom: 58px;
    }

    .footer-brand .brand { padding: 0; }

    .footer-brand p {
      max-width: 340px;
      margin: 22px 0 0;
      color: #77777d;
      font-size: 13px;
      line-height: 1.95;
    }

    .footer-column h3 {
      margin: 0 0 20px;
      color: #f0f0f1;
      font-size: 13px;
      font-weight: 600;
    }

    .footer-links {
      display: grid;
      gap: 13px;
      color: #77777d;
      font-size: 12px;
    }

    .footer-links a { transition: color .25s ease, transform .25s ease; }
    .footer-links a:hover { color: #fff; transform: translateX(-3px); }

    .footer-social {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-top: 24px;
    }

    .social-link {
      width: 40px;
      height: 40px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.09);
      color: #aaaab0;
      background: #0f0f11;
      font-size: 11px;
      transition: background .25s ease, color .25s ease, transform .25s ease;
    }

    .social-link:hover {
      color: #080808;
      background: var(--teal);
      transform: translateY(-3px);
    }

    .footer-bottom {
      display: flex;
      justify-content: space-between;
      gap: 24px;
      padding-top: 25px;
      border-top: 1px solid rgba(255,255,255,.07);
      color: #56565c;
      font-size: 10px;
      direction: ltr;
    }

    .footer-bottom strong {
      color: #77777d;
      font-weight: 500;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    /* Reveal animation */
    [data-reveal] {
      opacity: 0;
      transform: translateY(26px);
      transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1);
    }

    [data-reveal].visible { opacity: 1; transform: translateY(0); }

    @media (max-width: 980px) {
      .about-grid { grid-template-columns: 1fr; gap: 62px; }
      .about-copy,
      .about-visual { grid-column: 1; }
      .about-copy { grid-row: 1; }
      .about-visual { grid-row: 2; min-height: 520px; }
      .about-panel { inset: 0 24px; }
      .shorts-head { align-items: start; }
      .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
      .footer-brand { grid-column: 1 / -1; }
    }

    @media (max-width: 700px) {
      .section-wrap { width: min(100% - 24px, 620px); }
      .about-section,
      .shorts-section,
      .warranty-section { padding-block: 78px; }
      .about-visual { min-height: 430px; }
      .about-panel { inset: 0 10px; border-radius: 27px; }
      .about-floating--one { top: 54px; }
      .about-floating--two { bottom: 70px; }
      .about-word { font-size: clamp(76px, 26vw, 118px); }
      .shorts-head { display: block; }
      .shorts-note { margin-top: 20px; }
      .shorts-carousel { grid-auto-columns: min(76vw, 292px); gap: 14px; padding-inline: 12px; }
      .short-card:nth-child(even),
      .short-card:nth-child(even):hover { transform: none; }
      .warranty-panel { min-height: 520px; padding: 42px 26px 110px; }
      .warranty-copy .cta-row { display: grid; grid-template-columns: 1fr; }
      .warranty-tag { left: 26px; bottom: 28px; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
      .footer-brand { grid-column: 1 / -1; }
      .footer-bottom { display: grid; gap: 10px; text-align: center; }
    }

    @media (max-width: 460px) {
      .about-point { grid-template-columns: 32px 1fr auto; gap: 12px; }
      .about-floating { font-size: 10px; padding: 11px 13px; }
      .footer-grid { grid-template-columns: 1fr; }
      .footer-brand { grid-column: auto; }
    }
