/* ════════════════════════════════════════════
   Emirates NBD — Editorial split-panel banking
   (unique layout — not tile-grid / full-bleed hero)
════════════════════════════════════════════ */
#biz.enbd-biz {
  background: #0a1428;
  color: #f0ede6;
  overflow-x: hidden;
}

.enbd-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #0a1428;
}

/* ── Split hero ── */
.enbd-hero {
  position: relative;
  background: linear-gradient(135deg, #0a1428 0%, #1b2d52 55%, #0f1f3d 100%);
  padding: clamp(16px, 4vw, 28px) clamp(16px, 4vw, 32px) 0;
}

.enbd-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  margin-bottom: clamp(16px, 3vw, 24px);
  border: 1px solid rgba(201, 162, 39, 0.4);
  border-radius: 4px;
  background: transparent;
  color: #e8d5a3;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 0.15s, border-color 0.15s;
}
.enbd-back:hover {
  background: rgba(201, 162, 39, 0.1);
  border-color: #c9a227;
}

.enbd-hero-grid {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 5vw, 40px);
  align-items: end;
}

@media (min-width: 820px) {
  .enbd-hero-grid {
    grid-template-columns: 1fr 1.05fr;
    min-height: clamp(320px, 48vh, 420px);
  }
}

.enbd-hero-panel {
  padding-bottom: clamp(24px, 5vw, 36px);
}

.enbd-logo {
  width: clamp(72px, 18vw, 108px);
  height: auto;
  margin-bottom: 20px;
  filter: brightness(1.05);
}

.enbd-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(232, 213, 163, 0.7);
  margin: 0 0 12px;
}

.enbd-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(36px, 9vw, 56px);
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 16px;
  color: #f0ede6;
  letter-spacing: -0.02em;
}

.enbd-title em {
  font-style: italic;
  color: #c9a227;
}

.enbd-gold-rule {
  width: 64px;
  height: 3px;
  background: linear-gradient(90deg, #c9a227, #e8d5a3);
  margin-bottom: 18px;
  border-radius: 2px;
}

.enbd-tagline {
  font-size: clamp(15px, 3.5vw, 17px);
  line-height: 1.6;
  color: rgba(240, 237, 230, 0.78);
  max-width: 400px;
  margin: 0 0 20px;
}

.enbd-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.enbd-pills span {
  font-size: 11px;
  font-weight: 600;
  padding: 6px 14px;
  border: 1px solid rgba(201, 162, 39, 0.35);
  color: #e8d5a3;
  letter-spacing: 0.03em;
}

/* Arch-framed building photo */
.enbd-hero-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 240px;
}

.enbd-arch {
  position: absolute;
  inset: 0 0 0 0;
  background: #0a1428;
  border-radius: 200px 200px 0 0;
  z-index: 0;
  border: 1px solid rgba(201, 162, 39, 0.2);
  border-bottom: none;
}

.enbd-building {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: clamp(220px, 42vh, 380px);
  object-fit: cover;
  object-position: center top;
  border-radius: 200px 200px 0 0;
  display: block;
}

.enbd-hero-badge {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(10, 20, 40, 0.88);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(201, 162, 39, 0.3);
  font-size: 11px;
  font-weight: 600;
  color: #e8d5a3;
  white-space: nowrap;
}

.enbd-hero-badge-icon {
  display: flex;
  width: 18px;
  height: 18px;
  color: #c9a227;
}
.enbd-hero-badge-icon svg { width: 100%; height: 100%; }

/* ── Trust bar ── */
.enbd-trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px);
  gap: 1px;
  background: rgba(201, 162, 39, 0.25);
  transform: translateY(-1px);
}

.enbd-trust {
  padding: clamp(14px, 3vw, 18px) 10px;
  background: rgba(27, 45, 82, 0.95);
  text-align: center;
}

.enbd-trust strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: clamp(18px, 4vw, 24px);
  font-weight: 800;
  color: #c9a227;
  line-height: 1.1;
}

.enbd-trust span {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(240, 237, 230, 0.5);
  margin-top: 4px;
  display: block;
}

@media (max-width: 520px) {
  .enbd-trust-bar { grid-template-columns: repeat(2, 1fr); }
}

/* ── Main ── */
.enbd-main {
  max-width: 1140px;
  margin: 0 auto;
  padding: clamp(32px, 6vw, 52px) clamp(16px, 4vw, 32px) clamp(40px, 7vw, 56px);
}

.enbd-section { margin-bottom: clamp(40px, 7vw, 56px); }

