
:host {
  display: block;
  direction: rtl;
}

.page-003-bismillah {
  --p003-blue: #0f172a;
  --p003-blue-2: #17243e;
  --p003-gold: #d4af37;
  --p003-gray: #f1f5f9;
  --p003-dot: #e2e8f0;
  position: relative;
  width: 297mm;
  min-height: 210mm;
  height: 210mm;
  overflow: hidden;
  background-color: #ffffff;
  background-image: radial-gradient(var(--p003-dot) 1px, transparent 1px);
  background-size: 30px 30px;
  color: var(--p003-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  box-sizing: border-box;
  font-family: var(--font-sans);
}

.page-003-bismillah *,
.page-003-bismillah *::before,
.page-003-bismillah *::after {
  box-sizing: border-box;
}

.p003-print-corner {
  position: absolute;
  width: 48px;
  height: 48px;
  border-color: #d1d5db;
  z-index: 2;
}

.p003-print-corner--top {
  top: 40px;
  right: 40px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.p003-print-corner--bottom {
  bottom: 40px;
  left: 40px;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.p003-system-code {
  position: absolute;
  color: #9ca3af;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  z-index: 2;
  white-space: nowrap;
}

.p003-system-code--top {
  top: 48px;
  left: 48px;
}

.p003-system-code--bottom {
  right: 48px;
  bottom: 48px;
}

.p003-plaque {
  position: relative;
  width: 80%;
  max-width: 1024px;
  aspect-ratio: 2.5 / 1;
  background: var(--p003-blue);
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 0 50px -15px rgba(212, 175, 55, .3);
  z-index: 3;
}

.p003-plaque::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--p003-blue), var(--p003-blue-2) 52%, var(--p003-blue));
  z-index: 0;
}

.p003-plaque::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 999px;
  background: rgba(212, 175, 55, .05);
  filter: blur(32px);
  z-index: 0;
}

.p003-tech-frame {
  position: absolute;
  inset: 15px;
  border: 1px solid rgba(212, 175, 55, .2);
  border-radius: 24px;
  pointer-events: none;
  z-index: 2;
}

.p003-tech-frame::before,
.p003-tech-frame::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: var(--p003-gold);
}

.p003-tech-frame::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-left-radius: 24px;
}

.p003-tech-frame::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-bottom-right-radius: 24px;
}

.p003-gold-line {
  position: absolute;
  left: 50%;
  width: 128px;
  height: 1px;
  background: var(--p003-gold);
  box-shadow: 0 0 10px var(--p003-gold);
  transform: translateX(-50%);
  z-index: 2;
}

.p003-gold-line--top {
  top: 0;
}

.p003-gold-line--bottom {
  bottom: 0;
}

.p003-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform .7s ease;
}

.p003-plaque:hover .p003-content {
  transform: scale(1.02);
}

.p003-basmala {
  margin: 0;
  padding: 0 32px;
  color: var(--p003-gold);
  font-family: "Amiri", "Traditional Arabic", "Times New Roman", serif;
  font-size: clamp(58px, 6.2vw, 96px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  word-spacing: .1em;
  text-shadow: 0 4px 20px rgba(212, 175, 55, .2);
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .18));
}



.p003-page-caption {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(15, 23, 42, .42);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  z-index: 2;
}

@media (max-width: 900px) {
  .page-003-bismillah {
    width: 100%;
    height: auto;
    min-height: 68vw;
    aspect-ratio: 1.414 / 1;
  }

  .p003-plaque {
    width: 86%;
  }

  .p003-basmala {
    font-size: clamp(38px, 8vw, 72px);
  }
}

@media print {
  .page-003-bismillah {
    width: 297mm;
    height: 210mm;
    min-height: 210mm;
    page-break-after: always;
    break-after: page;
    box-shadow: none;
  }

  .p003-plaque:hover .p003-content {
    transform: none;
  }
}


/* SCREEN_CENTERING_FIX: توحيد تموضع الصفحات المخصصة داخل عارض المشروع */
@media screen {
  .page-003-bismillah {
    margin: 18px auto;
    box-shadow: 0 15px 50px rgba(15, 23, 42, .18);
  }
}

@media print {
  .page-003-bismillah {
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
}

