body {
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1916 / 821;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.10), rgba(255,255,255,.24) 35%, rgba(255,255,255,.24) 65%, rgba(255,255,255,.10)),
    url("basra-iraq-hero-v1.webp") center top / 100% 100% no-repeat;
  box-shadow: inset 0 -36px 52px rgba(255,255,255,.38);
}
.site-header,
#home.company-video-section,
.main-layout,
.site-footer {
  position: relative;
  z-index: 1;
}
.site-header {
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(4px);
}
.main-layout {
  background:
    linear-gradient(180deg, rgba(251,253,255,.68), rgba(251,253,255,.78) 68%, rgba(251,253,255,.94) 100%),
    url("basra-iraq-hero-v1.webp") center 58% / cover no-repeat;
  box-shadow: inset 0 24px 42px rgba(255,255,255,.34), inset 0 -26px 44px rgba(255,255,255,.54);
}
#home.company-video-section {
  position: relative;
  isolation: isolate;
  z-index: 2;
  overflow: visible;
}
#home.company-video-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -1px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(248,251,255,.97), rgba(255,255,255,.94));
  box-shadow: 0 14px 36px rgba(18,61,114,.12);
}
.ibr-public-verify-trigger {
  width: 100%;
  min-height: 43px;
  margin-top: 10px;
  border: 1px solid #0a55b7;
  border-radius: 7px;
  background: #fff;
  color: #0646a5;
  font: 800 13px Arial,Tahoma,sans-serif;
  cursor: pointer;
}
.ibr-public-verify-trigger:hover { background: #edf5ff; }
.ibr-public-verify-modal[hidden] { display: none !important; }
.ibr-public-verify-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: 14px;
  background: rgba(6,26,53,.74);
  backdrop-filter: blur(3px);
}
.ibr-public-verify-card {
  width: min(760px,100%);
  max-height: calc(100vh - 28px);
  overflow: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(2,12,29,.4);
}
.ibr-public-verify-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 21px;
  background: linear-gradient(115deg,#063e91,#0876c9);
  color: #fff;
  border-radius: 16px 16px 0 0;
}
.ibr-public-verify-head h2 { margin: 0; flex: 1; color: #fff; font: 800 22px Arial,Tahoma,sans-serif; }
.ibr-public-verify-head small { font-size: 13px; }
.ibr-public-verify-close {
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #063e91;
  padding: 9px 13px;
  font-weight: 800;
  cursor: pointer;
}
.ibr-public-verify-body { padding: 22px; color: #183653; font: 14px/1.65 Arial,Tahoma,sans-serif; }
.ibr-public-verify-choice { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 9px; }
.ibr-public-verify-choice input { height: 46px; margin: 0; border: 1px solid #bdccdc; border-radius: 7px; padding: 0 13px; font-size: 15px; }
.ibr-public-verify-action,
.ibr-public-camera-action { border: 0; border-radius: 7px; background: #0646a5; color: #fff; padding: 11px 16px; font-weight: 800; cursor: pointer; }
.ibr-public-camera-action { width: 100%; margin-top: 12px; background: #f36a13; }
.ibr-public-verify-result { margin-top: 15px; min-height: 58px; border-radius: 9px; padding: 12px; background: #f3f7fc; line-height: 1.65; }
.ibr-public-verify-frame { display: block; width: 100%; height: min(62vh,650px); margin-top: 12px; border: 1px solid #ccd9e7; border-radius: 9px; background: #fff; }
.ibr-public-camera { display: none; width: 100%; max-height: 390px; margin-top: 12px; border-radius: 9px; background: #071d38; }
.ibr-public-camera.open { display: block; }
body.ibr-public-verify-open { overflow: hidden; }
@media (max-width: 1100px) {
  body::before {
    height: 540px;
    aspect-ratio: auto;
    opacity: .58;
    background-size: auto 100%;
    background-position: center top;
  }
  .site-header { background: rgba(255,255,255,.86); }
  .main-layout {
    background:
      linear-gradient(180deg, rgba(251,253,255,.78), rgba(251,253,255,.92)),
      url("basra-iraq-hero-v1.webp") center / auto 100% no-repeat;
  }
}
@media (max-width: 700px) {
  .ibr-public-verify-choice { grid-template-columns: 1fr; }
  .ibr-public-verify-action { width: 100%; }
}