.enbd-section-head {
  display: flex;
  align-items: flex-start;
  gap: clamp(16px, 3vw, 24px);
  margin-bottom: clamp(20px, 4vw, 28px);
}

.enbd-section-num {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 6vw, 44px);
  font-weight: 800;
  color: rgba(201, 162, 39, 0.25);
  line-height: 1;
  flex-shrink: 0;
}

.enbd-section-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c9a227;
  margin: 0 0 6px;
}

.enbd-section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 4.5vw, 30px);
  font-weight: 800;
  margin: 0;
  color: #f0ede6;
}

/* ── Horizontal product ribbons ── */
.enbd-ribbon-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 700px) {
  .enbd-ribbon-row { grid-template-columns: repeat(3, 1fr); }
}

.enbd-ribbon {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(201, 162, 39, 0.2);
  background: #121e38;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  color: inherit;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}
.enbd-ribbon:hover {
  border-color: #c9a227;
  transform: translateY(-2px);
}

.enbd-ribbon img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

.enbd-ribbon-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.enbd-ribbon-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #f0ede6;
}

.enbd-ribbon-sub {
  font-size: 12px;
  color: rgba(240, 237, 230, 0.6);
  line-height: 1.45;
}

.enbd-ribbon-go {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c9a227;
}

/* ── Bento service grid ── */
.enbd-bento {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media (min-width: 640px) {
  .enbd-bento { grid-template-columns: repeat(4, 1fr); }
}

.enbd-bento-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: clamp(16px, 3vw, 20px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(27, 45, 82, 0.5);
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  color: inherit;
  transition: border-color 0.15s, background 0.15s;
}
.enbd-bento-item:hover {
  border-color: rgba(201, 162, 39, 0.45);
  background: rgba(27, 45, 82, 0.85);
}

.enbd-bento-item--wide {
  grid-column: span 2;
}

@media (max-width: 639px) {
  .enbd-bento-item--wide { grid-column: span 2; }
}

.enbd-bento-icon {
  display: flex;
  width: 32px;
  height: 32px;
  color: #c9a227;
}
.enbd-bento-icon svg { width: 100%; height: 100%; }

.enbd-bento-label {
  font-size: 14px;
  font-weight: 700;
  color: #f0ede6;
}

.enbd-bento-desc {
  font-size: 11px;
  line-height: 1.45;
  color: rgba(240, 237, 230, 0.55);
}

/* ── Dual spotlight ── */
.enbd-dual {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: clamp(40px, 7vw, 56px);
}

@media (min-width: 640px) {
  .enbd-dual { grid-template-columns: 1fr 1fr; }
}

.enbd-spot {
  position: relative;
  min-height: 180px;
  border: none;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.enbd-spot img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.enbd-spot:hover img { transform: scale(1.04); }

.enbd-spot-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background: linear-gradient(180deg, transparent 30%, rgba(10, 20, 40, 0.92) 100%);
}

.enbd-spot-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c9a227;
  margin-bottom: 4px;
}

.enbd-spot-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.enbd-spot-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 2px;
}

/* ── App band ── */
.enbd-app-band {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: clamp(32px, 6vw, 48px);
  border: 1px solid rgba(201, 162, 39, 0.25);
  background: #121e38;
  overflow: hidden;
}

@media (min-width: 768px) {
  .enbd-app-band { grid-template-columns: 1fr 1fr; }
}

.enbd-app-text {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: clamp(24px, 5vw, 36px);
}

.enbd-app-icon {
  flex-shrink: 0;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201, 162, 39, 0.35);
  color: #c9a227;
}
.enbd-app-icon svg { width: 22px; height: 22px; }

.enbd-app-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #f0ede6;
}

.enbd-app-text p {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(240, 237, 230, 0.65);
  margin: 0;
}

.enbd-app-shot {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  display: block;
}

/* ── CTA footer ── */
.enbd-cta {
  border-top: 1px solid rgba(201, 162, 39, 0.2);
  padding-top: clamp(28px, 5vw, 40px);
}

.enbd-cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.enbd-cta-quote {
  flex: 1;
  min-width: 240px;
  font-family: 'Playfair Display', serif;
  font-size: clamp(16px, 3.5vw, 20px);
  font-style: italic;
  line-height: 1.5;
  color: rgba(240, 237, 230, 0.75);
  margin: 0;
  max-width: 560px;
}

.enbd-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border: none;
  background: linear-gradient(135deg, #c9a227 0%, #a88620 100%);
  color: #0a1428;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  white-space: nowrap;
}
.enbd-cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(201, 162, 39, 0.35);
}
