.yaffet-product {
  grid-column: 1 / -1;
  min-height: 560px;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: 1fr;
  background: #120e08;
  color: #fff9e9;
}

.yaffet-product .yaffet-visual {
  min-height: 560px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 221, 120, .18), transparent 32%),
    radial-gradient(circle at 12% 14%, rgba(194, 125, 16, .28), transparent 24%),
    linear-gradient(145deg, #080705, #1d160a 70%, #8c5600);
}

.yaffet-orbit {
  position: absolute;
  border: 1px solid rgba(255, 220, 120, .3);
  border-radius: 50%;
  inset: 50%;
  transform: translate(-50%, -50%);
}

.yaffet-orbit-one { width: 360px; height: 360px; }
.yaffet-orbit-two { width: 480px; height: 480px; opacity: .55; }

.yaffet-mark {
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  width: 330px !important;
  height: 330px !important;
  object-fit: contain !important;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 28px 45px rgba(0, 0, 0, .4));
}

.yaffet-product:hover .yaffet-mark {
  transform: translate(-50%, -50%) scale(1.035) !important;
}

.yaffet-data {
  position: absolute;
  z-index: 3;
  min-width: 150px;
  display: grid;
  gap: 5px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 238, 181, .28);
  background: rgba(20, 15, 7, .74);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .25);
  backdrop-filter: blur(14px);
}

.yaffet-data span {
  color: #ffd96a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.yaffet-data b { font-size: 13px; }
.yaffet-data-live { top: 12%; left: 8%; }
.yaffet-data-portfolio { right: 7%; bottom: 11%; }

.yaffet-copy {
  padding: clamp(42px, 5vw, 76px);
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .025), transparent),
    #120e08;
}

.yaffet-copy > p { color: #ffd96a; }
.yaffet-copy h3 {
  color: #fff;
  font-size: clamp(46px, 5vw, 74px);
}

.yaffet-copy > span {
  color: #d9cfb5;
  font-size: 17px;
  line-height: 1.75;
}

.yaffet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 42px;
}

.yaffet-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 227, 143, .35);
  color: #fff7df;
  font-size: 13px;
  font-weight: 850;
  transition: transform .2s, background .2s, color .2s;
}

.yaffet-link > b {
  font-size: 12px;
  line-height: 1;
}

.yaffet-store-link {
  justify-content: flex-start;
  min-width: 142px;
}

.yaffet-store-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  object-fit: contain;
}

.yaffet-store-link > b {
  margin-inline-start: auto;
}

.yaffet-link-primary {
  border-color: #ffd96a;
  background: #ffd96a;
  color: #1b1204;
}

.yaffet-link:hover {
  transform: translateY(-3px);
  background: #fff7df;
  color: #1b1204;
}

@media (max-width: 1020px) {
  .yaffet-product {
    grid-template-columns: 1fr;
    grid-template-rows: 1.1fr .9fr;
  }
  .yaffet-product .yaffet-visual { min-height: 480px; }
}

@media (max-width: 720px) {
  .yaffet-product {
    grid-column: auto;
    min-height: 700px;
    grid-template-rows: 380px auto;
  }
  .yaffet-product .yaffet-visual { min-height: 380px; }
  .yaffet-mark { width: 235px !important; height: 235px !important; }
  .yaffet-orbit-one { width: 250px; height: 250px; }
  .yaffet-orbit-two { width: 330px; height: 330px; }
  .yaffet-data { min-width: 122px; padding: 12px; }
  .yaffet-copy { padding: 32px 28px 38px; }
  .yaffet-actions { margin-top: 30px; }
  .yaffet-link { flex: 1 1 145px; }
}

[dir="rtl"] .yaffet-actions { justify-content: flex-start; }

.daleelak .dalelak-actions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 28px;
}

.daleelak .dalelak-action {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  line-height: 1;
  transition: transform .2s, border-color .2s, background .2s;
}

