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

.page-016-general-objectives {
  --p016-blue: #1e3a5f;
  --p016-blue-2: #2a4e7d;
  --p016-gold: #d4af37;
  --p016-gray: #f1f5f9;
  --p016-line: #e2e8f0;
  position: relative;
  width: 297mm;
  height: 210mm;
  min-height: 210mm;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  color: var(--p016-blue);
  background-color: #fff;
  background-image: radial-gradient(var(--p016-line) 1px, transparent 1px);
  background-size: 30px 30px;
  font-family: var(--font-sans);
  box-sizing: border-box;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.page-016-general-objectives *,
.page-016-general-objectives *::before,
.page-016-general-objectives *::after {
  box-sizing: border-box;
}

.page-016-general-objectives::before,
.page-016-general-objectives::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  background: rgba(241, 245, 249, .64);
}

.page-016-general-objectives::before {
  top: 0;
  right: 0;
  width: 320px;
  height: 320px;
  border-bottom-left-radius: 160px;
}

.page-016-general-objectives::after {
  left: 0;
  bottom: 0;
  width: 260px;
  height: 260px;
  border-top-right-radius: 120px;
  opacity: .72;
}

.p016-header {
  width: 100%;
  min-height: 76px;
  padding: 20px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(226, 232, 240, .92);
  background: rgba(255, 255, 255, .93);
  backdrop-filter: blur(8px);
  position: relative;
  z-index: 5;
}

.p016-brand,
.p016-ref {
  display: flex;
  align-items: center;
}

.p016-brand { gap: 14px; }
.p016-ref { gap: 12px; }

.p016-logo {
  width: 46px;
  max-height: 52px;
  object-fit: contain;
  display: block;
}

.p016-brand-title {
  margin: 0;
  color: var(--p016-blue);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
}

.p016-brand-code,
.p016-ref-label,
.p016-footer-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  text-transform: uppercase;
}

.p016-brand-code {
  margin: 2px 0 0;
  color: #9ca3af;
  font-size: 9.5px;
  letter-spacing: .20em;
}

.p016-ref-label {
  color: #94a3b8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
}

.p016-ref-divider {
  width: 1px;
  height: 16px;
  background: #d1d5db;
}

.p016-page-no {
  color: var(--p016-blue);
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.p016-main {
  flex: 1;
  min-height: 0;
  padding: 30px 46px 26px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.p016-heading {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  flex: 0 0 auto;
}

.p016-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: var(--p016-gray);
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 18px -18px rgba(15, 23, 42, .35);
}

.p016-chip svg {
  width: 16px;
  height: 16px;
  color: var(--p016-gold);
}

.p016-chip span {
  color: var(--p016-blue);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .07em;
}

.p016-title {
  margin: 0;
  color: var(--p016-blue);
  font-size: 43px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -.02em;
}

.p016-title span { color: var(--p016-gold); }

.p016-title-line {
  width: 126px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--p016-gold), transparent);
}

.p016-subtitle {
  margin: 10px auto 0;
  max-width: 710px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
}

.p016-objectives-grid {
  flex: 1;
  min-height: 0;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.p016-objective-card {
  grid-column: span 2;
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 24px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(30, 58, 95, .09);
  border-top: 4px solid var(--p016-blue);
  border-radius: 18px;
  box-shadow: 0 10px 25px -20px rgba(15, 23, 42, .45);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.p016-objective-card:nth-child(4) { grid-column: 2 / span 2; }
.p016-objective-card:nth-child(5) { grid-column: 4 / span 2; }

.p016-objective-card:hover {
  transform: translateY(-4px);
  border-top-color: var(--p016-gold);
  box-shadow: 0 18px 32px -22px rgba(30, 58, 95, .35);
}

.p016-objective-card--highlight {
  border-color: rgba(212, 175, 55, .28);
  border-top-color: var(--p016-gold);
  background: linear-gradient(180deg, rgba(212, 175, 55, .075), rgba(255, 255, 255, .98) 58%);
  box-shadow: 0 16px 36px -24px rgba(212, 175, 55, .55);
}

.p016-objective-number {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  padding: 0;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(241, 245, 249, .94);
  color: rgba(30, 58, 95, .21);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.p016-objective-card--highlight .p016-objective-number {
  color: rgba(212, 175, 55, .34);
  background: rgba(255, 250, 232, .96);
}

.p016-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--p016-blue);
  background: var(--p016-gray);
  border: 1px solid #e2e8f0;
  position: relative;
  z-index: 1;
}

.p016-icon svg { width: 27px; height: 27px; }

.p016-objective-card--highlight .p016-icon {
  width: 58px;
  height: 58px;
  color: var(--p016-gold);
  background: rgba(212, 175, 55, .10);
  border-color: rgba(212, 175, 55, .28);
}

.p016-objective-title {
  margin: 0 0 7px;
  color: var(--p016-blue);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.p016-objective-text {
  margin: 0;
  color: #475569;
  font-size: 13.5px;
  line-height: 1.68;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.p016-objective-text strong { color: var(--p016-gold); }

.p016-footer-code {
  flex: 0 0 auto;
  margin-top: 15px;
  text-align: center;
  color: #9ca3af;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .24em;
}

@media (max-width: 900px) {
  .page-016-general-objectives {
    width: 100%;
    height: auto;
    min-height: 68vw;
    aspect-ratio: 1.414 / 1;
  }
  .p016-header { padding: 18px 24px; }
  .p016-main { padding: 24px; }
  .p016-title { font-size: 34px; }
  .p016-objectives-grid { gap: 12px; }
  .p016-objective-card { padding: 18px 14px 14px; }
  .p016-objective-text { font-size: 11.5px; }
}

@media screen {
  .page-016-general-objectives {
    margin: 18px auto;
    box-shadow: 0 15px 50px rgba(15, 23, 42, .18);
  }
}

@media print {
  :host {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .page-016-general-objectives {
    width: 297mm;
    height: 210mm;
    min-height: 210mm;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }
  .p016-objective-card,
  .p016-objective-card:hover {
    transform: none !important;
  }
}