.daleelak .dalelak-website-action {
  border-color: var(--rust);
  background: var(--rust);
  color: #fff;
}

.daleelak .dalelak-action img {
  position: static;
  width: 20px;
  height: 20px;
  object-fit: contain;
  transform: none;
}

.daleelak .dalelak-app-link {
  cursor: pointer;
}

.daleelak .dalelak-app-link:hover,
.daleelak .dalelak-app-link:focus-visible {
  border-color: var(--blue-2);
  background: #f1f3fa;
  outline: none;
  transform: translateY(-2px);
}

.daleelak:hover .dalelak-action img {
  transform: none;
}

@media (max-width: 720px) {
  .daleelak .dalelak-actions {
    gap: 8px;
    padding-top: 24px;
  }
  .daleelak .dalelak-action {
    flex: 1 1 125px;
  }
  .daleelak .dalelak-website-action {
    flex-basis: 100%;
  }
}

.xfatora-apps-panel {
  grid-column: 1 / -1;
  padding: clamp(34px, 5vw, 68px);
  border: 1px solid rgba(33, 54, 118, .17);
  background:
    radial-gradient(circle at 92% 2%, rgba(103, 71, 255, .12), transparent 25%),
    radial-gradient(circle at 4% 100%, rgba(255, 65, 70, .1), transparent 26%),
    #f4f6fc;
  color: var(--ink);
}

.xfatora-apps-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.xfatora-apps-header p {
  margin: 0 0 12px;
  color: var(--rust);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.xfatora-apps-header h3 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 54px);
  letter-spacing: -.045em;
  line-height: 1.02;
}

.xfatora-apps-header > div > span {
  display: block;
  max-width: 760px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.xfatora-apps-header aside {
  display: grid;
  gap: 9px;
  min-width: 205px;
  padding: 18px 20px;
  border: 1px solid rgba(33, 54, 118, .16);
  background: rgba(255, 255, 255, .75);
}

.xfatora-apps-header aside b {
  color: var(--blue-2);
  font-size: 14px;
}

.xfatora-apps-header aside span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.xfatora-app-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-top: 28px;
}

.xfatora-app-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border: 1px solid rgba(20, 36, 83, .13);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 16px 35px rgba(20, 36, 83, .07);
  transition: transform .2s, box-shadow .2s;
}

.xfatora-app-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 44px rgba(20, 36, 83, .12);
}

.xfatora-app-icon {
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  object-fit: cover;
  border-radius: 21px;
  box-shadow: 0 10px 24px rgba(20, 36, 83, .14);
}

.xfatora-app-copy {
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.xfatora-app-copy h4 {
  min-height: 52px;
  margin: 0;
  font-size: 19px;
  font-weight: 850;
  line-height: 1.35;
}

.xfatora-app-description {
  min-height: 68px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.xfatora-app-stores {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.xfatora-app-store {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 11px;
  font-weight: 850;
  transition: transform .2s, border-color .2s, background .2s;
}

.xfatora-app-store:hover,
.xfatora-app-store:focus-visible {
  border-color: var(--blue-2);
  background: #eef1fb;
  outline: none;
  transform: translateY(-2px);
}

.xfatora-app-store img {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  object-fit: contain;
}

.xfatora-app-store b {
  margin-inline-start: auto;
  font-size: 11px;
}

@media (max-width: 1020px) {
  .xfatora-app-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .xfatora-apps-panel {
    grid-column: auto;
    padding: 30px 22px;
  }
  .xfatora-apps-header {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .xfatora-apps-header aside {
    min-width: 0;
  }
  .xfatora-app-grid {
    grid-template-columns: 1fr;
  }
  .xfatora-app-card {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 16px;
  }
  .xfatora-app-icon {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
    border-radius: 18px;
  }
  .xfatora-app-copy h4 {
    min-height: 0;
  }
  .xfatora-app-description {
    min-height: 0;
  }
}
